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

:root {
	--t360-accent: #1663d8;
	--t360-accent-2: #f5a524;

	--t360-accent-dark: #0f4aa8;
	--t360-accent-soft: #eaf1ff;
	--t360-accent-line: #cfe0ff;

	--t360-wa: #25d366;
	--t360-wa-dark: #128c7e;

	--t360-ink: #0d1526;
	--t360-body: #3c4759;
	--t360-muted: #6b7688;
	--t360-line: #e2e7ef;
	--t360-bg: #ffffff;
	--t360-bg-soft: #f5f7fb;
	--t360-bg-deep: #0d1b33;

	--t360-ok: #0f9d58;
	--t360-warn: #b45309;
	--t360-err: #c62828;

	--t360-radius: 16px;
	--t360-radius-sm: 10px;
	--t360-radius-lg: 26px;

	--t360-shadow-sm: 0 1px 2px rgba(13, 21, 38, .06), 0 2px 8px rgba(13, 21, 38, .05);
	--t360-shadow: 0 4px 12px rgba(13, 21, 38, .07), 0 12px 32px rgba(13, 21, 38, .07);
	--t360-shadow-lg: 0 12px 28px rgba(13, 21, 38, .1), 0 32px 64px rgba(13, 21, 38, .12);

	--t360-wrap: 1220px;
	--t360-a11y-scale: 1;

	--t360-font: "Heebo", "Assistant", "Segoe UI", Arial, sans-serif;
}

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

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

html {
	font-size: calc(100% * var(--t360-a11y-scale));
	scroll-behavior: smooth;
	scroll-padding-top: 90px;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	font-family: var(--t360-font);
	font-size: 1.0625rem;
	line-height: 1.75;
	color: var(--t360-body);
	background: var(--t360-bg);
	overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
	color: var(--t360-ink);
	line-height: 1.25;
	margin: 0 0 .6em;
	font-weight: 800;
	letter-spacing: -.01em;
}

h1 { font-size: clamp(1.85rem, 1.2rem + 2.4vw, 3rem); }
h2 { font-size: clamp(1.45rem, 1.1rem + 1.3vw, 2.05rem); margin-top: 2em; }
h3 { font-size: clamp(1.15rem, 1rem + .5vw, 1.4rem); margin-top: 1.6em; }

p { margin: 0 0 1.1em; }

a {
	color: var(--t360-accent);
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
}
a:hover { color: var(--t360-accent-dark); }

img { max-width: 100%; height: auto; display: block; }

ul, ol { padding-inline-start: 1.3em; }
li { margin-bottom: .4em; }

hr { border: 0; border-top: 1px solid var(--t360-line); margin: 2.5rem 0; }

:focus-visible {
	outline: 3px solid var(--t360-accent);
	outline-offset: 2px;
	border-radius: 4px;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px;
	overflow: hidden; clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}

/* ---------------- פריסה ---------------- */

.t360-wrap {
	width: min(var(--t360-wrap), 100% - 2.5rem);
	margin-inline: auto;
}

.t360-narrow { width: min(880px, 100% - 2.5rem); }

.t360-main { display: block; min-height: 40vh; }

.t360-section { padding: 4.5rem 0; }
.t360-section-alt { background: var(--t360-bg-soft); }

.t360-section-head {
	max-width: 720px;
	margin: 0 auto 2.8rem;
	text-align: center;
}
.t360-section-head h2 { margin-top: 0; }
.t360-section-head p { color: var(--t360-muted); font-size: 1.075rem; margin: 0; }

.t360-section-title { margin-top: 2.2em; }
.t360-center { text-align: center; }

.t360-layout > .t360-wrap {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 3rem;
	align-items: start;
	padding-block: 3rem 4rem;
}
.t360-layout.is-single-col > .t360-wrap { grid-template-columns: minmax(0, 1fr); }

/* ---------------- ראש העמוד ---------------- */

.t360-header {
	position: sticky;
	top: 0;
	z-index: 60;
	background: rgba(255, 255, 255, .96);
	backdrop-filter: saturate(150%) blur(10px);
	border-bottom: 1px solid var(--t360-line);
}

