/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://smartbill.co.il/
 Description:  SmartBill child theme - homepage SaaS hero styles
 Author:       SmartBill
 Template:     hello-elementor
 Version:      1.9.0
 Text Domain:  hello-elementor-child
*/

:root {
	--sb-orange: #ff6a00;
	--sb-blue: #1a365d;
	--sb-text: #0f172a;
	--sb-muted: #334155;
	--sb-bg: #f8fafc;
	--sb-border: #e2e8f0;
}

.sb-saas-hero {
	direction: rtl;
	text-align: right;
	position: relative;
	padding: 34px 18px 38px;
	overflow: visible;
	isolation: isolate;
	font-family: Heebo, "Noto Sans Hebrew", Arial, sans-serif;
	color: var(--sb-text);
	background: linear-gradient(105deg, #f4f8fd 0%, #fbfdff 54%, #ffffff 100%);
}

.sb-saas-hero::before {
	content: "";
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 57vw;
	margin-left: -50vw;
	border-radius: 0 46% 46% 0;
	background:
		radial-gradient(circle at 18% 24%, rgba(255, 125, 30, 0.34), transparent 27%),
		radial-gradient(circle at 70% 82%, rgba(74, 144, 226, 0.48), transparent 38%),
		linear-gradient(130deg, #062b57 0%, #0a417c 56%, #1f68ad 100%);
}

.sb-saas-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	/* RTL: copy on the right, blue product visual on the left. */
	grid-template-columns: minmax(360px, 0.78fr) minmax(0, 1fr);
	gap: 18px;
	align-items: center;
}

.sb-saas-hero__copy {
	position: relative;
	z-index: 2;
	padding: 20px 0 20px 12px;
}

.sb-saas-hero__badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 15px;
	font-weight: 600;
	color: var(--sb-blue);
	background: #fff;
	border: 1px solid var(--sb-border);
	border-radius: 999px;
	padding: 8px 14px;
	margin-bottom: 16px;
}

.sb-saas-hero__badge::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #16a34a;
	flex-shrink: 0;
}

.sb-saas-hero h1 {
	margin: 0 0 16px;
	font-size: clamp(32px, 3.6vw, 46px);
	line-height: 1.2;
	font-weight: 800;
	color: var(--sb-blue);
	letter-spacing: -0.02em;
	text-wrap: balance;
}

.sb-saas-hero__lead {
	margin: 0 0 16px;
	font-size: clamp(17px, 1.7vw, 20px);
	line-height: 1.65;
	color: var(--sb-muted);
	font-weight: 500;
}

.sb-saas-hero__audience {
	margin: 0 0 18px;
	font-size: 15px;
	line-height: 1.55;
	color: var(--sb-muted);
	font-weight: 600;
}

.sb-saas-hero__proofs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
	margin: 0 0 24px;
	padding: 0;
	list-style: none;
	color: var(--sb-blue);
	font-size: 15px;
	font-weight: 700;
}

.sb-saas-hero__proofs li::before {
	content: "✓";
	margin-left: 6px;
	color: var(--sb-orange);
	font-weight: 800;
}

.sb-saas-hero__cta-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin-bottom: 12px;
}

.sb-saas-hero__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--sb-orange);
	color: #fff !important;
	text-decoration: none !important;
	font-weight: 700;
	font-size: 18px;
	padding: 16px 26px;
	border-radius: 999px;
	box-shadow: 0 8px 20px rgba(255, 106, 0, 0.25);
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.sb-saas-hero__cta:hover,
.sb-saas-hero__cta:focus {
	transform: translateY(-1px);
	box-shadow: 0 10px 24px rgba(255, 106, 0, 0.32);
	color: #fff !important;
}

.sb-saas-hero__cta-secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	color: var(--sb-blue) !important;
	text-decoration: none !important;
	font-weight: 700;
	font-size: 16px;
	padding: 14px 18px;
	border-radius: 999px;
	border: 1px solid var(--sb-border);
}

.sb-saas-hero__cta-secondary:hover,
.sb-saas-hero__cta-secondary:focus {
	border-color: var(--sb-blue);
	color: var(--sb-blue) !important;
}

.sb-saas-hero__friction {
	margin: 0;
	font-size: 15px;
	line-height: 1.5;
	color: var(--sb-muted);
}

.sb-saas-hero__visual {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	align-self: stretch;
	margin: 0;
	justify-self: stretch;
	overflow: visible;
	min-width: 0;
	isolation: isolate;
}

.sb-saas-hero__visual::after {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 6% 0 3%;
	border-radius: 50%;
	background: radial-gradient(ellipse, rgba(240, 247, 255, 0.58), transparent 65%);
	filter: blur(8px);
}

