/* Scoped styles: no dependencies on Bootstrap, a page builder, or JavaScript. */
.tr-quran {
	--tr-quran-blue: #177fb6;
	--tr-quran-green: #0ba33e;
	position: relative;
	background: #f6f9fb;
	color: #666;
	padding: clamp(32px, 3.5vw, 72px) clamp(20px, 4.8vw, 104px);
	font-family: Poppins, Arial, sans-serif;
	font-size: 18px;
	line-height: 1.5;
	isolation: isolate;
}
.tr-quran *, .tr-quran *::before, .tr-quran *::after { box-sizing: border-box; }
.tr-quran .tr-quran__layout {
	display: grid;
	grid-template-columns: 1.08fr 1.1fr 0.94fr;
	align-items: center;
	gap: clamp(32px, 4vw, 88px);
	max-width: 1960px;
	margin-inline: auto;
}
.tr-quran .tr-quran__layout > * { min-width: 0; }
.tr-quran .tr-quran__eyebrow {
	margin: 0 0 14px;
	color: var(--tr-quran-blue);
	font: 700 clamp(16px, 1.22vw, 26px)/1.3 Poppins, Arial, sans-serif;
	text-transform: uppercase;
}
.tr-quran .tr-quran__eyebrow::before {
	content: "";
	display: block;
	width: 76px;
	height: 4px;
	margin-bottom: 24px;
	background: var(--tr-quran-green);
}
.tr-quran .tr-quran__title {
	margin: 0 0 22px;
	color: var(--tr-quran-blue);
	font: 700 clamp(32px, 3.05vw, 66px)/1.08 Poppins, Arial, sans-serif;
	letter-spacing: -0.02em;
	text-transform: none;
}
.tr-quran .tr-quran__title span { display: block; color: var(--tr-quran-green); }
.tr-quran .tr-quran__description { margin: 0 0 28px; font-size: clamp(17px, 1.24vw, 27px); line-height: 1.5; }
.tr-quran .tr-quran__description, .tr-quran .tr-quran__benefit-text { font-family: Poppins, Arial, sans-serif; }
.tr-quran .tr-quran__intro { container-type: inline-size; }
.tr-quran .tr-quran__actions {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr);
	align-items: center;
	gap: clamp(12px, 5cqi, 32px);
}
.tr-quran .tr-quran__donate, .tr-quran .tr-quran__learn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	font: 700 clamp(12px, 4cqi, 26px)/1.3 Poppins, Arial, sans-serif;
	width: 100%;
	min-width: 0;
	margin: 0;
	white-space: nowrap;
	text-decoration: none;
	text-transform: uppercase;
}
.tr-quran .tr-quran__donate { padding: clamp(14px, 3.5cqi, 20px) 12px; border: 0; border-radius: 6px; background: #bd0504; color: #fff; cursor: pointer; box-shadow: none; }
.tr-quran .tr-quran__donate:hover { background: #9f0100; color: #fff; }
.tr-quran .tr-quran__learn { gap: clamp(6px, 2cqi, 12px); padding: 0; border: 0; background: transparent; color: var(--tr-quran-blue); }
.tr-quran .tr-quran__learn:hover { text-decoration: underline; }
.tr-quran a:focus-visible, .tr-quran button:focus-visible { outline: 3px solid #084d3c; outline-offset: 5px; }
.tr-quran .tr-quran__visual { position: relative; margin: 0 20px 20px 16px; }
.tr-quran .tr-quran__visual::before { content: ""; position: absolute; inset: 40% 43% -40px -40px; background: var(--tr-quran-blue); z-index: -1; }
.tr-quran .tr-quran__photo { display: block; width: 100%; height: auto; aspect-ratio: 6 / 5.25; object-fit: cover; border: 2px solid #fff; border-radius: 0; margin: 0; box-shadow: none; }
.tr-quran .tr-quran__quote { position: absolute; top: 4%; inset-inline-end: -8%; width: 47%; margin: 0; padding: clamp(16px, 1.3vw, 30px); background: #07513e; color: #fff; border: 0; }
.tr-quran .tr-quran__quote::before { content: ""; display: block; width: 74px; max-width: 100%; height: 3px; background: #249453; margin-bottom: 18px; }
.tr-quran .tr-quran__quote p { margin: 0 0 20px; font: 400 clamp(17px, 1.3vw, 28px)/1.28 Georgia, serif; color: #fff; }
.tr-quran .tr-quran__quote cite { display: block; font: 400 clamp(12px, 0.78vw, 17px)/1.5 Arial, sans-serif; color: #fff; }
.tr-quran .tr-quran__benefits { position: relative; scroll-margin-top: 100px; }
.tr-quran .tr-quran__watermark { position: absolute; top: 20px; inset-inline-end: -40px; width: 65%; height: auto; opacity: 0.055; z-index: -1; pointer-events: none; }
.tr-quran .tr-quran__list { display: grid; gap: 30px; list-style: none; padding: 0; margin: 28px 0 0; }
.tr-quran .tr-quran__benefit { display: flex; align-items: center; gap: 24px; margin: 0; padding: 0; }
.tr-quran .tr-quran__icon { display: grid; place-items: center; flex: 0 0 clamp(70px, 5.2vw, 112px); width: clamp(70px, 5.2vw, 112px); aspect-ratio: 1; border-radius: 50%; background: #fff; box-shadow: 0 4px 8px #0000000d; }
.tr-quran .tr-quran__icon img { display: block; width: 58%; height: auto; margin: 0; }
.tr-quran .tr-quran__benefit-title {
	margin: 0 0 6px;
	font-family: brig_mavenregular, Arial, sans-serif;
	font-size: clamp(20px, 1.4vw, 30px);
	font-weight: 700;
	color: var(--tr-quran-green);
	text-transform: none;
}
.tr-quran .tr-quran__benefit-text { margin: 0; font-size: clamp(16px, 1.05vw, 23px); line-height: 1.4; }
@media (max-width: 1199px) {
	.tr-quran .tr-quran__layout { grid-template-columns: 1fr 1fr; gap: 48px; }
	.tr-quran .tr-quran__benefits { grid-column: 1 / -1; }
	.tr-quran .tr-quran__list { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
	.tr-quran .tr-quran__benefit { align-items: flex-start; gap: 16px; }
	.tr-quran .tr-quran__quote { width: 56%; }
	.tr-quran .tr-quran__watermark { inset-inline-end: 0; width: 180px; }
}
@media (max-width: 767px) {
	.tr-quran .tr-quran__layout { grid-template-columns: minmax(0, 1fr); gap: 40px; }
	.tr-quran .tr-quran__title { font-size: clamp(32px, 7vw, 48px); }
	.tr-quran .tr-quran__visual { margin: 0 12px 0; padding-bottom: 16px; }
	.tr-quran .tr-quran__visual::before { inset: 30% 30% 0 -12px; }
	.tr-quran .tr-quran__quote { position: relative; inset: auto; width: auto; margin: -48px -12px 0 18%; }
	.tr-quran .tr-quran__quote p { font-size: 22px; }
	.tr-quran .tr-quran__list { grid-template-columns: minmax(0, 1fr); }
	.tr-quran .tr-quran__benefit { align-items: center; }
	.tr-quran .tr-quran__watermark { width: 160px; }
}
@media (prefers-reduced-motion: reduce) {
	.tr-quran a { transition: none; }
}
