:root {
	--mbz-coral: #ff5d73;
	--mbz-coral-dark: #e9465d;
	--mbz-navy: #10233f;
	--mbz-ink: #172033;
	--mbz-muted: #667085;
	--mbz-cream: #fff8f3;
	--mbz-white: #ffffff;
	--mbz-teal: #0f766e;
	--mbz-gold: #f59e0b;
	--mbz-line: #e7eaf0;
	--mbz-shadow: 0 18px 55px rgba(16, 35, 63, 0.12);
	--mbz-radius: 24px;
}

.mbz-landing,
.mbz-directory {
	box-sizing: border-box;
	color: var(--mbz-ink);
	font-family: Inter, "Noto Sans Bengali", "Hind Siliguri", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.7;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	overflow: hidden;
	padding: 28px max(22px, calc((100vw - 1240px) / 2));
	width: 100vw;
}

.mbz-landing *,
.mbz-directory * {
	box-sizing: border-box;
}

.mbz-landing {
	background:
		radial-gradient(circle at 8% 8%, rgba(255, 93, 115, 0.13), transparent 27rem),
		radial-gradient(circle at 92% 22%, rgba(15, 118, 110, 0.09), transparent 25rem),
		linear-gradient(180deg, #fffdfb 0%, #fff 52%, #fffaf6 100%);
}

.mbz-breadcrumbs {
	color: var(--mbz-muted);
	font-size: 0.9rem;
	margin: 0 auto 22px;
	max-width: 1240px;
}

.mbz-breadcrumbs a {
	color: var(--mbz-navy);
	text-decoration: none;
}

.mbz-breadcrumbs span {
	margin: 0 7px;
}

.mbz-hero {
	align-items: start;
	display: grid;
	gap: clamp(28px, 5vw, 70px);
	grid-template-columns: minmax(0, 1.03fr) minmax(0, 0.97fr);
	margin: 0 auto;
	max-width: 1240px;
	padding: 20px 0 48px;
}

.mbz-gallery-card,
.mbz-product-panel,
.mbz-content-card,
.mbz-spec-card,
.mbz-related-card,
.mbz-directory-card {
	background: rgba(255, 255, 255, 0.95);
	border: 1px solid rgba(231, 234, 240, 0.9);
	border-radius: var(--mbz-radius);
	box-shadow: var(--mbz-shadow);
}

.mbz-gallery-card {
	padding: clamp(16px, 2.3vw, 28px);
	position: relative;
}

.mbz-badge {
	background: linear-gradient(135deg, var(--mbz-coral), #ff8a70);
	border-radius: 999px;
	box-shadow: 0 9px 24px rgba(255, 93, 115, 0.3);
	color: #fff;
	font-size: 0.88rem;
	font-weight: 800;
	left: 26px;
	letter-spacing: 0.02em;
	padding: 8px 14px;
	position: absolute;
	top: 26px;
	z-index: 2;
}

.mbz-main-image {
	aspect-ratio: 1 / 1;
	background: #f7f8fb;
	border-radius: 18px;
	display: grid;
	overflow: hidden;
	place-items: center;
}

.mbz-main-image img {
	height: 100%;
	object-fit: contain;
	padding: 12px;
	transition: opacity 0.18s ease, transform 0.25s ease;
	width: 100%;
}

.mbz-main-image:hover img {
	transform: scale(1.025);
}

.mbz-thumbnails {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 14px;
}

.mbz-thumb {
	appearance: none;
	background: #fff;
	border: 2px solid transparent;
	border-radius: 13px;
	cursor: pointer;
	height: 82px;
	overflow: hidden;
	padding: 3px;
	transition: border-color 0.2s ease, transform 0.2s ease;
}

.mbz-thumb:hover,
.mbz-thumb.is-active {
	border-color: var(--mbz-coral);
	transform: translateY(-2px);
}

.mbz-thumb img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.mbz-product-panel {
	padding: clamp(24px, 4vw, 44px);
}

.mbz-eyebrow {
	align-items: center;
	color: var(--mbz-coral-dark);
	display: flex;
	font-size: 0.78rem;
	font-weight: 800;
	gap: 9px;
	letter-spacing: 0.13em;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.mbz-eyebrow::before {
	background: var(--mbz-coral);
	border-radius: 50%;
	content: "";
	height: 8px;
	width: 8px;
}

.mbz-title {
	color: var(--mbz-navy);
	font-size: clamp(2rem, 4.25vw, 3.5rem);
	font-weight: 850;
	letter-spacing: -0.04em;
	line-height: 1.08;
	margin: 0 0 18px;
}

.mbz-landing[data-lang="bn"] .mbz-title {
	font-family: "Noto Sans Bengali", "Hind Siliguri", system-ui, sans-serif;
	font-size: clamp(1.85rem, 4vw, 3.25rem);
	letter-spacing: -0.02em;
	line-height: 1.2;
}

.mbz-meta-row {
	align-items: center;
	color: var(--mbz-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.92rem;
	gap: 9px 18px;
	margin-bottom: 19px;
}

.mbz-rating {
	align-items: center;
	color: var(--mbz-gold);
	display: inline-flex;
	font-weight: 800;
	gap: 7px;
}

.mbz-price {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 10px 0 12px;
}

.mbz-price .price,
.mbz-price .woocommerce-Price-amount {
	color: var(--mbz-coral-dark);
	font-size: clamp(1.75rem, 3vw, 2.4rem);
	font-weight: 850;
}

.mbz-price del,
.mbz-price del .woocommerce-Price-amount {
	color: #98a2b3;
	font-size: 1.05rem;
	font-weight: 600;
}

.mbz-price ins {
	text-decoration: none;
}

.mbz-stock {
	align-items: center;
	color: var(--mbz-teal);
	display: flex;
	font-size: 0.94rem;
	font-weight: 750;
	gap: 8px;
	margin: 0 0 20px;
}

.mbz-stock::before {
	background: #2abf9e;
	border: 3px solid #cdf7ec;
	border-radius: 50%;
	content: "";
	height: 12px;
	width: 12px;
}

.mbz-stock.is-out {
	color: #b42318;
}

.mbz-stock.is-out::before {
	background: #e5484d;
	border-color: #fee4e2;
}

.mbz-summary {
	color: #475467;
	font-size: 1.02rem;
	margin: 0 0 24px;
}

.mbz-summary p:last-child {
	margin-bottom: 0;
}

.mbz-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 25px;
}

.mbz-chip {
	background: #fff3f4;
	border: 1px solid #ffd7dc;
	border-radius: 999px;
	color: #9f2340;
	font-size: 0.82rem;
	font-weight: 700;
	padding: 7px 11px;
}

.mbz-actions {
	display: grid;
	gap: 11px;
	grid-template-columns: 1.25fr 0.75fr;
}

.mbz-button,
.mbz-related-button {
	align-items: center;
	border: 0;
	border-radius: 14px;
	cursor: pointer;
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	min-height: 54px;
	padding: 12px 20px;
	text-align: center;
	text-decoration: none !important;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.mbz-button:hover,
.mbz-related-button:hover {
	transform: translateY(-2px);
}

.mbz-button-primary {
	background: linear-gradient(135deg, var(--mbz-coral), #ff7d69);
	box-shadow: 0 13px 28px rgba(255, 93, 115, 0.28);
	color: #fff !important;
}

.mbz-button-secondary {
	background: #eef2f6;
	color: var(--mbz-navy) !important;
}

.mbz-button:focus-visible,
.mbz-thumb:focus-visible,
.mbz-related-button:focus-visible,
.mbz-directory-card:focus-visible {
	outline: 3px solid rgba(15, 118, 110, 0.45);
	outline-offset: 3px;
}

.mbz-trust {
	border-top: 1px solid var(--mbz-line);
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 26px;
	padding-top: 22px;
}

.mbz-trust-item {
	color: #475467;
	font-size: 0.82rem;
	font-weight: 700;
	text-align: center;
}

.mbz-trust-icon {
	align-items: center;
	background: #ecfdf8;
	border-radius: 50%;
	color: var(--mbz-teal);
	display: flex;
	font-size: 1rem;
	height: 36px;
	justify-content: center;
	margin: 0 auto 8px;
	width: 36px;
}

.mbz-details {
	margin: 0 auto;
	max-width: 1240px;
	padding: 12px 0 62px;
}

.mbz-section-head {
	margin: 0 auto 26px;
	max-width: 760px;
	text-align: center;
}

.mbz-section-head h2 {
	color: var(--mbz-navy);
	font-size: clamp(1.65rem, 3.3vw, 2.5rem);
	line-height: 1.2;
	margin: 0 0 8px;
}

.mbz-section-head p {
	color: var(--mbz-muted);
	margin: 0;
}

.mbz-content-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(0, 1.3fr) minmax(290px, 0.7fr);
}

.mbz-content-card,
.mbz-spec-card {
	padding: clamp(24px, 4vw, 40px);
}

.mbz-content-card h2,
.mbz-content-card h3,
.mbz-spec-card h2,
.mbz-spec-card h3 {
	color: var(--mbz-navy);
	line-height: 1.3;
}

.mbz-content-card h2:first-child,
.mbz-content-card h3:first-child,
.mbz-spec-card h2:first-child,
.mbz-spec-card h3:first-child {
	margin-top: 0;
}

.mbz-content-card ul {
	padding-left: 1.15rem;
}

.mbz-content-card li {
	margin: 7px 0;
}

.mbz-spec-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mbz-spec-list li {
	border-bottom: 1px solid var(--mbz-line);
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(100px, 0.42fr) 0.58fr;
	padding: 13px 0;
}

.mbz-spec-list li:last-child {
	border-bottom: 0;
}

.mbz-spec-label {
	color: var(--mbz-muted);
	font-size: 0.85rem;
	font-weight: 700;
}

.mbz-spec-value {
	color: var(--mbz-navy);
	font-size: 0.9rem;
	font-weight: 750;
	text-align: right;
}

.mbz-related {
	margin: 0 auto;
	max-width: 1240px;
	padding: 4px 0 70px;
}

.mbz-related-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, 1fr);
}

.mbz-related-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	padding: 12px;
}

.mbz-related-card img {
	aspect-ratio: 1 / 1;
	background: #f7f8fb;
	border-radius: 16px;
	object-fit: contain;
	width: 100%;
}

.mbz-related-card h3 {
	color: var(--mbz-navy);
	font-size: 0.98rem;
	line-height: 1.38;
	margin: 14px 5px 7px;
}

.mbz-related-price {
	color: var(--mbz-coral-dark);
	font-size: 1rem;
	font-weight: 800;
	margin: auto 5px 12px;
}

.mbz-related-button {
	background: var(--mbz-navy);
	color: #fff !important;
	font-size: 0.86rem;
	min-height: 42px;
}

.mbz-language-switch {
	background: var(--mbz-navy);
	border-radius: 999px;
	bottom: 22px;
	box-shadow: 0 10px 30px rgba(16, 35, 63, 0.25);
	color: #fff !important;
	font-size: 0.83rem;
	font-weight: 800;
	padding: 10px 15px;
	position: fixed;
	right: 22px;
	text-decoration: none !important;
	z-index: 50;
}

.mbz-mobile-buy {
	display: none;
}

.mbz-directory {
	background:
		radial-gradient(circle at 10% 12%, rgba(255, 93, 115, 0.14), transparent 24rem),
		linear-gradient(180deg, #fffaf7, #fff);
	min-height: 70vh;
	padding-bottom: 76px;
	padding-top: 66px;
}

.mbz-directory-hero {
	margin: 0 auto 38px;
	max-width: 820px;
	text-align: center;
}

.mbz-directory-hero .mbz-eyebrow {
	justify-content: center;
}

.mbz-directory-hero h1 {
	color: var(--mbz-navy);
	font-size: clamp(2.2rem, 5vw, 4.2rem);
	letter-spacing: -0.045em;
	line-height: 1.08;
	margin: 0 0 16px;
}

.mbz-directory[data-lang="bn"] .mbz-directory-hero h1 {
	font-family: "Noto Sans Bengali", "Hind Siliguri", system-ui, sans-serif;
	letter-spacing: -0.02em;
	line-height: 1.2;
}

.mbz-directory-hero p {
	color: var(--mbz-muted);
	font-size: 1.05rem;
	margin: 0 auto;
	max-width: 680px;
}

.mbz-directory-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, 1fr);
	margin: 0 auto;
	max-width: 1240px;
}

