/**
 * Global Mahasabha — modern home layer (loads after style.css)
 */

:root {
	--gm-ink: #0f1419;
	--gm-ink-soft: #3d4a54;
	--gm-cream: #f4f1ee;
	--gm-gold: #c9a227;
	--gm-gold-deep: #9a7614;
	--gm-coral: #e85d4c;
	--gm-coral-dark: #c94a3b;
	--gm-red-deep: #a83c32;
	--gm-surface: rgba(255, 255, 255, 0.92);
	--gm-shadow: 0 24px 60px rgba(15, 20, 25, 0.12);
	--gm-radius: 16px;
	--gm-radius-sm: 10px;
}

html {
	scroll-behavior: smooth;
}

/* ——— Header / nav ——— */
.top-area .navbar.navbar-default.bootsnav {
	background: rgba(255, 255, 255, 0.88);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border: none;
	box-shadow: 0 1px 0 rgba(15, 20, 25, 0.06);
}

.top-area .navbar-brand img.logoimage {
	max-height: 52px;
	width: auto;
}

nav.navbar.bootsnav .navbar-nav > li:not(.login-btn-menu) > a {
	font-weight: 500;
	font-size: 15px;
	color: var(--gm-ink-soft) !important;
	padding: 28px 14px !important;
	transition: color 0.2s ease, background 0.2s ease;
}

nav.navbar.bootsnav .navbar-nav > li:not(.login-btn-menu) > a:hover,
nav.navbar.bootsnav .navbar-nav > li:not(.login-btn-menu).active > a {
	color: var(--gm-coral) !important;
}

/* Login: override bootsnav ul.nav > li > a (padding 34px, width 100% on mobile) */
.top-area .login-btn-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 20;
}

nav.navbar.bootsnav ul.nav.navbar-right > li.login-btn-menu > a,
.wrap-sticky nav.navbar.bootsnav.sticked ul.nav.navbar-right > li.login-btn-menu > a,
nav.navbar.bootsnav .navbar-collapse ul.nav > li.login-btn-menu > a {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	box-sizing: border-box !important;
	min-width: 104px !important;
	width: auto !important;
	max-width: none !important;
	height: 44px !important;
	min-height: 44px !important;
	padding: 0 18px !important;
	margin: 0 0 0 12px !important;
	border-radius: 6px !important;
	background: var(--gm-coral) !important;
	background-image: none !important;
	color: #fff !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	text-align: center !important;
	text-transform: none !important;
	letter-spacing: 0.02em;
	border: 2px solid rgba(0, 0, 0, 0.12) !important;
	border-bottom: 2px solid rgba(0, 0, 0, 0.12) !important;
	border-top: 2px solid rgba(0, 0, 0, 0.12) !important;
	box-shadow:
		0 2px 8px rgba(0, 0, 0, 0.12),
		inset 0 1px 0 rgba(255, 255, 255, 0.22);
	transition: background-color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
	white-space: nowrap;
}

nav.navbar.bootsnav ul.nav.navbar-right > li.login-btn-menu > a:hover,
nav.navbar.bootsnav ul.nav.navbar-right > li.login-btn-menu > a:focus,
.wrap-sticky nav.navbar.bootsnav.sticked ul.nav.navbar-right > li.login-btn-menu > a:hover,
.wrap-sticky nav.navbar.bootsnav.sticked ul.nav.navbar-right > li.login-btn-menu > a:focus,
nav.navbar.bootsnav .navbar-collapse ul.nav > li.login-btn-menu > a:hover,
nav.navbar.bootsnav .navbar-collapse ul.nav > li.login-btn-menu > a:focus {
	color: #fff !important;
	background: var(--gm-coral-dark) !important;
	background-image: none !important;
	font-size: 15px !important;
	min-width: 104px !important;
	height: 44px !important;
	padding: 0 18px !important;
	transform: none !important;
	filter: none !important;
	box-shadow:
		0 4px 14px rgba(201, 74, 59, 0.45),
		inset 0 1px 0 rgba(255, 255, 255, 0.18);
	border-color: rgba(0, 0, 0, 0.15) !important;
}