.t360-topbar {
	background: linear-gradient(90deg, var(--t360-bg-deep), #17325c);
	color: #d9e4f7;
	font-size: .82rem;
}
.t360-topbar .t360-wrap {
	display: flex;
	gap: 1.6rem;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	flex-wrap: wrap;
}
.t360-topbar-item { display: inline-flex; align-items: center; gap: .4rem; }
.t360-topbar-item svg { width: 15px; height: 15px; opacity: .85; }

.t360-header-main .t360-wrap {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	min-height: 76px;
}

.t360-logo {
	display: inline-flex;
	align-items: center;
	gap: .65rem;
	text-decoration: none;
	color: var(--t360-accent);
	flex-shrink: 0;
}
.t360-logo-mark { display: grid; place-items: center; }
.t360-logo-text { display: flex; flex-direction: column; line-height: 1.15; }
.t360-logo-text strong { color: var(--t360-ink); font-size: 1.25rem; font-weight: 800; }
.t360-logo-text small { color: var(--t360-muted); font-size: .72rem; font-weight: 500; }
.custom-logo-link img { max-height: 56px; width: auto; }

.t360-nav { margin-inline-start: auto; }
.t360-menu {
	display: flex;
	gap: .35rem;
	list-style: none;
	margin: 0;
	padding: 0;
}
.t360-menu a {
	display: block;
	padding: .55rem .8rem;
	border-radius: var(--t360-radius-sm);
	color: var(--t360-ink);
	text-decoration: none;
	font-weight: 600;
	font-size: .96rem;
	white-space: nowrap;
}
.t360-menu a:hover,
.t360-menu .current-menu-item > a {
	background: var(--t360-accent-soft);
	color: var(--t360-accent-dark);
}

.t360-header-actions { display: flex; gap: .5rem; flex-shrink: 0; }

.t360-nav-toggle {
	display: none;
	align-items: center;
	gap: .4rem;
	margin-inline-start: auto;
	background: var(--t360-accent-soft);
	color: var(--t360-accent-dark);
	border: 0;
	border-radius: var(--t360-radius-sm);
	padding: .6rem .85rem;
	font: inherit;
	font-weight: 700;
	cursor: pointer;
}
.t360-nav-toggle svg { width: 20px; height: 20px; }

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

.t360-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .5rem;
	padding: .78rem 1.35rem;
	border: 0;
	border-radius: 999px;
	font: inherit;
	font-weight: 700;
	font-size: .98rem;
	line-height: 1.2;
	text-decoration: none;
	cursor: pointer;
	transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease;
	white-space: nowrap;
}
.t360-btn:hover { transform: translateY(-1px); }
.t360-btn:active { transform: translateY(0); }
.t360-btn .t360-ico { display: inline-flex; }
.t360-btn svg { width: 19px; height: 19px; }