.mbz-directory-card {
	color: var(--mbz-ink) !important;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	padding: 13px;
	text-decoration: none !important;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.mbz-directory-card:hover {
	box-shadow: 0 22px 60px rgba(16, 35, 63, 0.17);
	transform: translateY(-4px);
}

.mbz-directory-card img {
	aspect-ratio: 1 / 1;
	background: #f6f7f9;
	border-radius: 16px;
	object-fit: contain;
	width: 100%;
}

.mbz-directory-card h2 {
	color: var(--mbz-navy);
	font-size: 0.98rem;
	line-height: 1.38;
	margin: 14px 5px 8px;
}

.mbz-directory-card .price {
	color: var(--mbz-coral-dark);
	font-weight: 850;
	margin: auto 5px 5px;
}

@media (max-width: 1020px) {
	.mbz-related-grid,
	.mbz-directory-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 900px) {
	.mbz-landing,
	.mbz-directory {
		padding-left: 18px;
		padding-right: 18px;
	}

	.mbz-hero,
	.mbz-content-grid {
		grid-template-columns: 1fr;
	}

	.mbz-hero {
		gap: 24px;
	}

	.mbz-gallery-card,
	.mbz-product-panel {
		margin: 0 auto;
		max-width: 680px;
		width: 100%;
	}

	.mbz-content-grid {
		gap: 18px;
	}
}

@media (max-width: 700px) {
	.mbz-related-grid,
	.mbz-directory-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.mbz-language-switch {
		bottom: 88px;
		right: 12px;
	}

	body.mbz-has-mobile-buy {
		padding-bottom: 77px;
	}

	.mbz-mobile-buy {
		align-items: center;
		backdrop-filter: blur(14px);
		background: rgba(255, 255, 255, 0.96);
		border-top: 1px solid var(--mbz-line);
		bottom: 0;
		box-shadow: 0 -12px 35px rgba(16, 35, 63, 0.1);
		display: grid;
		gap: 12px;
		grid-template-columns: 0.75fr 1.25fr;
		left: 0;
		padding: 10px 14px;
		position: fixed;
		right: 0;
		z-index: 9999;
	}

	.mbz-mobile-price {
		color: var(--mbz-coral-dark);
		font-size: 0.95rem;
		font-weight: 850;
		line-height: 1.2;
	}

	.mbz-mobile-buy .mbz-button {
		min-height: 48px;
	}
}

@media (max-width: 520px) {
	.mbz-landing {
		padding-top: 15px;
	}

	.mbz-breadcrumbs {
		font-size: 0.78rem;
		margin-bottom: 10px;
	}

	.mbz-gallery-card,
	.mbz-product-panel,
	.mbz-content-card,
	.mbz-spec-card {
		border-radius: 19px;
	}

	.mbz-badge {
		left: 19px;
		top: 19px;
	}

	.mbz-thumbnails {
		gap: 7px;
	}

	.mbz-thumb {
		height: 65px;
	}

	.mbz-actions {
		grid-template-columns: 1fr;
	}

	.mbz-trust {
		gap: 7px;
	}

	.mbz-trust-item {
		font-size: 0.73rem;
	}

	.mbz-spec-list li {
		grid-template-columns: 1fr;
	}

	.mbz-spec-value {
		text-align: left;
	}

	.mbz-related-grid,
	.mbz-directory-grid {
		gap: 12px;
	}

	.mbz-related-card,
	.mbz-directory-card {
		border-radius: 17px;
		padding: 9px;
	}

	.mbz-related-card h3,
	.mbz-directory-card h2 {
		font-size: 0.84rem;
	}

	.mbz-related-button {
		font-size: 0.78rem;
		padding: 9px 10px;
	}
}

/* Version 3: human-first Option A layout. The active WordPress theme owns the real site logo/header/footer. */
.mbz-landing .mbz-rating-row,
.mbz-landing .mbz-stock,
.mbz-landing .mbz-attribute-chips,
.mbz-landing .mbz-trust-grid,
.mbz-landing .mbz-order-guide,
.mbz-landing .mbz-add-cart {
	display: none !important;
}

.mbz-landing .mbz-hero {
	background: linear-gradient(145deg, #ffffff 0%, #fffaf7 55%, #f4fbf9 100%);
	border: 1px solid rgba(18, 35, 58, 0.08);
	box-shadow: 0 28px 80px rgba(18, 35, 58, 0.09);
}

.mbz-landing .mbz-kicker {
	background: #fff0f2;
	border: 1px solid #ffd6dc;
	color: #a52f48;
	display: inline-flex;
	font-size: 0.76rem;
	letter-spacing: 0.05em;
	padding: 7px 12px;
	text-transform: none;
}

.mbz-price-block {
	align-items: flex-start;
	background: #fff;
	border: 1px solid rgba(18, 35, 58, 0.09);
	border-radius: 18px;
	display: flex;
	flex-direction: column;
	gap: 3px;
	margin: 22px 0 18px;
	padding: 14px 18px;
	width: fit-content;
}

.mbz-price-label {
	color: var(--mbz-muted);
	font-size: 0.77rem;
	font-weight: 800;
	letter-spacing: 0.04em;
}

.mbz-price-block .mbz-price {
	margin: 0;
}

.mbz-price-block .mbz-price del {
	color: #8b93a1;
	font-size: 0.78em;
	font-weight: 600;
	margin-right: 9px;
}

.mbz-price-block .mbz-price ins {
	color: #ea4e68;
	text-decoration: none;
}

.mbz-landing .mbz-short-copy {
	border-left: 3px solid #14b8a6;
	color: #354052;
	font-size: 1rem;
	line-height: 1.82;
	margin: 0 0 22px;
	padding: 4px 0 4px 17px;
}

.mbz-landing .mbz-short-copy p {
	margin: 0;
}

.mbz-landing .mbz-actions {
	display: block;
}

.mbz-landing .mbz-actions .mbz-buy-now {
	box-shadow: 0 14px 28px rgba(234, 78, 104, 0.24);
	min-width: min(100%, 280px);
}

.mbz-benefit-number {
	align-items: center;
	background: #fff0f2;
	border: 1px solid #ffd4dc;
	border-radius: 999px;
	color: #d83e5a;
	display: inline-flex;
	font-size: 0.77rem;
	font-weight: 900;
	height: 38px;
	justify-content: center;
	letter-spacing: 0.06em;
	margin-bottom: 22px;
	width: 38px;
}

.mbz-benefit-card small,
.mbz-benefit-emoji {
	display: none !important;
}

.mbz-benefit-card {
	background: #fff;
	border-color: rgba(18, 35, 58, 0.08);
	box-shadow: 0 18px 42px rgba(18, 35, 58, 0.07);
}

.mbz-use-section,
.mbz-gift-section {
	border-radius: 28px;
	margin-bottom: clamp(58px, 8vw, 90px);
	padding: clamp(28px, 5vw, 54px);
}

.mbz-use-section {
	background: linear-gradient(135deg, #f0fbf8, #ffffff);
	border: 1px solid #cdeee7;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(220px, 0.78fr) minmax(0, 1.22fr);
}

.mbz-use-section p {
	color: #354052;
	font-size: 1.04rem;
	line-height: 1.9;
	margin: 0;
}

.mbz-gift-section {
	background: linear-gradient(145deg, #fff9f0, #fff, #fff4f7);
	border: 1px solid #f4dfc4;
}

.mbz-occasion-list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	list-style: none;
	margin: 30px auto 0;
	max-width: 850px;
	padding: 0;
}

.mbz-occasion-list li {
	background: #fff;
	border: 1px solid rgba(18, 35, 58, 0.1);
	border-radius: 999px;
	box-shadow: 0 9px 22px rgba(18, 35, 58, 0.06);
	color: var(--mbz-navy);
	font-size: 0.9rem;
	font-weight: 800;
	padding: 11px 17px;
}

.mbz-description p,
.mbz-description li {
	line-height: 1.88;
}

.mbz-contact-section {
	margin-bottom: 28px;
	margin-top: clamp(58px, 8vw, 90px);
}

.mbz-contact-bubble {
	color: #d83e5a;
	font-size: 1.35rem;
	font-weight: 900;
}

@media (max-width: 820px) {
	.mbz-use-section {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 520px) {
	.mbz-price-block {
		width: 100%;
	}

	.mbz-landing .mbz-actions .mbz-buy-now {
		width: 100%;
	}

	.mbz-use-section,
	.mbz-gift-section {
		border-radius: 20px;
		margin-bottom: 48px;
		padding: 24px 20px;
	}

	.mbz-occasion-list {
		justify-content: flex-start;
	}
}

@media (prefers-reduced-motion: reduce) {
	.mbz-landing *,
	.mbz-directory * {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}

/* Plugin markup bindings */
.mbz-topline {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1240px;
}

.mbz-topline .mbz-breadcrumbs {
	margin: 0 0 22px;
}

.mbz-language-link {
	align-items: center;
	background: var(--mbz-navy);
	border-radius: 999px;
	box-shadow: 0 9px 24px rgba(16, 35, 63, 0.2);
	color: #fff !important;
	display: inline-flex;
	font-size: 0.8rem;
	font-weight: 850;
	height: 40px;
	justify-content: center;
	margin-bottom: 22px;
	text-decoration: none !important;
	width: 48px;
}

.mbz-gallery,
.mbz-summary,
.mbz-story,
.mbz-specifications {
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(231, 234, 240, 0.94);
	border-radius: var(--mbz-radius);
	box-shadow: var(--mbz-shadow);
}

.mbz-gallery {
	padding: clamp(16px, 2.3vw, 28px);
}

.mbz-main-image-wrap {
	aspect-ratio: 1 / 1;
	background: #f7f8fb;
	border-radius: 18px;
	display: grid;
	overflow: hidden;
	place-items: center;
	position: relative;
}

.mbz-main-image-wrap .mbz-main-image {
	aspect-ratio: auto;
	background: transparent;
	border-radius: 0;
	display: block;
	height: 100%;
	object-fit: contain;
	overflow: visible;
	padding: 12px;
	transition: opacity 0.18s ease, transform 0.25s ease;
	width: 100%;
}

.mbz-main-image-wrap:hover .mbz-main-image {
	transform: scale(1.025);
}

.mbz-discount-badge {
	background: linear-gradient(135deg, var(--mbz-coral), #ff8a70);
	border-radius: 999px;
	box-shadow: 0 9px 24px rgba(255, 93, 115, 0.3);
	color: #fff;
	font-size: 0.88rem;
	font-weight: 800;
	left: 18px;
	padding: 8px 14px;
	position: absolute;
	top: 18px;
	z-index: 2;
}

.mbz-thumbnail {
	appearance: none;
	background: #fff;
	border: 2px solid transparent;
	border-radius: 13px;
	cursor: pointer;
	height: 82px;
	overflow: hidden;
	padding: 3px;
	transition: border-color 0.2s ease, transform 0.2s ease;
}

.mbz-thumbnail:hover,
.mbz-thumbnail.is-active {
	border-color: var(--mbz-coral);
	transform: translateY(-2px);
}

.mbz-thumbnail img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.mbz-summary {
	color: var(--mbz-ink);
	font-size: inherit;
	margin: 0;
	padding: clamp(24px, 4vw, 44px);
}

.mbz-kicker {
	align-items: center;
	color: var(--mbz-coral-dark);
	display: flex;
	font-size: 0.78rem;
	font-weight: 800;
	gap: 9px;
	letter-spacing: 0.13em;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.mbz-kicker::before {
	background: var(--mbz-coral);
	border-radius: 50%;
	content: "";
	height: 8px;
	width: 8px;
}

.mbz-summary h1 {
	color: var(--mbz-navy);
	font-size: clamp(2rem, 4.25vw, 3.5rem);
	font-weight: 850;
	letter-spacing: -0.04em;
	line-height: 1.08;
	margin: 0 0 18px;
}

.mbz-landing[lang^="bn"] .mbz-summary h1 {
	font-family: "Noto Sans Bengali", "Hind Siliguri", system-ui, sans-serif;
	font-size: clamp(1.85rem, 4vw, 3.25rem);
	letter-spacing: -0.02em;
	line-height: 1.2;
}

.mbz-rating-row {
	align-items: center;
	color: var(--mbz-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.88rem;
	gap: 9px 16px;
	margin-bottom: 17px;
}

.mbz-rating-row .star-rating {
	color: var(--mbz-gold);
	margin: 0;
}

.mbz-sku {
	border-left: 1px solid var(--mbz-line);
	padding-left: 16px;
}

.mbz-summary .mbz-price {
	margin: 8px 0 11px;
}

.mbz-summary .mbz-stock {
	margin-bottom: 18px;
}

.mbz-stock.is-out-of-stock {
	color: #b42318;
}

.mbz-stock.is-out-of-stock::before {
	background: #e5484d;
	border-color: #fee4e2;
}

.mbz-short-copy {
	color: #475467;
	font-size: 1.02rem;
	margin-bottom: 22px;
}

.mbz-short-copy > :first-child {
	margin-top: 0;
}

.mbz-short-copy > :last-child {
	margin-bottom: 0;
}

.mbz-attribute-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-bottom: 25px;
}

.mbz-attribute-chips > div {
	background: #fff4f5;
	border: 1px solid #ffd7dc;
	border-radius: 13px;
	color: #9f2340;
	display: flex;
	flex-direction: column;
	line-height: 1.25;
	padding: 8px 11px;
}

.mbz-attribute-chips small {
	color: #b5475c;
	font-size: 0.65rem;
	font-weight: 750;
	margin-bottom: 3px;
	text-transform: uppercase;
}

.mbz-attribute-chips span {
	font-size: 0.82rem;
	font-weight: 800;
}

.mbz-actions .mbz-buy-now,
.mbz-actions .mbz-add-cart,
.mbz-mobile-buybar a {
	align-items: center;
	border: 0;
	border-radius: 14px;
	cursor: pointer;
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	min-height: 54px;
	padding: 12px 20px;
	text-align: center;
	text-decoration: none !important;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.mbz-actions .mbz-buy-now {
	background: linear-gradient(135deg, var(--mbz-coral), #ff7d69);
	box-shadow: 0 13px 28px rgba(255, 93, 115, 0.28);
	color: #fff !important;
}

.mbz-actions .mbz-add-cart {
	background: #eef2f6;
	color: var(--mbz-navy) !important;
}

.mbz-actions .mbz-buy-now:hover,
.mbz-actions .mbz-add-cart:hover {
	transform: translateY(-2px);
}

.mbz-actions .mbz-buy-now[disabled] {
	background: #98a2b3;
	box-shadow: none;
	cursor: not-allowed;
	grid-column: 1 / -1;
}

.mbz-checkout-note {
	color: var(--mbz-muted);
	font-size: 0.78rem;
	margin: 11px 0 0;
	text-align: center;
}

.mbz-trust-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, 1fr);
	margin: 4px auto 54px;
	max-width: 1240px;
}

.mbz-trust-grid > div {
	align-items: center;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid var(--mbz-line);
	border-radius: 18px;
	box-shadow: 0 9px 28px rgba(16, 35, 63, 0.07);
	display: flex;
	gap: 13px;
	padding: 17px 20px;
}

.mbz-trust-grid strong {
	align-items: center;
	background: #ecfdf8;
	border-radius: 50%;
	color: var(--mbz-teal);
	display: flex;
	font-size: 0.74rem;
	height: 38px;
	justify-content: center;
	min-width: 38px;
}

.mbz-trust-grid span {
	color: #475467;
	font-size: 0.87rem;
	font-weight: 750;
}

.mbz-content-grid {
	margin: 0 auto 64px;
	max-width: 1240px;
}

.mbz-story,
.mbz-specifications {
	padding: clamp(24px, 4vw, 40px);
}

.mbz-section-heading {
	margin-bottom: 22px;
}

.mbz-section-heading > span {
	color: var(--mbz-coral-dark);
	display: block;
	font-size: 0.72rem;
	font-weight: 850;
	letter-spacing: 0.12em;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.mbz-section-heading h2 {
	color: var(--mbz-navy);
	font-size: clamp(1.55rem, 3vw, 2.25rem);
	line-height: 1.2;
	margin: 0;
}

.mbz-description {
	color: #475467;
}

.mbz-description h2,
.mbz-description h3 {
	color: var(--mbz-navy);
	line-height: 1.3;
}

.mbz-description ul {
	padding-left: 1.2rem;
}

.mbz-description li {
	margin: 7px 0;
}

.mbz-spec-list {
	margin: 0;
}

.mbz-spec-list > div {
	border-bottom: 1px solid var(--mbz-line);
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(100px, 0.42fr) 0.58fr;
	padding: 13px 0;
}

.mbz-spec-list > div:last-child {
	border-bottom: 0;
}

.mbz-spec-list dt {
	color: var(--mbz-muted);
	font-size: 0.84rem;
	font-weight: 700;
}

.mbz-spec-list dd {
	color: var(--mbz-navy);
	font-size: 0.9rem;
	font-weight: 750;
	margin: 0;
	text-align: right;
}

.mbz-soft-link {
	align-items: center;
	background: #eef2f6;
	border-radius: 12px;
	color: var(--mbz-navy) !important;
	display: flex;
	font-weight: 800;
	justify-content: center;
	margin-top: 22px;
	min-height: 46px;
	padding: 10px 15px;
	text-decoration: none !important;
}

.mbz-related > .mbz-section-heading {
	margin: 0 auto 24px;
	max-width: 760px;
	text-align: center;
}

.mbz-related-grid > article {
	background: #fff;
	border: 1px solid var(--mbz-line);
	border-radius: 20px;
	box-shadow: var(--mbz-shadow);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	padding: 12px;
}

.mbz-related-image {
	display: block;
}

.mbz-related-image img {
	aspect-ratio: 1 / 1;
	background: #f7f8fb;
	border-radius: 16px;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.mbz-related-grid > article > div {
	display: flex;
	flex: 1;
	flex-direction: column;
}

.mbz-related-grid h3 {
	font-size: 0.98rem;
	line-height: 1.38;
	margin: 14px 5px 7px;
}

.mbz-related-grid h3 a {
	color: var(--mbz-navy) !important;
	text-decoration: none !important;
}

.mbz-related-link {
	background: var(--mbz-navy);
	border-radius: 12px;
	color: #fff !important;
	font-size: 0.84rem;
	font-weight: 800;
	margin-top: auto;
	padding: 10px 13px;
	text-align: center;
	text-decoration: none !important;
}

.mbz-mobile-buybar {
	display: none;
}

.mbz-directory > header {
	margin: 0 auto 38px;
	max-width: 820px;
	text-align: center;
}

.mbz-directory > header > span {
	color: var(--mbz-coral-dark);
	display: block;
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.13em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.mbz-directory > header h1 {
	color: var(--mbz-navy);
	font-size: clamp(2.2rem, 5vw, 4.2rem);
	letter-spacing: -0.045em;
	line-height: 1.08;
	margin: 0 0 16px;
}

.mbz-directory[lang^="bn"] > header h1 {
	font-family: "Noto Sans Bengali", "Hind Siliguri", system-ui, sans-serif;
	letter-spacing: -0.02em;
	line-height: 1.2;
}

.mbz-directory > header p {
	color: var(--mbz-muted);
	font-size: 1.05rem;
	margin: 0 auto;
	max-width: 680px;
}

.mbz-directory-card {
	display: flex;
	flex-direction: column;
	padding: 13px;
}

.mbz-directory-image {
	display: block;
}

.mbz-directory-image img {
	aspect-ratio: 1 / 1;
	background: #f6f7f9;
	border-radius: 16px;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.mbz-directory-card > div {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 10px 5px 3px;
}

.mbz-directory-card > div > span {
	color: var(--mbz-muted);
	font-size: 0.68rem;
	font-weight: 750;
}

.mbz-directory-card h2 {
	font-size: 0.96rem;
	margin: 8px 0;
}

.mbz-directory-card h2 a {
	color: var(--mbz-navy) !important;
	text-decoration: none !important;
}

.mbz-directory-price {
	color: var(--mbz-coral-dark);
	font-weight: 850;
	margin-bottom: 12px;
}

.mbz-directory-link {
	background: #eef2f6;
	border-radius: 11px;
	color: var(--mbz-navy) !important;
	font-size: 0.8rem;
	font-weight: 800;
	margin-top: auto;
	padding: 9px 12px;
	text-align: center;
	text-decoration: none !important;
}

@media (max-width: 900px) {
	.mbz-gallery,
	.mbz-summary {
		margin: 0 auto;
		max-width: 680px;
		width: 100%;
	}
}

@media (max-width: 700px) {
	.mbz-mobile-buybar {
		align-items: center;
		backdrop-filter: blur(14px);
		background: rgba(255, 255, 255, 0.96);
		border-top: 1px solid var(--mbz-line);
		bottom: 0;
		box-shadow: 0 -12px 35px rgba(16, 35, 63, 0.1);
		display: grid;
		gap: 12px;
		grid-template-columns: 0.75fr 1.25fr;
		left: 0;
		padding: 10px 14px;
		position: fixed;
		right: 0;
		z-index: 9999;
	}

	.mbz-mobile-buybar small {
		color: var(--mbz-muted);
		display: block;
		font-size: 0.68rem;
	}

	.mbz-mobile-buybar strong {
		color: var(--mbz-coral-dark);
		display: block;
		font-size: 0.96rem;
		line-height: 1.3;
	}

	.mbz-mobile-buybar a {
		background: linear-gradient(135deg, var(--mbz-coral), #ff7d69);
		color: #fff !important;
		min-height: 48px;
	}
}

@media (max-width: 520px) {
	.mbz-main-image-wrap {
		border-radius: 15px;
	}

	.mbz-thumbnail {
		height: 65px;
	}

	.mbz-trust-grid {
		gap: 9px;
	}

	.mbz-trust-grid > div {
		flex-direction: column;
		padding: 14px 8px;
		text-align: center;
	}

	.mbz-spec-list > div {
		grid-template-columns: 1fr;
	}

	.mbz-spec-list dd {
		text-align: left;
	}
}

/* Version 2: immersive post landing sections */
body.mbz-product-landing-page .entry-header,
body.mbz-product-landing-page .post-title,
body.mbz-product-landing-page .article-body-container > .entry-title,
body.mbz-product-landing-page .article-inner > header:not(.mbz-directory-hero),
body.mbz-product-landing-page .meta-post-categories,
body.mbz-product-landing-page .post-date {
	display: none !important;
}

body.mbz-product-landing-page .entry-content,
body.mbz-product-landing-page .article-body-container,
body.mbz-product-landing-page article.post {
	margin: 0 !important;
	max-width: none !important;
	padding: 0 !important;
}

.mbz-centered-heading {
	margin: 0 auto 28px;
	max-width: 760px;
	text-align: center;
}

.mbz-centered-heading p {
	color: var(--mbz-muted);
	margin: 10px auto 0;
	max-width: 660px;
}

.mbz-love-section,
.mbz-order-guide,
.mbz-faq-section,
.mbz-contact-section {
	margin: 0 auto 68px;
	max-width: 1240px;
}

.mbz-benefit-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, 1fr);
}

.mbz-benefit-card {
	background: #fff;
	border: 1px solid var(--mbz-line);
	border-radius: 22px;
	box-shadow: 0 15px 42px rgba(16, 35, 63, 0.09);
	min-height: 235px;
	overflow: hidden;
	padding: 28px;
	position: relative;
	transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.mbz-benefit-card::after {
	background: linear-gradient(135deg, rgba(255, 93, 115, 0.14), rgba(15, 118, 110, 0.08));
	border-radius: 50%;
	content: "";
	height: 125px;
	position: absolute;
	right: -45px;
	top: -50px;
	width: 125px;
}

.mbz-benefit-card:hover {
	box-shadow: 0 22px 56px rgba(16, 35, 63, 0.14);
	transform: translateY(-6px) rotate(-0.25deg);
}

.mbz-benefit-card:nth-child(2):hover {
	transform: translateY(-6px) rotate(0.25deg);
}

.mbz-benefit-emoji {
	align-items: center;
	background: #fff4f5;
	border-radius: 16px;
	display: flex;
	font-size: 1.55rem;
	height: 52px;
	justify-content: center;
	margin-bottom: 20px;
	width: 52px;
}

.mbz-benefit-card small {
	color: #f2a0ad;
	font-size: 0.68rem;
	font-weight: 900;
	position: absolute;
	right: 24px;
	top: 24px;
}

.mbz-benefit-card h3 {
	color: var(--mbz-navy);
	font-size: 1.15rem;
	line-height: 1.35;
	margin: 0 0 10px;
}

.mbz-benefit-card p {
	color: var(--mbz-muted);
	font-size: 0.92rem;
	margin: 0;
}

.mbz-order-guide {
	align-items: center;
	background:
		radial-gradient(circle at 92% 0%, rgba(255, 255, 255, 0.18), transparent 17rem),
		linear-gradient(135deg, #10233f, #204569);
	border-radius: 28px;
	box-shadow: 0 22px 60px rgba(16, 35, 63, 0.2);
	color: #fff;
	display: grid;
	gap: 44px;
	grid-template-columns: 0.9fr 1.1fr;
	overflow: hidden;
	padding: clamp(30px, 5vw, 58px);
	position: relative;
}

.mbz-order-copy > span,
.mbz-contact-copy small {
	color: #ffb5bf;
	display: block;
	font-size: 0.73rem;
	font-weight: 850;
	letter-spacing: 0.13em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.mbz-order-copy h2 {
	color: #fff;
	font-size: clamp(1.8rem, 3.5vw, 2.8rem);
	line-height: 1.14;
	margin: 0 0 12px;
}

.mbz-order-copy p {
	color: #dce6f2;
	margin: 0 0 22px;
}

.mbz-order-guide .mbz-buy-now {
	align-items: center;
	background: linear-gradient(135deg, var(--mbz-coral), #ff856c);
	border-radius: 14px;
	box-shadow: 0 13px 28px rgba(255, 93, 115, 0.28);
	color: #fff !important;
	display: inline-flex;
	font-weight: 850;
	justify-content: center;
	min-height: 50px;
	padding: 11px 20px;
	text-decoration: none !important;
}

.mbz-order-steps {
	display: grid;
	gap: 13px;
}

.mbz-order-steps > div {
	align-items: center;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 17px;
	display: grid;
	gap: 14px;
	grid-template-columns: 44px 1fr;
	padding: 15px 18px;
	transition: background 0.2s ease, transform 0.2s ease;
}

.mbz-order-steps > div:hover {
	background: rgba(255, 255, 255, 0.16);
	transform: translateX(5px);
}

.mbz-order-steps strong {
	align-items: center;
	background: #fff;
	border-radius: 50%;
	color: var(--mbz-coral-dark);
	display: flex;
	height: 38px;
	justify-content: center;
	width: 38px;
}

.mbz-order-steps span {
	color: #fff;
	font-size: 0.93rem;
	font-weight: 750;
}

.mbz-faq-list {
	margin: 0 auto;
	max-width: 900px;
}

.mbz-faq-list details {
	background: #fff;
	border: 1px solid var(--mbz-line);
	border-radius: 17px;
	box-shadow: 0 8px 28px rgba(16, 35, 63, 0.06);
	margin-bottom: 12px;
	overflow: hidden;
}

.mbz-faq-list summary {
	align-items: center;
	color: var(--mbz-navy);
	cursor: pointer;
	display: flex;
	font-size: 1rem;
	font-weight: 800;
	justify-content: space-between;
	list-style: none;
	padding: 19px 22px;
}

.mbz-faq-list summary::-webkit-details-marker {
	display: none;
}

.mbz-faq-list summary span {
	align-items: center;
	background: #fff0f2;
	border-radius: 50%;
	color: var(--mbz-coral-dark);
	display: flex;
	font-size: 1.1rem;
	height: 30px;
	justify-content: center;
	transition: transform 0.2s ease;
	width: 30px;
}

.mbz-faq-list details[open] summary span {
	transform: rotate(45deg);
}

.mbz-faq-list details > div {
	border-top: 1px solid var(--mbz-line);
	color: var(--mbz-muted);
	padding: 4px 22px 18px;
}

.mbz-contact-section {
	align-items: center;
	background:
		radial-gradient(circle at 5% 15%, rgba(255, 255, 255, 0.6), transparent 15rem),
		linear-gradient(135deg, #fff0f2, #effcf9);
	border: 1px solid #ffd6dc;
	border-radius: 28px;
	display: grid;
	gap: 30px;
	grid-template-columns: 1.1fr 0.9fr;
	padding: clamp(28px, 5vw, 50px);
}

.mbz-contact-copy {
	align-items: center;
	display: flex;
	gap: 20px;
}

.mbz-contact-bubble {
	align-items: center;
	background: #fff;
	border-radius: 21px;
	box-shadow: 0 12px 32px rgba(16, 35, 63, 0.1);
	display: flex;
	font-size: 2rem;
	height: 72px;
	justify-content: center;
	min-width: 72px;
	transform: rotate(-4deg);
}

.mbz-contact-copy h2 {
	color: var(--mbz-navy);
	font-size: clamp(1.6rem, 3vw, 2.35rem);
	line-height: 1.15;
	margin: 0 0 8px;
}

.mbz-contact-copy p {
	color: var(--mbz-muted);
	margin: 0;
}

.mbz-contact-actions {
	display: grid;
	gap: 9px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mbz-contact-actions a {
	align-items: center;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(16, 35, 63, 0.09);
	border-radius: 13px;
	color: var(--mbz-navy) !important;
	display: flex;
	font-size: 0.82rem;
	font-weight: 800;
	justify-content: center;
	min-height: 45px;
	overflow-wrap: anywhere;
	padding: 9px 12px;
	text-align: center;
	text-decoration: none !important;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.mbz-contact-actions a:hover {
	box-shadow: 0 10px 24px rgba(16, 35, 63, 0.1);
	transform: translateY(-2px);
}

.mbz-contact-actions .mbz-contact-primary {
	background: #16a874;
	border-color: #16a874;
	color: #fff !important;
}

@media (max-width: 820px) {
	.mbz-benefit-grid {
		grid-template-columns: 1fr;
	}

	.mbz-benefit-card {
		min-height: 0;
	}

	.mbz-order-guide,
	.mbz-contact-section {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 520px) {
	.mbz-love-section,
	.mbz-order-guide,
	.mbz-faq-section,
	.mbz-contact-section {
		margin-bottom: 48px;
	}

	.mbz-order-guide,
	.mbz-contact-section {
		border-radius: 20px;
	}

	.mbz-contact-copy {
		align-items: flex-start;
		flex-direction: column;
	}

	.mbz-contact-actions {
		grid-template-columns: 1fr;
	}
}

/* Final v3 cascade: keep the purchase path clean and the help panel last. */
.mbz-landing .mbz-rating-row,
.mbz-landing .mbz-stock,
.mbz-landing .mbz-attribute-chips,
.mbz-landing .mbz-trust-grid,
.mbz-landing .mbz-order-guide,
.mbz-landing .mbz-add-cart { display: none !important; }

.mbz-landing .mbz-actions { display: block; }
.mbz-landing .mbz-actions .mbz-buy-now { min-width: min(100%, 280px); }
.mbz-landing .mbz-short-copy { border-left: 3px solid #14b8a6; line-height: 1.82; padding-left: 17px; }
.mbz-landing .mbz-price-block { background: #fff; border: 1px solid rgba(18,35,58,.09); border-radius: 18px; padding: 14px 18px; }
.mbz-landing .mbz-price-label { color: #687386; display: block; font-size: .77rem; font-weight: 800; margin-bottom: 3px; }
.mbz-landing .mbz-benefit-number { display: inline-flex; }
.mbz-landing .mbz-benefit-card small,
.mbz-landing .mbz-benefit-emoji { display: none !important; }
.mbz-landing .mbz-contact-section { margin-top: clamp(58px,8vw,90px); }
.mbz-landing .mbz-use-section { display: block; }
.mbz-landing .mbz-use-section > p { max-width: 880px; }

.mbz-gift-questions {
	background: linear-gradient(145deg, #fff8ee, #fff, #fff2f5);
	border: 1px solid #f1dcc0;
	border-radius: 28px;
	margin-bottom: clamp(58px,8vw,90px);
	padding: clamp(22px,4vw,42px);
}

.mbz-gift-question-list {
	display: grid;
	gap: 12px;
	margin: 0 auto;
	max-width: 940px;
}

.mbz-gift-question-list details {
	background: rgba(255,255,255,.94);
	border: 1px solid rgba(18,35,58,.09);
	border-radius: 17px;
	box-shadow: 0 10px 26px rgba(18,35,58,.05);
	overflow: hidden;
}

.mbz-gift-question-list summary {
	align-items: center;
	color: var(--mbz-navy);
	cursor: pointer;
	display: flex;
	font-size: 1rem;
	font-weight: 850;
	gap: 16px;
	justify-content: space-between;
	list-style: none;
	padding: 18px 20px;
}

.mbz-gift-question-list summary::-webkit-details-marker { display: none; }
.mbz-gift-question-list summary span { color: #d83e5a; font-size: 1.35rem; transition: transform .2s ease; }
.mbz-gift-question-list details[open] summary span { transform: rotate(45deg); }
.mbz-gift-question-list details > div { border-top: 1px solid rgba(18,35,58,.07); color: #445063; line-height: 1.82; padding: 16px 20px 20px; }
.mbz-gift-question-list details > div p { margin: 0; }

@media (max-width: 520px) {
	.mbz-landing .mbz-actions .mbz-buy-now,
	.mbz-landing .mbz-price-block { width: 100%; }
	.mbz-gift-questions { border-radius: 20px; padding: 16px; }
	.mbz-gift-question-list summary { font-size: .94rem; padding: 16px; }
}

/* v3.0.3 colour polish: premium pastel accents without a busy rainbow effect. */
.mbz-landing .mbz-hero {
	background:
		radial-gradient(circle at 8% 8%, rgba(255, 214, 191, .72), transparent 34%),
		radial-gradient(circle at 94% 12%, rgba(183, 242, 226, .62), transparent 31%),
		linear-gradient(135deg, #fffaf5 0%, #fff 52%, #f2fffb 100%);
	border: 1px solid rgba(246, 148, 122, .24);
	box-shadow: 0 26px 70px rgba(39, 56, 88, .09);
}

.mbz-landing .mbz-main-image-wrap {
	background: linear-gradient(145deg, #fff, #fff7f2);
	border: 1px solid rgba(255, 143, 116, .23);
	box-shadow: 0 18px 46px rgba(53, 65, 88, .08);
}

.mbz-landing .mbz-thumbnail {
	background: #fffaf7;
	border-color: rgba(255, 130, 103, .22);
}

.mbz-landing .mbz-thumbnail.is-active {
	border-color: #ff6f7f;
	box-shadow: 0 0 0 3px rgba(255, 111, 127, .13);
}

.mbz-landing .mbz-kicker {
	background: #fff0e8;
	border: 1px solid #ffd8c6;
	color: #b94d39;
}

.mbz-landing .mbz-price-block {
	background: linear-gradient(120deg, #fff4ed, #fff);
	border-color: #ffd8c6;
	box-shadow: 0 10px 28px rgba(255, 112, 90, .08);
}

.mbz-landing .mbz-buy-now {
	background: linear-gradient(135deg, #ff637b, #f84966);
	box-shadow: 0 14px 30px rgba(248, 73, 102, .25);
}

.mbz-landing .mbz-buy-now:hover {
	box-shadow: 0 18px 34px rgba(248, 73, 102, .32);
	transform: translateY(-2px);
}

.mbz-landing .mbz-benefit-card:nth-child(1) {
	background: linear-gradient(145deg, #fff4ed, #fffaf7);
	border-color: #ffd7c4;
}

.mbz-landing .mbz-benefit-card:nth-child(2) {
	background: linear-gradient(145deg, #ecfbf6, #f8fffc);
	border-color: #bfeadd;
}

.mbz-landing .mbz-benefit-card:nth-child(3) {
	background: linear-gradient(145deg, #f2efff, #fbfaff);
	border-color: #d8d0ff;
}

.mbz-landing .mbz-benefit-card:nth-child(1) .mbz-benefit-number { background: #ffdfcf; color: #b64b35; }
.mbz-landing .mbz-benefit-card:nth-child(2) .mbz-benefit-number { background: #c9f1e4; color: #08745c; }
.mbz-landing .mbz-benefit-card:nth-child(3) .mbz-benefit-number { background: #ded8ff; color: #5844b7; }

.mbz-landing .mbz-story {
	background: linear-gradient(160deg, #fff, #fff8f3);
	border-color: #f6d8c8;
	box-shadow: 0 18px 44px rgba(53, 65, 88, .06);
}

.mbz-landing .mbz-specifications {
	background: linear-gradient(160deg, #f4fffb, #fff);
	border-color: #c7eadf;
	box-shadow: 0 18px 44px rgba(53, 65, 88, .06);
}

.mbz-landing .mbz-use-section {
	background:
		linear-gradient(120deg, rgba(223, 249, 241, .92), rgba(240, 244, 255, .92));
	border: 1px solid #c7e8df;
	box-shadow: 0 15px 40px rgba(35, 107, 91, .06);
}

.mbz-landing .mbz-gift-questions {
	background:
		radial-gradient(circle at 0 0, rgba(255, 216, 195, .72), transparent 38%),
		radial-gradient(circle at 100% 100%, rgba(218, 211, 255, .62), transparent 38%),
		linear-gradient(145deg, #fff9f3, #fff, #faf7ff);
	border-color: #efd5c6;
	box-shadow: 0 20px 50px rgba(67, 55, 94, .07);
}

.mbz-landing .mbz-gift-question-list details:nth-child(1) { border-left: 4px solid #ff7b6b; }
.mbz-landing .mbz-gift-question-list details:nth-child(2) { border-left: 4px solid #19aa86; }
.mbz-landing .mbz-gift-question-list details:nth-child(3) { border-left: 4px solid #7866d5; }

.mbz-landing .mbz-faq-section {
	background: linear-gradient(145deg, #f4f8ff, #fff);
	border-color: #d9e3f4;
}

.mbz-landing .mbz-faq-list details:nth-child(odd) { background: #fffaf6; }
.mbz-landing .mbz-faq-list details:nth-child(even) { background: #f5fffb; }

.mbz-landing .mbz-related-card {
	background: linear-gradient(180deg, #fff, #fff9f5);
	border-color: #f2ded2;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.mbz-landing .mbz-related-card:hover {
	border-color: #ff9c87;
	box-shadow: 0 18px 40px rgba(74, 64, 91, .12);
	transform: translateY(-4px);
}

.mbz-landing .mbz-contact-section {
	background:
		radial-gradient(circle at 10% 10%, rgba(255, 210, 187, .75), transparent 36%),
		radial-gradient(circle at 90% 90%, rgba(185, 241, 226, .72), transparent 40%),
		linear-gradient(135deg, #fff8f2, #f4fffb);
	border-color: #f0d3c5;
	box-shadow: 0 22px 54px rgba(53, 65, 88, .08);
}