@media screen and (max-width: 992px) {
	nav.navbar.bootsnav .navbar-nav > li.login-btn-menu,
	nav.navbar.bootsnav ul.nav > li.login-btn-menu {
		float: none;
		width: 100%;
		text-align: left;
	}

	nav.navbar.bootsnav ul.nav > li.login-btn-menu > a,
	nav.navbar.bootsnav .navbar-collapse ul.nav > li.login-btn-menu > a {
		width: auto !important;
		max-width: 220px !important;
		margin: 14px 0 8px !important;
		min-height: 48px !important;
		height: 48px !important;
		padding: 0 22px !important;
		font-size: 16px !important;
	}
}

/* ——— Hero ——— */
.welcome-hero.welcome-hero--modern {
	height: auto;
	min-height: clamp(480px, 72vh, 760px);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 100px 0 140px;
	background-image:
		linear-gradient(125deg, rgba(15, 20, 25, 0.88) 0%, rgba(45, 35, 28, 0.82) 45%, rgba(25, 40, 48, 0.85) 100%),
		url("../images/banner.jpg");
	background-size: cover;
	background-position: center;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.welcome-hero.welcome-hero--modern::before {
	background: transparent;
}

.welcome-hero__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background:
		radial-gradient(ellipse 80% 50% at 50% -20%, rgba(201, 162, 39, 0.18), transparent 55%),
		radial-gradient(ellipse 60% 40% at 100% 60%, rgba(232, 93, 76, 0.12), transparent 50%);
}

.welcome-hero-inner {
	position: relative;
	z-index: 1;
}

.welcome-hero-txt.welcome-hero-txt--modern {
	padding-top: 0;
	max-width: 820px;
	margin: 0 auto;
}

.hero-eyebrow {
	font-size: clamp(14px, 2.5vw, 16px);
	color: rgba(255, 248, 235, 0.95);
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	margin-bottom: 14px;
}

.hero-title {
	font-size: clamp(2rem, 5vw, 3.25rem);
	font-weight: 700;
	color: #fff !important;
	line-height: 1.15;
	letter-spacing: -0.02em;
	margin: 0 0 18px;
	text-shadow: 0 2px 40px rgba(0, 0, 0, 0.35);
}

.hero-lead {
	font-size: clamp(16px, 2.4vw, 20px);
	color: rgba(255, 255, 255, 0.92) !important;
	line-height: 1.65;
	margin: 0 auto 10px;
	max-width: 640px;
}

.hero-lead-en {
	font-size: clamp(14px, 2vw, 17px);
	color: rgba(255, 255, 255, 0.72) !important;
	font-style: italic;
	margin: 0 auto 32px;
	max-width: 580px;
	line-height: 1.6;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	align-items: center;
	margin-top: 8px;
}

.btn-hero {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 14px 28px !important;
	font-size: clamp(15px, 1.1vw, 16px);
	font-weight: 600;
	border-radius: 999px !important;
	transition: box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
	text-decoration: none !important;
	border: 2px solid transparent;
	box-sizing: border-box;
	white-space: nowrap;
}

/* Beat global `a { padding: 0 }` / short labels — keep pill shape (not a circle) */
.welcome-hero--modern .hero-actions .btn-hero {
	min-width: 0;
}

.welcome-hero--modern .hero-actions .btn-hero--ghost {
	min-width: min(200px, 88vw) !important;
	padding-left: 32px !important;
	padding-right: 32px !important;
	background: rgba(255, 255, 255, 0.12) !important;
	color: #fff !important;
	border: 2px solid rgba(255, 255, 255, 0.55) !important;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	font-size: 16px !important;
	font-weight: 600 !important;
	letter-spacing: 0.04em;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
	line-height: 1.2 !important;
}

.welcome-hero--modern .hero-actions .btn-hero--ghost:hover,
.welcome-hero--modern .hero-actions .btn-hero--ghost:focus {
	min-width: min(200px, 88vw) !important;
	padding: 14px 32px !important;
	font-size: 16px !important;
}

