@charset "UTF-8";
/* ==========================================================================
   Exotic TLV — מערכת עיצוב
   פלטה: זהב על סגול־שחור. נבחרה במכוון שונה מ-hasfaniyot.net (ורוד על שחור)
   כדי ששני האתרים ייקראו כשני מותגים נפרדים, גם לעין וגם לגוגל.
   כל צמד צבעים שמופיע כאן נבדק מול WCAG AA.
   ========================================================================== */

:root {
	/* --- מותג ---
	   הגוונים נדגמו מקובץ הלוגו עצמו (‎build/prep_logo.py‎ מדפיס אותם):
	   הגוון השכיח בלוגו הוא ‎#f0d040‎, עם הבהרות עד ‎#f0e060‎.
	   הפלטה מכוונת אליהם כדי שהלוגו לא ייראה מודבק על האתר. */
	--gold: #eccf3e;
	--gold-soft: #f6e485;
	--gold-deep: #a8801c;
	/* טקסט לבן על זהב נכשל ב-AA. הטקסט על משטח זהב תמיד כהה: */
	--on-gold: #1a1206;
	--gold-glow: rgba(236, 207, 62, .22);

	/* --- משטחים --- */
	--bg: #0a0711;
	--surface: #14101d;
	--surface-2: #1d1729;
	--surface-3: #271f36;
	--line: rgba(255, 255, 255, .09);
	--line-strong: rgba(236, 207, 62, .30);

	/* --- טקסט --- */
	--text: #f6f3f9;
	--text-dim: #b3a9c2;   /* 7.4:1 על --bg */
	--text-faint: #8d8399; /* 4.6:1 על --bg — הגבול התחתון של AA */

	/* --- פעולה --- */
	--wa: #25d366;
	--wa-deep: #12a150;
	--on-wa: #04180c;

	/* --- מידות --- */
	--r-sm: 10px;
	--r: 16px;
	--r-lg: 24px;
	--r-full: 999px;
	--pad: clamp(16px, 4vw, 32px);
	--maxw: 1180px;
	--ease: cubic-bezier(.22, 1, .36, 1);
	--shadow: 0 8px 30px rgba(0, 0, 0, .5);
	--shadow-lg: 0 20px 60px rgba(0, 0, 0, .65);
	--cta-h: 66px;
}

/* --------------------------------------------------------------- בסיס --- */

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after {
		animation-duration: .001ms !important;
		transition-duration: .001ms !important;
	}
}

body {
	margin: 0;
	background: var(--bg);
	color: var(--text);
	font-family: 'Heebo', 'Assistant', system-ui, -apple-system, 'Segoe UI', Arial, sans-serif;
	font-size: 17px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	padding-bottom: calc(var(--cta-h) + env(safe-area-inset-bottom));
}
@media (min-width: 861px) { body { padding-bottom: 0; } }

/* זוהר עדין ברקע. רדיאל־גרדיאנט ולא blur() — blur על שטח גדול
   עלה ~900ms של style & layout במדידה על האתר האחר. */
body::before {
	content: '';
	position: fixed;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	background:
		radial-gradient(60% 42% at 78% -6%, rgba(236, 207, 62, .16), transparent 62%),
		radial-gradient(52% 38% at 12% 4%, rgba(124, 58, 173, .20), transparent 66%);
}

img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }

:focus-visible {
	outline: 3px solid var(--gold-soft);
	outline-offset: 3px;
	border-radius: 4px;
}

h1, h2, h3 { line-height: 1.15; margin: 0; font-weight: 800; letter-spacing: -.015em; }

.wrap { width: min(100% - (var(--pad) * 2), var(--maxw)); margin-inline: auto; }
.section { padding-block: clamp(52px, 8vw, 96px); }

