/* Minay Home Blocks — premium homepage sections */

:root {
	--mhb-navy: #0c2d4f;
	--mhb-navy-dark: #071a2e;
	--mhb-gold: #c9a227;
	--mhb-muted: #5a6a7e;
	--mhb-border: #e2e8f0;
	--mhb-bg: #f8fafc;
}

/* ── Hero banner (simple text) ── */
.mhb-hero--simple {
	max-width: 1280px;
	margin: 0 auto;
	padding: 56px 24px 40px;
	box-sizing: border-box;
	background: transparent;
	color: var(--mhb-navy-dark);
}

.mhb-hero--simple .mhb-hero__inner {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}

.mhb-hero--simple .mhb-hero__title {
	margin: 0 0 14px;
	font-size: clamp(1.75rem, 3.5vw, 2.5rem);
	line-height: 1.2;
	font-weight: 800;
	letter-spacing: -0.02em;
	color: var(--mhb-navy-dark);
}

.mhb-hero--simple .mhb-hero__subtitle {
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.65;
	color: var(--mhb-muted);
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}

/* Legacy hero styles kept minimal — unused by default */
.mhb-hero {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
}

/* ── Hero stats row ── */
.mhb-hero-stats {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 24px 32px;
	box-sizing: border-box;
}

.mhb-hero-stats__inner {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	max-width: 760px;
	margin: 0 auto;
	padding: 18px 22px;
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid var(--mhb-border);
	border-radius: 18px;
	box-shadow: 0 10px 32px rgba(7, 26, 46, 0.06);
	backdrop-filter: blur(6px);
}

.mhb-hero-stats__item {
	text-align: center;
	padding: 4px 8px;
	position: relative;
}

