/*
 * Kupni.cz – samostatný vzhled hlavní stránky.
 * Obsah homepage zůstává v administraci beze změny; tento soubor řeší pouze
 * její rozvržení, hero a vizuální styl jednotlivých bloků.
 */

/* ================================================================
   1) HLAVNÍ HERO
   ================================================================ */
.kupni-page-title--home {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	min-height: 0;
	margin: 0 0 16px;
	padding: 32px 42px 30px 46px;
	border: 1px solid #e5e7eb;
	border-left: 4px solid #2563eb;
	border-radius: 20px;
	background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.07);
	text-align: left;
}

.kupni-page-title--home::before {
	display: none;
}

.kupni-page-title--home::after {
	position: absolute;
	right: 34px;
	top: 32px;
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 6px 11px;
	border: 1px solid #dbeafe;
	border-radius: 999px;
	background: #eff6ff;
	color: #1d4ed8;
	content: "✓  Ověřené nabídky";
	font-size: 0.74rem;
	font-weight: 750;
	line-height: 1.2;
	white-space: nowrap;
}

.kupni-page-title--home .kupni-home-hero__eyebrow {
	display: inline-flex;
	align-items: center;
	min-height: 27px;
	padding: 5px 11px;
	border: 1px solid #dbeafe;
	border-radius: 999px;
	background: #eff6ff;
	color: #1d4ed8;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	line-height: 1.2;
	text-transform: uppercase;
}

.kupni-page-title--home h1 {
	position: relative;
	z-index: 1;
	max-width: 800px;
	margin: 14px 210px 9px 0;
	color: #111827;
	font-size: clamp(1.9rem, 4vw, 2.8rem);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.045em;
	text-align: left;
	text-wrap: balance;
}

.kupni-page-title--home .kupni-home-hero__intro {
	position: relative;
	z-index: 1;
	max-width: 650px;
	margin: 0 210px 0 0;
	color: #64748b;
	font-size: 0.98rem;
	line-height: 1.55;
}

/* ================================================================
   2) VYHLEDÁVÁNÍ A HORNÍ ROZVRŽENÍ
   ================================================================ */
.kupni-page-title--home .kupni-home-hero__search {
	position: relative;
	z-index: 2;
	width: min(100%, 790px);
	margin: 20px 210px 0 0;
}

.kupni-page-title--home .kupni-home-hero__search > .asl_w_container {
	position: relative;
	width: 100%;
	margin: 0;
}

.kupni-home-content .kupni-entry-content > .asl_w_container {
	position: relative;
	z-index: 2;
	width: min(100%, 790px);
	margin: -2px auto 28px;
}

.kupni-home-content .kupni-entry-content > .asl_w_container::before {
	display: block;
	margin: 0 0 8px;
	color: #374151;
	content: "Najděte obchod nebo slevu";
	font-size: 0.82rem;
	font-weight: 750;
}

.kupni-page-title--home .kupni-home-hero__search .asl_w_container::before {
	display: block;
	margin: 0 0 8px;
	color: #374151;
	content: "Najděte obchod nebo slevu";
	font-size: 0.82rem;
	font-weight: 750;
}

.kupni-page-title--home .kupni-home-hero__search .probox,
.kupni-home-content .asl_w_container .probox {
	min-height: 58px;
	padding: 7px 9px 7px 18px;
	border: 1px solid #d1d5db !important;
	border-radius: 14px;
	background: #ffffff !important;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08) !important;
}

.kupni-page-title--home .kupni-home-hero__search .proinput input.orig,
.kupni-home-content .asl_w_container .proinput input.orig {
	font-size: 1rem !important;
}

.kupni-page-title--home .kupni-home-hero__search .promagnifier,
.kupni-home-content .asl_w_container .promagnifier {
	width: 46px !important;
	height: 46px !important;
	border-radius: 10px !important;
	background: #111827 !important;
}

.kupni-home-content .spacerx {
	display: none;
}

.kupni-home-content .content-area {
	grid-template-columns: minmax(0, 1.46fr) minmax(270px, 0.7fr);
	gap: 22px;
	align-items: start;
}

.kupni-home-content .content-area > .info-block {
	margin: 0;
	padding: 22px;
	border: 1px solid #dbe5ee;
	border-radius: 20px;
	background: #ffffff;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.055);
}