/* מסתיר תוכן מהעין אך משאיר אותו לקוראי מסך */
.sr-only {
	position: absolute; width: 1px; height: 1px;
	padding: 0; margin: -1px; overflow: hidden;
	clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip-link {
	position: absolute; inset-inline-start: 12px; top: -60px;
	z-index: 200; background: var(--gold); color: var(--on-gold);
	padding: 10px 18px; border-radius: var(--r-sm); font-weight: 700;
	transition: top .18s var(--ease);
}
.skip-link:focus { top: 12px; }

/* ------------------------------------------------------------ טיפוגרפיה --- */

.eyebrow {
	display: inline-flex; align-items: center; gap: 8px;
	font-size: .8rem; font-weight: 700; letter-spacing: .12em;
	text-transform: uppercase; color: var(--gold-soft);
	background: rgba(236, 207, 62, .10);
	border: 1px solid var(--line-strong);
	padding: 7px 15px; border-radius: var(--r-full);
}
.eyebrow::before {
	content: ''; width: 6px; height: 6px; border-radius: 50%;
	background: var(--gold); box-shadow: 0 0 10px var(--gold);
}

.section-title { font-size: clamp(1.9rem, 4.6vw, 3rem); }
.section-title span {
	background: linear-gradient(100deg, var(--gold-soft), var(--gold) 55%, var(--gold-deep));
	-webkit-background-clip: text; background-clip: text; color: transparent;
}
.section-lead {
	color: var(--text-dim); max-width: 62ch;
	margin: 14px 0 0; font-size: 1.05rem;
}
.section-head { margin-bottom: clamp(28px, 4vw, 46px); }

/* --------------------------------------------------------------- כפתור --- */

.btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 9px;
	font: inherit; font-weight: 800; cursor: pointer;
	padding: 14px 26px; border-radius: var(--r-full);
	border: 1px solid transparent; position: relative; overflow: hidden;
	transition: transform .18s var(--ease), box-shadow .18s var(--ease), background-color .18s;
	white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn--gold {
	background: linear-gradient(135deg, var(--gold-soft), var(--gold) 46%, var(--gold-deep));
	color: var(--on-gold);
	box-shadow: 0 8px 24px var(--gold-glow);
}
.btn--gold:hover { box-shadow: 0 12px 34px rgba(236, 207, 62, .40); }

.btn--wa {
	background: linear-gradient(135deg, var(--wa), var(--wa-deep));
	color: var(--on-wa);
	box-shadow: 0 8px 24px rgba(37, 211, 102, .22);
}

.btn--ghost {
	background: rgba(255, 255, 255, .04);
	border-color: var(--line-strong);
	color: var(--text);
}
.btn--ghost:hover { background: rgba(236, 207, 62, .10); }

.btn--lg { padding: 17px 34px; font-size: 1.06rem; }
.btn .ico { width: 19px; height: 19px; flex: none; }

/* --------------------------------------------------------------- כותרת --- */

.header {
	position: sticky; top: 0; z-index: 90;
	background: rgba(10, 7, 17, .82);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	border-bottom: 1px solid var(--line);
}
.header__bar {
	display: flex; align-items: center; gap: 18px;
	min-height: 76px;
}
@media (min-width: 700px) { .header__bar { min-height: 88px; } }
/* הלוגו הוא תמונה. גובה קבוע ורוחב אוטומטי, כדי שלא יזוז בזמן טעינה. */
.logo { display: inline-flex; align-items: center; flex: none; }
.logo img { display: block; width: auto; }

/* בכותרת — המילה בלבד. הסלוגן בגובה כזה בלתי קריא.
   הדקל והעמוד מתנשאים מעל קו האותיות, ולכן הטקסט תופס רק כ-60%
   מגובה הקובץ; 44px נקראו כמריחה, ומכאן הגובה הנדיב. */
.logo--bar img { height: 50px; }
@media (min-width: 700px) { .logo--bar img { height: 62px; } }

/* בפוטר — הלוגו המלא עם הסלוגן, שם יש לו מקום להיקרא. */
.logo--foot img { height: 92px; }

.nav { display: none; gap: 4px; margin-inline-start: auto; }
@media (min-width: 981px) { .nav { display: flex; } }
.nav a {
	padding: 9px 14px; border-radius: var(--r-full);
	color: var(--text-dim); font-weight: 600; font-size: .96rem;
	transition: color .16s, background-color .16s;
}
.nav a:hover, .nav a[aria-current='page'] {
	color: var(--text); background: rgba(255, 255, 255, .06);
}

.header__cta { margin-inline-start: auto; display: flex; gap: 9px; align-items: center; }
@media (min-width: 981px) { .header__cta { margin-inline-start: 12px; } }
.header__cta .btn { padding: 10px 20px; font-size: .95rem; }
.header__phone { display: none; }
@media (min-width: 620px) { .header__phone { display: inline-flex; } }

/* פותח/סוגר תפריט מובייל ב-CSS בלבד — בלי JS ובלי framer-motion */
.navtoggle { display: grid; place-items: center; margin-inline-start: auto; }
@media (min-width: 981px) { .navtoggle { display: none; } }
.navtoggle button {
	background: rgba(255, 255, 255, .05); border: 1px solid var(--line);
	color: var(--text); width: 44px; height: 44px; border-radius: 12px;
	display: grid; place-items: center; cursor: pointer;
}
.mobilenav {
	display: grid; grid-template-rows: 0fr;
	transition: grid-template-rows .28s var(--ease);
	border-top: 0 solid var(--line);
}
.mobilenav > div { overflow: hidden; }
.mobilenav[data-open='true'] { grid-template-rows: 1fr; border-top-width: 1px; }
.mobilenav a {
	display: block; padding: 13px 4px; color: var(--text-dim);
	border-bottom: 1px solid var(--line); font-weight: 600;
}
.mobilenav a:last-child { border-bottom: 0; }

/* ----------------------------------------------------------------- הירו --- */

.hero { position: relative; padding-block: clamp(46px, 7vw, 88px); }
.hero__grid {
	display: grid; gap: clamp(30px, 5vw, 56px);
	grid-template-columns: 1fr;
	align-items: center;
}
@media (min-width: 921px) { .hero__grid { grid-template-columns: 1.06fr .94fr; } }

.hero h1 {
	font-size: clamp(2.15rem, 6vw, 3.9rem);
	margin: 18px 0 0;
}
.hero h1 .g {
	background: linear-gradient(100deg, var(--gold-soft), var(--gold) 52%, var(--gold-deep));
	-webkit-background-clip: text; background-clip: text; color: transparent;
}
/* מונע שבירה באמצע צירוף שצריך להיקרא כיחידה אחת */
.nb { white-space: nowrap; }
.hero p.lead {
	color: var(--text-dim); font-size: clamp(1.02rem, 2.1vw, 1.16rem);
	max-width: 54ch; margin: 18px 0 0;
}
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

/* הקו השני. משני לקו הראשי, אך גלוי — הוא קיים כדי שמי שמחפש
   מופע בצפון יראה מיד שיש לו מספר משלו. */
.hero__line2 {
	margin: 16px 0 0; font-size: .97rem; color: var(--text-dim);
}
.hero__line2 a {
	color: var(--gold-soft); font-weight: 800;
	border-bottom: 1px solid rgba(246, 228, 133, .45);
	padding-bottom: 1px;
}
.hero__line2 a:hover { border-bottom-color: var(--gold-soft); }

.hero__stats {
	display: flex; flex-wrap: wrap; gap: clamp(20px, 4vw, 42px);
	margin-top: 34px; padding-top: 26px; border-top: 1px solid var(--line);
}
.stat b {
	display: block; font-size: clamp(1.5rem, 3.4vw, 2.1rem);
	font-weight: 900; color: var(--gold-soft); line-height: 1.1;
}
.stat span { font-size: .9rem; color: var(--text-faint); }

/* קולאז' התמונות. אין אנימציית ספירה ואין opacity — האלמנט שנצבע
   ראשון הוא ה-LCP, וכל אנימציה עליו דוחה אותו. */
.hero__art { position: relative; }
.hero__collage {
	display: grid; gap: 12px;
	grid-template-columns: repeat(2, 1fr);
}
.hero__collage figure {
	margin: 0; border-radius: var(--r-lg); overflow: hidden;
	border: 1px solid var(--line-strong);
	box-shadow: var(--shadow-lg);
	aspect-ratio: 3 / 4;
	background: var(--surface-2);
}
.hero__collage figure:nth-child(1) { transform: translateY(-14px); }
.hero__collage figure:nth-child(4) { transform: translateY(14px); }
.hero__collage img { width: 100%; height: 100%; object-fit: cover; }

/* ------------------------------------------------------------- רצועת אמון --- */

.trust {
	display: grid; gap: 12px;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	padding: 18px; border-radius: var(--r-lg);
	background: var(--surface); border: 1px solid var(--line);
}
.trust div { display: flex; align-items: center; gap: 11px; font-size: .97rem; }
.trust .ico { width: 21px; height: 21px; color: var(--gold); flex: none; }

/* ---------------------------------------------------------------- כרטיס --- */

.grid-cards {
	display: grid; gap: clamp(14px, 2.2vw, 22px);
	grid-template-columns: repeat(auto-fill, minmax(215px, 1fr));
}

.card {
	position: relative; border-radius: var(--r-lg); overflow: hidden;
	background: var(--surface); border: 1px solid var(--line);
	transition: transform .22s var(--ease), border-color .22s;
}
.card:hover { transform: translateY(-4px); border-color: var(--line-strong); }
.card__media { position: relative; aspect-ratio: 3 / 4; background: var(--surface-2); }
.card__media img { width: 100%; height: 100%; object-fit: cover; }
.card__media::after {
	content: ''; position: absolute; inset: 0;
	background: linear-gradient(to top, rgba(10, 7, 17, .92) 4%, rgba(10, 7, 17, .1) 46%, transparent 70%);
}
.card__body { position: absolute; inset-inline: 0; bottom: 0; padding: 14px 16px 16px; }
.card__name { font-size: 1.16rem; font-weight: 800; margin: 0; }
.card__meta {
	display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px;
	font-size: .82rem; color: var(--text-dim);
}
.tag {
	background: rgba(255, 255, 255, .09); border: 1px solid var(--line);
	padding: 3px 10px; border-radius: var(--r-full);
}
.tag--gold {
	background: rgba(236, 207, 62, .16); border-color: var(--line-strong);
	color: var(--gold-soft); font-weight: 700;
}
/* קישור־על: כל הכרטיס לחיץ, אך רק השם הוא היעד הנגיש */
.card__link::after { content: ''; position: absolute; inset: 0; }

/* ---------------------------------------------------------------- אזורים --- */

.regions { display: grid; gap: 12px; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
.region {
	display: flex; align-items: center; justify-content: space-between; gap: 12px;
	padding: 18px 20px; border-radius: var(--r);
	background: var(--surface); border: 1px solid var(--line);
	transition: border-color .18s, background-color .18s, transform .18s var(--ease);
}
.region:hover {
	border-color: var(--line-strong); background: var(--surface-2);
	transform: translateY(-2px);
}
.region b { font-size: 1.05rem; }
.region span { color: var(--text-faint); font-size: .88rem; display: block; margin-top: 2px; }
.region .ico { width: 18px; height: 18px; color: var(--gold); flex: none; }

/* ------------------------------------------------------------- איך עובד --- */

.steps { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(255px, 1fr)); counter-reset: s; }
.step {
	padding: 26px 24px; border-radius: var(--r-lg);
	background: var(--surface); border: 1px solid var(--line);
	position: relative;
}
.step::before {
	counter-increment: s; content: counter(s);
	display: grid; place-items: center;
	width: 42px; height: 42px; border-radius: 13px; margin-bottom: 15px;
	background: linear-gradient(135deg, var(--gold-soft), var(--gold-deep));
	color: var(--on-gold); font-weight: 900; font-size: 1.15rem;
}
.step h3 { font-size: 1.16rem; }
.step p { color: var(--text-dim); margin: 9px 0 0; font-size: .98rem; }

/* --------------------------------------------------------------- חבילות --- */

.packs { display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); }
.pack {
	display: flex; flex-direction: column;
	padding: 28px 26px; border-radius: var(--r-lg);
	background: var(--surface); border: 1px solid var(--line);
}
.pack--feature {
	border-color: var(--line-strong);
	background: linear-gradient(180deg, rgba(236, 207, 62, .09), var(--surface) 40%);
}
.pack h3 { font-size: 1.3rem; }
.pack__note {
	margin-top: 8px; font-size: 1rem; font-weight: 700; color: var(--gold-soft);
}
.pack ul {
	list-style: none; padding: 0; margin: 18px 0 24px; display: grid; gap: 10px;
	border-top: 1px solid var(--line); padding-top: 18px;
}
.pack li { display: flex; gap: 10px; align-items: flex-start; font-size: .97rem; color: var(--text-dim); }
.pack li .ico { width: 18px; height: 18px; color: var(--gold); flex: none; margin-top: 3px; }
.pack .btn { margin-top: auto; }

