/* ==========================================================================
   Frosted Bloom — Membership footer bar + home CTA. See inc/membership.php.
   ========================================================================== */

/* Slim site-wide footer bar */
.gfd-footer-membership {
	background: linear-gradient(135deg, #d6447a, #c43a6c);
	text-align: center;
	padding: 11px 16px;
}
.gfd-footer-membership a {
	color: #fff;
	text-decoration: none;
	font-size: 13.5px;
	font-weight: 600;
}
.gfd-footer-membership a strong { text-decoration: underline; }
.gfd-footer-membership a:hover { color: #fff; opacity: .92; }

/* Home CTA section */
.gfd-membership-cta { max-width: 1180px; margin: 30px auto; padding: 0 16px; }
.gfd-membership-cta__in {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
	padding: 26px 30px;
	border-radius: 22px;
	background: linear-gradient(135deg, #fff1f6, #ffe9f0);
	border: 1px solid #ffd3e2;
	box-shadow: 0 12px 30px rgba(214, 68, 122, .12);
}
.gfd-membership-cta__txt { flex: 1 1 300px; }
.gfd-membership-cta__eyebrow {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: #c43a6c;
}
.gfd-membership-cta__title { font-size: 23px; font-weight: 800; color: #8a2b53; line-height: 1.2; margin: 4px 0 6px; }
.gfd-membership-cta__sub { font-size: 14px; color: #6b5560; line-height: 1.55; }
.gfd-membership-cta__btn {
	flex: 0 0 auto;
	background: linear-gradient(135deg, #d6447a, #c43a6c);
	color: #fff !important;
	font-weight: 700;
	font-size: 14.5px;
	text-decoration: none;
	padding: 13px 26px;
	border-radius: 999px;
	box-shadow: 0 8px 20px rgba(214, 68, 122, .3);
	transition: filter .12s ease, transform .12s ease;
}
.gfd-membership-cta__btn:hover { filter: brightness(1.05); transform: translateY(-1px); color: #fff !important; }

@media (max-width: 600px) {
	.gfd-membership-cta__in { padding: 22px 20px; }
	.gfd-membership-cta__title { font-size: 20px; }
	.gfd-membership-cta__btn { width: 100%; text-align: center; }
}
