/* =========================================================
   MERCHANT DETAIL HERO — BRIGHT PREMIUM VERSION
========================================================= */

.merchant-hero {
	min-height: 680px;
	position: relative;
	display: flex;
	align-items: flex-end;
	padding: 130px 0 90px;
	color: #fff;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.hero-overlay {
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 16% 22%, rgba(252, 91, 98, 0.42), transparent 34%),
		radial-gradient(circle at 82% 18%, rgba(255, 196, 87, 0.26), transparent 32%),
		linear-gradient(
			90deg,
			rgba(16, 24, 40, 0.72) 0%,
			rgba(16, 24, 40, 0.46) 46%,
			rgba(16, 24, 40, 0.14) 100%
		),
		linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.42) 100%);
}

.hero-content {
	position: relative;
	z-index: 2;
	max-width: 940px;
	padding: 36px;
	border-radius: 34px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0.1));
	border: 1px solid rgba(255, 255, 255, 0.34);
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.28);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
}

.merchant-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 22px;
}

.badge-chip {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 8px 15px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.24);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	border: 1px solid rgba(255, 255, 255, 0.24);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

.badge-promo {
	background: linear-gradient(135deg, #ff6b72, #fc5b62);
	color: #fff;
	border-color: rgba(255, 255, 255, 0.24);
}

.badge-rec {
	background: linear-gradient(135deg, #ffd166, #ffb84d);
	color: #2b1b00;
	border-color: rgba(255, 255, 255, 0.32);
}

.merchant-title {
	max-width: 900px;
	margin: 0 0 18px;
	color: #ffffff;
	font-size: 64px;
	line-height: 1.05;
	font-weight: 850;
	letter-spacing: -1.4px;
	text-shadow: 0 5px 28px rgba(0, 0, 0, 0.42);
}

.hero-location {
	max-width: 860px;
	margin-bottom: 18px;
	color: rgba(255, 255, 255, 0.96);
	font-size: 18px;
	line-height: 1.6;
	font-weight: 500;
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
}

.hero-summary {
	max-width: 780px;
	margin-bottom: 30px;
	color: rgba(255, 255, 255, 0.94);
	font-size: 17px;
	line-height: 1.75;
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.32);
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.hero-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 13px 28px;
	border-radius: 999px;
	background: linear-gradient(135deg, #ffffff, #fff3f3);
	color: #111827;
	font-weight: 800;
	text-decoration: none;
	box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
	transition: 0.2s ease;
}

.hero-btn:hover {
	color: #111827;
	transform: translateY(-2px);
	box-shadow: 0 20px 38px rgba(0, 0, 0, 0.24);
}

.hero-btn.ghost {
	background: rgba(255, 255, 255, 0.16);
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.58);
	box-shadow: none;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

.hero-btn.ghost:hover {
	background: rgba(255, 255, 255, 0.24);
	color: #fff;
}

/* Mobile */
@media (max-width: 991px) {
	.merchant-hero {
		min-height: 580px;
		padding: 110px 0 70px;
	}

	.merchant-title {
		font-size: 48px;
	}
}

@media (max-width: 768px) {
	.merchant-hero {
		min-height: 560px;
		padding: 105px 0 55px;
		background-position: center;
	}

	.hero-overlay {
		background: radial-gradient(circle at 18% 18%, rgba(252, 91, 98, 0.42), transparent 38%),
			linear-gradient(
				180deg,
				rgba(16, 24, 40, 0.22) 0%,
				rgba(16, 24, 40, 0.72) 58%,
				rgba(16, 24, 40, 0.88) 100%
			);
	}

	.hero-content {
		padding: 24px;
		border-radius: 26px;
		background: rgba(255, 255, 255, 0.18);
	}

	.merchant-title {
		font-size: 38px;
		letter-spacing: -0.8px;
	}

	.hero-location {
		font-size: 16px;
	}

	.hero-summary {
		font-size: 15px;
		line-height: 1.68;
	}

	.hero-actions {
		gap: 10px;
	}

	.hero-btn {
		width: 100%;
	}
}

/* =========================================================
   HERO BADGES — COLORFUL CATEGORY PILLS
========================================================= */

.badge-chip {
	background: linear-gradient(135deg, #eef7ff, #ffffff);
	color: #1d4ed8;
	border: 1px solid rgba(59, 130, 246, 0.28);
}

.badge-chip:nth-child(2n) {
	background: linear-gradient(135deg, #fff7ed, #ffffff);
	color: #c2410c;
	border-color: rgba(249, 115, 22, 0.28);
}

.badge-chip:nth-child(3n) {
	background: linear-gradient(135deg, #ecfdf5, #ffffff);
	color: #047857;
	border-color: rgba(16, 185, 129, 0.28);
}

.badge-chip:nth-child(4n) {
	background: linear-gradient(135deg, #fdf2f8, #ffffff);
	color: #be185d;
	border-color: rgba(236, 72, 153, 0.28);
}

.badge-chip:nth-child(5n) {
	background: linear-gradient(135deg, #f5f3ff, #ffffff);
	color: #6d28d9;
	border-color: rgba(139, 92, 246, 0.28);
}

.badge-chip:nth-child(6n) {
	background: linear-gradient(135deg, #fefce8, #ffffff);
	color: #a16207;
	border-color: rgba(234, 179, 8, 0.32);
}

.badge-promo {
	background: linear-gradient(135deg, #ff5f6d, #fc5b62);
	color: #ffffff;
	border-color: rgba(255, 255, 255, 0.35);
}

.badge-rec {
	background: linear-gradient(135deg, #ffd166, #ffb703);
	color: #3a2500;
	border-color: rgba(255, 255, 255, 0.35);
}

.merchant-page {
	background: #f6f8fb;
	padding: 70px 0;
}

.detail-card {
	margin-bottom: 30px;
	padding: 34px;
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 12px 36px rgba(15, 23, 42, 0.07);
}

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

.section-mini-heading span {
	display: inline-block;
	margin-bottom: 8px;
	color: #fc5b62;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1.6px;
}

.section-mini-heading h2 {
	margin: 0;
	color: #111827;
	font-size: 30px;
	font-weight: 800;
}

.gallery-card {
	padding: 18px;
}

.merchant-gallery .hero-image {
	overflow: hidden;
	border-radius: 22px;
}

.merchant-gallery .hero-image img {
	width: 100%;
	max-height: 520px;
	object-fit: cover;
	display: block;
}

.thumb-row {
	display: flex;
	gap: 12px;
	margin-top: 14px;
	overflow-x: auto;
	padding-bottom: 4px;
}

.thumb-row img {
	width: 130px;
	height: 86px;
	object-fit: cover;
	border-radius: 14px;
	border: 1px solid #edf0f5;
}

.about-divider {
	height: 1px;
	margin: 24px 0;
	background: #edf0f5;
}

.promo-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 22px;
}

.promo-card {
	overflow: hidden;
	border: 1px solid #edf0f5;
	border-radius: 24px;
	background: #fff;
	transition: 0.2s ease;
}

.promo-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
}

.promo-card img {
	width: 100%;
	height: 190px;
	object-fit: cover;
	display: block;
}

.promo-body {
	padding: 22px;
}

.promo-label {
	display: inline-flex;
	margin-bottom: 12px;
	padding: 6px 10px;
	border-radius: 999px;
	background: #fff0f1;
	color: #fc5b62;
	font-size: 12px;
	font-weight: 800;
}

.promo-card h4 {
	margin-bottom: 10px;
	color: #111827;
	font-size: 20px;
	font-weight: 800;
}

.promo-dates {
	margin-top: 16px;
	color: #6b7280;
	font-size: 14px;
}

#merchantMap {
	height: 500px;
	overflow: hidden;
	border-radius: 22px;
	border: 1px solid #edf0f5;
}

.map-buttons {
	margin-top: 18px;
}

.btn-main {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 22px;
	border-radius: 999px;
	background: #fc5b62;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

.btn-main:hover {
	color: #fff;
	background: #e84f56;
}

.sidebar-stack {
	position: sticky;
	top: 100px;
}

.info-card {
	margin-bottom: 24px;
	padding: 28px;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(15, 23, 42, 0.07);
}

.info-card h4 {
	margin-bottom: 18px;
	color: #111827;
	font-size: 20px;
	font-weight: 800;
}

.merchant-facts {
	list-style: none;
	padding: 0;
	margin: 0;
}

.merchant-facts li {
	display: flex;
	gap: 14px;
	padding: 14px 0;
	border-bottom: 1px solid #edf0f5;
}

.merchant-facts li:last-child {
	border-bottom: 0;
}

.merchant-facts i {
	width: 34px;
	height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 34px;
	border-radius: 12px;
	background: #fff0f1;
	color: #fc5b62;
}

.merchant-facts strong {
	display: block;
	margin-bottom: 3px;
	color: #111827;
	font-size: 13px;
}

.merchant-facts span,
.merchant-facts a {
	color: #4b5563;
	font-size: 14px;
	text-decoration: none;
}

.hours-row {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	padding: 10px 0;
	border-bottom: 1px solid #edf0f5;
	font-size: 14px;
}

.hours-row:last-child {
	border-bottom: 0;
}

.hours-row span {
	color: #6b7280;
}

.hours-row strong {
	color: #111827;
	text-align: right;
}

.mini-offer {
	display: flex;
	gap: 10px;
	padding: 12px 0;
	border-bottom: 1px dashed #d9dee8;
	color: #374151;
	font-size: 14px;
}

.mini-offer:last-child {
	border-bottom: 0;
}

.mini-offer i {
	color: #fc5b62;
	margin-top: 3px;
}

.share-buttons {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.share-buttons a {
	display: inline-flex;
	padding: 10px 14px;
	border-radius: 999px;
	background: #f3f5f8;
	color: #111827;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.branch-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 18px;
}

.branch-card {
	padding: 22px;
	border: 1px solid #edf0f5;
	border-radius: 20px;
	background: #fff;
}

.branch-card h4 {
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: 800;
}

.branch-card p {
	margin-bottom: 14px;
	color: #6b7280;
}

.branch-card a {
	color: #fc5b62;
	font-weight: 800;
	text-decoration: none;
}

@media (max-width: 991px) {
	.sidebar-stack {
		position: static;
	}

	.merchant-title {
		font-size: 48px;
	}

	.merchant-hero {
		min-height: 580px;
		padding: 110px 0 70px;
	}
}

@media (max-width: 768px) {
	.merchant-title {
		font-size: 38px;
	}

	.hero-summary {
		font-size: 15px;
	}

	.detail-card,
	.info-card {
		padding: 24px;
		border-radius: 22px;
	}

	#merchantMap {
		height: 380px;
	}
}

.merchant-lightbox-trigger {
	padding: 0;
	border: 0;
	background: transparent;
	cursor: zoom-in;
}

.merchant-lightbox {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 30px;
	background: rgba(0, 0, 0, 0.84);
}

.merchant-lightbox.is-open {
	display: flex;
}

.merchant-lightbox img {
	max-width: 92vw;
	max-height: 86vh;
	border-radius: 18px;
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
}

.merchant-lightbox-close {
	position: absolute;
	top: 22px;
	right: 28px;
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 50%;
	background: #ffffff;
	color: #111827;
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
}

.merchant-video-box {
	overflow: hidden;
	border-radius: 22px;
	background: #111827;
}

.merchant-video-box iframe {
	width: 100%;
	min-height: 420px;
	display: block;
}

.merchant-video-link {
	min-height: 260px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	color: #fff;
	font-size: 20px;
	font-weight: 800;
	text-decoration: none;
}

@media (max-width: 768px) {
	.hero-content {
		padding: 24px;
		border-radius: 24px;
	}

	.merchant-video-box iframe {
		min-height: 260px;
	}
}

.promo-image-main {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: zoom-in;
	overflow: hidden;
}

.promo-image-main img {
	width: 100%;
	height: 230px;
	object-fit: cover;
	display: block;
	transition: 0.25s ease;
}

.promo-image-main:hover img {
	transform: scale(1.04);
}

.promo-zoom-badge {
	position: absolute;
	right: 14px;
	bottom: 14px;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(17, 24, 39, 0.72);
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	backdrop-filter: blur(10px);
}

.promo-thumb-row {
	display: flex;
	gap: 8px;
	padding: 12px 14px 0;
	overflow-x: auto;
}

.promo-thumb {
	flex: 0 0 auto;
	width: 62px;
	height: 48px;
	padding: 0;
	border: 2px solid #fff;
	border-radius: 12px;
	background: transparent;
	overflow: hidden;
	cursor: zoom-in;
	box-shadow: 0 6px 14px rgba(15, 23, 42, 0.12);
}

.promo-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.promo-description {
	color: #4b5563;
	font-size: 15px;
	line-height: 1.75;
	white-space: normal;
}

/* =========================================================
   SHARE BUTTONS — BRAND STYLE
========================================================= */

.share-buttons-pro {
	gap: 12px;
}

.share-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 44px;
	padding: 11px 16px;
	border-radius: 999px;
	color: #fff !important;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
	box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
	transition: 0.2s ease;
}

.share-btn i {
	width: 18px;
	font-size: 16px;
	text-align: center;
}

.share-btn:hover {
	color: #fff !important;
	transform: translateY(-2px);
	box-shadow: 0 16px 30px rgba(15, 23, 42, 0.18);
}

.share-facebook {
	background: linear-gradient(135deg, #1877f2, #0f5bd8) !important;
}

.share-whatsapp {
	background: linear-gradient(135deg, #25d366, #128c7e) !important;
}
