/* شاشة استقبال + زر فوتير مجتمع جنوب */

.janoob-welcome {
	position: fixed;
	inset: 0;
	z-index: 100010;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 12px 12px calc(12px + env(safe-area-inset-bottom, 0px));
	font-family: Cairo, Tahoma, sans-serif;
}

@media (min-width: 640px) {
	.janoob-welcome {
		align-items: center;
		padding: 24px;
	}
}

.janoob-welcome[hidden] {
	display: none !important;
}

.janoob-welcome__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(12, 6, 8, 0.62);
}

.janoob-welcome__card {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 440px;
	padding: 22px 20px 18px;
	border-radius: 18px;
	background: linear-gradient(165deg, #1a0c10 0%, #2a1016 52%, #12080b 100%);
	color: #f8f4f0;
	border: 1px solid rgba(227, 0, 15, 0.42);
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.42);
	text-align: center;
}

.janoob-welcome__kicker {
	margin: 0 0 8px;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	color: #e3000f;
}

.janoob-welcome__title {
	margin: 0 0 10px;
	font-size: 1.18rem;
	font-weight: 800;
	line-height: 1.45;
}

.janoob-welcome__body {
	margin: 0 0 18px;
	font-size: 0.92rem;
	line-height: 1.65;
	opacity: 0.92;
}

.janoob-welcome__join {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	min-height: 52px;
	padding: 12px 16px;
	border-radius: 14px;
	background: #25d366;
	color: #fff !important;
	font-weight: 800;
	font-size: 1.02rem;
	text-decoration: none !important;
	box-shadow: 0 8px 22px rgba(37, 211, 102, 0.32);
}

.janoob-welcome__join:hover,
.janoob-welcome__join:focus-visible {
	background: #20bd5a;
	color: #fff !important;
}

.janoob-welcome__join-icon,
.janoob-footer-community-cta__icon {
	width: 1.25rem;
	height: 1.25rem;
	flex-shrink: 0;
}

.janoob-welcome__browse {
	display: block;
	width: 100%;
	margin-top: 10px;
	padding: 10px;
	border: 0;
	background: transparent;
	color: rgba(248, 244, 240, 0.82);
	font: inherit;
	font-weight: 700;
	font-size: 0.88rem;
	cursor: pointer;
}

.janoob-welcome__browse:hover,
.janoob-welcome__browse:focus-visible {
	color: #fff;
}

html.janoob-welcome-open,
html.janoob-welcome-open body {
	overflow: hidden;
}

.janoob-footer-community-cta {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	max-width: 28rem;
	min-height: 48px;
	margin-top: 2px;
	padding: 12px 16px;
	border-radius: 14px;
	background: #25d366;
	color: #fff !important;
	font-family: Cairo, Tahoma, sans-serif;
	font-weight: 800;
	font-size: 0.92rem;
	line-height: 1.3;
	text-align: center;
	text-decoration: none !important;
	box-shadow: 0 6px 16px rgba(37, 211, 102, 0.22);
	transition: background 0.15s ease, transform 0.15s ease;
}

.janoob-footer-community-cta:hover,
.janoob-footer-community-cta:focus-visible {
	background: #20bd5a;
	color: #fff !important;
	transform: translateY(-1px);
}

@media (min-width: 768px) {
	.janoob-footer-community-cta {
		align-self: flex-start;
	}
}
