/* סרגל CTA דביק — מובייל בלבד */

.shimon-cta-bar {
	display: none;
}

@media (max-width: 767px) {
	.shimon-cta-bar {
		position: fixed;
		inset-inline: 0;
		bottom: 0;
		z-index: 9999;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 1px;
		background: rgba(0, 0, 0, 0.12);
		/* מכשירים עם סרגל מחוות בתחתית המסך */
		padding-bottom: env(safe-area-inset-bottom, 0);
		box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.18);
	}

	.shimon-cta-bar__btn {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 8px;

		/* 56px — מעל מינימום שטח המגע המומלץ */
		min-height: 56px;
		padding: 12px 8px;

		font-size: 17px;
		font-weight: 700;
		line-height: 1;
		text-decoration: none;
		color: #fff;
	}

	.shimon-cta-bar__btn--call {
		background: #0b3b5a;
	}

	.shimon-cta-bar__btn--wa {
		background: #25d366;
		color: #06331a;
	}

	.shimon-cta-bar__btn:active {
		filter: brightness(0.92);
	}

	.shimon-cta-bar__btn:focus-visible {
		outline: 3px solid #ffd166;
		outline-offset: -3px;
	}
}

@media print {
	.shimon-cta-bar { display: none !important; }
}