.kupni-home-content .content-area > .info-block#top:first-child {
	grid-column: 1;
	grid-row: 1;
}

.kupni-home-content .content-area > .info-block.hp-stores {
	grid-column: 2;
	grid-row: 1;
	background: linear-gradient(160deg, #ffffff 0%, #f0fdfa 100%);
}

.kupni-home-content .content-area > .info-block > h2,
.kupni-home-content .content-area > h2#faq,
.kupni-home-content .kupni-home-stats__title {
	margin-top: 0;
	color: #0f172a;
	font-size: clamp(1.2rem, 2vw, 1.52rem);
	line-height: 1.25;
	letter-spacing: -0.025em;
}

.kupni-home-content .content-area > .info-block#top:first-child > h2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 16px;
}

.kupni-home-content .content-area > .info-block#top:first-child > h2::after {
	padding: 5px 9px;
	border-radius: 999px;
	background: #ecfdf5;
	color: #0f766e;
	content: "Výběr redakce";
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	white-space: nowrap;
}

/* ================================================================
   3) OBLÍBENÉ OBCHODY
   ================================================================ */
.kupni-home-content .content-area > .info-block.hp-stores > h2 {
	margin-bottom: 14px;
}

.kupni-home-content .hp-stores__grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}

.kupni-home-content .hp-stores__grid > p {
	display: contents !important;
}

.kupni-home-content .hp-stores__grid br {
	display: none;
}

.kupni-home-content .hp-stores__card {
	min-height: 64px;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	padding: 8px;
	border: 1px solid #dbe5ee;
	border-radius: 11px;
	background: rgba(255, 255, 255, 0.86);
	color: #172033;
	text-align: left;
}

.kupni-home-content .hp-stores__card img {
	width: 34px;
	height: 34px;
	flex: 0 0 34px;
	border-radius: 8px;
	object-fit: contain;
}

.kupni-home-content .hp-stores__card span {
	font-size: 0.8rem;
	font-weight: 750;
	line-height: 1.2;
}

.kupni-home-content .hp-stores__card:hover,
.kupni-home-content .hp-stores__card:focus-visible {
	border-color: #99e6dc;
	background: #ffffff;
	transform: translateY(-1px);
}

.kupni-home-content .hp-stores__grid .hp-link-more {
	grid-column: 1 / -1;
	margin-top: 3px;
	color: #0f766e;
	font-size: 0.85rem;
	font-weight: 750;
}

/* ================================================================
   4) ÚVODNÍ TEXT, KUPÓNY A KARTY
   ================================================================ */
.kupni-home-content .content-area > .info-block#top:not(:first-child) {
	grid-column: 1 / -1;
	margin-top: 22px;
	border-color: #c8eee8;
	background: linear-gradient(135deg, #ecfdfb 0%, #ffffff 76%);
}

.kupni-home-content .content-area > .info-block#top:not(:first-child) > p {
	max-width: 760px;
	margin-bottom: 16px;
}

.kupni-home-content .content-area > .info-block#nove-kupony {
	grid-column: 1 / -1;
	margin-top: 22px;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.kupni-home-content .content-area > .info-block#nove-kupony > h2 {
	margin: 0 0 15px;
}

.kupni-home-content .wpcd-coupon-one {
	box-sizing: border-box;
	margin: 0 0 13px;
	border: 1px solid #dbe3ec;
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
}

.kupni-home-content .wpcd-coupon-one .wpcd-col-one-1-8 {
	display: flex;
	min-height: 136px;
	align-items: center;
	justify-content: center;
}

.kupni-home-content .wpcd-coupon-one .wpcd-col-one-1-8 figure {
	display: flex;
	width: 120px;
	height: 120px;
	margin: 0;
	align-items: center;
	justify-content: center;
}

.kupni-home-content .wpcd-coupon-one .wpcd-col-one-1-8 figure img {
	display: block;
	width: auto;
	height: auto;
	max-width: 110px;
	max-height: 110px;
	object-fit: contain;
}

.kupni-home-content .wpcd-coupon-one-title {
	margin: 0;
	padding: 4px 0 8px;
}

.kupni-home-content .wpcd-coupon-one .wpcd-coupon-title,
.kupni-home-content .wpcd-coupon-one .wpcd-coupon-title a {
	color: #172033;
	font-size: 1.2rem;
	font-weight: 750;
	line-height: 1.35;
	text-decoration: none;
}