.mhb-hero-stats__item:not(:last-child)::after {
	content: '';
	position: absolute;
	top: 12%;
	right: -8px;
	width: 1px;
	height: 76%;
	background: linear-gradient(180deg, transparent, #c5d5e6 20%, #c5d5e6 80%, transparent);
}

.mhb-hero-stats__value {
	display: block;
	font-size: clamp(1.35rem, 2.4vw, 1.85rem);
	font-weight: 800;
	line-height: 1.1;
	color: var(--mhb-navy-dark);
	letter-spacing: -0.02em;
	margin-bottom: 4px;
}

.mhb-hero-stats__label {
	display: block;
	font-size: 0.78rem;
	line-height: 1.35;
	color: var(--mhb-muted);
	font-weight: 600;
}

/* ── Trust strip ── */
.mhb-trust {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 24px 56px;
	box-sizing: border-box;
}

.mhb-trust__head {
	text-align: center;
	margin-bottom: 28px;
}

.mhb-trust__section-title {
	margin: 0 0 8px;
	font-size: clamp(1.5rem, 2.5vw, 2rem);
	font-weight: 800;
	color: var(--mhb-navy-dark);
	letter-spacing: -0.02em;
}

.mhb-trust__section-title::after {
	content: '';
	display: block;
	width: 40px;
	height: 3px;
	background: #2b6cb0;
	margin: 8px auto 0;
}

.mhb-trust__section-subtitle {
	margin: 10px auto 0;
	max-width: 560px;
	color: var(--mhb-muted);
	font-size: 0.95rem;
	line-height: 1.55;
}

.mhb-trust__inner {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	background: #fff;
	border: 1px solid var(--mhb-border);
	border-radius: 20px;
	padding: 28px 24px;
	box-shadow: 0 8px 32px rgba(7, 26, 46, 0.05);
}

.mhb-trust__item {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 8px 12px;
}

.mhb-trust__icon {
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: linear-gradient(145deg, #edf2f8, #dce6f2);
	color: var(--mhb-navy);
	display: flex;
	align-items: center;
	justify-content: center;
}

.mhb-trust__icon svg {
	width: 22px;
	height: 22px;
}

.mhb-trust__title {
	margin: 0 0 4px;
	font-size: 0.95rem;
	font-weight: 700;
	color: var(--mhb-navy-dark);
}

.mhb-trust__text {
	margin: 0;
	font-size: 0.82rem;
	line-height: 1.45;
	color: var(--mhb-muted);
}


/* ── Process (corporate workflow) ── */
.mhb-process {
	max-width: 1280px;
	margin: 0 auto;
	padding: 48px 24px 56px;
	box-sizing: border-box;
}

.mhb-process__head {
	text-align: center;
	margin-bottom: 36px;
}

.mhb-process__title {
	margin: 0 0 8px;
	font-size: clamp(1.5rem, 2.5vw, 2rem);
	font-weight: 800;
	color: var(--mhb-navy-dark);
	letter-spacing: -0.02em;
}

.mhb-process__title::after {
	content: '';
	display: block;
	width: 40px;
	height: 3px;
	background: #2b6cb0;
	margin: 8px auto 0;
}

.mhb-process__subtitle {
	margin: 10px auto 0;
	max-width: 560px;
	color: var(--mhb-muted);
	font-size: 0.95rem;
	line-height: 1.55;
}

.mhb-process__steps {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	counter-reset: mhb-process;
}

.mhb-process__step {
	position: relative;
	margin: 0;
}

.mhb-process__step:not(:last-child)::after {
	content: '';
	position: absolute;
	top: 42px;
	right: -9px;
	width: 18px;
	height: 2px;
	background: #b8d4ea;
	z-index: 0;
}

.mhb-process__step-inner {
	position: relative;
	z-index: 1;
	height: 100%;
	background: #fff;
	border: 1px solid #d4e4f0;
	border-radius: 16px;
	padding: 22px 18px 20px;
	box-shadow: 0 4px 20px rgba(12, 45, 79, 0.04);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mhb-process__step-inner:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 28px rgba(12, 45, 79, 0.08);
}

.mhb-process__icon {
	position: relative;
	width: 52px;
	height: 52px;
	margin-bottom: 16px;
	border-radius: 14px;
	background: linear-gradient(145deg, #e8f2fa, #d4e8f6);
	color: #1a5a8a;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mhb-process__icon svg {
	width: 24px;
	height: 24px;
}

.mhb-process__num {
	position: absolute;
	top: -8px;
	right: -8px;
	min-width: 24px;
	height: 24px;
	padding: 0 6px;
	border-radius: 999px;
	background: #2b6cb0;
	color: #fff;
	font-size: 0.68rem;
	font-weight: 800;
	line-height: 24px;
	text-align: center;
}

.mhb-process__step-title {
	margin: 0 0 8px;
	font-size: 0.95rem;
	font-weight: 700;
	color: var(--mhb-navy-dark);
	line-height: 1.35;
}

.mhb-process__step-text {
	margin: 0;
	font-size: 0.84rem;
	line-height: 1.55;
	color: var(--mhb-muted);
}

.mhb-process__cta {
	text-align: center;
	margin: 32px 0 0;
}

.mhb-process__btn {
	background: #2b6cb0 !important;
	box-shadow: 0 8px 20px rgba(43, 108, 176, 0.25);
}

.mhb-process__btn:hover {
	background: #1a5a8a !important;
	color: #fff !important;
}

/* ── Bestsellers ── */
.mhb-bestsellers {
	max-width: 1280px;
	margin: 0 auto;
	padding: 48px 24px 52px;
	box-sizing: border-box;
}

.mhb-bestsellers__head {
	text-align: center;
	margin-bottom: 24px;
}

.mhb-bestsellers__title {
	margin: 0 0 8px;
	font-size: clamp(1.5rem, 2.5vw, 2rem);
	font-weight: 800;
	color: var(--mhb-navy-dark);
	letter-spacing: -0.02em;
}

.mhb-bestsellers__title::after {
	content: '';
	display: block;
	width: 40px;
	height: 3px;
	background: var(--mhb-gold);
	margin: 8px auto 0;
}

.mhb-bestsellers__subtitle {
	margin: 8px auto 0;
	max-width: 520px;
	color: var(--mhb-muted);
	font-size: 0.95rem;
	line-height: 1.45;
}

.mhb-bestsellers__grid {
	display: grid;
	grid-template-columns: repeat(var(--mhb-cols, 4), minmax(0, 1fr));
	gap: 16px;
}

.mhb-product {
	background: #fff;
	border-radius: 14px;
	border: 1px solid var(--mhb-border);
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(7, 26, 46, 0.04);
	transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.mhb-product:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 32px rgba(7, 26, 46, 0.08);
}

.mhb-product__link {
	display: block;
	text-decoration: none;
	color: inherit;
	padding: 10px 10px 12px;
}

.mhb-product__media {
	aspect-ratio: 4 / 3;
	max-height: 160px;
	border-radius: 10px;
	overflow: hidden;
	background: var(--mhb-bg);
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mhb-product__img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.mhb-product__placeholder {
	width: 50%;
	height: 50%;
	background: #dce6f2;
	border-radius: 8px;
}

.mhb-product__title {
	margin: 0 0 4px;
	font-size: 0.88rem;
	font-weight: 700;
	color: var(--mhb-navy-dark);
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 2.3em;
}

.mhb-product__price {
	font-size: 0.88rem;
	font-weight: 700;
	color: var(--mhb-navy);
	margin-bottom: 2px;
}

.mhb-product__price del {
	color: #94a3b8;
	font-weight: 400;
	margin-right: 6px;
}

.mhb-product__action {
	font-size: 0.75rem;
	font-weight: 600;
	color: var(--mhb-gold);
}

.mhb-bestsellers__cta,
.mhb-footer-cta {
	text-align: center;
	margin-top: 24px;
}

.mhb-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 200px;
	padding: 14px 28px;
	border-radius: 999px;
	background: var(--mhb-navy);
	color: #fff !important;
	font-weight: 700;
	font-size: 0.92rem;
	text-decoration: none;
	transition: background 0.2s ease, transform 0.2s ease;
}

.mhb-btn:hover {
	background: var(--mhb-navy-dark);
	transform: translateY(-2px);
	color: #fff;
}

/* ── About section ── */
.mhb-about {
	max-width: none;
	margin: 0;
	padding: 0 0 80px;
	box-sizing: border-box;
}

.mhb-about__band {
	position: relative;
	padding: 64px 24px;
	background: linear-gradient(135deg, #cfe3f3 0%, #b5d4ea 45%, #d4e8f6 100%);
	overflow: hidden;
}

.mhb-about__band::before,
.mhb-about__band::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
}

.mhb-about__band::before {
	width: 420px;
	height: 420px;
	top: -180px;
	right: -80px;
	background: rgba(255, 255, 255, 0.35);
}

.mhb-about__band::after {
	width: 280px;
	height: 280px;
	bottom: -120px;
	left: -60px;
	background: rgba(43, 108, 176, 0.08);
}

.mhb-about__inner {
	position: relative;
	z-index: 1;
	max-width: 1280px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1.25fr 0.85fr;
	gap: 28px;
	align-items: stretch;
}

.mhb-about__content {
	background: #fff;
	border-radius: 20px;
	padding: 44px 48px;
	color: var(--mhb-navy-dark);
	box-shadow: 0 16px 48px rgba(12, 45, 79, 0.12);
	border-left: 5px solid #2b6cb0;
}

.mhb-about__eyebrow {
	display: inline-block;
	margin: 0 0 16px;
	padding: 7px 16px;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #fff;
	background: #2b6cb0;
	border-radius: 999px;
}

.mhb-about__title {
	margin: 0 0 12px;
	font-size: clamp(2rem, 3.5vw, 2.75rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	color: var(--mhb-navy-dark);
	line-height: 1.1;
}

.mhb-about__subtitle {
	margin: 0 0 18px;
	font-size: 1.12rem;
	font-weight: 600;
	color: #1a5a8a;
}

.mhb-about__text {
	margin: 0 0 30px;
	font-size: 1rem;
	line-height: 1.75;
	color: var(--mhb-muted);
	max-width: 560px;
}

.mhb-about__btn {
	background: #2b6cb0 !important;
	color: #fff !important;
	box-shadow: 0 8px 20px rgba(43, 108, 176, 0.3);
}

.mhb-about__btn:hover {
	background: #1a5a8a !important;
	color: #fff !important;
	transform: translateY(-2px);
}

.mhb-about__stats {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 14px;
}

.mhb-about__stat {
	background: rgba(255, 255, 255, 0.95);
	border: none;
	border-left: 5px solid #2b6cb0;
	border-radius: 16px;
	padding: 24px 28px;
	box-shadow: 0 10px 28px rgba(12, 45, 79, 0.1);
}

.mhb-about__stat-value {
	display: block;
	font-size: clamp(1.75rem, 3vw, 2.35rem);
	font-weight: 800;
	line-height: 1.05;
	margin-bottom: 6px;
	color: #1a5a8a;
	letter-spacing: -0.02em;
}

.mhb-about__stat-label {
	display: block;
	font-size: 0.9rem;
	color: var(--mhb-muted);
	line-height: 1.4;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
	.mhb-trust__inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mhb-process__steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mhb-process__step:nth-child(2)::after {
		display: none;
	}

	.mhb-bestsellers__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

}

@media (max-width: 640px) {
	.mhb-hero-stats {
		padding: 0 16px 24px;
	}

	.mhb-hero-stats__inner {
		grid-template-columns: 1fr;
		gap: 12px;
		padding: 16px 18px;
	}

	.mhb-hero-stats__item:not(:last-child)::after {
		display: none;
	}

	.mhb-trust__inner {
		grid-template-columns: 1fr;
	}

	.mhb-process {
		padding: 40px 16px 48px;
	}

	.mhb-process__steps {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.mhb-process__step::after {
		display: none;
	}

	.mhb-bestsellers {
		padding: 40px 16px 44px;
	}

	.mhb-bestsellers__grid {
		grid-template-columns: 1fr 1fr;
		gap: 12px;
	}

	.mhb-product__media {
		max-height: 130px;
	}

	.mhb-about {
		padding: 0 0 56px;
	}

	.mhb-about__band {
		padding: 48px 16px;
	}

	.mhb-about__inner {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.mhb-about__content {
		padding: 32px 24px;
	}

	.mhb-about__stats {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 12px;
	}

	.mhb-about__stat {
		padding: 18px 16px;
	}

	.mhb-about__stat-value {
		font-size: 1.5rem;
	}
}

@media (max-width: 420px) {
	.mhb-bestsellers__grid {
		grid-template-columns: 1fr;
	}

	.mhb-about__stats {
		grid-template-columns: 1fr;
	}
}

/* ── Full About page ── */
.mhb-about-page {
	max-width: 100%;
	margin: 0;
	padding: 0 0 72px;
	box-sizing: border-box;
}

.mhb-about-page__hero {
	position: relative;
	padding: 72px 24px 64px;
	background: linear-gradient(135deg, #cfe3f3 0%, #b5d4ea 45%, #d4e8f6 100%);
	overflow: hidden;
}

.mhb-about-page__hero::before,
.mhb-about-page__hero::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
}

.mhb-about-page__hero::before {
	width: 460px;
	height: 460px;
	top: -200px;
	right: -100px;
	background: rgba(255, 255, 255, 0.35);
}

.mhb-about-page__hero::after {
	width: 300px;
	height: 300px;
	bottom: -140px;
	left: -80px;
	background: rgba(43, 108, 176, 0.08);
}

.mhb-about-page__hero-inner {
	position: relative;
	z-index: 1;
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}

.mhb-about-page__eyebrow {
	display: inline-block;
	margin: 0 0 18px;
	padding: 7px 16px;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #fff;
	background: #2b6cb0;
	border-radius: 999px;
}

.mhb-about-page__title {
	margin: 0 0 14px;
	font-size: clamp(2.25rem, 4.5vw, 3.25rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	color: var(--mhb-navy-dark);
	line-height: 1.08;
}

.mhb-about-page__lead {
	margin: 0;
	font-size: clamp(1.05rem, 2vw, 1.25rem);
	line-height: 1.65;
	color: #1a5a8a;
	font-weight: 600;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}

.mhb-about-page__story {
	padding: 72px 24px;
}

.mhb-about-page__story-inner {
	max-width: 1280px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1.35fr 0.85fr;
	gap: 32px;
	align-items: start;
}

.mhb-about-page__section-title {
	margin: 0 0 20px;
	font-size: clamp(1.5rem, 2.5vw, 2rem);
	font-weight: 800;
	color: var(--mhb-navy-dark);
	letter-spacing: -0.02em;
}

.mhb-about-page__section-subtitle {
	margin: 0;
	font-size: 1rem;
	line-height: 1.6;
	color: var(--mhb-muted);
}

.mhb-about-page__story-copy p {
	margin: 0 0 18px;
	font-size: 1rem;
	line-height: 1.8;
	color: var(--mhb-muted);
}

.mhb-about-page__story-copy p:last-child {
	margin-bottom: 0;
}

.mhb-about-page__stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.mhb-about-page__stat {
	background: #fff;
	border: 1px solid var(--mhb-border);
	border-left: 5px solid #2b6cb0;
	border-radius: 16px;
	padding: 24px 22px;
	box-shadow: 0 10px 28px rgba(12, 45, 79, 0.08);
}

.mhb-about-page__stat-value {
	display: block;
	font-size: clamp(1.6rem, 2.5vw, 2.1rem);
	font-weight: 800;
	line-height: 1.05;
	margin-bottom: 6px;
	color: #1a5a8a;
}

.mhb-about-page__stat-label {
	display: block;
	font-size: 0.88rem;
	color: var(--mhb-muted);
	line-height: 1.4;
}

.mhb-about-page__pillars {
	padding: 0 24px 72px;
}

.mhb-about-page__pillars-inner {
	max-width: 1280px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.mhb-about-page__pillar {
	background: #fff;
	border: 1px solid var(--mhb-border);
	border-radius: 18px;
	padding: 32px 28px;
	box-shadow: 0 8px 28px rgba(7, 26, 46, 0.05);
}

.mhb-about-page__pillar-title {
	margin: 0 0 12px;
	font-size: 1.15rem;
	font-weight: 800;
	color: var(--mhb-navy-dark);
}

.mhb-about-page__pillar-text {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.7;
	color: var(--mhb-muted);
}

.mhb-about-page__reasons {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 24px 72px;
	box-sizing: border-box;
}

.mhb-about-page__reasons-head {
	text-align: center;
	max-width: 640px;
	margin: 0 auto 32px;
}

.mhb-about-page__reasons-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.mhb-about-page__reason {
	background: #fff;
	border: 1px solid var(--mhb-border);
	border-radius: 18px;
	padding: 28px 22px;
	box-shadow: 0 8px 24px rgba(7, 26, 46, 0.05);
}

.mhb-about-page__reason-num {
	display: inline-block;
	margin-bottom: 14px;
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	color: #2b6cb0;
}

.mhb-about-page__reason-title {
	margin: 0 0 8px;
	font-size: 1rem;
	font-weight: 700;
	color: var(--mhb-navy-dark);
}

.mhb-about-page__reason-text {
	margin: 0;
	font-size: 0.88rem;
	line-height: 1.55;
	color: var(--mhb-muted);
}

.mhb-about-page__process {
	padding-top: 0;
}

.mhb-about-page__cta {
	padding: 0 24px;
}

.mhb-about-page__cta-inner {
	max-width: 960px;
	margin: 0 auto;
	padding: 48px 40px;
	text-align: center;
	background: linear-gradient(135deg, var(--mhb-navy-dark) 0%, #1a4a72 100%);
	border-radius: 24px;
	color: #fff;
	box-shadow: 0 20px 48px rgba(7, 26, 46, 0.2);
}

.mhb-about-page__cta-title {
	margin: 0 0 12px;
	font-size: clamp(1.5rem, 2.5vw, 2rem);
	font-weight: 800;
	letter-spacing: -0.02em;
}

.mhb-about-page__cta-text {
	margin: 0 0 28px;
	font-size: 1rem;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.85);
	max-width: 520px;
	margin-left: auto;
	margin-right: auto;
}

.mhb-about-page__cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
}

.mhb-about-page__cta-btn {
	background: #fff !important;
	color: var(--mhb-navy-dark) !important;
}

.mhb-about-page__cta-btn:hover {
	background: #edf2f8 !important;
	color: var(--mhb-navy-dark) !important;
}

.mhb-about-page__cta-btn--whatsapp {
	background: #25d366 !important;
	color: #fff !important;
}

.mhb-about-page__cta-btn--whatsapp:hover {
	background: #1ebe57 !important;
	color: #fff !important;
}

@media (max-width: 1024px) {
	.mhb-about-page__story-inner {
		grid-template-columns: 1fr;
	}

	.mhb-about-page__pillars-inner {
		grid-template-columns: 1fr;
	}

	.mhb-about-page__reasons-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.mhb-about-page {
		padding-bottom: 48px;
	}

	.mhb-about-page__hero {
		padding: 56px 16px 48px;
	}

	.mhb-about-page__story,
	.mhb-about-page__pillars,
	.mhb-about-page__reasons {
		padding-left: 16px;
		padding-right: 16px;
	}

	.mhb-about-page__story {
		padding-top: 48px;
		padding-bottom: 48px;
	}

	.mhb-about-page__pillars {
		padding-bottom: 48px;
	}

	.mhb-about-page__reasons {
		padding-bottom: 48px;
	}

	.mhb-about-page__stats {
		grid-template-columns: 1fr 1fr;
	}

	.mhb-about-page__reasons-grid {
		grid-template-columns: 1fr;
	}

	.mhb-about-page__cta {
		padding: 0 16px;
	}

	.mhb-about-page__cta-inner {
		padding: 36px 24px;
	}

	.mhb-about-page__cta-actions {
		flex-direction: column;
		align-items: stretch;
	}
}

/* ── Contact banner (map + info) ── */
.mhb-contact {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 24px 56px;
	box-sizing: border-box;
}

.mhb-contact__banner {
	background: linear-gradient(135deg, var(--mhb-navy-dark) 0%, #123d63 52%, #1a4a72 100%);
	border-radius: 24px;
	padding: clamp(20px, 3vw, 32px);
	box-shadow: 0 20px 48px rgba(7, 26, 46, 0.18);
	position: relative;
	overflow: hidden;
}

.mhb-contact__banner::before {
	content: '';
	position: absolute;
	top: -40%;
	right: -10%;
	width: 320px;
	height: 320px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(201, 162, 39, 0.12) 0%, transparent 70%);
	pointer-events: none;
}

.mhb-contact__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
	gap: clamp(20px, 3vw, 36px);
	align-items: stretch;
}

.mhb-contact__map-wrap {
	min-height: 360px;
	border-radius: 16px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.15);
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.mhb-contact__map {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 360px;
	border: 0;
}

.mhb-contact__info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	padding: clamp(8px, 2vw, 16px) clamp(4px, 2vw, 12px);
}

.mhb-contact__title {
	margin: 0 0 10px;
	font-size: clamp(1.5rem, 2.5vw, 2rem);
	font-weight: 800;
	letter-spacing: -0.02em;
	color: #fff;
}

.mhb-contact__title::after {
	content: '';
	display: block;
	width: 40px;
	height: 3px;
	background: var(--mhb-gold);
	margin-top: 12px;
	border-radius: 2px;
}

.mhb-contact__subtitle {
	margin: 0 0 28px;
	font-size: 0.98rem;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.82);
	max-width: 420px;
}

.mhb-contact__items {
	display: flex;
	flex-direction: column;
	gap: 22px;
	margin-bottom: 28px;
}

.mhb-contact__item {
	display: flex;
	align-items: flex-start;
	gap: 16px;
}

.mhb-contact__icon {
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.15);
	color: var(--mhb-gold);
	display: flex;
	align-items: center;
	justify-content: center;
}

.mhb-contact__icon svg {
	width: 20px;
	height: 20px;
}

.mhb-contact__label {
	margin: 0 0 4px;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: rgba(255, 255, 255, 0.65);
}

.mhb-contact__value {
	margin: 0;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.6;
	color: #fff;
	font-weight: 600;
}

.mhb-contact__link {
	color: #fff;
	text-decoration: none;
	transition: color 0.2s ease;
}

.mhb-contact__link:hover {
	color: var(--mhb-gold);
}

.mhb-contact__actions {
	margin-top: 4px;
	position: relative;
	z-index: 2;
}

.mhb-contact__actions .mhb-contact__whatsapp {
	display: inline-flex !important;
	align-self: flex-start;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
	gap: 12px;
	width: auto !important;
	height: auto !important;
	min-height: 0 !important;
	padding: 14px 24px;
	border: none !important;
	border-radius: 8px !important;
	background: #25d366 !important;
	color: #fff !important;
	font-weight: 700;
	font-size: 0.92rem;
	line-height: 1.2;
	text-decoration: none !important;
	box-shadow: none !important;
	transition: background 0.2s ease, transform 0.2s ease;
	white-space: nowrap;
	overflow: visible;
	position: relative;
}

.mhb-contact__actions .mhb-contact__whatsapp::before,
.mhb-contact__actions .mhb-contact__whatsapp::after {
	display: none !important;
	content: none !important;
}

.mhb-contact__actions .mhb-contact__whatsapp-icon {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 20px !important;
	height: 20px !important;
	min-width: 20px;
	max-width: 20px;
	flex-shrink: 0;
	border-radius: 0 !important;
	background: none !important;
	box-shadow: none !important;
	overflow: visible;
	position: static !important;
}

.mhb-contact__actions .mhb-contact__whatsapp-icon svg {
	width: 20px;
	height: 20px;
	display: block;
	flex-shrink: 0;
}

.mhb-contact__actions .mhb-contact__whatsapp-text {
	display: inline-block !important;
	visibility: visible !important;
	width: auto !important;
	height: auto !important;
	overflow: visible !important;
	clip: auto !important;
	position: static !important;
	flex-shrink: 0;
	line-height: 1.2;
	white-space: nowrap;
}

.mhb-contact__actions .mhb-contact__whatsapp:hover {
	background: #1ebe57 !important;
	transform: translateY(-1px);
}

@media (max-width: 900px) {
	.mhb-contact__inner {
		grid-template-columns: 1fr;
	}

	.mhb-contact__map-wrap,
	.mhb-contact__map {
		min-height: 300px;
	}

	.mhb-contact__info {
		padding-top: 4px;
	}
}

@media (max-width: 640px) {
	.mhb-contact {
		padding: 0 16px 40px;
	}

	.mhb-contact__banner {
		border-radius: 18px;
		padding: 16px;
	}

	.mhb-contact__map-wrap,
	.mhb-contact__map {
		min-height: 260px;
	}
}

.mhb-contact__extras {
	margin-top: 36px;
}

.mhb-contact__cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-bottom: 20px;
}

.mhb-contact__card {
	background: #fff;
	border: 1px solid var(--mhb-border);
	border-radius: 16px;
	padding: 22px 20px;
	box-shadow: 0 4px 18px rgba(7, 26, 46, 0.04);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mhb-contact__card:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(7, 26, 46, 0.08);
}

.mhb-contact__card-icon {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: linear-gradient(145deg, #edf2f8, #dce6f2);
	color: var(--mhb-navy);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 14px;
}

.mhb-contact__card-icon svg {
	width: 22px;
	height: 22px;
}

.mhb-contact__card-title {
	margin: 0 0 8px;
	font-size: 1rem;
	font-weight: 800;
	color: var(--mhb-navy-dark);
}

.mhb-contact__card-text {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.55;
	color: var(--mhb-muted);
}

.mhb-contact__card-link {
	color: var(--mhb-navy);
	text-decoration: none;
	font-weight: 600;
}

.mhb-contact__card-link:hover {
	color: #1a4a72;
	text-decoration: underline;
}

.mhb-contact__promise {
	margin: 0 0 28px;
	text-align: center;
	font-size: 0.9rem;
	color: var(--mhb-muted);
}

.mhb-contact__form-section {
	background: #fff;
	border: 1px solid var(--mhb-border);
	border-radius: 20px;
	padding: clamp(24px, 3vw, 36px);
	box-shadow: 0 8px 28px rgba(7, 26, 46, 0.05);
}

.mhb-contact__form-title {
	margin: 0 0 8px;
	font-size: clamp(1.25rem, 2vw, 1.6rem);
	font-weight: 800;
	color: var(--mhb-navy-dark);
}

.mhb-contact__form-title::after {
	content: '';
	display: block;
	width: 36px;
	height: 3px;
	background: var(--mhb-gold);
	margin-top: 10px;
	border-radius: 2px;
}

.mhb-contact__form-note {
	margin: 0 0 24px;
	font-size: 0.95rem;
	line-height: 1.6;
	color: var(--mhb-muted);
	max-width: 560px;
}

.mhb-contact-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px 18px;
}

.mhb-contact-form__field {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.mhb-contact-form__field--full {
	grid-column: 1 / -1;
}

.mhb-contact-form__label {
	font-size: 0.82rem;
	font-weight: 700;
	color: var(--mhb-navy-dark);
}

.mhb-contact-form__field input,
.mhb-contact-form__field textarea {
	width: 100%;
	border: 1px solid #d4dee8;
	border-radius: 10px;
	padding: 12px 14px;
	font: inherit;
	color: var(--mhb-navy-dark);
	background: #fff;
	box-sizing: border-box;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.mhb-contact-form__field input:focus,
.mhb-contact-form__field textarea:focus {
	outline: none;
	border-color: #2b6cb0;
	box-shadow: 0 0 0 3px rgba(43, 108, 176, 0.12);
}

.mhb-contact-form__field textarea {
	resize: vertical;
	min-height: 120px;
}

.mhb-contact-form__actions {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
}

.mhb-contact-form__submit {
	border: none;
	cursor: pointer;
}

.mhb-contact-form__status {
	margin: 0;
	font-size: 0.9rem;
	font-weight: 600;
}

.mhb-contact-form__status.is-success {
	color: #15803d;
}

.mhb-contact-form__status.is-error {
	color: #b91c1c;
}

@media (max-width: 900px) {
	.mhb-contact__cards {
		grid-template-columns: 1fr;
	}

	.mhb-contact-form__grid {
		grid-template-columns: 1fr;
	}
}

/* ── Header contact (Teklif Al yerine) ── */
.mhb-header-contact {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	gap: 6px;
	line-height: 1.25;
	text-align: right;
	text-transform: none !important;
}

.mhb-header-contact__link {
	display: inline-flex !important;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	color: #0f2345 !important;
	text-decoration: none !important;
	text-transform: none !important;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.01em;
	white-space: nowrap;
	transition: color 0.2s ease;
}

.mhb-header-contact__text {
	display: inline-block;
	text-transform: none !important;
	font-variant: normal !important;
	letter-spacing: 0 !important;
}

.mhb-header-contact__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 17px;
	height: 17px;
	flex-shrink: 0;
	color: #c62839;
	opacity: 1;
}

.mhb-header-contact__icon svg {
	width: 17px;
	height: 17px;
	display: block;
}

.mhb-header-contact__link:hover {
	color: #c62839 !important;
}

.mhb-header-contact__link:hover .mhb-header-contact__icon {
	color: #c62839;
}

#minay-header-contact,
#minay-header-contact * {
	text-transform: none !important;
	font-variant: normal !important;
}

#minay-header-contact {
	position: relative;
	align-self: center;
	margin: 0;
}

@media (max-width: 991px) {
	.mhb-header-contact__link {
		font-size: 14px;
	}

	.mhb-header-contact__icon,
	.mhb-header-contact__icon svg {
		width: 16px;
		height: 16px;
	}
}

.mhb-header-contact__office .mhb-header-contact__text::before {
	content: none;
}

.mhb-contact__phone-line {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 8px;
	margin: 0 0 6px;
}

.mhb-contact__phone-line:last-child {
	margin-bottom: 0;
}

.mhb-contact__phone-kind {
	min-width: 42px;
	color: #667085;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.mhb-header-contact__email {
		display: none;
	}

	.mhb-header-contact__office,
	.mhb-header-contact__phone {
		font-size: 12px;
	}

	.mhb-header-contact {
		gap: 4px;
	}
}