.btn-hero--primary {
	background: linear-gradient(135deg, var(--gm-coral) 0%, var(--gm-coral-dark) 100%);
	color: #fff !important;
	box-shadow: 0 8px 28px rgba(232, 93, 76, 0.4);
}

.btn-hero--primary:hover {
	color: #fff !important;
	transform: none;
	min-height: 52px;
	font-size: clamp(15px, 1.1vw, 16px);
	padding: 14px 28px !important;
	box-shadow: 0 10px 32px rgba(232, 93, 76, 0.5);
	filter: brightness(1.04);
}

.btn-hero--ghost {
	background: rgba(255, 255, 255, 0.14);
	color: #fff !important;
	border-color: rgba(255, 255, 255, 0.45);
	backdrop-filter: blur(8px);
}

.btn-hero--ghost:hover {
	background: rgba(255, 255, 255, 0.28);
	color: #fff !important;
	transform: none;
	min-height: 52px;
	font-size: clamp(15px, 1.1vw, 16px);
	padding: 14px 28px !important;
	border-color: rgba(255, 255, 255, 0.55);
}

.btn-hero--outline {
	background: transparent;
	color: #fff !important;
	border-color: rgba(201, 162, 39, 0.85);
}

.btn-hero--outline:hover {
	background: rgba(201, 162, 39, 0.18);
	color: #fff !important;
	border-color: var(--gm-gold);
	transform: none;
	min-height: 52px;
	font-size: clamp(15px, 1.1vw, 16px);
	padding: 14px 28px !important;
}

@media (max-width: 480px) {
	.hero-actions {
		flex-direction: column;
		width: 100%;
	}

	.btn-hero {
		width: 100%;
		max-width: 280px;
	}
}

@media screen and (max-width: 767px) {
	.welcome-hero.welcome-hero--modern {
		min-height: 0;
		padding: 72px 0 96px;
	}

	.welcome-hero-txt.welcome-hero-txt--modern {
		padding-top: 0;
	}
}

/* ——— Quick links (list-topics cards) ——— */
.list-topics-content ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap: 16px 20px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	max-width: 100%;
}

.list-topics-content ul li {
	display: flex;
	vertical-align: top;
	margin: 0;
	flex: 0 0 auto;
}

/* Outer <a> was inline-block (global `a`) → sharp box around rounded card; clip to one shape */
.list-topics-content ul li > a {
	display: block !important;
	text-decoration: none !important;
	color: inherit !important;
	padding: 0 !important;
	margin: 0;
	border: none !important;
	border-radius: var(--gm-radius);
	overflow: hidden;
	line-height: 0;
	box-shadow: none;
}

.list-topics-content ul li > a:focus {
	outline: none;
}

.list-topics-content ul li > a:focus-visible {
	outline: 3px solid var(--gm-coral);
	outline-offset: 3px;
}

.list-topics-content .single-list-topics-content {
	background: var(--gm-surface);
	border-radius: var(--gm-radius);
	box-shadow: var(--gm-shadow);
	border: 1px solid rgba(15, 20, 25, 0.06);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	padding: 24px 18px 20px;
	min-height: 200px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: normal;
}

.list-topics-content ul li > a:hover .single-list-topics-content,
.list-topics-content .single-list-topics-content:hover {
	transform: translateY(-6px);
	box-shadow: 0 32px 64px rgba(15, 20, 25, 0.14);
}

.list-topics-content .single-list-topics-icon img {
	object-fit: contain;
}

.list-topics-content h2 {
	font-size: 15px;
	font-weight: 600;
	color: var(--gm-ink) !important;
	margin-top: 12px;
	text-align: center;
	line-height: 1.35;
}

/* Theme hover only targeted h2>a; plain titles must flip too */
.list-topics-content .single-list-topics-content:hover h2 {
	color: #f00 !important;
}