.kupni-home-content .wpcd-coupon-one .wpcd-coupon-title a:hover,
.kupni-home-content .wpcd-coupon-one .wpcd-coupon-title a:focus-visible {
	color: #0f766e;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.kupni-home-content .wpcd-coupon-one .wpcd-coupon-description {
	color: #475569;
	font-size: 0.92rem;
	line-height: 1.55;
}

.kupni-home-content .wpcd-coupon-one .wpcd-more-description {
	color: #0f766e;
	font-size: 0.9rem;
	text-decoration: none;
	text-underline-offset: 3px;
}

.kupni-home-content .wpcd-coupon-one .wpcd-more-description:hover,
.kupni-home-content .wpcd-coupon-one .wpcd-more-description:focus-visible {
	text-decoration: underline;
}

.kupni-home-content .wpcd-coupon-one .wpcd-col-one-1-4 {
	border-left: 0 !important;
}

.kupni-home-content .wpcd-coupon-one .coupon-button {
	border: 0 !important;
	border-radius: 8px;
	box-shadow: 0 4px 10px rgba(15, 23, 42, 0.1);
}

.kupni-home-content .wpcd-coupon-one::after {
	display: block;
}

.kupni-home-content .wpcd-coupon-one .wpcd-vendor-link {
	margin-top: 10px !important;
}

.kupni-home-content .wpcd-coupon-one .wpcd-vendor-link a {
	display: inline-flex;
	min-height: 30px;
	align-items: center;
	gap: 7px;
	padding: 5px 10px;
	border: 1px solid #ffffff;
	border-radius: 999px;
	background: #ffffff;
	color: #2f2f2f;
	font-size: 0.86rem;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	transition: color 160ms ease;
}

.kupni-home-content .wpcd-coupon-one .wpcd-vendor-link a:hover,
.kupni-home-content .wpcd-coupon-one .wpcd-vendor-link a:focus-visible {
	border-color: #ffffff;
	background: #ffffff;
	color: #2563eb;
	transform: none;
}

.kupni-home-content .wpcd-coupon-one .wpcd-vendor-link a img {
	width: 14px !important;
	height: 14px !important;
	margin: 0 !important;
	object-fit: contain;
}

.kupni-home-content .wpcd-coupon-one .get-code-wpcd {
	background: #56b151;
	font-weight: 750;
}

.kupni-home-content .wpcd-coupon-one .coupon-button:hover .get-code-wpcd,
.kupni-home-content .wpcd-coupon-one .coupon-button:focus-visible .get-code-wpcd {
	background: #469b42;
}

.kupni-home-content .wpcd-coupon-one .wpcd-coupon-one-expire {
	margin-top: 10px;
	padding-left: 0;
	color: #64748b;
	font-size: 0.78rem;
	text-align: center;
}

/* ================================================================
   5) KATEGORIE, POSTUP A OSTATNÍ BLOKY
   ================================================================ */
.kupni-home-content .kupni-cat-grid {
	grid-column: 1 / -1;
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 11px !important;
	margin: 22px 0 0 !important;
	padding: 0 !important;
	background: transparent;
}

.kupni-home-content .kupni-cat-grid::before {
	grid-column: 1 / -1;
	margin-bottom: 1px;
	color: #0f172a;
	content: "Procházet podle kategorií";
	font-size: clamp(1.2rem, 2vw, 1.52rem);
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: -0.025em;
}

.kupni-home-content .kupni-cat-card {
	min-height: 104px;
	padding: 14px 10px;
	border: 1px solid #dbe5ee;
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 5px 15px rgba(15, 23, 42, 0.04);
}

.kupni-home-content .kupni-cat-card:hover,
.kupni-home-content .kupni-cat-card:focus-visible {
	border-color: #99e6dc;
	background: #f0fdfa;
	transform: translateY(-2px);
}

.kupni-home-content .kupni-home-stats {
	margin-top: 22px;
	border-radius: 20px;
}

.kupni-home-content .faq {
	margin-top: 0;
	border-radius: 18px;
}

/* ================================================================
   6) RESPONZIVNÍ VARIANTA
   ================================================================ */
