/* MuseConnect Müzekart hub / promo / badge */

.mc-mk {
	max-width: 720px;
	width: 100%;
	margin: 0 auto 40px;
	padding: 0 16px;
	box-sizing: border-box;
	font-family: inherit;
	color: #141816;
	line-height: 1.6;
}

.mc-mk__hero {
	padding: 1.5rem 0 1.25rem;
	border-bottom: 1px solid #e7ecee;
	margin-bottom: 1.5rem;
}

.mc-mk__kicker {
	margin: 0 0 0.5rem;
	font-size: 0.72rem;
	font-weight: 650;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #5c6b6e;
}

.mc-mk__title {
	margin: 0;
	font-size: clamp(1.65rem, 4vw, 2.15rem);
	line-height: 1.15;
	font-weight: 750;
	letter-spacing: -0.03em;
}

.mc-mk__lead {
	margin: 0.75rem 0 0;
	font-size: 1.05rem;
	color: #3f4a4c;
	max-width: 46ch;
}

.mc-mk__search {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	gap: 8px;
	margin-top: 1.25rem;
	max-width: 520px;
}

.mc-mk__search input {
	flex: 1;
	min-width: 0;
	box-sizing: border-box;
	border: 1px solid rgba(20, 24, 22, 0.12);
	border-radius: 14px;
	padding: 0.95rem 1.1rem;
	font-size: 1rem;
	background: #fff;
	box-shadow: 0 1px 2px rgba(20, 24, 22, 0.04);
}

.mc-mk__search input:focus {
	outline: none;
	border-color: rgba(20, 24, 22, 0.28);
	box-shadow: 0 0 0 3px rgba(20, 24, 22, 0.06);
}

.mc-mk__search button {
	flex-shrink: 0;
	border: 0;
	border-radius: 14px;
	padding: 0 1.2rem;
	font-weight: 700;
	font-size: 0.95rem;
	color: #fff;
	background: #141816;
	cursor: pointer;
	white-space: nowrap;
}

.mc-mk__search button:hover {
	background: #000;
}

.mc-mk__section {
	margin: 0 0 1.75rem;
}

.mc-mk__section h3 {
	margin: 0 0 0.55rem;
	font-size: 1.15rem;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.mc-mk__section p,
.mc-mk__section ul {
	margin: 0 0 0.65rem;
	color: #333;
	font-size: 0.98rem;
}

.mc-mk__section ul {
	padding-left: 1.2rem;
}

.mc-mk__section--warn {
	background: #f7f4ee;
	border: 1px solid #e8e0d2;
	border-radius: 14px;
	padding: 1.1rem 1.15rem;
}

.mc-mk__note {
	font-size: 0.9rem !important;
	color: #666 !important;
}

.mc-mk__section--buy {
	background: #f3f7f5;
	border: 1px solid #d5e4dc;
	border-radius: 14px;
	padding: 1.1rem 1.15rem;
}

.mc-mk__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 0.35rem;
	padding: 0.75rem 1.2rem;
	border-radius: 12px;
	background: #141816;
	color: #fff !important;
	text-decoration: none !important;
	font-weight: 700;
	font-size: 0.95rem;
	box-shadow: 0 8px 20px rgba(20, 24, 22, 0.14);
	transition: transform 0.15s ease, background 0.15s ease;
}

.mc-mk__btn:hover {
	background: #000;
	transform: translateY(-1px);
	color: #fff !important;
}

.mc-mk__cities {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
	gap: 10px;
	margin-top: 0.75rem;
}

.mc-mk__city {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 14px 16px;
	border: 1px solid #ececec;
	border-radius: 12px;
	text-decoration: none;
	color: #111;
	background: #fff;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.mc-mk__city:hover {
	border-color: #cfd8db;
	box-shadow: 0 8px 20px rgba(20, 24, 22, 0.06);
	color: #111;
}

.mc-mk__city-name {
	font-weight: 700;
	font-size: 0.95rem;
}

.mc-mk__city-count {
	font-weight: 700;
	font-variant-numeric: tabular-nums;
	color: #666;
	font-size: 0.9rem;
}

/* Homepage promo */
.mc-mk-promo {
	max-width: 980px;
	width: 100%;
	margin: 0 auto 40px;
	padding: 0 16px;
	box-sizing: border-box;
	border-radius: 0;
	border: 0;
	background: transparent;
	font-family: inherit;
}

.mc-mk-promo__inner {
	padding: clamp(1.4rem, 4vw, 2rem);
	border-radius: 18px;
	border: 1px solid rgba(20, 24, 22, 0.08);
	background: linear-gradient(135deg, #eef4f2 0%, #f7faf8 55%, #e8eef0 100%);
	box-sizing: border-box;
}

.mc-mk-promo__kicker {
	margin: 0 0 0.4rem;
	font-size: 0.72rem;
	font-weight: 650;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #3d6b5a;
}

.mc-mk-promo__title {
	margin: 0;
	font-size: clamp(1.35rem, 3vw, 1.75rem);
	font-weight: 750;
	letter-spacing: -0.02em;
	color: #141816;
}

.mc-mk-promo__lead {
	margin: 0.45rem 0 0;
	color: #3f4a4c;
}

.mc-mk-promo__links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 1.1rem;
	align-items: center;
}

.mc-mk-promo__links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.7rem 1.15rem;
	border-radius: 12px;
	background: #ffffff;
	border: 1px solid rgba(20, 24, 22, 0.12);
	color: #141816;
	text-decoration: none;
	font-weight: 700;
	font-size: 0.92rem;
	line-height: 1.2;
	box-shadow: 0 1px 2px rgba(20, 24, 22, 0.05);
	transition: transform 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.mc-mk-promo__links a:hover {
	transform: translateY(-1px);
	box-shadow: 0 6px 16px rgba(20, 24, 22, 0.1);
	color: #141816;
	text-decoration: none;
}

.mc-mk-promo__btn {
	background: #141816 !important;
	color: #ffffff !important;
	border-color: #141816 !important;
	box-shadow: 0 8px 20px rgba(20, 24, 22, 0.18) !important;
}

.mc-mk-promo__btn:hover {
	background: #000 !important;
	color: #ffffff !important;
}

/* Museum page badge styles moved to muzekart-chip.css */

/* City page lead banner */
.mc-mk-city-lead {
	max-width: 980px;
	width: 100%;
	margin: 0 auto 28px;
	padding: 0 16px;
	box-sizing: border-box;
	font-family: inherit;
}

.mc-mk-city-lead__text {
	display: block;
	box-sizing: border-box;
	padding: 14px 18px;
	margin-bottom: 20px;
	border-radius: 14px;
	background: linear-gradient(145deg, #eef6f2 0%, #e3efe8 55%, #dceae3 100%);
	border: 1px solid #c9ddd2;
	color: #1b3d2f;
	font-size: 0.98rem;
	font-weight: 650;
	letter-spacing: -0.015em;
	line-height: 1.45;
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.75) inset,
		0 8px 20px rgba(27, 61, 47, 0.06);
}

@media (min-width: 700px) {
	.mc-mk-city-lead {
		margin-bottom: 36px;
	}

	.mc-mk-city-lead__text {
		font-size: 1.05rem;
		padding: 16px 22px;
		margin-bottom: 20px;
	}
}

.mc-mk .screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

@media (max-width: 640px) {
	.mc-mk-promo__links {
		gap: 8px;
	}
}
