/**
 * Homepage: Join Us for Weekly Worship banner
 */

.ciywr-worship {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	min-height: clamp(380px, 48vw, 540px);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background-color: #12151a;
	background-image: var(--ciywr-worship-bg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	font-family: var(--ciywr-font-sans, "Source Sans 3", Verdana, Geneva, sans-serif);
	box-sizing: border-box;
	isolation: isolate;
}

.ciywr-worship *,
.ciywr-worship *::before,
.ciywr-worship *::after {
	box-sizing: border-box;
}

.ciywr-worship__overlay {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background: linear-gradient(
		180deg,
		rgba(8, 10, 14, 0.58) 0%,
		rgba(8, 10, 14, 0.66) 48%,
		rgba(8, 10, 14, 0.78) 100%
	);
}

.ciywr-worship__inner {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 860px;
	margin: 0 auto;
	padding: 76px 28px;
	text-align: center;
	color: #ffffff;
}

.ciywr-worship__verse {
	margin: 0 auto 22px;
	padding: 0;
	max-width: 640px;
	border: 0;
}

.ciywr-worship__verse p {
	margin: 0 0 10px;
	padding: 0;
	font-family: var(--ciywr-font-serif, "Source Serif 4", Georgia, serif);
	font-size: clamp(16px, 1.9vw, 20px);
	font-weight: 400;
	font-style: italic;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.92);
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.45);
}

.ciywr-worship__verse cite {
	display: block;
	font-family: var(--ciywr-font-sans, "Source Sans 3", Verdana, sans-serif);
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.72);
}

.ciywr-worship__title {
	margin: 0 0 30px;
	padding: 0;
	font-family: inherit;
	font-size: clamp(30px, 4.6vw, 52px);
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: 0.01em;
	color: #ffffff;
	text-shadow: 0 3px 22px rgba(0, 0, 0, 0.5);
}

.ciywr-worship__title::after {
	content: "";
	display: block;
	width: 56px;
	height: 3px;
	margin: 18px auto 0;
	background: #c43c30;
}

.ciywr-worship__cta {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 14px 26px;
	border: 0;
	background: #ffffff;
	color: #1a1a1a;
	font-family: inherit;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1.2;
	transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease, gap 0.18s ease;
}

.ciywr-worship__cta:hover,
.ciywr-worship__cta:focus {
	background: #c43c30;
	color: #ffffff;
	transform: translateY(-1px);
	gap: 14px;
	outline: none;
}

.ciywr-worship__cta:focus-visible {
	outline: 3px solid #ffffff;
	outline-offset: 3px;
}

.ciywr-worship__cta-arrow {
	display: inline-block;
	transition: transform 0.18s ease;
}

.ciywr-worship__cta:hover .ciywr-worship__cta-arrow,
.ciywr-worship__cta:focus .ciywr-worship__cta-arrow {
	transform: translateX(3px);
}

/* Hide original Elementor section if filter misses */
.elementor-element-60d636b6 {
	display: none !important;
}

@media (max-width: 767px) {
	.ciywr-worship {
		min-height: 360px;
	}

	.ciywr-worship__inner {
		padding: 56px 20px;
	}

	.ciywr-worship__title {
		margin-bottom: 26px;
		font-size: clamp(26px, 7.5vw, 34px);
	}

	.ciywr-worship__cta {
		width: 100%;
		max-width: 320px;
		justify-content: center;
	}
}