/* ── Homepage quote CTA (premium) ── */
.mhb-quote-cta {
	--mhb-q-navy: #0f2345;
	--mhb-q-teal: #177f79;
	--mhb-q-gold: #d4a017;
	max-width: 1280px;
	margin: 8px auto 40px;
	padding: 0 20px;
	box-sizing: border-box;
}

.mhb-quote-cta *,
.mhb-quote-cta *::before,
.mhb-quote-cta *::after {
	box-sizing: border-box;
}

.mhb-quote-cta__panel {
	position: relative;
	overflow: hidden;
	border-radius: 28px;
	padding: 36px 40px;
	background:
		linear-gradient(135deg, #0c1c36 0%, #123058 48%, #0f4f55 100%);
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow:
		0 24px 60px rgba(15, 35, 69, 0.28),
		inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.mhb-quote-cta__glow {
	position: absolute;
	inset: auto -20% -40% auto;
	width: 420px;
	height: 420px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(212, 160, 23, 0.28) 0%, rgba(23, 127, 121, 0.18) 40%, transparent 70%);
	pointer-events: none;
}

.mhb-quote-cta__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.9fr);
	gap: 28px;
	align-items: center;
}

.mhb-quote-cta__eyebrow {
	display: inline-flex;
	align-items: center;
	margin: 0 0 12px;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(212, 160, 23, 0.16);
	border: 1px solid rgba(212, 160, 23, 0.35);
	color: #f0d48a;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.mhb-quote-cta__title {
	margin: 0 0 10px;
	color: #fff !important;
	font-size: clamp(1.7rem, 3vw, 2.35rem);
	font-weight: 850;
	letter-spacing: -0.03em;
	line-height: 1.15;
}