.t360-btn-primary {
	background: linear-gradient(135deg, var(--t360-accent), var(--t360-accent-dark));
	color: #fff;
	box-shadow: 0 6px 18px rgba(22, 99, 216, .28);
}
.t360-btn-primary:hover { color: #fff; box-shadow: 0 10px 26px rgba(22, 99, 216, .34); }

.t360-btn-call {
	background: var(--t360-accent-2);
	color: #2a1c00;
	box-shadow: 0 6px 18px rgba(245, 165, 36, .32);
}
.t360-btn-call:hover { color: #2a1c00; background: #e89812; }

.t360-btn-wa {
	background: var(--t360-wa);
	color: #06331c;
	box-shadow: 0 6px 18px rgba(37, 211, 102, .28);
}
.t360-btn-wa:hover { color: #06331c; background: #1fbe5b; }

.t360-btn-ghost {
	background: transparent;
	color: var(--t360-accent-dark);
	border: 2px solid var(--t360-accent-line);
}
.t360-btn-ghost:hover { background: var(--t360-accent-soft); }

.t360-btn-block { width: 100%; }

.t360-phone-link { font-weight: 800; font-size: 1.2rem; letter-spacing: .02em; text-decoration: none; }

/* ---------------- גיבור ---------------- */

.t360-home-hero,
.t360-hero {
	position: relative;
	background:
		radial-gradient(1000px 460px at 85% -10%, rgba(245, 165, 36, .16), transparent 62%),
		linear-gradient(160deg, #0d1b33 0%, #14315e 55%, #16407e 100%);
	color: #e8eefb;
	padding: 3.6rem 0 4rem;
	overflow: hidden;
}
.t360-home-hero { padding: 4.6rem 0 5rem; }

.t360-home-hero::after,
.t360-hero::after {
	content: "";
	position: absolute;
	inset-inline-start: -8%;
	bottom: -55%;
	width: 55%;
	aspect-ratio: 1;
	background: radial-gradient(circle, rgba(22, 99, 216, .35), transparent 68%);
	pointer-events: none;
}

.t360-hero.is-plain { padding: 2.8rem 0 3rem; }

.t360-home-hero > .t360-wrap,
.t360-hero > .t360-wrap {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
	gap: 3rem;
	align-items: center;
}
.t360-hero.is-plain > .t360-wrap { grid-template-columns: minmax(0, 1fr); }

.t360-hero-text h1 { color: #fff; margin-bottom: .5em; }
.t360-hero-lead { font-size: 1.12rem; color: #c8d6ee; max-width: 62ch; }

.t360-eyebrow {
	display: inline-block;
	background: rgba(245, 165, 36, .16);
	color: #ffd287;
	border: 1px solid rgba(245, 165, 36, .35);
	padding: .32rem .85rem;
	border-radius: 999px;
	font-size: .82rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

.t360-hero-points {
	list-style: none;
	margin: 1.4rem 0;
	padding: 0;
	display: grid;
	gap: .55rem;
}
.t360-hero-points li {
	display: flex;
	align-items: flex-start;
	gap: .55rem;
	color: #d6e2f6;
	font-weight: 500;
	margin: 0;
}
.t360-hero-points svg { width: 20px; height: 20px; color: var(--t360-accent-2); flex-shrink: 0; margin-top: 2px; }

.t360-hero-actions { display: flex; gap: .7rem; flex-wrap: wrap; margin-top: 1.6rem; }

.t360-hero-form { position: relative; z-index: 1; }

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

.t360-page-head { background: var(--t360-bg-soft); border-bottom: 1px solid var(--t360-line); }

.t360-crumbs { padding: .7rem 0; font-size: .85rem; }
.t360-crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: .4rem; margin: 0; padding: 0; }
.t360-crumbs li { margin: 0; display: flex; align-items: center; gap: .4rem; }
.t360-crumbs li:not(:last-child)::after { content: "‹"; color: var(--t360-muted); }
.t360-crumbs a { color: var(--t360-muted); text-decoration: none; }
.t360-crumbs a:hover { color: var(--t360-accent); text-decoration: underline; }
.t360-crumbs [aria-current] { color: var(--t360-ink); font-weight: 600; }

/* ---------------- שורת אמון ---------------- */

.t360-trust {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	background: #fff;
	border: 1px solid var(--t360-line);
	border-radius: var(--t360-radius);
	box-shadow: var(--t360-shadow);
	padding: 1.4rem;
	margin: -2.4rem 0 0;
	position: relative;
	z-index: 5;
}
.t360-trust-item { display: grid; gap: .15rem; text-align: center; padding: .3rem; }
.t360-trust-ico { display: grid; place-items: center; color: var(--t360-accent); }
.t360-trust-ico svg { width: 27px; height: 27px; }
.t360-trust-item strong { color: var(--t360-ink); font-size: .98rem; }
.t360-trust-item span { color: var(--t360-muted); font-size: .84rem; line-height: 1.45; }

/* ---------------- כרטיסי שירות ---------------- */

.t360-cards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
	gap: 1.2rem;
}

.t360-card {
	display: grid;
	gap: .5rem;
	align-content: start;
	background: #fff;
	border: 1px solid var(--t360-line);
	border-radius: var(--t360-radius);
	padding: 1.6rem 1.4rem;
	text-decoration: none;
	color: inherit;
	box-shadow: var(--t360-shadow-sm);
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
	position: relative;
	overflow: hidden;
}
.t360-card::before {
	content: "";
	position: absolute;
	inset-block-start: 0;
	inset-inline: 0;
	height: 4px;
	background: var(--card-color, var(--t360-accent));
}
.t360-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--t360-shadow-lg);
	border-color: var(--t360-accent-line);
	color: inherit;
}
.t360-card-ico {
	display: grid;
	place-items: center;
	width: 50px; height: 50px;
	border-radius: 14px;
	background: var(--card-soft, var(--t360-accent-soft));
	color: var(--card-color, var(--t360-accent));
	margin-bottom: .3rem;
}
.t360-card-ico svg { width: 26px; height: 26px; }
.t360-card-title { font-weight: 800; font-size: 1.14rem; color: var(--t360-ink); }
.t360-card-text { color: var(--t360-muted); font-size: .94rem; line-height: 1.6; }
.t360-card-more { color: var(--t360-accent); font-weight: 700; font-size: .9rem; margin-top: .3rem; }
.t360-card-more::after { content: " ‹"; }

.t360-card-blue   { --card-color: #1663d8; --card-soft: #eaf1ff; }
.t360-card-teal   { --card-color: #0d9488; --card-soft: #e6fffb; }
.t360-card-cyan   { --card-color: #0891b2; --card-soft: #e4f8ff; }
.t360-card-amber  { --card-color: #d97706; --card-soft: #fff5e5; }
.t360-card-violet { --card-color: #7c3aed; --card-soft: #f3ecff; }
.t360-card-rose   { --card-color: #e11d48; --card-soft: #ffeaef; }

/* ---------------- למה אנחנו ---------------- */

.t360-why {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 1.4rem;
}
.t360-why-item {
	background: #fff;
	border: 1px solid var(--t360-line);
	border-radius: var(--t360-radius);
	padding: 1.7rem 1.5rem;
	box-shadow: var(--t360-shadow-sm);
}
.t360-why-num {
	display: inline-grid;
	place-items: center;
	width: 42px; height: 42px;
	border-radius: 12px;
	background: var(--t360-accent-soft);
	color: var(--t360-accent-dark);
	font-weight: 800;
	margin-bottom: .8rem;
}
.t360-why-item h3 { margin: 0 0 .5rem; font-size: 1.1rem; }
.t360-why-item p { margin: 0; color: var(--t360-muted); font-size: .96rem; }

/* ---------------- תוכן ---------------- */

.t360-content { min-width: 0; font-size: 1.075rem; }
.t360-content > h2:first-child { margin-top: 0; }

.t360-content h2 {
	position: relative;
	padding-inline-start: .8rem;
}
.t360-content h2::before {
	content: "";
	position: absolute;
	inset-inline-start: 0;
	top: .18em;
	bottom: .18em;
	width: 5px;
	border-radius: 3px;
	background: linear-gradient(var(--t360-accent), var(--t360-accent-2));
}

.t360-list { list-style: none; padding: 0; margin: 1.2rem 0; display: grid; gap: .55rem; }
.t360-list li {
	position: relative;
	padding-inline-start: 1.9rem;
	margin: 0;
}
.t360-list li::before {
	content: "";
	position: absolute;
	inset-inline-start: 0;
	top: .48em;
	width: 1.15rem; height: 1.15rem;
	border-radius: 50%;
	background: var(--t360-accent-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%231663d8'%3E%3Cpath d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center / 12px no-repeat;
}

.t360-inline-links {
	list-style: none;
	padding: 0;
	margin: 1rem 0 2rem;
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
}
.t360-inline-links li { margin: 0; }
.t360-inline-links a {
	display: inline-block;
	background: var(--t360-bg-soft);
	border: 1px solid var(--t360-line);
	border-radius: 999px;
	padding: .38rem .9rem;
	font-size: .9rem;
	font-weight: 600;
	text-decoration: none;
	color: var(--t360-ink);
}
.t360-inline-links a:hover { background: var(--t360-accent-soft); border-color: var(--t360-accent-line); color: var(--t360-accent-dark); }

.t360-svc-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 1rem;
	margin: 1.4rem 0 2rem;
}
.t360-svc-item {
	background: var(--t360-bg-soft);
	border: 1px solid var(--t360-line);
	border-radius: var(--t360-radius-sm);
	padding: 1.15rem 1.2rem;
}
.t360-svc-item h3 { margin: 0 0 .35rem; font-size: 1.03rem; }
.t360-svc-item p { margin: 0; font-size: .94rem; color: var(--t360-muted); }

.t360-note {
	background: #fffbef;
	border: 1px solid #f4e2b8;
	border-inline-start: 4px solid var(--t360-accent-2);
	border-radius: var(--t360-radius-sm);
	padding: 1rem 1.15rem;
	font-size: .96rem;
	margin: 1.5rem 0;
}

.t360-updated-note {
	display: flex;
	align-items: center;
	gap: .5rem;
	margin-top: 3rem;
	padding-top: 1.2rem;
	border-top: 1px solid var(--t360-line);
	color: var(--t360-muted);
	font-size: .88rem;
}
.t360-updated-note svg { width: 17px; height: 17px; }

/* ---------------- תוכן עניינים ---------------- */

.t360-toc {
	background: var(--t360-bg-soft);
	border: 1px solid var(--t360-line);
	border-radius: var(--t360-radius);
	padding: 1.3rem 1.5rem;
	margin: 0 0 2.4rem;
}
.t360-toc-title { font-size: 1.02rem; margin: 0 0 .7rem; }
.t360-toc ol { margin: 0; padding-inline-start: 1.2rem; columns: 2; column-gap: 2rem; }
.t360-toc li { margin-bottom: .35rem; break-inside: avoid; }
.t360-toc a { text-decoration: none; font-size: .94rem; font-weight: 500; }
.t360-toc a:hover { text-decoration: underline; }

/* ---------------- שלבים ---------------- */

.t360-steps {
	list-style: none;
	padding: 0;
	margin: 1.5rem 0 2.4rem;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	gap: 1rem;
	counter-reset: step;
}
.t360-step {
	background: #fff;
	border: 1px solid var(--t360-line);
	border-radius: var(--t360-radius-sm);
	padding: 1.2rem;
	display: grid;
	gap: .3rem;
	align-content: start;
	margin: 0;
	box-shadow: var(--t360-shadow-sm);
}
.t360-step-num {
	display: grid;
	place-items: center;
	width: 34px; height: 34px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--t360-accent), var(--t360-accent-dark));
	color: #fff;
	font-weight: 800;
	font-size: .95rem;
	margin-bottom: .3rem;
}
.t360-step strong { color: var(--t360-ink); }
.t360-step span { color: var(--t360-muted); font-size: .93rem; line-height: 1.55; }

/* ---------------- טבלאות ---------------- */

.t360-table-wrap { margin: 1.6rem 0 2.2rem; }

.t360-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	font-size: .97rem;
	background: #fff;
	border: 1px solid var(--t360-line);
	border-radius: var(--t360-radius-sm);
	overflow: hidden;
}
.t360-table caption {
	caption-side: top;
	text-align: start;
	font-weight: 800;
	color: var(--t360-ink);
	padding: 0 0 .6rem;
	font-size: 1.02rem;
}
.t360-table thead th {
	background: linear-gradient(180deg, #1a2c4d, #14243f);
	color: #fff;
	font-weight: 700;
	text-align: start;
	padding: .8rem 1rem;
	font-size: .92rem;
	white-space: nowrap;
}
.t360-table tbody th,
.t360-table td {
	padding: .78rem 1rem;
	border-top: 1px solid var(--t360-line);
	vertical-align: top;
	text-align: start;
}
.t360-table tbody th { font-weight: 700; color: var(--t360-ink); }
.t360-table tbody tr:nth-child(even) { background: #fafbfe; }
.t360-table tbody tr:hover { background: var(--t360-accent-soft); }
.t360-table-note { font-size: .86rem; color: var(--t360-muted); margin: .6rem 0 0; line-height: 1.6; }

/* ---------------- שאלות נפוצות ---------------- */

.t360-faq { margin: 2.5rem 0; }
.t360-faq-list { display: grid; gap: .7rem; }
.t360-faq-item {
	background: #fff;
	border: 1px solid var(--t360-line);
	border-radius: var(--t360-radius-sm);
	overflow: hidden;
	box-shadow: var(--t360-shadow-sm);
}
.t360-faq-item summary {
	cursor: pointer;
	list-style: none;
	padding: 1.05rem 1.2rem;
	font-weight: 700;
	color: var(--t360-ink);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	font-size: 1.01rem;
}
.t360-faq-item summary::-webkit-details-marker { display: none; }
.t360-faq-item summary::after {
	content: "+";
	color: var(--t360-accent);
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1;
	flex-shrink: 0;
}
.t360-faq-item[open] summary::after { content: "−"; }
.t360-faq-item[open] summary { border-bottom: 1px solid var(--t360-line); }
.t360-faq-a { padding: 1rem 1.2rem; color: var(--t360-body); font-size: .99rem; }
.t360-faq-a p:last-child { margin-bottom: 0; }

/* ---------------- מקורות ---------------- */

.t360-sources {
	background: var(--t360-bg-soft);
	border: 1px solid var(--t360-line);
	border-radius: var(--t360-radius);
	padding: 1.6rem 1.7rem;
	margin: 2.5rem 0;
}
.t360-sources .t360-section-title { margin-top: 0; font-size: 1.2rem; }
.t360-sources-intro { font-size: .95rem; color: var(--t360-muted); }
.t360-sources-list { list-style: none; padding: 0; margin: 0; display: grid; gap: .9rem; }
.t360-sources-list li { display: grid; gap: .15rem; margin: 0; }
.t360-sources-list a { font-weight: 700; }
.t360-source-org { font-size: .85rem; color: var(--t360-accent-dark); font-weight: 600; }
.t360-source-note { font-size: .88rem; color: var(--t360-muted); }

/* ---------------- קריאה לפעולה ---------------- */

.t360-cta {
	background: linear-gradient(135deg, #14315e, #0d1b33);
	color: #e8eefb;
	border-radius: var(--t360-radius-lg);
	padding: 2.2rem 2.4rem;
	margin: 2.8rem 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.8rem;
	flex-wrap: wrap;
}
.t360-cta-band { border-radius: 0; margin: 0; padding-block: 3rem; }
.t360-cta-band .t360-cta-text,
.t360-cta-band .t360-cta-actions { max-width: var(--t360-wrap); }
.t360-cta-text { display: grid; gap: .35rem; }
.t360-cta-title { font-size: 1.45rem; color: #fff; font-weight: 800; }
.t360-cta-sub { color: #bccce6; font-size: 1rem; }
.t360-cta-actions { display: flex; gap: .7rem; flex-wrap: wrap; }

/* ---------------- טפסים ---------------- */

.t360-formbox {
	background: #fff;
	border-radius: var(--t360-radius-lg);
	padding: 1.7rem;
	box-shadow: var(--t360-shadow-lg);
	border: 1px solid rgba(255, 255, 255, .5);
	color: var(--t360-body);
}
.t360-formbox.is-compact { padding: 1.3rem; border-radius: var(--t360-radius); box-shadow: var(--t360-shadow-sm); border: 1px solid var(--t360-line); }
.t360-formbox-title { font-size: 1.28rem; margin: 0 0 .3rem; }
.t360-formbox.is-compact .t360-formbox-title { font-size: 1.08rem; }
.t360-formbox-sub { color: var(--t360-muted); font-size: .93rem; margin: 0 0 1.1rem; }

.t360-form { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.t360-formbox.is-compact .t360-form { grid-template-columns: 1fr; }
.t360-field { display: grid; gap: .3rem; }
.t360-field-wide { grid-column: 1 / -1; }

.t360-field label { font-size: .89rem; font-weight: 700; color: var(--t360-ink); }
.t360-req { color: var(--t360-err); }

.t360-field input,
.t360-field select,
.t360-field textarea {
	width: 100%;
	font: inherit;
	font-size: 1rem;
	padding: .7rem .85rem;
	border: 1.5px solid var(--t360-line);
	border-radius: var(--t360-radius-sm);
	background: #fff;
	color: var(--t360-ink);
	transition: border-color .15s ease, box-shadow .15s ease;
}
.t360-field input:focus,
.t360-field select:focus,
.t360-field textarea:focus {
	border-color: var(--t360-accent);
	box-shadow: 0 0 0 3px var(--t360-accent-soft);
	outline: none;
}
.t360-field [aria-invalid="true"] { border-color: var(--t360-err); background: #fff6f6; }
.t360-field-err { color: var(--t360-err); font-size: .82rem; min-height: 1em; }

.t360-hp { position: absolute; inset-inline-start: -9999px; width: 1px; height: 1px; overflow: hidden; }

.t360-form-actions { display: grid; gap: .5rem; margin-top: .2rem; }
.t360-form-status { margin: 0; font-size: .92rem; font-weight: 600; min-height: 1.2em; }
.t360-form-status.is-ok { color: var(--t360-ok); }
.t360-form-status.is-err { color: var(--t360-err); }
.t360-form-status.is-pending { color: var(--t360-muted); }
.t360-form-legal { font-size: .78rem; color: var(--t360-muted); margin: 0; line-height: 1.5; }

.t360-search { display: flex; gap: .5rem; margin: 1rem 0 2rem; }
.t360-search input {
	flex: 1;
	font: inherit;
	padding: .7rem .9rem;
	border: 1.5px solid var(--t360-line);
	border-radius: var(--t360-radius-sm);
}

/* ---------------- סרגל צד ---------------- */

.t360-side { min-width: 0; }
.t360-side-sticky { position: sticky; top: 100px; display: grid; gap: 1rem; }

.t360-side-card {
	background: #fff;
	border: 1px solid var(--t360-line);
	border-radius: var(--t360-radius);
	padding: 1.3rem;
	box-shadow: var(--t360-shadow-sm);
	display: grid;
	gap: .55rem;
}
.t360-side-card strong { color: var(--t360-ink); font-size: 1.05rem; }
.t360-side-card p { margin: 0; font-size: .92rem; color: var(--t360-muted); }
.t360-side-call { background: linear-gradient(160deg, #fff, var(--t360-accent-soft)); }

.t360-side-links { list-style: none; padding: 0; margin: 0; display: grid; gap: .35rem; }
.t360-side-links a { text-decoration: none; font-weight: 600; font-size: .94rem; }
.t360-side-links a:hover { text-decoration: underline; }

.t360-widget { background: #fff; border: 1px solid var(--t360-line); border-radius: var(--t360-radius); padding: 1.2rem; }
.t360-widget-title { font-size: 1.02rem; margin: 0 0 .6rem; }

/* ---------------- רשימות ערים ---------------- */

.t360-districts {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 1.4rem;
}
.t360-district {
	background: #fff;
	border: 1px solid var(--t360-line);
	border-radius: var(--t360-radius);
	padding: 1.3rem;
	box-shadow: var(--t360-shadow-sm);
}
.t360-district h3 {
	margin: 0 0 .7rem;
	font-size: 1.02rem;
	padding-bottom: .5rem;
	border-bottom: 2px solid var(--t360-accent-soft);
}
.t360-district ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .28rem; }
.t360-district li { margin: 0; }
.t360-district a { text-decoration: none; font-size: .93rem; color: var(--t360-body); }
.t360-district a:hover { color: var(--t360-accent); text-decoration: underline; }

.t360-city-flat {
	list-style: none;
	padding: 0;
	margin: 1rem 0;
	display: flex;
	flex-wrap: wrap;
	gap: .45rem;
}
.t360-city-flat li { margin: 0; }
.t360-city-flat a {
	display: inline-block;
	padding: .35rem .8rem;
	background: #fff;
	border: 1px solid var(--t360-line);
	border-radius: 999px;
	font-size: .9rem;
	text-decoration: none;
	color: var(--t360-ink);
}
.t360-city-flat a:hover { background: var(--t360-accent-soft); border-color: var(--t360-accent-line); }

/* ---------------- מאמרים ---------------- */

.t360-posts {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
	gap: 1.4rem;
	margin: 2rem 0;
}
.t360-post-card {
	background: #fff;
	border: 1px solid var(--t360-line);
	border-radius: var(--t360-radius);
	overflow: hidden;
	box-shadow: var(--t360-shadow-sm);
	transition: transform .18s ease, box-shadow .18s ease;
}
.t360-post-card:hover { transform: translateY(-4px); box-shadow: var(--t360-shadow-lg); }
.t360-post-card a { display: block; padding: 1.4rem; text-decoration: none; color: inherit; }
.t360-post-card .t360-post-thumb { margin: -1.4rem -1.4rem 1.1rem; }
.t360-post-card h2, .t360-post-card h3 { font-size: 1.13rem; margin: 0 0 .5rem; }
.t360-post-card p { color: var(--t360-muted); font-size: .94rem; margin: 0 0 .7rem; }
.t360-post-more { color: var(--t360-accent); font-weight: 700; font-size: .9rem; }

.t360-article-head { padding: 2.6rem 0 1.4rem; }
.t360-article-meta { color: var(--t360-muted); font-size: .89rem; display: flex; gap: .6rem; flex-wrap: wrap; }
.t360-article-lead { font-size: 1.15rem; color: var(--t360-body); }
.t360-article-thumb { border-radius: var(--t360-radius); overflow: hidden; margin-bottom: 1rem; }
.t360-article-cats { font-size: .9rem; color: var(--t360-muted); margin-top: 2rem; }
.t360-related { margin-top: 2.5rem; padding-top: 1.4rem; border-top: 1px solid var(--t360-line); }
.t360-related ul { list-style: none; padding: 0; display: grid; gap: .5rem; }

.t360-pagination { margin: 2rem 0 3rem; }
.t360-pagination .page-numbers {
	display: inline-block;
	padding: .45rem .85rem;
	border: 1px solid var(--t360-line);
	border-radius: var(--t360-radius-sm);
	text-decoration: none;
	margin-inline-end: .3rem;
}
.t360-pagination .current { background: var(--t360-accent); color: #fff; border-color: var(--t360-accent); }

.t360-empty { color: var(--t360-muted); padding: 2rem 0; }

/* ---------------- מחשבונים ---------------- */

.t360-calc {
	background: #fff;
	border: 1px solid var(--t360-line);
	border-radius: var(--t360-radius-lg);
	padding: 1.8rem;
	margin: 2.4rem 0;
	box-shadow: var(--t360-shadow);
}
.t360-calc-head { display: flex; align-items: center; gap: .7rem; margin-bottom: 1.2rem; }
.t360-calc-head h2 { margin: 0; font-size: 1.3rem; }
.t360-calc-ico {
	display: grid; place-items: center;
	width: 44px; height: 44px;
	border-radius: 13px;
	background: var(--t360-accent-soft);
	color: var(--t360-accent);
	flex-shrink: 0;
}
.t360-calc-intro { font-size: .95rem; color: var(--t360-muted); background: var(--t360-bg-soft); padding: .9rem 1.1rem; border-radius: var(--t360-radius-sm); }

.t360-calc-body {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
	gap: .9rem;
}
.t360-calc-field { display: grid; gap: .3rem; }
.t360-calc-field label { font-size: .88rem; font-weight: 700; color: var(--t360-ink); }
.t360-calc-field input,
.t360-calc-field select {
	font: inherit;
	font-size: 1rem;
	padding: .62rem .8rem;
	border: 1.5px solid var(--t360-line);
	border-radius: var(--t360-radius-sm);
	width: 100%;
	background: #fff;
}
.t360-calc-field input:focus,
.t360-calc-field select:focus { border-color: var(--t360-accent); box-shadow: 0 0 0 3px var(--t360-accent-soft); outline: none; }
.t360-calc-input { position: relative; display: flex; align-items: center; gap: .4rem; }
.t360-calc-suffix { color: var(--t360-muted); font-size: .88rem; white-space: nowrap; }
.t360-calc-hint { font-size: .8rem; color: var(--t360-muted); line-height: 1.45; }
.t360-calc-check { align-self: end; }
.t360-calc-check label { display: flex; align-items: center; gap: .5rem; font-weight: 500; font-size: .93rem; cursor: pointer; }
.t360-calc-check input { width: auto; }

.t360-calc-out {
	display: block;
	margin-top: 1.4rem;
	background: linear-gradient(160deg, var(--t360-accent-soft), #fff);
	border: 1px solid var(--t360-accent-line);
	border-radius: var(--t360-radius);
	padding: 1.3rem 1.4rem;
}
.t360-calc-placeholder { color: var(--t360-muted); font-size: .95rem; }
.t360-calc-headline {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
	padding-bottom: .9rem;
	margin-bottom: .9rem;
	border-bottom: 1px dashed var(--t360-accent-line);
}
.t360-calc-headline span { color: var(--t360-body); font-weight: 600; }
.t360-calc-headline strong { color: var(--t360-accent-dark); font-size: 1.45rem; font-weight: 800; }
.t360-calc-range { white-space: nowrap; }
.t360-calc-table { width: 100%; border-collapse: collapse; font-size: .93rem; }
.t360-calc-table th,
.t360-calc-table td { padding: .45rem 0; text-align: start; vertical-align: top; }
.t360-calc-table th { color: var(--t360-muted); font-weight: 600; width: 45%; }
.t360-calc-table td { color: var(--t360-ink); font-weight: 600; }
.t360-calc-verdict { padding: .7rem .9rem; border-radius: var(--t360-radius-sm); font-weight: 600; font-size: .95rem; margin: 0 0 .9rem; }
.t360-calc-verdict.is-ok { background: #e8f7ee; color: #0a6b3d; }
.t360-calc-verdict.is-warn { background: #fff5e5; color: var(--t360-warn); }
.t360-calc-verdict.is-bad { background: #ffeaea; color: var(--t360-err); }
.t360-calc-warn { color: var(--t360-err); font-weight: 600; margin: 0; }
.t360-calc-note { font-size: .82rem; color: var(--t360-muted); margin: 1rem 0 0; line-height: 1.6; }
.t360-calc-cta { display: flex; gap: .6rem; flex-wrap: wrap; margin-top: 1.1rem; }

/* ---------------- תחתית ---------------- */

.t360-footer { background: var(--t360-bg-deep); color: #aebcd4; margin-top: 4rem; }

.t360-footer-cta { background: linear-gradient(135deg, var(--t360-accent-dark), var(--t360-accent)); padding: 2.6rem 0; }
.t360-footer-cta .t360-wrap { display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.t360-footer-cta h2 { color: #fff; margin: 0 0 .3rem; font-size: 1.5rem; }
.t360-footer-cta p { color: #dce8ff; margin: 0; }
.t360-footer-cta-actions { display: flex; gap: .7rem; flex-wrap: wrap; }

.t360-footer-main { padding: 3.2rem 0 2.4rem; }
.t360-footer-main .t360-wrap {
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr 1fr;
	gap: 2.4rem;
}
.t360-footer-title { color: #fff; font-size: 1.02rem; margin: 0 0 .9rem; }
.t360-footer-list { list-style: none; padding: 0; margin: 0; display: grid; gap: .42rem; }
.t360-footer-list li { margin: 0; }
.t360-footer-list a { color: #aebcd4; text-decoration: none; font-size: .93rem; }
.t360-footer-list a:hover { color: #fff; text-decoration: underline; }
.t360-footer-cities { grid-template-columns: 1fr 1fr; }
.t360-footer-brand .t360-logo-text strong { color: #fff; }
.t360-footer-brand .t360-logo-text small { color: #8496b3; }
.t360-footer-about { font-size: .92rem; margin: 1rem 0; max-width: 42ch; }
.t360-footer-phone { display: grid; gap: .1rem; }
.t360-footer-phone span { font-size: .8rem; color: #8496b3; }
.t360-footer-phone .t360-phone-link { color: var(--t360-accent-2); }
.t360-footer-mail a { color: #aebcd4; font-size: .92rem; }

.t360-footer-bottom { border-top: 1px solid rgba(255, 255, 255, .08); padding: 1.2rem 0 1.6rem; }
.t360-footer-bottom .t360-wrap { display: grid; gap: .4rem; }
.t360-copy { margin: 0; font-size: .87rem; }
.t360-bizid { margin-inline-start: .6rem; color: #8496b3; }
.t360-disclaimer { margin: 0; font-size: .8rem; color: #7d8ca8; line-height: 1.6; }

/* ---------------- סרגל דביק בנייד ---------------- */

.t360-sticky { display: none; }

body.has-sticky-bar .t360-sticky {
	position: fixed;
	inset-inline: 0;
	bottom: 0;
	z-index: 70;
	background: #fff;
	border-top: 1px solid var(--t360-line);
	box-shadow: 0 -6px 22px rgba(13, 21, 38, .12);
	padding: .45rem .5rem calc(.45rem + env(safe-area-inset-bottom));
}
.t360-sticky-btn {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: .12rem;
	flex: 1;
	padding: .45rem .2rem;
	border-radius: var(--t360-radius-sm);
	text-decoration: none;
	font-size: .78rem;
	font-weight: 700;
}
.t360-sticky-btn svg { width: 21px; height: 21px; }
.t360-sticky-btn.is-call { background: var(--t360-accent-2); color: #2a1c00; }
.t360-sticky-btn.is-wa { background: var(--t360-wa); color: #06331c; }
.t360-sticky-btn.is-form { background: var(--t360-accent-soft); color: var(--t360-accent-dark); }

/* ---------------- רספונסיביות ---------------- */

@media (max-width: 1100px) {
	.t360-menu a { padding: .5rem .55rem; font-size: .9rem; }
	.t360-header-actions .t360-btn-wa { display: none; }
}

@media (max-width: 980px) {
	.t360-layout > .t360-wrap { grid-template-columns: minmax(0, 1fr); }
	.t360-side-sticky { position: static; }
	.t360-home-hero > .t360-wrap,
	.t360-hero > .t360-wrap { grid-template-columns: minmax(0, 1fr); gap: 2rem; }
	.t360-footer-main .t360-wrap { grid-template-columns: 1fr 1fr; }
	.t360-trust { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 860px) {
	.t360-nav-toggle { display: inline-flex; }
	.t360-nav {
		display: none;
		position: absolute;
		inset-inline: 0;
		top: 100%;
		background: #fff;
		border-bottom: 1px solid var(--t360-line);
		box-shadow: var(--t360-shadow);
		padding: .8rem 1.25rem 1.2rem;
	}
	.t360-nav.is-open { display: block; }
	.t360-header-main { position: relative; }
	.t360-menu { flex-direction: column; gap: .1rem; }
	.t360-menu a { padding: .7rem .6rem; font-size: 1rem; border-radius: var(--t360-radius-sm); }
	.t360-header-actions .t360-btn-call { padding: .6rem .9rem; font-size: .9rem; }
	.t360-topbar-area { display: none; }
	body.has-sticky-bar .t360-sticky { display: flex; gap: .4rem; }
	body.has-sticky-bar { padding-bottom: 76px; }
	.t360-toc ol { columns: 1; }
}

@media (max-width: 620px) {
	body { font-size: 1.02rem; }
	.t360-wrap { width: calc(100% - 1.8rem); }
	.t360-section { padding: 3rem 0; }
	.t360-form { grid-template-columns: 1fr; }
	.t360-trust { grid-template-columns: 1fr; text-align: start; margin-top: 1.5rem; }
	.t360-trust-item { grid-template-columns: auto 1fr; text-align: start; align-items: center; column-gap: .8rem; }
	.t360-trust-ico { grid-row: span 2; }
	.t360-footer-main .t360-wrap { grid-template-columns: 1fr; }
	.t360-footer-cities { grid-template-columns: 1fr 1fr; }
	.t360-cta { padding: 1.6rem 1.4rem; flex-direction: column; align-items: stretch; }
	.t360-cta-actions .t360-btn { width: 100%; }
	.t360-topbar .t360-wrap { justify-content: flex-start; gap: .9rem; font-size: .76rem; }
	.t360-calc { padding: 1.2rem; }
	.t360-formbox { padding: 1.3rem; }
	.t360-table thead th { white-space: normal; }
	.t360-table { font-size: .9rem; }
	.t360-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	* { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

@media print {
	.t360-header, .t360-footer, .t360-sticky, .t360-side, .t360-a11y, .t360-cta { display: none !important; }
	body { color: #000; }
}