@media (max-width: 900px) {
	.kupni-page-title--home {
		padding: 30px 30px 28px 34px;
	}

	.kupni-page-title--home::after {
		right: 28px;
		top: 28px;
	}

	.kupni-page-title--home h1 {
		margin-right: 180px;
	}

	.kupni-page-title--home .kupni-home-hero__intro {
		margin-right: 180px;
	}

	.kupni-page-title--home .kupni-home-hero__search {
		width: min(100%, 700px);
		margin-right: 180px;
	}

	.kupni-home-content .content-area {
		display: block;
	}

	.kupni-home-content .content-area > .info-block,
	.kupni-home-content .kupni-cat-grid,
	.kupni-home-content .kupni-home-stats {
		margin-bottom: 20px;
	}

	.kupni-home-content .content-area > .info-block.hp-stores {
		margin-top: 20px;
	}

	.kupni-home-content .kupni-cat-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 640px) {
	.kupni-page-title--home {
		padding: 24px 22px 24px 26px;
		border-radius: 18px;
	}

	.kupni-page-title--home::after {
		right: 18px;
		top: 20px;
		min-height: 28px;
		padding: 5px 9px;
		font-size: 0.68rem;
	}

	.kupni-page-title--home h1 {
		max-width: none;
		margin: 14px 0 9px;
		font-size: clamp(1.85rem, 9vw, 2.35rem);
	}

	.kupni-page-title--home .kupni-home-hero__intro {
		max-width: none;
		margin: 0;
		font-size: 0.92rem;
	}

	.kupni-page-title--home .kupni-home-hero__search {
		width: 100%;
		margin-top: 18px;
		margin-right: 0;
	}

	.kupni-home-content .kupni-entry-content > .asl_w_container {
		margin-bottom: 24px;
	}

	.kupni-home-content .kupni-entry-content > .asl_w_container::before {
		margin-left: 4px;
	}

	.kupni-page-title--home .kupni-home-hero__search .asl_w_container::before {
		margin-left: 4px;
	}

	.kupni-home-content .content-area > .info-block {
		padding: 17px;
		border-radius: 16px;
	}

	.kupni-home-content .content-area > .info-block#top:first-child > h2 {
		align-items: flex-start;
		flex-direction: column;
	}

	.kupni-home-content .content-area > .info-block#top:first-child > h2::after {
		font-size: 0.64rem;
	}

	.kupni-home-content .hp-stores__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.kupni-home-content .hp-stores__card {
		min-height: 58px;
		padding: 7px;
	}

	.kupni-home-content .hp-stores__card img {
		width: 30px;
		height: 30px;
		flex-basis: 30px;
	}

	.kupni-home-content .hp-stores__card span {
		font-size: 0.76rem;
	}

	.kupni-home-content .kupni-cat-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.kupni-home-content .wpcd-coupon-one .wpcd-coupon-title,
	.kupni-home-content .wpcd-coupon-one .wpcd-coupon-title a {
		font-size: 1.08rem;
	}
}

/* ================================================================
   7) STARŠÍ TYP KARTY V BLOKU „NEJNOVĚJŠÍ KUPÓNY“
   ================================================================ */
.kupni-home-content .wpcd-latest-coupons {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 14px;
}

.kupni-home-content .wpcd-latest-coupons .wpcd-coupon {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 1px solid #dbe3ec;
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
	overflow: hidden;
}

.kupni-home-content .wpcd-latest-coupons .wpcd-coupon .wpcd-coupon-discount-text {
	display: flex;
	box-sizing: border-box;
	min-height: 92px;
	margin: 14px 0 0;
	align-items: center;
	justify-content: center;
	padding: 0 5px;
	border: 1px dashed #cbd5e1;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: none;
	color: #334155;
	font-size: 1.3rem;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
}

.kupni-home-content .wpcd-latest-coupons .wpcd-coupon .coupon-type {
	margin-top: 5px;
	border-radius: 0 0 8px 8px;
	background: #0088cc;
	font-size: 0.72rem;
	font-weight: 750;
}

.kupni-home-content .wpcd-latest-coupons .wpcd-coupon .wpcd-coupon-title,
.kupni-home-content .wpcd-latest-coupons .wpcd-coupon .wpcd-coupon-title a {
	color: #172033;
	font-size: 1.2rem;
	font-weight: 750;
	line-height: 1.35;
	text-decoration: none;
}