.mhb-quote-cta__subtitle {
	margin: 0 0 22px;
	max-width: 460px;
	color: rgba(255, 255, 255, 0.82) !important;
	font-size: 1.05rem;
	line-height: 1.55;
}

.mhb-quote-cta__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.mhb-quote-cta__primary,
.mhb-quote-cta__whatsapp {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 50px;
	padding: 0 22px;
	border-radius: 999px;
	font-size: 0.98rem;
	font-weight: 800;
	text-decoration: none !important;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.mhb-quote-cta__primary {
	background: #fff;
	color: #0f2345 !important;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.mhb-quote-cta__primary:hover {
	transform: translateY(-2px);
	background: #f4f8ff;
	color: #0f2345 !important;
}

.mhb-quote-cta__arrow {
	display: inline-block;
	transition: transform 0.2s ease;
}

.mhb-quote-cta__primary:hover .mhb-quote-cta__arrow {
	transform: translateX(4px);
}

.mhb-quote-cta__whatsapp {
	width: 50px;
	min-width: 50px;
	padding: 0;
	background: #25d366;
	border: none;
	color: #fff !important;
	box-shadow: 0 8px 20px rgba(37, 211, 102, 0.35);
}

.mhb-quote-cta__whatsapp:hover {
	transform: translateY(-2px);
	background: #1ebe57;
	color: #fff !important;
}

.mhb-quote-cta__contacts {
	display: grid;
	gap: 12px;
}

.mhb-quote-cta__card {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 16px 18px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	text-decoration: none !important;
	color: #fff !important;
	transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.mhb-quote-cta__card:hover {
	background: rgba(255, 255, 255, 0.14);
	border-color: rgba(212, 160, 23, 0.45);
	transform: translateY(-2px);
	color: #fff !important;
}

.mhb-quote-cta__card-label {
	color: rgba(255, 255, 255, 0.65);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.mhb-quote-cta__card-value {
	color: #fff;
	font-size: 1.15rem;
	font-weight: 800;
	letter-spacing: -0.01em;
}

.mhb-quote-cta__mail {
	margin: 2px 0 0;
	text-align: center;
}

.mhb-quote-cta__mail a {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 8px;
	color: rgba(255, 255, 255, 0.78) !important;
	font-size: 0.9rem;
	font-weight: 650;
	text-decoration: none !important;
}

.mhb-quote-cta__mail-icon {
	flex-shrink: 0;
	opacity: 0.9;
}

.mhb-quote-cta__mail a:hover {
	color: #f0d48a !important;
}

#minay-teklif-form {
	scroll-margin-top: 120px;
}

@media (max-width: 900px) {
	.mhb-quote-cta__panel {
		padding: 28px 22px;
	}

	.mhb-quote-cta__grid {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.mhb-quote-cta__contacts {
		grid-template-columns: 1fr 1fr;
	}

	.mhb-quote-cta__mail {
		grid-column: 1 / -1;
	}
}

@media (max-width: 560px) {
	.mhb-quote-cta {
		padding: 0 16px;
		margin-bottom: 28px;
	}

	.mhb-quote-cta__buttons {
		flex-direction: column;
	}

	.mhb-quote-cta__primary {
		width: 100%;
	}

	.mhb-quote-cta__whatsapp {
		width: 50px;
		align-self: flex-start;
	}

	.mhb-quote-cta__contacts {
		grid-template-columns: 1fr;
	}
}