/* ------------------------------------------------------------------ FAQ --- */

.faq { display: grid; gap: 10px; max-width: 860px; }
.faq details {
	background: var(--surface); border: 1px solid var(--line);
	border-radius: var(--r); overflow: hidden;
}
.faq details[open] { border-color: var(--line-strong); }
.faq summary {
	cursor: pointer; padding: 18px 22px; font-weight: 700; font-size: 1.03rem;
	display: flex; align-items: center; justify-content: space-between; gap: 12px;
	list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
	content: '+'; color: var(--gold); font-size: 1.5rem; font-weight: 400;
	line-height: 1; flex: none; transition: transform .2s var(--ease);
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq p { margin: 0; padding: 0 22px 20px; color: var(--text-dim); }

/* ---------------------------------------------------------------- פוטר --- */

.footer { border-top: 1px solid var(--line); background: var(--surface); margin-top: 20px; }
.footer__grid {
	display: grid; gap: 30px; padding-block: 48px 30px;
	grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}
.footer h4 { margin: 0 0 12px; font-size: 1rem; }
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.footer a { color: var(--text-dim); font-size: .95rem; }
.footer a:hover { color: var(--gold-soft); }
/* שני קווי ההזמנות, כל אחד עם האזור שהוא משרת */
.footer__lines { gap: 14px; }
.footer__lines a { display: block; }
.footer__lines b {
	display: block; font-size: 1.12rem; color: var(--gold-soft);
	letter-spacing: .01em;
}
.footer__lines span { display: block; font-size: .86rem; color: var(--text-faint); }
.footer__lines a:hover b { color: var(--gold); }

.footer__note {
	border-top: 1px solid var(--line); padding-block: 18px 26px;
	color: var(--text-faint); font-size: .87rem;
	display: flex; flex-wrap: wrap; gap: 10px; justify-content: space-between;
}

/* ------------------------------------------------------- סרגל מובייל --- */

.actionbar {
	position: fixed; inset-inline: 0; bottom: 0; z-index: 95;
	display: grid; grid-template-columns: 1fr 1fr; gap: 9px;
	padding: 9px 12px calc(9px + env(safe-area-inset-bottom));
	background: rgba(10, 7, 17, .93);
	backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
	border-top: 1px solid var(--line);
}
@media (min-width: 861px) { .actionbar { display: none; } }
.actionbar .btn { padding: 13px 12px; font-size: .98rem; }

/* מוריד עבודת פריסה על מה שמחוץ למסך. הסימון נשאר ב-DOM,
   כך שזחלני חיפוש רואים הכול. */
.defer { content-visibility: auto; contain-intrinsic-size: auto 620px; }

/* ==========================================================================
   רכיבים שנוספו עם תבניות הוורדפרס
   ========================================================================== */

.section--tight { padding-block: clamp(30px, 4vw, 52px); }
.section-title--sm { font-size: clamp(1.4rem, 3vw, 1.95rem); }
.section-title--sm a { transition: color .16s; }
.section-title--sm a:hover { color: var(--gold-soft); }
.section-more { margin-top: 28px; }

.section-head--row {
	display: flex; flex-wrap: wrap; align-items: baseline;
	justify-content: space-between; gap: 10px;
	margin-bottom: clamp(18px, 2.4vw, 26px);
}
.section-head__aside { color: var(--text-faint); font-size: .92rem; }

/* --------------------------------------------------------- פירורי לחם --- */

.crumbs { padding-block: 18px 4px; }
.crumbs ol {
	list-style: none; margin: 0; padding: 0;
	display: flex; flex-wrap: wrap; gap: 8px;
	font-size: .88rem; color: var(--text-faint);
}
.crumbs li + li::before { content: '‹'; margin-inline-end: 8px; color: var(--text-faint); }
.crumbs a { color: var(--text-dim); }
.crumbs a:hover { color: var(--gold-soft); }
.crumbs [aria-current] { color: var(--text); }

/* ------------------------------------------------------------ פרופיל --- */

.profile { display: grid; gap: clamp(24px, 4vw, 46px); grid-template-columns: 1fr; }
@media (min-width: 921px) { .profile { grid-template-columns: 1.35fr .65fr; align-items: start; } }

.profile__gallery {
	display: grid; gap: 12px;
	grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
}
.profile__shot {
	margin: 0; border-radius: var(--r-lg); overflow: hidden;
	border: 1px solid var(--line); background: var(--surface-2);
	aspect-ratio: 3 / 4;
}
.profile__shot img { width: 100%; height: 100%; object-fit: cover; }
/* התמונה הראשונה תופסת שתי עמודות — היא ה-LCP ומגדירה את העמוד */
.profile__shot.is-lead { grid-column: span 2; aspect-ratio: 4 / 5; }

.profile__side { position: sticky; top: 90px; }
.profile__name { font-size: clamp(2rem, 5vw, 2.9rem); margin: 14px 0 0; }
.profile__tags { margin-top: 14px; }
.profile__lead { color: var(--text-dim); margin: 18px 0 0; }
.profile__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.profile__line { color: var(--text-faint); font-size: .88rem; margin: 10px 0 0; }
.profile__facts {
	list-style: none; padding: 22px 0 0; margin: 22px 0 0;
	border-top: 1px solid var(--line); display: grid; gap: 12px;
}
.profile__facts li { display: flex; align-items: center; gap: 10px; font-size: .96rem; color: var(--text-dim); }
.profile__facts .ico { width: 19px; height: 19px; color: var(--gold); flex: none; }

/* ------------------------------------------------------- טקסט ארוך --- */

.prose { max-width: 74ch; }
.prose h1 { font-size: clamp(1.9rem, 4.6vw, 2.8rem); margin-bottom: 8px; }
.prose h2 {
	font-size: clamp(1.2rem, 2.6vw, 1.45rem);
	margin: 36px 0 10px; color: var(--gold-soft);
}
.prose p, .prose li { color: var(--text-dim); }
.prose p { margin: 0 0 14px; }
.prose ul { padding-inline-start: 22px; margin: 0 0 14px; display: grid; gap: 8px; }
.prose strong { color: var(--text); }
.prose a { color: var(--gold-soft); border-bottom: 1px solid rgba(246, 228, 133, .45); }
.prose a:hover { border-bottom-color: var(--gold-soft); }

/* ----------------------------------------------------------- 404 --- */

.notfound { text-align: center; padding-block: clamp(30px, 6vw, 70px); }
.notfound .section-lead { margin-inline: auto; }
.notfound .hero__actions { justify-content: center; margin-top: 28px; }

/* ==========================================================================
   עמודי ערים
   ========================================================================== */

/* שלוש עובדות מקומיות בראש עמוד העיר */
.factgrid {
	display: grid; gap: 14px; margin-top: 8px;
	grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
}
.fact {
	display: flex; gap: 13px; align-items: flex-start;
	padding: 20px 22px; border-radius: var(--r-lg);
	background: var(--surface); border: 1px solid var(--line);
}
.fact .ico { width: 21px; height: 21px; color: var(--gold); flex: none; margin-top: 3px; }
.fact b { display: block; font-size: .97rem; margin-bottom: 4px; }
.fact span { color: var(--text-dim); font-size: .92rem; line-height: 1.55; }

/* רשת הערים בעמוד האזור. צפופה יותר מ-.regions כי יש עד 23 פריטים. */
.citygrid {
	display: grid; gap: 10px;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
.citychip {
	display: block; padding: 14px 17px;
	border-radius: var(--r); background: var(--surface);
	border: 1px solid var(--line);
	transition: border-color .18s, background-color .18s, transform .18s var(--ease);
}
.citychip:hover {
	border-color: var(--line-strong); background: var(--surface-2);
	transform: translateY(-2px);
}
.citychip b { display: block; font-size: .99rem; }
.citychip span {
	display: block; margin-top: 3px; color: var(--text-faint); font-size: .84rem;
	/* שמות שכונות ארוכים — שתי שורות לכל היותר */
	display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
	overflow: hidden;
}

/* ==========================================================================
   כפתורים צפים: נגישות מעל וואטסאפ
   שניהם מעל סרגל הפעולה במובייל, ולכן bottom מחושב מגובה הסרגל.
   ========================================================================== */

.fabs {
	position: fixed;
	inset-inline-end: 16px;
	bottom: calc(var(--cta-h) + env(safe-area-inset-bottom) + 14px);
	z-index: 96;
	display: grid; gap: 12px; justify-items: center;
}
@media (min-width: 861px) { .fabs { bottom: 22px; } }

.fab {
	width: 56px; height: 56px; border-radius: 50%;
	display: grid; place-items: center;
	border: none; cursor: pointer;
	box-shadow: 0 6px 20px rgba(0, 0, 0, .45);
	transition: transform .18s var(--ease), box-shadow .18s var(--ease);
}
.fab:hover { transform: translateY(-3px); }
.fab:active { transform: translateY(0); }

.fab--wa { background: linear-gradient(135deg, var(--wa), var(--wa-deep)); color: var(--on-wa); }
.fab--wa svg { width: 30px; height: 30px; }

/* פעימה עדינה שמושכת את העין בלי להיות רועשת. נעצרת לפי העדפת המערכת. */
.fab--wa::after {
	content: ''; position: absolute; inset: 0; border-radius: 50%;
	box-shadow: 0 0 0 0 rgba(37, 211, 102, .55);
	animation: fabPulse 2.6s infinite;
	pointer-events: none;
}
.fab--wa { position: relative; }
@keyframes fabPulse {
	70% { box-shadow: 0 0 0 16px rgba(37, 211, 102, 0); }
	100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}
@media (prefers-reduced-motion: reduce) { .fab--wa::after { animation: none; } }

/* ==========================================================================
   תוסף נגישות
   ========================================================================== */

.a11y-root { display: contents; }

.a11y-fab {
	width: 56px; height: 56px; border-radius: 50%;
	display: grid; place-items: center; cursor: pointer;
	background: linear-gradient(135deg, #2f6fd0, #1d4ea8);
	color: #fff; border: 2px solid rgba(255, 255, 255, .28);
	box-shadow: 0 6px 20px rgba(0, 0, 0, .45);
	position: fixed;
	inset-inline-end: 16px;
	bottom: calc(var(--cta-h) + env(safe-area-inset-bottom) + 82px);
	z-index: 97;
	transition: transform .18s var(--ease);
}
@media (min-width: 861px) { .a11y-fab { bottom: 90px; } }
.a11y-fab:hover { transform: translateY(-3px); }
.a11y-fab.is-active { border-color: var(--gold); }

.a11y-panel {
	position: fixed;
	inset-inline-end: 16px;
	bottom: calc(var(--cta-h) + env(safe-area-inset-bottom) + 150px);
	z-index: 98;
	width: min(320px, calc(100vw - 32px));
	background: var(--surface);
	border: 1px solid var(--line-strong);
	border-radius: var(--r-lg);
	box-shadow: var(--shadow-lg);
	padding: 18px;
	max-height: min(72vh, 560px);
	overflow-y: auto;
}
@media (min-width: 861px) { .a11y-panel { bottom: 158px; } }
.a11y-panel[hidden] { display: none; }

.a11y-panel__head {
	display: flex; align-items: center; justify-content: space-between;
	gap: 10px; margin-bottom: 14px;
}
.a11y-panel__head h2 { font-size: 1.1rem; }
.a11y-close {
	background: none; border: none; color: var(--text-dim);
	font-size: 1.7rem; line-height: 1; cursor: pointer; padding: 0 4px;
}
.a11y-close:hover { color: var(--text); }

.a11y-font {
	display: flex; align-items: center; gap: 8px;
	padding: 10px 12px; margin-bottom: 12px;
	background: var(--surface-2); border-radius: var(--r);
}
.a11y-font__label { flex: 1; font-size: .93rem; color: var(--text-dim); }
.a11y-font button {
	width: 34px; height: 34px; border-radius: 9px; cursor: pointer;
	background: var(--surface-3); color: var(--text);
	border: 1px solid var(--line); font-size: 1.15rem; line-height: 1;
}
.a11y-font button:hover:not([disabled]) { border-color: var(--line-strong); }
.a11y-font button[disabled] { opacity: .4; cursor: default; }
.a11y-font output { min-width: 46px; text-align: center; font-weight: 700; font-size: .92rem; }

.a11y-list { display: grid; gap: 7px; }
.a11y-opt {
	display: flex; align-items: center; justify-content: space-between; gap: 10px;
	width: 100%; text-align: start; cursor: pointer;
	padding: 11px 13px; border-radius: var(--r);
	background: var(--surface-2); color: var(--text);
	border: 1px solid var(--line); font: inherit; font-size: .93rem;
}
.a11y-opt:hover { border-color: var(--line-strong); }
/* מצב המתג נקרא מ-aria-pressed, כך שהוא נכון גם לקורא מסך */
.a11y-opt::after {
	content: ''; width: 34px; height: 20px; border-radius: 999px; flex: none;
	background: var(--surface-3); border: 1px solid var(--line);
	position: relative; transition: background-color .18s;
}
.a11y-opt::before {
	content: ''; position: absolute; inset-inline-end: 16px;
	width: 14px; height: 14px; border-radius: 50%;
	background: var(--text-faint); transition: transform .18s var(--ease), background-color .18s;
}
.a11y-opt { position: relative; }
.a11y-opt[aria-pressed='true'] { border-color: var(--line-strong); }
.a11y-opt[aria-pressed='true']::after { background: var(--gold); }
.a11y-opt[aria-pressed='true']::before { background: var(--on-gold); transform: translateX(-13px); }

.a11y-panel__foot {
	display: flex; align-items: center; justify-content: space-between;
	gap: 10px; margin-top: 14px; padding-top: 13px;
	border-top: 1px solid var(--line);
}
.a11y-reset {
	background: none; border: 1px solid var(--line); color: var(--text-dim);
	border-radius: var(--r-full); padding: 7px 14px; cursor: pointer;
	font: inherit; font-size: .87rem;
}
.a11y-reset:hover { color: var(--text); border-color: var(--line-strong); }
.a11y-stmt { color: var(--gold-soft); font-size: .87rem; text-decoration: underline; }

/* ---------------------------------------------- ההתאמות עצמן --- */

html.a11y-font-on body { font-size: calc(17px * var(--a11y-font, 100%) / 100%); }

html.a11y-contrast body { background: #000; }
html.a11y-contrast {
	--bg: #000; --surface: #0a0a0a; --surface-2: #141414; --surface-3: #1f1f1f;
	--text: #fff; --text-dim: #f0f0f0; --text-faint: #dcdcdc;
	--line: rgba(255, 255, 255, .5); --line-strong: #ffd400;
	--gold: #ffd400; --gold-soft: #ffe866; --gold-deep: #d6b000;
}
html.a11y-contrast .card__media::after { background: linear-gradient(to top, #000 10%, rgba(0, 0, 0, .3) 60%, transparent); }

html.a11y-invert { filter: invert(1) hue-rotate(180deg); }
html.a11y-invert img, html.a11y-invert video { filter: invert(1) hue-rotate(180deg); }

html.a11y-links a {
	text-decoration: underline !important;
	text-underline-offset: 3px;
	outline: 1px dashed currentColor; outline-offset: 2px;
}

html.a11y-readable, html.a11y-readable body,
html.a11y-readable h1, html.a11y-readable h2, html.a11y-readable h3 {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif !important;
	letter-spacing: normal !important;
}

html.a11y-spacing body {
	line-height: 2 !important;
	letter-spacing: .06em !important;
	word-spacing: .14em !important;
}
html.a11y-spacing p { margin-bottom: 1.6em !important; }

html.a11y-nomotion *, html.a11y-nomotion *::before, html.a11y-nomotion *::after {
	animation: none !important;
	transition: none !important;
	scroll-behavior: auto !important;
}

html.a11y-cursor, html.a11y-cursor * {
	cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42' viewBox='0 0 42 42'%3E%3Cpath d='M6 2l30 16-13 3-6 13z' fill='%23fff' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E") 4 2, auto !important;
}

.a11y-guide-bar { display: none; }
html.a11y-guide .a11y-guide-bar {
	display: block; position: fixed; inset-inline: 0; height: 3px;
	background: var(--gold); z-index: 99; pointer-events: none;
	box-shadow: 0 0 0 22px rgba(0, 0, 0, .35);
}

/* ==========================================================================
   פוטר: הצהרה, זכויות וקרדיט
   ========================================================================== */

.footer__disclaimer {
	margin-top: 26px; padding: 16px 18px;
	border: 1px solid var(--line); border-radius: var(--r);
	background: var(--surface-2);
	color: var(--text-dim); font-size: .92rem; line-height: 1.6;
}
.footer__disclaimer b { color: var(--gold-soft); }

.footer__credit { color: var(--text-faint); }
.footer__credit a { color: var(--gold-soft); text-decoration: underline; }
.footer__credit a:hover { color: var(--gold); }

/* טיפים בעמוד עיר */
.tips { list-style: none; padding: 0; margin: 0 0 14px; display: grid; gap: 10px; }
.tips li { display: flex; gap: 10px; align-items: flex-start; color: var(--text-dim); }
.tips .ico { width: 18px; height: 18px; color: var(--gold); flex: none; margin-top: 5px; }
.prose--wide { max-width: 82ch; }