.sb-saas-hero__devices {
	position: relative;
	z-index: 1;
	width: 100%;
	min-height: 520px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sb-saas-hero__mac {
	position: relative;
	z-index: 1;
	width: 91%;
	margin-left: -8%;
}

.sb-saas-hero__phone {
	position: absolute;
	z-index: 3;
	right: 0;
	bottom: 2%;
	width: 24%;
	min-width: 118px;
}

.sb-saas-hero__visual picture,
.sb-saas-hero__visual img {
	display: block;
}

.sb-saas-hero__visual img {
	width: 100%;
	max-width: none;
	height: auto;
	max-height: none;
	display: block;
	object-fit: contain;
	object-position: left center;
}

/* Prevent Elementor wrappers from clipping the hero laptop */
.elementor-4700 .elementor-widget-html,
.elementor-4700 .elementor-widget-html .elementor-widget-container,
.elementor-4700 .sb-saas-hero__grid {
	overflow: visible !important;
}

.elementor-4700 .sb-saas-hero {
	overflow: visible !important;
}

/* WP Accessibility Helper: keep wheelchair launcher bottom-left */
body #wp_access_helper_container button.aicon_link {
	top: auto !important;
	bottom: 90px !important;
}

.sb-saas-hero__visual picture img {
	border-radius: 0;
	box-shadow: none;
	border: 0;
	background: transparent;
	filter: drop-shadow(0 22px 24px rgba(15, 23, 42, 0.22));
}

.sb-saas-hero__visual-caption {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 12px 0 0;
	font-size: 15px;
	line-height: 1.45;
	color: var(--sb-muted);
	font-weight: 600;
}

.sb-saas-hero__brand-mark {
	width: 140px !important;
	height: auto !important;
	flex-shrink: 0;
	border: 0 !important;
	box-shadow: none !important;
	border-radius: 0 !important;
}

.sb-icp-strip {
	direction: rtl;
	font-family: Heebo, "Noto Sans Hebrew", Arial, sans-serif;
	padding: 8px 4px 8px;
}

.sb-icp-strip__intro {
	margin: 0 0 10px;
	font-size: clamp(22px, 2.6vw, 28px);
	font-weight: 800;
	color: var(--sb-blue);
	text-align: center;
	line-height: 1.35;
}

.sb-icp-strip__sub {
	margin: 0 0 20px;
	font-size: clamp(16px, 1.8vw, 18px);
	color: var(--sb-muted);
	text-align: center;
	line-height: 1.6;
}

.sb-icp-strip__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
}

.sb-icp-strip__card {
	display: block;
	text-decoration: none !important;
	background: #fff;
	border: 1px solid var(--sb-border);
	border-radius: 14px;
	padding: 18px 18px;
	color: var(--sb-text) !important;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.sb-icp-strip__card:hover,
.sb-icp-strip__card:focus {
	border-color: var(--sb-orange);
	box-shadow: 0 6px 18px rgba(26, 54, 93, 0.08);
}

.sb-icp-strip__card strong {
	display: block;
	font-size: 17px;
	font-weight: 800;
	color: var(--sb-blue);
	margin-bottom: 6px;
}

.sb-icp-strip__card span {
	display: block;
	font-size: 15px;
	line-height: 1.5;
	color: var(--sb-muted);
}

.sb-how {
	direction: rtl;
	font-family: Heebo, "Noto Sans Hebrew", Arial, sans-serif;
	padding: 16px 4px 8px;
}

.sb-how__title {
	margin: 0 0 18px;
	font-size: clamp(22px, 2.6vw, 28px);
	font-weight: 800;
	color: var(--sb-blue);
	text-align: center;
}

.sb-how__steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.sb-how__step {
	background: #fff;
	border: 1px solid var(--sb-border);
	border-radius: 14px;
	padding: 18px;
}

.sb-how__num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: var(--sb-orange);
	color: #fff;
	font-weight: 800;
	font-size: 15px;
	margin-bottom: 10px;
}

.sb-how__step strong {
	display: block;
	font-size: 17px;
	color: var(--sb-blue);
	margin-bottom: 8px;
}

.sb-how__step p {
	margin: 0;
	font-size: 15px;
	line-height: 1.55;
	color: var(--sb-muted);
}