/* ——— Section headers ——— */
.section-header h2 {
	font-size: clamp(1.35rem, 3vw, 1.85rem);
	font-weight: 700;
	color: var(--gm-ink) !important;
	letter-spacing: -0.02em;
}

.section-header p {
	font-size: 15px;
	color: var(--gm-ink-soft) !important;
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
}

.section-header {
	position: relative;
	padding-bottom: 8px;
	margin-bottom: 48px;
}

.section-header::after {
	content: "";
	display: block;
	width: 56px;
	height: 4px;
	margin: 16px auto 0;
	border-radius: 4px;
	background: linear-gradient(90deg, var(--gm-gold), var(--gm-coral));
}

/* ——— Horizontal scroll sections (works / explore / blog) ——— */
.horizontal-scroll-hint {
	text-align: center;
	font-size: 14px;
	color: var(--gm-ink-soft);
	margin: -28px auto 20px;
	max-width: 640px;
	line-height: 1.5;
}

.section-horizontal-scroll {
	position: relative;
	padding: 8px 52px 24px;
	margin-left: auto;
	margin-right: auto;
}

.section-horizontal-scroll > .row {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: 20px;
	margin-left: 0 !important;
	margin-right: 0 !important;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scroll-snap-type: x proximity;
	scrollbar-width: none;
	-ms-overflow-style: none;
	padding-bottom: 8px;
}

.section-horizontal-scroll > .row::-webkit-scrollbar {
	display: none;
	width: 0;
	height: 0;
}

.section-horizontal-scroll > .row > [class*="col-"] {
	flex: 0 0 auto;
	width: min(360px, calc(100vw - 96px));
	max-width: 100%;
	display: flex;
	scroll-snap-align: start;
}

.section-horizontal-scroll > .row > [class*="col-"] > * {
	width: 100%;
}

.horizontal-nav {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	justify-content: space-between;
	align-items: center;
	pointer-events: none;
	z-index: 5;
	padding: 0;
}

.horizontal-nav-btn {
	pointer-events: auto;
	width: 44px;
	height: 44px;
	border-radius: 4px;
	border: 1px solid rgba(15, 20, 25, 0.12);
	background: #fff;
	color: var(--gm-ink);
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 4px 16px rgba(15, 20, 25, 0.12);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.horizontal-nav-btn:hover:not(.is-disabled) {
	background: var(--gm-coral);
	color: #fff;
	border-color: var(--gm-coral-dark);
}

.horizontal-nav-btn.is-disabled {
	opacity: 0.35;
	cursor: not-allowed;
	box-shadow: none;
}

@media (max-width: 600px) {
	.section-horizontal-scroll {
		padding-left: 48px;
		padding-right: 48px;
	}

	.horizontal-nav-btn {
		width: 40px;
		height: 40px;
		font-size: 20px;
	}
}

/* ——— Works cards — equal height + clamped text ——— */
.section-horizontal-scroll .single-how-works {
	border-radius: var(--gm-radius);
	overflow: hidden;
	transition: box-shadow 0.25s ease;
	min-height: 420px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	height: 100%;
	box-sizing: border-box;
}

.section-horizontal-scroll .single-how-works > p {
	width: 100%;
	max-height: 9em;
	overflow: hidden;
	margin-bottom: 0;
	flex: 0 1 auto;
}

/* Full paragraph, no “Read more” button */
.section-horizontal-scroll .single-how-works.no-read-more > p {
	max-height: none;
	overflow: visible;
}

.section-horizontal-scroll .single-how-works:hover {
	box-shadow: var(--gm-shadow);
}

/* ——— Explore & blog — equal card height ——— */
.section-horizontal-scroll .single-explore-item,
.section-horizontal-scroll .single-blog-item {
	border-radius: var(--gm-radius);
	overflow: hidden;
	box-shadow: 0 8px 32px rgba(15, 20, 25, 0.08);
	transition: box-shadow 0.25s ease;
	min-height: 520px;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.section-horizontal-scroll .single-explore-item:hover,
.section-horizontal-scroll .single-blog-item:hover {
	box-shadow: 0 16px 40px rgba(15, 20, 25, 0.12);
	transform: none;
}

.section-horizontal-scroll .single-explore-img {
	flex: 0 0 auto;
	height: 200px;
	overflow: hidden;
}

.section-horizontal-scroll .single-explore-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.section-horizontal-scroll .single-explore-txt {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	min-height: 0;
}

.section-horizontal-scroll .explore-person p {
	max-height: 10.5em;
	overflow: hidden;
	margin-bottom: 0;
}

.section-horizontal-scroll .single-blog-item-img {
	flex: 0 0 auto;
	height: 200px;
	overflow: hidden;
}

.section-horizontal-scroll .single-blog-item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.section-horizontal-scroll .single-blog-item-txt {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	min-height: 0;
}

.section-horizontal-scroll .single-blog-item-txt > p {
	max-height: 10.5em;
	overflow: hidden;
	flex: 0 1 auto;
}

.read-more-btn {
	display: inline-block;
	margin-top: 12px;
	padding: 8px 16px;
	font-size: 13px;
	font-weight: 600;
	color: var(--gm-coral);
	background: transparent;
	border: 1px solid var(--gm-coral);
	border-radius: 4px;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease;
}

.read-more-btn:hover {
	background: var(--gm-coral);
	color: #fff;
}

.single-how-works .read-more-btn {
	margin-top: 16px;
	margin-bottom: 8px;
}

.explore-person .read-more-btn,
.single-blog-item-txt .read-more-btn {
	margin-top: 10px;
	align-self: flex-start;
}

/* ——— Content modal (read more popup) ——— */
.content-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(15, 20, 25, 0.55);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.25s ease, visibility 0.25s ease;
}

.content-modal.is-open {
	opacity: 1;
	visibility: visible;
}

.content-modal-dialog {
	background: #fff;
	border-radius: var(--gm-radius);
	max-width: 560px;
	width: 100%;
	max-height: min(80vh, 640px);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.25);
}