.kupni-home-content .wpcd-latest-coupons .wpcd-coupon .wpcd-coupon-title a:hover,
.kupni-home-content .wpcd-latest-coupons .wpcd-coupon .wpcd-coupon-title a:focus-visible {
	color: #0f766e;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.kupni-home-content .wpcd-latest-coupons .wpcd-coupon .wpcd-coupon-description {
	color: #475569;
	font-size: 0.92rem;
	line-height: 1.5;
}

.kupni-home-content .wpcd-latest-coupons .wpcd-coupon .wpcd-coupon-description p {
	margin: 0 0 8px;
}

.kupni-home-content .wpcd-latest-coupons .wpcd-coupon .wpcd-more-description,
.kupni-home-content .wpcd-latest-coupons .wpcd-coupon .wpcd-less-description {
	color: #0f766e;
	font-size: 0.86rem;
	text-decoration: none;
	text-underline-offset: 3px;
}

.kupni-home-content .wpcd-latest-coupons .wpcd-coupon .wpcd-more-description:hover,
.kupni-home-content .wpcd-latest-coupons .wpcd-coupon .wpcd-more-description:focus-visible,
.kupni-home-content .wpcd-latest-coupons .wpcd-coupon .wpcd-less-description:hover,
.kupni-home-content .wpcd-latest-coupons .wpcd-coupon .wpcd-less-description:focus-visible {
	text-decoration: underline;
}

.kupni-home-content .wpcd-latest-coupons .wpcd-coupon .coupon-button {
	border: 0 !important;
	border-radius: 8px;
	box-shadow: 0 4px 10px rgba(15, 23, 42, 0.1);
}

.kupni-home-content .wpcd-latest-coupons .wpcd-coupon .get-code-wpcd {
	background: #56b151;
	font-weight: 750;
}

.kupni-home-content .wpcd-latest-coupons .wpcd-coupon .coupon-button:hover .get-code-wpcd,
.kupni-home-content .wpcd-latest-coupons .wpcd-coupon .coupon-button:focus-visible .get-code-wpcd {
	background: #469b42;
}

.kupni-home-content .wpcd-latest-coupons .wpcd-coupon .wpcd-vendor-link {
	margin-top: 7px;
}

.kupni-home-content .wpcd-latest-coupons .wpcd-coupon .wpcd-vendor-link a {
	display: inline-flex;
	min-height: 28px;
	align-items: center;
	gap: 6px;
	padding: 4px 9px;
	border: 1px solid #ffffff;
	border-radius: 999px;
	background: #ffffff;
	color: #2f2f2f;
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	transition: color 160ms ease;
}

.kupni-home-content .wpcd-latest-coupons .wpcd-coupon .wpcd-vendor-link a:hover,
.kupni-home-content .wpcd-latest-coupons .wpcd-coupon .wpcd-vendor-link a:focus-visible {
	border-color: #ffffff;
	background: #ffffff;
	color: #2563eb;
	transform: none;
}

.kupni-home-content .wpcd-latest-coupons .wpcd-coupon .wpcd-vendor-icon {
	width: 16px !important;
	height: 16px !important;
	margin: 0 !important;
	object-fit: contain;
}

.kupni-home-content .wpcd-latest-coupons .wpcd-coupon .wpcd-coupon-expire {
	color: #64748b;
	font-size: 0.78rem;
}

@media (max-width: 640px) {
	.kupni-home-content .wpcd-latest-coupons .wpcd-coupon {
		padding: 10px;
	}

	.kupni-home-content .wpcd-latest-coupons .wpcd-coupon > .wpcd-col-1-8,
	.kupni-home-content .wpcd-latest-coupons .wpcd-coupon > .wpcd-col-7-8 {
		float: none;
		width: 100%;
	}

	.kupni-home-content .wpcd-latest-coupons .wpcd-coupon > .wpcd-col-1-8 {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(120px, 0.8fr);
		gap: 8px;
		padding: 0;
	}

	.kupni-home-content .wpcd-latest-coupons .wpcd-coupon .wpcd-coupon-discount-text {
		min-height: 62px;
		margin: 0;
		padding: 15px 5px;
	}

	.kupni-home-content .wpcd-latest-coupons .wpcd-coupon .coupon-type {
		align-self: center;
		margin: 0;
		border-radius: 8px;
	}

	.kupni-home-content .wpcd-latest-coupons .wpcd-coupon .wpcd-coupon-content {
		padding: 7px 0 0;
	}
}