@media (max-width: 900px) {
	.sb-saas-hero {
		box-sizing: border-box;
		width: 100vw;
		max-width: 100vw;
		left: 50%;
		margin-inline: 0;
		transform: translateX(-50%);
		padding: 28px 18px 32px;
		overflow: hidden !important;
		background: linear-gradient(160deg, #ffffff 0%, #f3f8ff 100%);
	}

	.sb-saas-hero::before {
		top: 0;
		bottom: auto;
		left: 50%;
		width: 100vw;
		height: 410px;
		margin-left: -50vw;
		border-radius: 0 0 38% 38%;
	}

	.sb-saas-hero__grid {
		display: flex;
		flex-direction: column;
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}

	.sb-saas-hero__visual {
		width: 100%;
		order: -1;
		min-height: 390px;
	}

	.sb-saas-hero__devices {
		width: 100%;
		max-width: 100%;
		min-height: 370px;
	}

	.sb-saas-hero__mac {
		width: 88%;
		margin-left: -2%;
	}

	.sb-saas-hero__phone {
		right: 3%;
		bottom: 2%;
		width: 21%;
		min-width: 94px;
	}

	.sb-saas-hero__copy {
		box-sizing: border-box;
		flex: 0 0 100%;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		padding: 6px 0 0;
	}

	.sb-saas-hero h1,
	.sb-saas-hero__lead,
	.sb-saas-hero__audience {
		width: 100%;
		max-width: 100%;
		white-space: normal;
		overflow-wrap: anywhere;
	}

	.sb-icp-strip__grid,
	.sb-how__steps {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 600px) {
	.sb-saas-hero__phone {
		display: none;
	}

	.sb-saas-hero__mac {
		width: 96%;
		margin: 0 auto;
	}
}

/* Homepage testimonials: centered card with direct customer selection. */
.sb-testimonials-v3 {
	direction: rtl;
	position: relative;
	padding: 72px 20px 66px;
	overflow: hidden;
	font-family: Heebo, "Noto Sans Hebrew", Arial, sans-serif;
	background:
		radial-gradient(circle at 50% 0%, rgba(255, 106, 0, 0.1), transparent 27%),
		linear-gradient(180deg, #fff 0%, #eef5fb 100%);
}

.sb-testimonials-v3__header {
	max-width: 760px;
	margin: 0 auto 34px;
	text-align: center;
}

.sb-testimonials-v3__eyebrow {
	display: block;
	margin-bottom: 10px;
	color: var(--sb-orange);
	font-size: clamp(22px, 2.5vw, 28px);
	font-weight: 800;
}

.sb-testimonials-v3__title {
	margin: 0 0 12px;
	color: var(--sb-blue);
	font-size: clamp(32px, 4vw, 48px);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.025em;
	text-wrap: balance;
}

.sb-testimonials-v3__intro {
	margin: 0;
	color: var(--sb-muted);
	font-size: 17px;
	line-height: 1.65;
}

.sb-testimonials-v3__viewport {
	max-width: 920px;
	margin: 0 auto;
}

.sb-testimonials-v3__card {
	min-height: 310px;
	display: grid;
	grid-template-columns: 160px 1fr;
	align-items: center;
	gap: 34px;
	padding: 44px 48px;
	border-top: 5px solid var(--sb-orange);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 20px 50px rgba(23, 54, 93, 0.14);
}

.sb-testimonials-v3__card[hidden] {
	display: none;
}

.sb-testimonials-v3__person {
	text-align: center;
}

.sb-testimonials-v3__photo {
	width: 116px !important;
	height: 116px !important;
	display: block;
	margin: 0 auto;
	object-fit: cover;
	border: 4px solid #edf3f8 !important;
	border-radius: 50% !important;
	box-shadow: 0 8px 18px rgba(23, 54, 93, 0.12);
}

.sb-testimonials-v3__name {
	display: block;
	margin-top: 12px;
	color: var(--sb-blue);
	font-size: 18px;
	font-weight: 800;
}

.sb-testimonials-v3__role {
	display: block;
	margin-top: 2px;
	color: var(--sb-muted);
	font-size: 14px;
	line-height: 1.35;
}

.sb-testimonials-v3__quote {
	position: relative;
	margin: 0;
	padding-top: 22px;
	color: var(--sb-text);
	font-size: clamp(17px, 1.8vw, 20px);
	font-weight: 500;
	line-height: 1.8;
}

.sb-testimonials-v3__quote::before {
	content: "״";
	position: absolute;
	top: -34px;
	right: -5px;
	color: var(--sb-orange);
	font-size: 78px;
	font-weight: 800;
	line-height: 1;
}

.sb-testimonials-v3__controls {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 20px;
}

.sb-testimonials-v3__arrow {
	width: 44px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: var(--sb-orange);
	color: #fff;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
}

.sb-testimonials-v3__arrow:hover,
.sb-testimonials-v3__arrow:focus-visible {
	background: #e85f00;
	outline: 3px solid rgba(255, 106, 0, 0.22);
	outline-offset: 2px;
}

.sb-testimonials-v3__tabs {
	max-width: 1080px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
	gap: 10px;
	margin: 12px auto 0;
	padding: 4px 2px;
	overflow: visible;
}

.sb-testimonials-v3__tab {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	width: 100%;
	padding: 7px 12px;
	border: 1px solid #d5dfe9;
	border-radius: 999px;
	background: #fff;
	color: var(--sb-blue);
	font-family: inherit;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
	text-align: right;
	cursor: pointer;
}

.sb-testimonials-v3__tab[aria-selected="true"] {
	border-color: var(--sb-orange);
	box-shadow: 0 5px 14px rgba(255, 106, 0, 0.14);
}

.sb-testimonials-v3__tab img {
	width: 36px !important;
	height: 36px !important;
	flex: 0 0 36px;
	object-fit: cover;
	border: 0 !important;
	border-radius: 50% !important;
}

.sb-testimonials-v3__more {
	margin: 24px auto 0;
	color: var(--sb-blue);
	font-size: 18px;
	font-weight: 800;
	text-align: center;
}

@media (max-width: 700px) {
	.sb-testimonials-v3 {
		padding: 50px 16px 46px;
	}

	.sb-testimonials-v3__card {
		min-height: 0;
		grid-template-columns: 1fr;
		gap: 22px;
		padding: 34px 24px;
	}

	.sb-testimonials-v3__person {
		display: grid;
		grid-template-columns: 82px 1fr;
		column-gap: 14px;
		align-items: center;
		text-align: right;
	}

	.sb-testimonials-v3__photo {
		width: 82px !important;
		height: 82px !important;
		grid-row: 1 / span 2;
	}

	.sb-testimonials-v3__name,
	.sb-testimonials-v3__role {
		margin-top: 0;
	}

	.sb-testimonials-v3__tabs {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	.sb-testimonials-v3__tab {
		min-height: 48px;
		padding: 5px 8px;
		font-size: 12px;
	}

	.sb-testimonials-v3__tab img {
		width: 34px !important;
		height: 34px !important;
		flex-basis: 34px;
	}
}

/* Homepage app section: clean product-focused layout. */
.sb-app-product {
	direction: rtl;
	padding: 78px 24px;
	overflow: hidden;
	background:
		radial-gradient(circle at 14% 18%, rgba(255, 106, 0, 0.09), transparent 22%),
		linear-gradient(180deg, #fff 0%, #eff6fc 100%);
	font-family: Heebo, "Noto Sans Hebrew", Arial, sans-serif;
}

.sb-app-product__inner {
	width: min(1180px, 100%);
	display: grid;
	grid-template-columns: minmax(390px, 1fr) minmax(390px, 1fr);
	align-items: center;
	gap: clamp(42px, 7vw, 96px);
	margin: 0 auto;
}

.sb-app-product__copy {
	position: relative;
	z-index: 2;
}

.sb-app-product__eyebrow,
.sb-pricing-blue__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 14px;
	color: var(--sb-orange);
	font-size: 15px;
	font-weight: 800;
}

.sb-app-product__eyebrow::before,
.sb-pricing-blue__eyebrow::before {
	content: "";
	width: 28px;
	height: 3px;
	border-radius: 3px;
	background: currentColor;
}

.sb-app-product__title {
	margin: 0 0 18px;
	color: #073363;
	font-size: clamp(38px, 5vw, 58px);
	font-weight: 900;
	line-height: 1.08;
	letter-spacing: -0.035em;
	text-wrap: balance;
}

.sb-app-product__lead {
	max-width: 590px;
	margin: 0;
	color: #5c6d82;
	font-size: 18px;
	line-height: 1.75;
}

.sb-app-product__features {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 28px 0;
}

.sb-app-product__feature {
	padding: 16px;
	border: 1px solid #dae4ee;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.9);
	color: #073363;
	font-size: 16px;
	font-weight: 800;
	box-shadow: 0 8px 24px rgba(7, 51, 99, 0.07);
}

.sb-app-product__feature span {
	display: block;
	margin-top: 3px;
	color: #5c6d82;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.45;
}

.sb-app-product__stores {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.sb-app-product__store {
	min-width: 160px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 13px 18px;
	border: 2px solid #073363;
	border-radius: 12px;
	background: #fff;
	color: #073363;
	font-size: 15px;
	font-weight: 800;
	text-decoration: none;
	box-shadow: 0 8px 22px rgba(7, 51, 99, 0.08);
}

.sb-app-product__store--primary {
	border-color: var(--sb-orange);
	background: var(--sb-orange);
	color: #fff;
}

.sb-app-product__store svg {
	width: 20px;
	height: 20px;
	flex: 0 0 auto;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

.sb-app-product__store--web {
	border-color: #0754af;
	background: #0754af;
	color: #fff;
}

.sb-app-product__store:hover,
.sb-app-product__store:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 12px 25px rgba(7, 51, 99, 0.14);
}

.sb-app-product__visual {
	position: relative;
	min-height: 530px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sb-app-product__visual::before {
	content: "";
	position: absolute;
	width: 440px;
	height: 440px;
	border-radius: 38% 62% 58% 42% / 50% 39% 61% 50%;
	background: linear-gradient(145deg, #0b5dbc, #073363);
	transform: rotate(-7deg);
	box-shadow: 0 26px 60px rgba(7, 51, 99, 0.2);
}

.sb-app-product__phone {
	position: relative;
	z-index: 2;
	width: min(330px, 72%) !important;
	height: auto !important;
	border: 0 !important;
	filter: drop-shadow(0 26px 22px rgba(11, 39, 76, 0.22));
}

/* Homepage pricing section: high-contrast blue option. */
.sb-pricing-blue {
	direction: rtl;
	padding: 74px 24px 82px;
	background:
		radial-gradient(circle at 14% 0%, rgba(34, 127, 224, 0.52), transparent 31%),
		linear-gradient(145deg, #052a56, #0754af);
	font-family: Heebo, "Noto Sans Hebrew", Arial, sans-serif;
}

.sb-pricing-blue__header {
	max-width: 760px;
	margin: 0 auto 42px;
	text-align: center;
}

.sb-pricing-blue__eyebrow {
	color: #ff9b52;
}

.sb-pricing-blue__title {
	margin: 0 0 14px;
	color: #fff;
	font-size: clamp(38px, 5vw, 56px);
	font-weight: 900;
	line-height: 1.08;
	letter-spacing: -0.035em;
	text-wrap: balance;
}

.sb-pricing-blue__intro {
	max-width: 650px;
	margin: 0 auto;
	color: #dbe8f5;
	font-size: 17px;
	line-height: 1.7;
}

.sb-pricing-blue__plans {
	width: min(960px, 100%);
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	margin: 0 auto;
}

.sb-pricing-blue__plan {
	position: relative;
	padding: 34px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 22px 50px rgba(0, 25, 58, 0.22);
}

.sb-pricing-blue__plan--featured {
	padding-top: 29px;
	border-top: 6px solid var(--sb-orange);
	background: #fff;
}

.sb-pricing-blue__label {
	margin-bottom: 16px;
	color: #627287;
	font-size: 14px;
	font-weight: 700;
}

.sb-pricing-blue__price {
	display: flex;
	align-items: baseline;
	gap: 7px;
	color: #073363;
}

.sb-pricing-blue__price strong {
	font-size: clamp(35px, 4vw, 44px);
	font-weight: 900;
	letter-spacing: -0.03em;
}

.sb-pricing-blue__summary {
	min-height: 52px;
	margin: 7px 0 22px;
	color: #627287;
	line-height: 1.55;
}

.sb-pricing-blue__features {
	display: grid;
	gap: 14px;
	margin: 0 0 30px;
	padding: 23px 0 0;
	border-top: 1px solid #dce5ee;
	list-style: none;
}

.sb-pricing-blue__features li {
	position: relative;
	padding-right: 27px;
	color: #17385e;
	font-weight: 600;
	line-height: 1.5;
}

.sb-pricing-blue__features li::before {
	content: "✓";
	position: absolute;
	right: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #eaf7f0;
	color: #168957;
	font-size: 13px;
	font-weight: 900;
	line-height: 20px;
	text-align: center;
}

.sb-pricing-blue__cta {
	width: 100%;
	display: block;
	padding: 14px 20px;
	border: 2px solid #0754af;
	border-radius: 12px;
	background: #fff;
	color: #0754af;
	font-weight: 800;
	text-align: center;
	text-decoration: none;
}

.sb-pricing-blue__plan--featured .sb-pricing-blue__cta {
	border-color: var(--sb-orange);
	background: var(--sb-orange);
	color: #fff;
}

.sb-pricing-blue__cta:hover,
.sb-pricing-blue__cta:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 10px 22px rgba(7, 51, 99, 0.16);
}

@media (max-width: 820px) {
	.sb-app-product__inner {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.sb-app-product__copy {
		order: 1;
	}

	.sb-app-product__visual {
		order: 2;
		min-height: 470px;
	}

	.sb-app-product__lead {
		margin-inline: auto;
	}

	.sb-app-product__stores {
		justify-content: center;
	}
}

@media (max-width: 700px) {
	.sb-app-product,
	.sb-pricing-blue {
		padding: 52px 16px 58px;
	}

	.sb-app-product__features,
	.sb-pricing-blue__plans {
		grid-template-columns: 1fr;
	}

	.sb-app-product__visual {
		min-height: 420px;
	}

	.sb-app-product__visual::before {
		width: 350px;
		height: 350px;
	}

	.sb-app-product__phone {
		width: min(270px, 72%) !important;
	}

	.sb-pricing-blue__plan {
		padding: 28px 23px;
	}

	.sb-pricing-blue__plan--featured {
		padding-top: 23px;
	}
}

/* Global footer: white conversion layout with horizontal lead form. */
.sb-footer-actions-section,
.sb-footer-lead-section,
.sb-footer-main-section,
.elementor-element-sbftact1,
.elementor-element-sbftlead,
.elementor-element-sbftmain {
	background: #fff;
	font-family: Heebo, "Noto Sans Hebrew", Arial, sans-serif;
}

.sb-footer-actions-section,
.elementor-element-sbftact1 {
	padding: 44px 18px 14px;
	border-top: 5px solid var(--sb-orange);
}

.sb-footer-actions {
	direction: rtl;
	width: min(1180px, 100%);
	display: grid;
	grid-template-columns: 1.15fr repeat(3, 1fr);
	gap: 13px;
	margin: 0 auto;
}

.sb-footer-actions__intro {
	padding: 5px 0;
}

.sb-footer-actions__intro h2 {
	margin: 0 0 5px;
	color: #062d59;
	font-size: 25px;
	font-weight: 800;
	line-height: 1.2;
}

.sb-footer-actions__intro p {
	margin: 0;
	color: #65758a;
	font-size: 14px;
}

.sb-footer-actions__card {
	display: block;
	padding: 16px 17px;
	border: 1px solid #cdd9e5;
	border-radius: 13px;
	background: #f3f7fb;
	color: #062d59;
	text-decoration: none;
}

.sb-footer-actions__card strong {
	display: block;
	margin-bottom: 3px;
	font-size: 15px;
}

.sb-footer-actions__card span {
	color: #65758a;
	font-size: 12px;
}

.sb-footer-actions__card--primary {
	border-color: #062d59;
	background: #062d59;
	color: #fff;
}

.sb-footer-actions__card--primary span {
	color: #b8cce0;
}

.sb-footer-actions__card:hover,
.sb-footer-actions__card:focus-visible {
	border-color: var(--sb-orange);
	transform: translateY(-2px);
	box-shadow: 0 10px 22px rgba(7, 51, 99, 0.1);
}

.sb-footer-lead-section,
.elementor-element-sbftlead {
	padding: 14px 18px 40px;
}

:is(.sb-footer-lead-section, .elementor-element-sbftlead) > .elementor-container {
	width: min(1180px, 100%);
	align-items: center;
	padding: 24px;
	border: 1px solid #cbd8e5;
	border-radius: 16px;
	background: #f5f8fb;
}

:is(.sb-footer-lead-section, .elementor-element-sbftlead) .elementor-column > .elementor-element-populated {
	padding: 0 10px;
}

.sb-footer-lead-copy h3 {
	margin: 0 0 4px;
	color: #062d59;
	font-size: 21px;
	font-weight: 800;
	line-height: 1.3;
}

.sb-footer-lead-copy p {
	margin: 0;
	color: #65758a;
	font-size: 13px;
	line-height: 1.5;
}

.sb-footer-lead-form .elementor-form-fields-wrapper {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
	gap: 9px;
	align-items: start;
}

.sb-footer-lead-form .elementor-field-group {
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

.sb-footer-lead-form .elementor-field {
	height: 46px;
	padding: 0 13px !important;
	border: 1px solid #cbd6e1 !important;
	border-radius: 9px !important;
	background: #fff !important;
	color: #17385e !important;
	font-family: Heebo, "Noto Sans Hebrew", Arial, sans-serif !important;
	font-size: 14px !important;
	box-shadow: none !important;
}

.sb-footer-lead-form .elementor-field:focus {
	border-color: #0754af !important;
	box-shadow: 0 0 0 3px rgba(7, 84, 175, 0.12) !important;
}

.sb-footer-lead-form .e-form__buttons {
	min-width: 126px;
}

.sb-footer-lead-form .elementor-button {
	width: 100%;
	height: 46px;
	padding: 0 22px !important;
	border: 0 !important;
	border-radius: 9px !important;
	background: var(--sb-orange) !important;
	color: #fff !important;
	font-family: Heebo, "Noto Sans Hebrew", Arial, sans-serif !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	box-shadow: 0 9px 20px rgba(255, 106, 0, 0.2);
}

.sb-footer-lead-form .elementor-message {
	grid-column: 1 / -1;
	margin: 8px 0 0;
}

.sb-footer-main-section,
.elementor-element-sbftmain {
	padding: 0 18px;
}

.sb-footer-main {
	direction: rtl;
	width: min(1180px, 100%);
	margin: 0 auto;
}

.sb-footer-main__grid {
	display: grid;
	grid-template-columns: 1.25fr 0.75fr 1fr 1.1fr;
	gap: 42px;
	padding: 38px 0;
	border-top: 1px solid #dbe4ed;
}

.sb-footer-main__logo {
	width: 180px !important;
	height: auto !important;
	display: block;
	margin-bottom: 14px;
	border: 0 !important;
}

.sb-footer-main__copy {
	max-width: 300px;
	margin: 0 0 16px;
	color: #65758a;
	font-size: 14px;
	line-height: 1.7;
}

.sb-footer-main__title {
	margin: 0 0 13px;
	color: #062d59;
	font-size: 16px;
	font-weight: 800;
}

.sb-footer-main__links {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sb-footer-main__links a,
.sb-footer-main__links li {
	color: #65758a;
	font-size: 14px;
	line-height: 1.45;
	text-decoration: none;
}

.sb-footer-main__links a:hover,
.sb-footer-main__links a:focus-visible {
	color: var(--sb-orange);
}

.sb-footer-main__stores {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.sb-footer-main__store {
	min-width: 118px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 9px 11px;
	border: 1px solid #0754af;
	border-radius: 8px;
	color: #0754af;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
}

.sb-footer-main__store--desktop {
	border-color: #062d59;
	background: #062d59;
	color: #fff;
}

.sb-footer-main__store svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

.sb-footer-main__legal {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 12px;
	padding: 18px 0;
	border-top: 1px solid #dbe4ed;
	color: #65758a;
	font-size: 12px;
}

@media (max-width: 930px) {
	.sb-footer-actions {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.sb-footer-actions__intro {
		grid-column: 1 / -1;
		text-align: center;
	}

	:is(.sb-footer-lead-section, .elementor-element-sbftlead) > .elementor-container {
		flex-wrap: wrap;
	}

	:is(.sb-footer-lead-section, .elementor-element-sbftlead) .elementor-column {
		width: 100% !important;
	}

	.sb-footer-lead-copy {
		margin-bottom: 16px;
		text-align: center;
	}

	.sb-footer-lead-form .elementor-form-fields-wrapper {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sb-footer-lead-form .elementor-field-type-email,
	.sb-footer-lead-form .e-form__buttons,
	.sb-footer-lead-form .elementor-message {
		grid-column: 1 / -1;
	}

	.sb-footer-main__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 620px) {
	.sb-footer-actions-section,
	.elementor-element-sbftact1 {
		padding-top: 34px;
	}

	.sb-footer-actions,
	.sb-footer-main__grid,
	.sb-footer-lead-form .elementor-form-fields-wrapper {
		grid-template-columns: 1fr;
	}

	.sb-footer-lead-form .elementor-field-type-email,
	.sb-footer-lead-form .e-form__buttons,
	.sb-footer-lead-form .elementor-message {
		grid-column: 1;
	}

	:is(.sb-footer-lead-section, .elementor-element-sbftlead) > .elementor-container {
		padding: 22px 14px;
	}

	.sb-footer-main__legal {
		justify-content: center;
		text-align: center;
	}
}

/* Homepage decision section: wide CTA and high-value FAQ. */
.sb-decision-faq {
	direction: rtl;
	padding: 76px 24px 82px;
	background:
		radial-gradient(circle at 85% 0%, rgba(255, 106, 0, 0.09), transparent 24%),
		linear-gradient(180deg, #fff 0%, #f1f6fb 100%);
	font-family: Heebo, "Noto Sans Hebrew", Arial, sans-serif;
}

.sb-decision-faq__inner {
	width: min(1180px, 100%);
	margin: 0 auto;
}

.sb-decision-faq__header {
	max-width: 820px;
	margin: 0 auto 40px;
	text-align: center;
}

.sb-decision-faq__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
	color: var(--sb-orange);
	font-size: 15px;
	font-weight: 800;
}

.sb-decision-faq__eyebrow::before,
.sb-decision-faq__eyebrow::after {
	content: "";
	width: 24px;
	height: 3px;
	border-radius: 3px;
	background: currentColor;
}

.sb-decision-faq__title {
	margin: 0 0 14px;
	color: #073363;
	font-size: clamp(36px, 5vw, 54px);
	font-weight: 900;
	line-height: 1.1;
	letter-spacing: -0.035em;
	text-wrap: balance;
}

.sb-decision-faq__intro {
	max-width: 700px;
	margin: 0 auto;
	color: #5c6d82;
	font-size: 17px;
	line-height: 1.7;
}

.sb-decision-faq__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	align-items: start;
	gap: 28px;
}

.sb-decision-faq__questions {
	display: grid;
	gap: 12px;
}

.sb-decision-faq__item {
	overflow: hidden;
	border: 1px solid #d7e2ec;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 7px 20px rgba(7, 51, 99, 0.05);
}

.sb-decision-faq__item[open] {
	border-color: rgba(7, 84, 175, 0.38);
	box-shadow: 0 12px 26px rgba(7, 51, 99, 0.09);
}

.sb-decision-faq__question {
	position: relative;
	display: block;
	padding: 20px 58px 20px 22px;
	color: #073363;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.4;
	cursor: pointer;
	list-style: none;
}

.sb-decision-faq__question::-webkit-details-marker {
	display: none;
}

.sb-decision-faq__question::before,
.sb-decision-faq__question::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 22px;
	width: 16px;
	height: 2px;
	border-radius: 2px;
	background: var(--sb-orange);
	transform: translateY(-50%);
}

.sb-decision-faq__question::after {
	transform: translateY(-50%) rotate(90deg);
	transition: transform 0.2s ease;
}

.sb-decision-faq__item[open] .sb-decision-faq__question::after {
	transform: translateY(-50%) rotate(0);
}

.sb-decision-faq__answer {
	margin: 0;
	padding: 0 58px 21px 24px;
	color: #4f6175;
	font-size: 15px;
	line-height: 1.75;
}

.sb-decision-faq__cta {
	position: sticky;
	top: 92px;
	padding: 30px;
	border-radius: 22px;
	background:
		radial-gradient(circle at 15% 0%, rgba(29, 113, 205, 0.7), transparent 42%),
		linear-gradient(145deg, #052a56, #073f7c);
	color: #fff;
	box-shadow: 0 22px 48px rgba(5, 42, 86, 0.2);
}

.sb-decision-faq__cta h3 {
	margin: 0 0 9px;
	color: #fff;
	font-size: 25px;
	font-weight: 800;
	line-height: 1.25;
}

.sb-decision-faq__cta > p {
	margin: 0 0 22px;
	color: #c8d9e9;
	font-size: 14px;
	line-height: 1.65;
}

.sb-decision-faq__button {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 9px;
	padding: 12px 14px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 10px;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	text-align: center;
	text-decoration: none;
}

.sb-decision-faq__button--primary {
	border-color: var(--sb-orange);
	background: var(--sb-orange);
}

.sb-decision-faq__button:hover,
.sb-decision-faq__button:focus-visible {
	border-color: #fff;
	transform: translateY(-2px);
}

.sb-decision-faq__trust {
	display: grid;
	gap: 8px;
	margin: 20px 0 0;
	padding: 17px 0 0;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	list-style: none;
}

.sb-decision-faq__trust li {
	position: relative;
	padding-right: 22px;
	color: #c8d9e9;
	font-size: 12px;
}

.sb-decision-faq__trust li::before {
	content: "✓";
	position: absolute;
	right: 0;
	color: #ff9b52;
	font-weight: 900;
}

@media (max-width: 850px) {
	.sb-decision-faq__layout {
		grid-template-columns: 1fr;
	}

	.sb-decision-faq__cta {
		position: static;
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 10px;
	}

	.sb-decision-faq__cta h3,
	.sb-decision-faq__cta > p,
	.sb-decision-faq__trust {
		grid-column: 1 / -1;
	}
}

@media (max-width: 600px) {
	.sb-decision-faq {
		padding: 54px 16px 60px;
	}

	.sb-decision-faq__header {
		margin-bottom: 28px;
	}

	.sb-decision-faq__question {
		padding: 17px 49px 17px 16px;
		font-size: 15px;
	}

	.sb-decision-faq__question::before,
	.sb-decision-faq__question::after {
		right: 17px;
	}

	.sb-decision-faq__answer {
		padding: 0 49px 18px 16px;
		font-size: 14px;
	}

	.sb-decision-faq__cta {
		grid-template-columns: 1fr;
		padding: 25px 20px;
	}

	.sb-decision-faq__cta h3,
	.sb-decision-faq__cta > p,
	.sb-decision-faq__trust {
		grid-column: 1;
	}
}