.explore-zoom-dialog {
	max-width: 720px;
}

.content-modal-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 20px;
	border-bottom: 1px solid #e8eaed;
	flex-shrink: 0;
}

.content-modal-title {
	font-size: 1.1rem;
	font-weight: 700;
	color: var(--gm-ink);
	margin: 0;
	line-height: 1.35;
}

.content-modal-close {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	border: none;
	background: #f0f2f5;
	border-radius: 4px;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	color: var(--gm-ink);
}

.content-modal-close:hover {
	background: #e2e5ea;
}

.content-modal-body {
	padding: 18px 20px 22px;
	overflow-y: auto;
	flex: 1 1 auto;
}

.content-modal-body p,
#contentModalText {
	font-size: 14px;
	line-height: 1.75;
	color: var(--gm-ink-soft);
	white-space: pre-wrap;
}

.explore-zoom-body img {
	max-width: 100%;
	height: auto;
	border-radius: var(--gm-radius-sm);
	margin-bottom: 12px;
}

/* ——— Section backgrounds (alternating white / coral brand) ——— */
#list-topics.list-topics {
	background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
	padding: 0 0 64px;
}

#works.works {
	background: linear-gradient(165deg, #ffffff 0%, #fff5f2 28%, #ffe8e2 62%, #fffbfb 100%);
	padding: 48px 0 96px;
}

