/**
 * Home — Global manufacturing / US fulfillment (below Stay Connected)
 */

.mivida-global-fulfillment {
	position: relative;
	padding: clamp(56px, 7vw, 88px) 0;
	overflow: hidden;
	background: linear-gradient(180deg, #ffffff 0%, #f7f5f1 50%, #faf9f6 100%);
	border-top: 1px solid rgba(186, 158, 130, 0.22);
}

.mivida-global-fulfillment__bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		radial-gradient(ellipse 70% 45% at 50% 0%, rgba(186, 158, 130, 0.12) 0%, transparent 55%),
		repeating-linear-gradient(
			-12deg,
			transparent,
			transparent 48px,
			rgba(186, 158, 130, 0.04) 48px,
			rgba(186, 158, 130, 0.04) 49px
		);
	opacity: 0.9;
}

.mivida-global-fulfillment__inner {
	position: relative;
	z-index: 1;
	text-align: center;
}

.mivida-gf-icons {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin-bottom: 22px;
}

.mivida-gf-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	color: #8a7359;
	background: rgba(255, 255, 255, 0.85);
	border: 1px solid rgba(186, 158, 130, 0.35);
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
}

.mivida-gf-icon svg {
	display: block;
}

.mivida-gf-icons__divider {
	width: 36px;
	height: 1px;
	background: linear-gradient(90deg, transparent, #ba9e82, transparent);
	opacity: 0.65;
}

.mivida-gf-title {
	margin: 0 auto 18px;
	max-width: 22ch;
	font-size: clamp(1.35rem, 3vw, 1.85rem);
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: -0.02em;
	color: #1a1a1a;
}

.mivida-gf-text {
	margin: 0 auto;
	max-width: 52ch;
	font-size: clamp(15px, 1.6vw, 17px);
	line-height: 1.65;
	color: #4a4a4a;
	font-weight: 400;
}

@media (max-width: 480px) {
	.mivida-gf-icons {
		gap: 10px;
	}

	.mivida-gf-icon {
		width: 46px;
		height: 46px;
	}

	.mivida-gf-icons__divider {
		width: 24px;
	}
}