#explore.explore {
	background:
		linear-gradient(225deg, rgba(232, 93, 76, 0.1) 0%, transparent 40%),
		linear-gradient(180deg, #ffffff 0%, #f3f5f9 100%) !important;
	padding: 96px 0 96px;
	border-top: 1px solid rgba(232, 93, 76, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

#blog.blog {
	background: linear-gradient(125deg, #fffefe 0%, #fff0ec 38%, #ffffff 72%, #fff5f3 100%);
	padding: 96px 0 96px;
	border-top: 1px solid rgba(201, 74, 59, 0.08);
}

/* ——— CTA subscription — light wash behind white card (soft coral tint, not dark red) ——— */
.subscription.subscription--modern {
	background: linear-gradient(145deg, #fff9f7 0%, #fef2ef 28%, #ffece8 55%, #fff5f3 85%, #faf8f7 100%);
	padding: 88px 16px 100px;
	position: relative;
	overflow: hidden;
}

.subscription-bg-shapes {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 0;
	background:
		radial-gradient(ellipse 75% 55% at 0% 0%, rgba(255, 255, 255, 0.85), transparent 52%),
		radial-gradient(ellipse 65% 50% at 100% 100%, rgba(255, 255, 255, 0.65), transparent 48%),
		radial-gradient(ellipse 90% 40% at 50% 100%, rgba(255, 200, 190, 0.2), transparent 55%);
}

.subscription.subscription--modern .container {
	position: relative;
	z-index: 1;
}

.subscription-cta-card {
	max-width: 700px;
	margin: 0 auto;
	background: #ffffff;
	border-radius: 22px;
	padding: 40px 28px 44px;
	box-shadow:
		0 4px 0 rgba(255, 255, 255, 0.25) inset,
		0 28px 64px rgba(0, 0, 0, 0.22);
	border: 1px solid rgba(255, 255, 255, 0.35);
}

.subscription-badge {
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	margin: 0 auto 14px;
	padding: 8px 18px;
	border-radius: 999px;
	background: #fff5f3;
	color: var(--gm-coral-dark);
	border: 1px solid rgba(232, 93, 76, 0.18);
}

.subscription.subscription--modern .subscribe-title {
	margin-bottom: 0;
}

.subscription.subscription--modern .subscribe-title h2 {
	font-size: clamp(1.15rem, 2.8vw, 1.55rem);
	line-height: 1.55;
	max-width: 100%;
	margin: 0 auto 18px;
	text-transform: none;
	font-weight: 700;
	color: var(--gm-ink) !important;
}

.subscription-lead {
	font-size: clamp(15px, 2.2vw, 17px);
	line-height: 1.75;
	color: var(--gm-ink-soft) !important;
	max-width: 540px;
	margin: 0 auto 28px;
	text-align: center;
}

.subscription-tax-note {
	display: block;
	margin-top: 12px;
	font-size: 14px;
	font-weight: 600;
	color: var(--gm-coral-dark);
}

.subscription-input-group--centered {
	display: flex !important;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 100% !important;
	margin: 0 auto !important;
	text-align: center;
}

.subscription.subscription--modern .appsLand-btn.subscribe-btn--centered {
	position: static !important;
	top: auto !important;
	right: auto !important;
	left: auto;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: auto !important;
	min-width: 240px;
	height: 52px !important;
	line-height: 1.2 !important;
	margin: 0 auto !important;
	padding: 0 36px !important;
	border-radius: 999px !important;
	font-weight: 700 !important;
	font-size: 16px !important;
	text-transform: none;
	background: linear-gradient(135deg, var(--gm-coral) 0%, var(--gm-coral-dark) 100%) !important;
	border: none;
	box-shadow: 0 10px 32px rgba(232, 93, 76, 0.45);
	transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.subscription.subscription--modern .appsLand-btn.subscribe-btn--centered:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 40px rgba(232, 93, 76, 0.5);
	filter: brightness(1.03);
}

/* ——— Footer ——— */
.footer {
	background: linear-gradient(180deg, #3d2c2a 0%, #2a1f1d 55%, #1a1514 100%);
	border-top: none;
	color: rgba(255, 248, 240, 0.85);
}

.footer .hm-footer-copyright {
	border-top-color: rgba(255, 255, 255, 0.08);
}

.footer .hm-footer-copyright p,
.footer .hm-footer-copyright p a {
	color: rgba(255, 245, 235, 0.72) !important;
}

.footer .footer-social span,
.footer .footer-social a {
	color: rgba(255, 245, 235, 0.85) !important;
}

/* ——— Body tone ——— */
body {
	background-color: var(--gm-cream);
	color: var(--gm-ink-soft);
}

