/*
 Theme Name:   GeneratePress Child -  WPVoucher UK
 Theme URI:    https://voucherico.co.uk
 Description:  Voucher ana sayfası yapısı (GeneratePress çocuk teması).
 Author:       WPVoucher
 Template:     generatepress
 Version:      1.8.2
*/

:root {
	/* UK CRO: trust blue, muted savings green, orange urgency, light neutrals */
	--wpv-bg: #f8f9fa;
	--wpv-surface: #ffffff;
	--wpv-card: #ffffff;
	--wpv-border: #dee2e6;
	--wpv-border-soft: #f1f1f1;
	--wpv-text: #212529;
	/* WCAG AA on #fff / #f8f9fa (min 4.5:1); was #6c757d (~4.2:1 on light grey) */
	--wpv-muted: #4f5963;
	--wpv-primary: #1565c0;
	--wpv-primary-dark: #0d47a1;
	/* Softer savings green (less neon than #28a745) */
	--wpv-cta: #2a8f54;
	--wpv-cta-hover: #247849;
	--wpv-cta-grad-top: #3fab6e;
	--wpv-cta-grad-mid: #2a8f54;
	--wpv-cta-grad-bot: #1f6d41;
	/* Secondary rows: brand-aligned CTA (student / NHS / delivery) */
	--wpv-cta-secondary-top: #64a8e8;
	--wpv-cta-secondary-mid: #1e7bd6;
	--wpv-cta-secondary-bot: #1565c0;
	--wpv-urgent: #fd7e14;
	--wpv-urgent-dark: #dc6502;
	--wpv-accent: var(--wpv-primary);
	--wpv-accent-strong: var(--wpv-primary-dark);
	--wpv-radius: 12px;
	/* Wide content band for dense grids on desktop */
	--wpv-max: min(1440px, calc(100vw - clamp(20px, 3.5vw, 56px)));
}

html {
	overflow-x: clip;
}

body {
	overflow-x: clip;
	max-width: 100%;
}

#page {
	overflow-x: clip;
	max-width: 100%;
}

body.wpv-nav-open {
	overflow: hidden;
}

@media (min-width: 1200px) {
	:root {
		--wpv-max: min(1440px, max(1200px, calc(100vw - 56px)));
	}
}

body.wp-voucher-home,
body.wp-voucher-home .site.grid-container {
	max-width: 100%;
}

/* overflow-x: clip only on mobile — on desktop it cuts off .wpv-hero-bleed full-width breakout */

.site-content .inside-article.wpv-shell,
.wpv-home {
	max-width: var(--wpv-max);
	margin-left: auto;
	margin-right: auto;
	padding-left: clamp(16px, 4vw, 28px);
	padding-right: clamp(16px, 4vw, 28px);
}

.site-content .inside-article.wpv-shell {
	padding-bottom: 2rem;
	box-shadow: none;
	background: transparent;
	overflow: visible;
}

.site-content .inside-article.wpv-shell .entry-header {
	display: none;
}

.site-content.no-sidebar:not(.featured-image-active) .entry-content:not(:first-child),
.wpv-home {
	padding-top: 0;
	padding-bottom: 0;
}

.site-content:not(.inside-article-padding) > .inside-article.wpv-shell {
	padding-inline: clamp(16px, 4vw, 28px);
}

.site-content > .inside-article.wpv-shell {
	background: transparent;
}

/* ─── Custom header (VoucherIco global) ───────────────────────── */
.site-header.site-header-custom {
	position: sticky;
	top: 0;
	z-index: 100;
	background: #ffffff;
	border-bottom: 1px solid var(--wpv-border);
	box-shadow: 0 1px 0 rgba(33, 37, 41, 0.04);
	overflow: visible;
}

.inside-custom-header.site-header-custom-inner {
	overflow: visible;
}

body.admin-bar .site-header.site-header-custom {
	top: 32px;
}

@media screen and (max-width: 782px) {
	body.admin-bar .site-header.site-header-custom {
		top: 46px;
	}
}

.inside-custom-header.site-header-custom-inner {
	max-width: var(--wpv-max);
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	padding: 0 clamp(16px, 4vw, 28px);
}

.wpv-header-primary {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	gap: 0.65rem 1rem;
	padding: 12px 0 10px;
}

.wpv-header-brand {
	display: flex;
	align-items: center;
	min-width: 0;
}

.wpv-header-brand .wpv-logo {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	color: var(--wpv-primary-dark);
	font-weight: 800;
	font-size: 1.15rem;
	letter-spacing: -0.03em;
}

.site-header-custom .wpv-header-brand .wpv-logo.custom-logo-link,
.site-header-custom .wpv-header-brand .wpv-logo a.custom-logo-link {
	text-decoration: none;
	color: inherit;
}

.site-header-custom .wpv-header-brand .wpv-logo img {
	max-height: 40px;
	width: auto;
	display: block;
}

.site-header-custom .wpv-brand-mark {
	display: inline-flex;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	background: linear-gradient(135deg, var(--wpv-primary-dark), var(--wpv-primary));
	color: #ffffff;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	font-size: 0.82rem;
	margin-right: 8px;
}

.wpv-header-search {
	min-width: 0;
	flex: 1 1 280px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.site-header-custom .wpv-header-search .wpv-search-form,
.site-header-custom .wpv-header-search .wpv-store-search--header {
	width: 100%;
	max-width: min(560px, 100%);
	margin: 0;
}

.site-header-custom .wpv-header-search .wpv-search-form {
	margin: 0;
}

.site-header-custom .wpv-header-search .wpv-search-form input[type="search"],
.site-header-custom .wpv-header-search .wpv-store-search__input {
	width: 100%;
	min-width: 220px;
	max-width: 100%;
	background: #f8f9fa;
	border: 1px solid var(--wpv-border);
	border-radius: 10px;
	color: var(--wpv-text);
	padding: 0.62rem 1rem;
	font-size: 0.92rem;
	line-height: 1.35;
	box-sizing: border-box;
}

.site-header-custom .wpv-header-search .wpv-search-form input[type="search"]::placeholder {
	color: var(--wpv-muted);
}

.site-header-custom .wpv-header-search .wpv-search-form input:focus {
	outline: 2px solid rgba(13, 71, 161, 0.35);
	outline-offset: 1px;
	border-color: var(--wpv-primary);
}

.wpv-header-auth {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 0.45rem 0.55rem;
}

.site-header-custom .wpv-header-auth .wpv-btn {
	min-height: 36px;
	padding: 0 0.95rem;
	font-size: 0.8rem;
	font-weight: 700;
	border-radius: 999px;
	text-decoration: none;
	font-family: inherit;
	cursor: pointer;
}

.site-header-custom .wpv-header-auth .wpv-btn--ghost {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--wpv-text);
	background: #ffffff;
	border: 1px solid var(--wpv-border);
}

.site-header-custom .wpv-header-auth .wpv-btn--ghost:hover {
	border-color: var(--wpv-primary);
	color: var(--wpv-primary);
}

.site-header-custom .wpv-header-auth .wpv-btn--join {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	border: none;
	background: linear-gradient(180deg, var(--wpv-primary) 0%, var(--wpv-primary-dark) 100%);
	box-shadow: 0 1px 4px rgba(13, 71, 161, 0.25);
}

.site-header-custom .wpv-header-auth .wpv-btn--join:hover {
	filter: brightness(1.05);
	color: #ffffff;
}

.wpv-header-nav {
	padding: 8px 0 12px;
	border-top: 1px solid var(--wpv-border-soft);
}

.wpv-header-nav .wpv-nav-horizontal {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.35rem 0.75rem;
	margin: 0;
	overflow: visible;
	padding-bottom: 0;
}

.wpv-header-nav .wpv-nav-horizontal .wpv-menu-row,
.wpv-header-nav .wpv-nav-horizontal .wpv-menu-row-fallback {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.35rem 0.75rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.wpv-header-nav .wpv-nav-all-cats {
	font-weight: 700 !important;
	color: var(--wpv-primary-dark) !important;
}

.wpv-header-nav .wpv-nav-horizontal .wpv-menu-row li {
	margin: 0;
}

.wpv-header-nav .wpv-nav-horizontal .wpv-menu-row a,
.wpv-header-nav .wpv-nav-horizontal .wpv-menu-row-fallback a {
	font-size: 0.82rem;
	font-weight: 600;
	text-decoration: none;
	color: var(--wpv-muted);
	white-space: nowrap;
	padding: 0.15rem 0;
}

.wpv-header-nav .wpv-nav-horizontal .wpv-menu-row a:hover,
.wpv-header-nav .wpv-nav-horizontal .wpv-menu-row-fallback a:hover {
	color: var(--wpv-primary-dark);
}

.wpv-header-menu-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	min-width: 44px;
	min-height: 44px;
	padding: 0 0.75rem;
	border: 1px solid var(--wpv-border);
	border-radius: 10px;
	background: #fff;
	color: var(--wpv-text);
	font-family: inherit;
	font-size: 0.82rem;
	font-weight: 700;
	cursor: pointer;
	flex-shrink: 0;
}

.wpv-header-menu-toggle__icon {
	position: relative;
	display: block;
	width: 18px;
	height: 2px;
	background: currentColor;
	border-radius: 2px;
}

.wpv-header-menu-toggle__icon::before,
.wpv-header-menu-toggle__icon::after {
	content: "";
	position: absolute;
	left: 0;
	width: 18px;
	height: 2px;
	background: currentColor;
	border-radius: 2px;
	transition: transform 0.18s ease, top 0.18s ease, opacity 0.18s ease;
}

.wpv-header-menu-toggle__icon::before {
	top: -6px;
}

.wpv-header-menu-toggle__icon::after {
	top: 6px;
}

.wpv-header-menu-toggle[aria-expanded="true"] .wpv-header-menu-toggle__icon {
	background: transparent;
}

.wpv-header-menu-toggle[aria-expanded="true"] .wpv-header-menu-toggle__icon::before {
	top: 0;
	transform: rotate(45deg);
}

.wpv-header-menu-toggle[aria-expanded="true"] .wpv-header-menu-toggle__icon::after {
	top: 0;
	transform: rotate(-45deg);
}

.wpv-header-menu-toggle:focus-visible {
	outline: 2px solid rgba(13, 71, 161, 0.45);
	outline-offset: 2px;
}

/* Breadcrumb: directly under header, above hero (WCAG AA 4.5:1 on #fafbfc) */
.wpv-breadcrumb-bar {
	font-size: 0.72rem;
	line-height: 1.35;
	color: #495057;
	background: #fafbfc;
	border-bottom: 1px solid var(--wpv-border-soft);
}

.wpv-breadcrumb-bar__inner {
	max-width: var(--wpv-max);
	margin: 0 auto;
	padding: 0.35rem clamp(16px, 4vw, 28px) 0.4rem;
}

.wpv-breadcrumb-bar a {
	color: #3d4f5f;
	text-decoration: none;
}

.wpv-breadcrumb-bar a:hover {
	color: var(--wpv-primary-dark);
}

.wpv-breadcrumb-bar__sep {
	color: #6c757d;
	padding: 0 0.15rem;
}

.wpv-breadcrumb-bar__current {
	color: #212529;
	font-weight: 600;
}

@media (max-width: 900px) {
	.wpv-header-nav .wpv-nav-horizontal {
		justify-content: center;
	}
}

@media (max-width: 767px) {
	.wpv-header-primary {
		grid-template-columns: minmax(0, 1fr) auto;
		grid-template-areas:
			"brand toggle"
			"search search";
		align-items: center;
		gap: 0.55rem 0.65rem;
		padding: 10px 0 8px;
	}

	.wpv-header-brand {
		grid-area: brand;
		justify-content: flex-start;
		min-width: 0;
	}

	.wpv-header-menu-toggle {
		display: inline-flex;
		grid-area: toggle;
	}

	.wpv-header-search {
		grid-area: search;
		width: 100%;
		flex: none;
	}

	.site-header-custom .wpv-header-search .wpv-search-form input[type="search"],
	.site-header-custom .wpv-header-search .wpv-store-search__input {
		min-width: 0;
		padding: 0.58rem 0.85rem;
		font-size: 16px;
	}

	.wpv-header-nav {
		display: none;
		padding: 0;
		border-top: none;
	}

	.wpv-header-nav.is-open {
		display: block;
		padding: 0.35rem 0 12px;
		border-top: 1px solid var(--wpv-border-soft);
	}

	.wpv-header-nav .wpv-nav-horizontal {
		justify-content: stretch;
	}

	.wpv-header-nav .wpv-nav-horizontal .wpv-menu-row,
	.wpv-header-nav .wpv-nav-horizontal .wpv-menu-row-fallback {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.4rem;
		justify-content: stretch;
		width: 100%;
	}

	.wpv-header-nav .wpv-nav-horizontal .wpv-menu-row li {
		margin: 0;
		min-width: 0;
		display: flex;
	}

	.wpv-header-nav .wpv-nav-horizontal .wpv-menu-row a,
	.wpv-header-nav .wpv-nav-horizontal .wpv-menu-row-fallback a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		min-height: 44px;
		padding: 0.5rem 0.55rem;
		font-size: 0.78rem;
		line-height: 1.25;
		text-align: center;
		white-space: normal;
		background: #f8f9fa;
		border: 1px solid var(--wpv-border-soft);
		border-radius: 10px;
		box-sizing: border-box;
	}

	.wpv-header-nav .wpv-nav-all-cats {
		grid-column: 1 / -1;
		background: rgba(21, 101, 192, 0.08) !important;
		border-color: rgba(21, 101, 192, 0.18) !important;
	}

	.wpv-breadcrumb-bar__inner {
		font-size: 0.68rem;
		line-height: 1.45;
		white-space: normal;
		word-break: break-word;
	}
}

@media (max-width: 520px) {
	.wpv-hero {
		padding-top: clamp(1.65rem, 5vw, 2.35rem);
		padding-bottom: clamp(2rem, 5vw, 2.85rem);
	}

	.wpv-section--recent-spotlight {
		padding: 1rem;
	}

	.wpv-recent-card {
		grid-template-columns: auto 1fr;
		gap: 0.65rem 0.75rem;
		padding: 0.85rem 0.85rem 0.85rem 0.75rem;
	}

	.wpv-recent-card__go {
		display: none;
	}

	.wpv-pop-logos,
	.wpv-popular-strip,
	.wpv-pseo-store-grid {
		grid-template-columns: repeat(auto-fill, minmax(5.5rem, 1fr));
		gap: 0.5rem;
	}

	.wpv-cat-grid--tiles {
		grid-template-columns: repeat(auto-fill, minmax(min(100%, 108px), 1fr));
		gap: 0.55rem;
	}
}

/* Homepage: use full mobile viewport (override stacked GP + shell gutters) */
@media (max-width: 767px) {
	body.wp-voucher-home #page {
		overflow-x: clip;
	}

	body.wp-voucher-home {
		--wpv-max: 100%;
		--wpv-mobile-gutter: 12px;
	}

	body.wp-voucher-home .site-content .content-area,
	body.wp-voucher-home .site-main,
	body.wp-voucher-home .entry-content.wpv-home {
		width: 100%;
		max-width: none;
	}

	/* Single gutter layer only — shell + entry were both padded (double narrow column). */
	body.wp-voucher-home .site-content .inside-article.wpv-shell,
	body.wp-voucher-home .site-content:not(.inside-article-padding) > .inside-article.wpv-shell,
	body.wp-voucher-home .entry-content.wpv-home,
	body.wp-voucher-home .wpv-home {
		max-width: none;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		box-sizing: border-box;
	}

	body.wp-voucher-home .inside-custom-header.site-header-custom-inner,
	body.wp-voucher-home .wpv-breadcrumb-bar__inner {
		padding-left: var(--wpv-mobile-gutter);
		padding-right: var(--wpv-mobile-gutter);
	}

	/* Hero band: full-bleed blue — no calc() breakout (clipped by #page overflow). */
	body.wp-voucher-home .wpv-hero-bleed {
		width: 100%;
		max-width: none;
		margin-left: 0;
		margin-right: 0;
	}

	body.wp-voucher-home .wpv-hero {
		width: 100%;
		padding-left: var(--wpv-mobile-gutter);
		padding-right: var(--wpv-mobile-gutter);
		box-sizing: border-box;
	}

	body.wp-voucher-home .wpv-hero-inner,
	body.wp-voucher-home .wpv-hero-search-strip,
	body.wp-voucher-home .wpv-pop-logos {
		max-width: none;
		width: 100%;
	}

	body.wp-voucher-home .wpv-hero-search-strip {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}

	body.wp-voucher-home .wpv-hero-livebar {
		width: 100%;
		padding-left: var(--wpv-mobile-gutter);
		padding-right: var(--wpv-mobile-gutter);
		box-sizing: border-box;
	}

	body.wp-voucher-home .wpv-section {
		padding-left: var(--wpv-mobile-gutter);
		padding-right: var(--wpv-mobile-gutter);
		box-sizing: border-box;
	}

	body.wp-voucher-home .wpv-section--recent-spotlight,
	body.wp-voucher-home .wpv-section--hub-student,
	body.wp-voucher-home .wpv-section--hub-nhs,
	body.wp-voucher-home .wpv-section--pseo-top-stores,
	body.wp-voucher-home .wpv-section-cta--stores-directory,
	body.wp-voucher-home .wpv-seo-guide__faq-panel,
	body.wp-voucher-home .wpv-seo-footer {
		margin-left: 0;
		margin-right: 0;
		border-radius: 0;
	}

	body.wp-voucher-home .wpv-card-grid--coupons,
	body.wp-voucher-home .wpv-card-grid--four,
	body.wp-voucher-home .wpv-card-grid--trending-major {
		grid-template-columns: 1fr;
		gap: 0.85rem;
	}

	body.wp-voucher-home .wpv-pop-logos,
	body.wp-voucher-home .wpv-popular-strip,
	body.wp-voucher-home .wpv-store-grid,
	body.wp-voucher-home .wpv-pseo-store-grid,
	body.wp-voucher-home .wpv-cat-grid--tiles {
		grid-template-columns: repeat(auto-fill, minmax(4.75rem, 1fr));
		gap: 0.45rem;
	}

	body.wp-voucher-home .wpv-section-lead,
	body.wp-voucher-home .wpv-seo-guide__faq-lead {
		max-width: none;
	}
}

body.wp-voucher-home {
	background: var(--wpv-bg);
	color: var(--wpv-text);
}

body.wp-voucher-home:not(.sticky-menu) main {
	background: transparent;
}

body.wp-voucher-home .site.boxed-container,
body.wp-voucher-home .site-content {
	padding: 0;
	margin: 0;
}

body.wp-voucher-home.full-width-content .container.grid-container,
body.wp-voucher-home .site.grid-container {
	max-width: none;
	width: 100%;
}

body.wp-voucher-home.full-width-content.separate-containers .site-main,
body.wp-voucher-home.full-width-content.no-sidebar.separate-containers .site-main {
	margin: 0;
}

body.wp-voucher-home.full-width-content.separate-containers .inside-article,
body.wp-voucher-home.full-width-content .inside-article.wpv-shell {
	padding: 0;
	background: transparent;
}

body.wp-voucher-home .inside-article,
body.wp-voucher-home.one-container .site-content {
	background-color: transparent;
}

body.wp-voucher-home .inside-article {
	padding: 0;
}

body.wp-voucher-home .inside-article .entry-header {
	display: none;
}

.entry-content.wpv-home {
	min-height: 0;
	max-width: 100%;
	overflow: visible;
}

.wpv-tag {
	display: inline-block;
	padding: 0.2rem 0.65rem;
	border-radius: 999px;
	font-size: 0.72rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	background: rgba(253, 126, 20, 0.12);
	color: var(--wpv-urgent-dark);
	border: 1px solid rgba(253, 126, 20, 0.28);
}

.wpv-hero .wpv-tag {
	margin-bottom: 0.85rem;
}

.wpv-hero h1.h0 {
	font-size: clamp(1.72rem, 2.8vw + 0.65rem, 2.55rem);
	font-weight: 800;
	line-height: 1.1;
	margin: 0.5rem auto 1rem;
	letter-spacing: -0.04em;
	max-width: none;
	text-wrap: nowrap;
}

.wpv-muted {
	color: var(--wpv-muted);
	font-size: 1.06rem;
	max-width: 48ch;
	margin-bottom: 0;
	line-height: 1.6;
}

.wpv-hero .wpv-muted {
	margin-left: auto;
	margin-right: auto;
	max-width: min(42ch, 100%);
}

/* Full-viewport hero band; inner content stays centered */
.wpv-hero-bleed {
	width: 100%;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	box-sizing: border-box;
}

/* Desktop: hero full-bleed; sections keep the content gutter (not the hero wrapper). */
@media (min-width: 768px) {
	body.wp-voucher-home .entry-content.wpv-home {
		padding-left: 0;
		padding-right: 0;
	}

	body.wp-voucher-home .wpv-home > .wpv-section {
		padding-left: clamp(16px, 4vw, 28px);
		padding-right: clamp(16px, 4vw, 28px);
		box-sizing: border-box;
	}

	body.wp-voucher-home .wpv-hero-bleed {
		width: 100vw;
		max-width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
	}
}

.wpv-hero {
	position: relative;
	padding: clamp(2.35rem, 6vw, 3.85rem) clamp(16px, 4vw, 28px) clamp(2.85rem, 6.5vw, 4.35rem);
	margin-top: -1px;
	overflow: hidden;
	background: linear-gradient(180deg, #f4f8fd 0%, #e9f1fa 42%, #dde8f3 100%);
	border-bottom: none;
	box-shadow: none;
}

/* Soften transition into page background (less “sharp” cut) */
.wpv-hero::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 72px;
	pointer-events: none;
	background: linear-gradient(to bottom, rgba(248, 249, 250, 0), rgba(248, 249, 250, 0.55) 40%, var(--wpv-bg) 100%);
}

.wpv-hero-inner {
	position: relative;
	z-index: 1;
	max-width: min(980px, 100%);
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.wpv-hero-search-strip {
	width: 100%;
	max-width: min(920px, 100%);
	margin-top: 1.65rem;
	padding: clamp(0.85rem, 2.2vw, 1.15rem) clamp(1rem, 2.8vw, 1.45rem);
	border-radius: 16px;
	background:
		radial-gradient(ellipse 100% 80% at 50% 0%, rgba(26, 115, 232, 0.08), transparent 55%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 251, 255, 0.88) 100%);
	border: 1px solid rgba(26, 115, 232, 0.1);
	box-shadow: 0 12px 40px rgba(33, 37, 41, 0.07);
}

.wpv-hero-search-wrap {
	position: relative;
	margin-top: 0;
	width: 100%;
}

.wpv-hero-search {
	width: 100%;
	min-height: 0;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: 1fr minmax(148px, auto);
	gap: 0.55rem 0.75rem;
	align-items: stretch;
	background: rgba(255, 255, 255, 0.96);
	border: none;
	border-radius: 12px;
	padding: 8px 10px 8px 18px;
	box-shadow:
		0 4px 20px rgba(0, 0, 0, 0.06),
		inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.wpv-hero-search input[type="search"],
.wpv-hero-search .wpv-store-search__input {
	background: transparent;
	border: 0;
	color: var(--wpv-text);
	font-size: 1.05rem;
	padding: 14px 10px;
	font-family: inherit;
	min-height: 48px;
	width: 100%;
	box-sizing: border-box;
}

.wpv-hero-search input:focus {
	outline: none;
}

.wpv-hero-search__submit {
	min-height: 48px;
	min-width: min(168px, 100%);
	padding: 0 1.65rem;
	font-size: 0.98rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	border-radius: 10px;
}

@media (max-width: 680px) {
	.wpv-hero h1.h0 {
		font-size: clamp(1.45rem, 5.2vw, 1.85rem);
		text-wrap: balance;
		white-space: normal;
	}
}

@media (max-width: 520px) {
	.wpv-hero-search {
		grid-template-columns: 1fr;
		min-height: 0;
		border-radius: 12px;
		padding: 12px;
	}

	.wpv-hero-search__submit {
		width: 100%;
		min-width: 0;
		border-radius: 10px;
		min-height: 48px;
	}
}

.wpv-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	padding: 0 1.85rem;
	min-height: 48px;
	border-radius: 999px;
	font-weight: 700;
	font-size: 0.98rem;
	text-decoration: none;
	border: none;
	cursor: pointer;
	font-family: inherit;
}

.wpv-btn-primary {
	background: linear-gradient(180deg, var(--wpv-cta-grad-top) 0%, var(--wpv-cta-grad-mid) 46%, var(--wpv-cta-grad-bot) 100%);
	color: #ffffff;
	transition: filter 0.15s ease, box-shadow 0.15s ease;
	box-shadow: 0 2px 10px rgba(31, 109, 65, 0.22);
}

.wpv-btn-primary:hover {
	background: linear-gradient(180deg, #3a9f63 0%, var(--wpv-cta-hover) 50%, #1a5a36 100%);
	filter: none;
	box-shadow: 0 12px 28px rgba(31, 109, 65, 0.28);
	color: #ffffff;
}

.wpv-hero-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	justify-content: center;
	margin-top: 1.35rem;
	font-size: 0.82rem;
	color: var(--wpv-muted);
}

.wpv-hero-meta svg {
	vertical-align: -2px;
	margin-right: 0.25rem;
	opacity: 0.75;
}

.wpv-pop-store-label {
	display: block;
	width: 100%;
	font-size: 0.74rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--wpv-muted);
	margin-top: clamp(2rem, 5vw, 2.85rem);
	margin-bottom: 0.85rem;
	text-align: center;
}

.wpv-chip-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	justify-content: center;
}

.wpv-chip {
	display: inline-flex;
	align-items: center;
	padding: 0.45rem 0.95rem;
	border-radius: 999px;
	background: #ffffff;
	border: 1px solid var(--wpv-border-soft);
	color: var(--wpv-text);
	font-size: 0.86rem;
	font-weight: 600;
	text-decoration: none;
	box-shadow: 0 2px 8px rgba(33, 37, 41, 0.05);
}

.wpv-chip:hover {
	border-color: var(--wpv-accent-strong);
	color: var(--wpv-accent);
}

.wpv-pop-logos {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(6.25rem, 1fr));
	gap: 0.65rem;
	justify-content: stretch;
	width: 100%;
	max-width: none;
	margin: 0;
}

.wpv-pop-logos__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	width: 100%;
	min-height: 6.25rem;
	padding: 0.55rem 0.4rem;
	border-radius: 12px;
	background: #fff;
	border: 1px solid var(--wpv-border-soft);
	text-decoration: none;
	color: var(--wpv-text);
	box-shadow: 0 2px 8px rgba(33, 37, 41, 0.05);
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
	box-sizing: border-box;
}

.wpv-pop-logos__item:hover {
	border-color: var(--wpv-accent-strong);
	box-shadow: 0 4px 14px rgba(33, 37, 41, 0.08);
}

.wpv-pop-logos__mark {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
}

.wpv-pop-logos__mark .wpv-brand-mark {
	width: 2.75rem;
	height: 2.75rem;
}

.wpv-pop-logos__name {
	display: block;
	width: 100%;
	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: var(--wpv-muted);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wpv-section {
	margin-top: clamp(2.35rem, 5.5vw, 3.35rem);
}

body.wp-voucher-home .wpv-section--recent-spotlight {
	margin-top: clamp(1.35rem, 3.5vw, 2rem);
}

body.wp-voucher-home .wpv-section--offers-trending {
	margin-top: clamp(1.5rem, 3.5vw, 2.35rem);
}

.wpv-section-head {
	margin: 0 0 clamp(1.25rem, 3vw, 1.75rem);
}

.wpv-section-head h2 {
	font-size: clamp(1.6rem, 2.6vw + 0.6rem, 2.05rem);
	font-weight: 900;
	margin: 0;
	letter-spacing: -0.03em;
	color: #0f1216;
	line-height: 1.18;
}

.wpv-section-cta {
	margin: clamp(1.35rem, 4vw, 1.85rem) 0 0;
	text-align: center;
}

.wpv-btn-outline {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.7rem 2.1rem;
	min-height: 50px;
	border-radius: 999px;
	font-weight: 700;
	font-size: 0.96rem;
	letter-spacing: 0.02em;
	text-decoration: none;
	color: var(--wpv-primary);
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(26, 115, 232, 0.35);
	box-shadow: 0 4px 18px rgba(26, 115, 232, 0.08);
	transition: color 0.15s, border-color 0.15s, box-shadow 0.15s, background 0.15s;
}

.wpv-btn-outline:hover {
	color: #fff;
	background: var(--wpv-primary);
	border-color: var(--wpv-primary);
	box-shadow: 0 8px 28px rgba(26, 115, 232, 0.28);
}

.wpv-section-cta--stores-directory {
	margin-top: clamp(1.75rem, 4vw, 2.35rem);
	padding: clamp(1.25rem, 3vw, 1.75rem) clamp(1rem, 3vw, 1.5rem);
	border-radius: 16px;
	background: linear-gradient(160deg, rgba(21, 101, 192, 0.08) 0%, #fff 55%);
	border: 1px solid rgba(21, 101, 192, 0.18);
	box-shadow: 0 8px 28px rgba(21, 101, 192, 0.1);
}

.wpv-section-cta--stores-directory .wpv-section-cta__lead {
	margin: 0 0 1rem;
	font-size: 0.95rem;
	line-height: 1.55;
	color: var(--wpv-muted, #5f6368);
	max-width: 36rem;
	margin-left: auto;
	margin-right: auto;
}

.wpv-btn--stores-directory {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 0.85rem 2.5rem;
	font-size: 1.05rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	border-radius: 999px;
	text-decoration: none;
	box-shadow: 0 10px 32px rgba(21, 101, 192, 0.28);
}

.wpv-btn--stores-directory:hover {
	box-shadow: 0 14px 40px rgba(21, 101, 192, 0.38);
	transform: translateY(-1px);
}

.wpv-card-grid {
	display: grid;
	gap: 0.95rem;
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 260px), 1fr));
}

@media (min-width: 1024px) {
	.wpv-card-grid {
		grid-template-columns: repeat(auto-fill, minmax(232px, 1fr));
	}
}

@media (min-width: 1340px) {
	.wpv-card-grid {
		grid-template-columns: repeat(auto-fill, minmax(208px, 1fr));
	}
}

.wpv-card {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	background: var(--wpv-card);
	border: none;
	border-radius: 12px;
	padding: 1.5rem 1.35rem 1.45rem;
	gap: 0.65rem;
	text-decoration: none;
	color: inherit;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.wpv-card:has(.wpv-card-badge) {
	padding-top: 2.45rem;
}

.wpv-card-badge {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 1;
	max-width: calc(100% - 24px);
	font-size: 0.65rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding: 0.25rem 0.5rem;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.95);
	color: var(--wpv-primary-dark);
	border: none;
	text-align: right;
	line-height: 1.2;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

a.wpv-card:hover {
	transform: translateY(-5px);
	box-shadow:
		0 16px 44px rgba(0, 0, 0, 0.09),
		0 4px 14px rgba(26, 115, 232, 0.12);
	color: inherit;
}

.wpv-card-visual {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-bottom: 0.15rem;
}

.wpv-brand-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	flex-shrink: 0;
}

.wpv-brand-logo img {
	width: 64px;
	height: 64px;
	object-fit: contain;
	border-radius: 50%;
	background: #fff;
	padding: 8px;
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
}

.wpv-brand-swatch {
	display: block;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	flex-shrink: 0;
	background: var(--wpv-brand, #6c757d);
	box-shadow:
		0 6px 20px rgba(0, 0, 0, 0.1),
		inset 0 -10px 20px rgba(0, 0, 0, 0.18);
	border: 2px solid rgba(255, 255, 255, 0.85);
}

.wpv-card-name {
	font-weight: 800;
	font-size: 1.12rem;
	line-height: 1.25;
	color: var(--wpv-text);
	letter-spacing: -0.02em;
}

.wpv-offer-lines {
	display: grid;
	gap: 0.35rem;
}

.wpv-offer-rows {
	min-height: 3.25rem;
	width: 100%;
}

.wpv-card .lines {
	line-height: 1.48;
	font-size: 0.92rem;
	color: var(--wpv-muted);
}

.wpv-pill-save {
	justify-self: center;
	align-self: center;
	font-size: 0.74rem;
	font-weight: 700;
	color: #5c6570;
	background: rgba(33, 37, 41, 0.04);
	padding: 0.28rem 0.65rem;
	border-radius: 999px;
	border: 1px solid transparent;
	transition: color 0.15s, background 0.15s, border-color 0.15s, box-shadow 0.15s;
}

a.wpv-card:hover .wpv-pill-save {
	color: #fff;
	background: linear-gradient(180deg, var(--wpv-cta-grad-top) 0%, var(--wpv-cta-grad-mid) 52%, var(--wpv-cta-grad-bot) 100%);
	border-color: rgba(31, 109, 65, 0.35);
	box-shadow: 0 4px 12px rgba(31, 109, 65, 0.22);
}

.wpv-mini-list {
	display: grid;
	gap: 0.85rem;
}

.wpv-mini {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 0.5rem 1rem;
	align-items: center;
	padding: 0.85rem 1rem;
	background: var(--wpv-card);
	border: 1px solid var(--wpv-border-soft);
	border-radius: 12px;
	font-size: 0.93rem;
	box-shadow: 0 3px 16px rgba(33, 37, 41, 0.05);
}

.wpv-mini-text {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
	min-width: 0;
}

.wpv-mini-title {
	font-weight: 600;
	color: var(--wpv-text);
	line-height: 1.35;
}

.wpv-mini-aged {
	font-size: 0.8rem;
	color: var(--wpv-muted);
	line-height: 1.3;
}

.wpv-mini strong,
.wpv-mini-code {
	font-weight: 700;
	color: var(--wpv-cta-hover);
	font-size: 0.92rem;
	letter-spacing: 0.02em;
	align-self: center;
}

.wpv-mini a {
	text-decoration: none;
	color: var(--wpv-muted);
	font-size: 0.85rem;
}

.wpv-mini a:hover {
	color: var(--wpv-accent);
}

.wpv-cat-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 128px), 1fr));
	gap: 0.65rem;
}

@media (min-width: 960px) {
	.wpv-cat-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (min-width: 1200px) {
	.wpv-cat-grid {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}
}

.wpv-cat {
	padding: 0.9rem 0.65rem;
	text-align: center;
	border-radius: 10px;
	background: var(--wpv-card);
	border: 1px solid var(--wpv-border-soft);
	text-decoration: none;
	color: var(--wpv-muted);
	font-size: 0.92rem;
	font-weight: 600;
	transition: border-color 0.15s, color 0.15s, box-shadow 0.15s;
	box-shadow: 0 2px 10px rgba(33, 37, 41, 0.04);
}

.wpv-cat:hover {
	border-color: var(--wpv-accent-strong);
	color: var(--wpv-accent);
}

.wpv-section--top-cats .wpv-section-lead--cats {
	margin: -0.15rem 0 1.05rem;
	max-width: min(62ch, 100%);
	font-size: 0.94rem;
	line-height: 1.55;
	color: var(--wpv-muted);
}

.wpv-cat-grid--tiles {
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 132px), 1fr));
	gap: 0.75rem;
}

@media (min-width: 900px) {
	.wpv-cat-grid--tiles {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (min-width: 1200px) {
	.wpv-cat-grid--tiles {
		grid-template-columns: repeat(7, minmax(0, 1fr));
	}
}

.wpv-cat--tile {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	padding: 0.85rem 0.45rem;
	text-align: center;
	border-radius: 14px;
	background: linear-gradient(180deg, #ffffff 0%, rgba(248, 250, 252, 1) 100%);
	border: 1px solid rgba(13, 71, 161, 0.12);
	text-decoration: none;
	color: var(--wpv-text);
	font-size: 0.82rem;
	font-weight: 700;
	box-shadow: 0 3px 14px rgba(33, 37, 41, 0.05);
	transition: border-color 0.18s, box-shadow 0.18s, transform 0.18s, color 0.18s;
}

.wpv-cat--tile .wpv-cat__icon {
	font-size: 1.42rem;
	line-height: 1;
}

.wpv-cat--tile .wpv-cat__label {
	display: block;
	line-height: 1.25;
}

.wpv-cat--tile:hover {
	border-color: color-mix(in srgb, var(--wpv-cat-tone) 42%, #dee2e6);
	color: var(--wpv-primary-dark);
	box-shadow: 0 8px 26px color-mix(in srgb, var(--wpv-cat-tone) 14%, rgba(33, 37, 41, 0.06));
	transform: translateY(-2px);
}

.wpv-store-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(104px, 1fr));
	gap: 0.85rem;
}

.wpv-store-tile {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 1.1rem 0.85rem;
	background: #ffffff;
	border: 1px solid var(--wpv-border-soft);
	border-radius: 10px;
	font-weight: 700;
	font-size: 0.86rem;
	color: var(--wpv-text);
	text-decoration: none;
	min-height: 68px;
	box-shadow: 0 2px 12px rgba(33, 37, 41, 0.05);
}

.wpv-store-tile-name {
	display: block;
	line-height: 1.25;
}

.wpv-store-tile-featured-pill {
	position: absolute;
	top: 6px;
	right: 6px;
	z-index: 1;
	font-size: 0.58rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: var(--wpv-primary-dark);
	background: rgba(26, 115, 232, 0.1);
	padding: 0.15rem 0.45rem;
	border-radius: 4px;
	line-height: 1.2;
}

.wpv-store-tile--featured {
	border-width: 2px;
	border-color: var(--wpv-primary);
	min-height: 78px;
	box-shadow: 0 2px 10px rgba(26, 115, 232, 0.12);
	padding-top: 1.3rem;
}

.wpv-store-tile:hover {
	border-color: var(--wpv-accent-strong);
	color: var(--wpv-accent);
}

.wpv-seo-footer {
	margin-top: clamp(3rem, 8vw, 5rem);
	padding: clamp(2rem, 5vw, 2.85rem);
	background: var(--wpv-surface);
	border: 1px solid var(--wpv-border);
	border-radius: var(--wpv-radius);
	font-size: 0.86rem;
	line-height: 1.65;
	color: var(--wpv-muted);
}

.wpv-seo-footer-columns {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 1.85rem;
	margin-bottom: 1.75rem;
}

.wpv-seo-footer h3 {
	color: var(--wpv-text);
	font-size: 0.92rem;
	margin: 0 0 0.65rem;
}

.wpv-seo-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.wpv-seo-footer a {
	color: var(--wpv-muted);
	text-decoration: none;
}

.wpv-seo-footer a:hover {
	color: var(--wpv-accent);
}

.wpv-seo-footer-copy {
	opacity: 0.85;
	margin: 0;
	font-size: 0.82rem;
}

.wpv-seo-footer-legal {
	margin: 1rem 0 0;
	font-size: 0.84rem;
	line-height: 1.55;
}

.wpv-seo-footer-legal a {
	font-weight: 600;
}

.wpv-seo-footer-dot {
	opacity: 0.55;
}

/* ─── Hero: quick links under search ─────────────────────────── */
.wpv-hero-quick-links {
	margin: 1.1rem 0 0;
	font-size: 0.88rem;
	font-weight: 600;
	line-height: 1.5;
}

.wpv-hero-quick-links a {
	color: var(--wpv-muted);
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: color 0.15s, border-color 0.15s;
}

.wpv-hero-quick-links a:hover {
	color: var(--wpv-primary);
	border-bottom-color: rgba(26, 115, 232, 0.35);
}

.wpv-hero-quick-links__sep {
	margin: 0 0.4rem;
	opacity: 0.4;
}

/* Stronger brand initials when no logo */
.wpv-brand-swatch--initials {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 14px;
	border: 2px solid rgba(255, 255, 255, 0.95);
}

.wpv-brand-initials {
	font-size: 1.05rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	color: #ffffff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	line-height: 1;
}

/* ─── Coupon-style offer cards ─────────────────────────────────── */
.wpv-coupon-card {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	text-align: left;
	background: var(--wpv-card);
	border-radius: 14px;
	padding: 0;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	border: 1px solid var(--wpv-border);
	box-shadow:
		0 4px 0 rgba(40, 167, 69, 0.12),
		0 14px 36px rgba(33, 37, 41, 0.07);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wpv-coupon-card:hover {
	transform: translateY(-4px);
	box-shadow:
		0 6px 0 rgba(40, 167, 69, 0.18),
		0 22px 48px rgba(33, 37, 41, 0.1);
	color: inherit;
}

.wpv-coupon-card__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	padding: 0.65rem 1rem 0.5rem;
	background: linear-gradient(180deg, rgba(248, 249, 250, 0.98), rgba(255, 255, 255, 0.92));
	border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
}

.wpv-coupon-type {
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	color: var(--wpv-muted);
}

.wpv-coupon-card__ribbon {
	font-size: 0.65rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	padding: 0.2rem 0.55rem;
	border-radius: 6px;
	background: linear-gradient(180deg, #fff4e6, #ffe8cc);
	color: #a35c00;
	border: 1px solid rgba(253, 126, 20, 0.35);
	max-width: 58%;
	text-align: right;
	line-height: 1.2;
}

.wpv-coupon-card__brand {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 1rem 1rem 0.65rem;
}

.wpv-coupon-card__brand .wpv-brand-logo img,
.wpv-coupon-card__brand .wpv-brand-swatch {
	width: 52px;
	height: 52px;
}

.wpv-coupon-card__brand .wpv-brand-logo img {
	padding: 6px;
}

.wpv-coupon-card__store {
	font-weight: 800;
	font-size: 1.05rem;
	letter-spacing: -0.02em;
	line-height: 1.2;
	color: var(--wpv-text);
}

.wpv-coupon-card__code-pill {
	margin: 0 1rem 0.5rem;
	align-self: flex-start;
	font-family: ui-monospace, "Cascadia Code", "Segoe UI Mono", monospace;
	font-size: 0.95rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	padding: 0.45rem 0.75rem;
	border-radius: 8px;
	background: repeating-linear-gradient(
		-45deg,
		#f8f9fa,
		#f8f9fa 6px,
		#eef1f4 6px,
		#eef1f4 12px
	);
	border: 1px dashed var(--wpv-border);
	color: #1a1d21;
}

.wpv-coupon-card__desc {
	margin: 0 1rem;
	font-size: 0.93rem;
	line-height: 1.45;
	color: var(--wpv-muted);
	flex-grow: 1;
}

.wpv-coupon-card__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem 0.5rem;
	margin: 0.85rem 1rem 0.75rem;
	font-size: 0.78rem;
	color: var(--wpv-muted);
}

.wpv-coupon-card__dot {
	opacity: 0.45;
}

.wpv-coupon-card__cta {
	display: block;
	text-align: center;
	padding: 0.82rem 1.15rem;
	font-weight: 800;
	font-size: 0.95rem;
	letter-spacing: 0.02em;
	background: linear-gradient(180deg, var(--wpv-cta-grad-top) 0%, var(--wpv-cta-grad-mid) 46%, var(--wpv-cta-grad-bot) 100%);
	color: #ffffff;
	margin-top: auto;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

button.wpv-coupon-card__cta {
	width: 100%;
	border: none;
	font-family: inherit;
	cursor: pointer;
}

button.wpv-coupon-card__cta:focus-visible {
	outline: 2px solid var(--wpv-primary);
	outline-offset: 2px;
}

.wpv-coupon-card__code-row .wpv-coupon-card__code-pill {
	margin: 0;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}

.wpv-coupon-card:hover .wpv-coupon-card__cta {
	filter: brightness(1.05);
}

/* Coupon cards: 4-wide from ~1080px, 5-wide on XL */
.wpv-card-grid--coupons {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 252px), 1fr));
}

@media (min-width: 640px) {
	.wpv-card-grid--coupons {
		grid-template-columns: repeat(auto-fill, minmax(236px, 1fr));
	}
}

@media (min-width: 1080px) {
	.wpv-card-grid--coupons {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (min-width: 1380px) {
	.wpv-card-grid--coupons {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}

/* ─── Recently verified (spotlight) ───────────────────────────── */
.wpv-section--recent-spotlight {
	margin-top: clamp(1.25rem, 4vw, 2rem);
	padding: clamp(1.25rem, 3.5vw, 1.85rem);
	border-radius: 16px;
	background: linear-gradient(135deg, rgba(40, 167, 69, 0.06) 0%, rgba(26, 115, 232, 0.05) 100%);
	border: 1px solid rgba(40, 167, 69, 0.18);
	box-shadow: 0 8px 32px rgba(40, 167, 69, 0.06);
}

.wpv-section--recent-spotlight .wpv-section-head h2 {
	position: relative;
	padding-left: 0.65rem;
}

.wpv-section--recent-spotlight .wpv-section-head h2::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.15em;
	bottom: 0.15em;
	width: 4px;
	border-radius: 4px;
	background: linear-gradient(180deg, var(--wpv-cta), var(--wpv-primary));
}

.wpv-section-lead {
	margin: -0.35rem 0 1.15rem;
	max-width: min(72ch, 100%);
	font-size: 1.02rem;
	line-height: 1.58;
	color: var(--wpv-muted);
}

body.wp-voucher-home .wpv-section-lead,
body.wp-voucher-home .wpv-section-lead--inline,
body.wp-voucher-home .wpv-section-lead--cats {
	color: var(--wpv-muted);
}

.wpv-section--recent-spotlight .wpv-section-lead {
	max-width: none;
}

.wpv-recent-cards {
	display: grid;
	gap: 0.75rem;
	grid-template-columns: 1fr;
}

@media (min-width: 640px) {
	.wpv-recent-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.wpv-recent-card {
	position: relative;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 0.85rem 1rem;
	padding: 1rem 1.05rem 1rem 1rem;
	border-radius: 14px;
	text-decoration: none;
	color: inherit;
	background: #fff;
	border: 1px solid rgba(40, 167, 69, 0.16);
	box-shadow: 0 6px 22px rgba(33, 37, 41, 0.06);
	overflow: hidden;
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

a.wpv-recent-card:hover {
	transform: translateY(-2px);
	border-color: rgba(21, 101, 192, 0.28);
	box-shadow: 0 10px 28px rgba(21, 101, 192, 0.12);
}

.wpv-recent-card__accent {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 4px;
	background: linear-gradient(180deg, var(--wpv-cta) 0%, var(--wpv-primary) 100%);
}

.wpv-recent-card--tone-1 .wpv-recent-card__accent {
	background: linear-gradient(180deg, #2e7d32 0%, #1565c0 100%);
}

.wpv-recent-card--tone-2 .wpv-recent-card__accent {
	background: linear-gradient(180deg, #6a1b9a 0%, #c2185b 100%);
}

.wpv-recent-card--tone-3 .wpv-recent-card__accent {
	background: linear-gradient(180deg, #ef6c00 0%, #f9a825 100%);
}

.wpv-recent-card__mark {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.85rem;
	height: 2.85rem;
	flex-shrink: 0;
}

.wpv-recent-card__mark .wpv-brand-mark,
.wpv-recent-card__mark .wpv-brand-logo img,
.wpv-recent-card__mark .wpv-brand-swatch {
	width: 2.85rem;
	height: 2.85rem;
	border-radius: 12px;
}

.wpv-recent-card__body {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	min-width: 0;
}

.wpv-recent-card__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
}

.wpv-recent-card__store {
	font-size: 0.72rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	color: var(--wpv-muted);
}

.wpv-recent-card__pill {
	flex-shrink: 0;
	padding: 0.2rem 0.55rem;
	border-radius: 999px;
	font-size: 0.68rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #1b5e20;
	background: rgba(40, 167, 69, 0.12);
}

.wpv-recent-card__line {
	font-size: 0.98rem;
	font-weight: 700;
	line-height: 1.35;
	color: var(--wpv-text);
	letter-spacing: -0.02em;
}

.wpv-recent-card__meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.35rem;
	font-size: 0.78rem;
	color: var(--wpv-muted);
}

.wpv-recent-card__fresh {
	font-weight: 700;
	color: var(--wpv-cta-hover);
}

.wpv-recent-card__dot {
	opacity: 0.55;
}

.wpv-recent-card__go {
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1;
	color: rgba(21, 101, 192, 0.45);
	flex-shrink: 0;
}

.wpv-recent-split {
	display: grid;
	gap: 1.25rem clamp(1rem, 2.5vw, 1.75rem);
	align-items: start;
}

@media (min-width: 880px) {
	.wpv-recent-split {
		grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
		gap: 1.35rem 2rem;
	}
}

.wpv-recent-sidecard {
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(40, 167, 69, 0.2);
	border-radius: 14px;
	padding: 1.1rem 1.15rem 1.15rem;
	box-shadow: 0 6px 24px rgba(33, 37, 41, 0.05);
}

.wpv-recent-sidecard__title {
	margin: 0 0 0.65rem;
	font-size: 0.98rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	color: var(--wpv-text);
}

.wpv-recent-sidecard__title--secondary {
	margin-top: 1.15rem;
}

.wpv-recent-cats {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

.wpv-recent-cats a {
	display: block;
	padding: 0.5rem 0.65rem;
	border-radius: 10px;
	font-size: 0.9rem;
	font-weight: 600;
	text-decoration: none;
	color: var(--wpv-text);
	background: rgba(248, 249, 250, 0.9);
	border: 1px solid var(--wpv-border-soft);
	transition: border-color 0.15s, color 0.15s, background 0.15s;
}

.wpv-recent-cats a:hover {
	border-color: var(--wpv-primary);
	color: var(--wpv-primary);
	background: #ffffff;
}

.wpv-recent-tips {
	margin: 0;
	padding-left: 1.15rem;
	font-size: 0.88rem;
	line-height: 1.55;
	color: var(--wpv-muted);
}

.wpv-recent-tips li {
	margin: 0 0 0.45rem;
}

.wpv-recent-tips li:last-child {
	margin-bottom: 0;
}

/* ─── Shop by store (dense “ribbon” of tiles) ──────────────────── */
.wpv-section--stores-premium .wpv-section-head h2 {
	font-size: clamp(1.65rem, 2.8vw + 0.5rem, 2.1rem);
}

/* Shop by store: white tiles, no frame -  logo is the colour (full saturation) */
.wpv-section--stores-premium .wpv-store-grid--large.wpv-store-grid--dense.wpv-store-grid--soft .wpv-store-tile {
	border: none;
	box-shadow: none;
	background: #ffffff;
}

.wpv-section--stores-premium .wpv-store-grid--large.wpv-store-grid--dense.wpv-store-grid--soft .wpv-store-tile:hover {
	border: none;
	box-shadow: 0 8px 28px rgba(13, 71, 161, 0.08);
	color: var(--wpv-text);
}

.wpv-section--stores-premium .wpv-store-grid--large.wpv-store-grid--dense.wpv-store-grid--soft .wpv-store-tile.wpv-store-tile--featured {
	border: none;
	border-width: 0;
	box-shadow: none;
	background: #ffffff;
	background-image: none;
}

.wpv-section--stores-premium .wpv-store-grid--large .wpv-store-tile:hover {
	box-shadow: 0 10px 32px rgba(13, 71, 161, 0.1);
}

.wpv-section--stores-premium .wpv-store-grid--large.wpv-store-grid--dense.wpv-store-grid--soft .wpv-store-tile__brand .wpv-brand-logo img {
	border-radius: 0;
	padding: 0;
	box-shadow: none;
	background: transparent;
	object-fit: contain;
}

.wpv-section--stores-premium .wpv-store-grid--large.wpv-store-grid--dense.wpv-store-grid--soft .wpv-store-tile__brand .wpv-brand-swatch {
	border: none;
	box-shadow: none;
	filter: none;
	opacity: 1;
}

.wpv-section--stores-premium .wpv-store-grid--large.wpv-store-grid--dense.wpv-store-grid--soft .wpv-brand-swatch--initials {
	border: none;
	box-shadow: none;
	background: color-mix(in srgb, var(--wpv-brand) 24%, #ffffff);
}

.wpv-section--stores-premium .wpv-store-grid--large.wpv-store-grid--dense.wpv-store-grid--soft .wpv-brand-swatch--initials .wpv-brand-initials {
	color: var(--wpv-brand);
	text-shadow: none;
}

.wpv-store-grid--large {
	grid-template-columns: repeat(auto-fill, minmax(132px, 1fr));
	gap: 1rem;
}

.wpv-store-grid--large.wpv-store-grid--dense {
	grid-template-columns: repeat(auto-fill, minmax(88px, 1fr));
	gap: 0.45rem 0.5rem;
}

@media (min-width: 900px) {
	.wpv-store-grid--large.wpv-store-grid--dense {
		grid-template-columns: repeat(auto-fill, minmax(82px, 1fr));
		gap: 0.5rem 0.55rem;
	}
}

@media (min-width: 1280px) {
	.wpv-store-grid--large.wpv-store-grid--dense {
		grid-template-columns: repeat(8, minmax(0, 1fr));
	}
}

@media (min-width: 700px) {
	.wpv-store-grid--large:not(.wpv-store-grid--dense) {
		grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
		gap: 1.15rem;
	}
}

.wpv-store-grid--large .wpv-store-tile {
	min-height: 118px;
	padding: 1.15rem 0.85rem 1rem;
	border-radius: 14px;
	font-size: 0.88rem;
	box-shadow: 0 6px 22px rgba(33, 37, 41, 0.07);
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.wpv-store-grid--large.wpv-store-grid--dense .wpv-store-tile {
	min-height: 88px;
	padding: 0.55rem 0.35rem 0.5rem;
	border-radius: 11px;
	font-size: 0.74rem;
	font-weight: 700;
	box-shadow: 0 2px 10px rgba(33, 37, 41, 0.06);
}

.wpv-store-grid--large.wpv-store-grid--dense .wpv-store-tile--featured {
	min-height: 96px;
	padding-top: 0.75rem;
}

.wpv-store-grid--large .wpv-store-tile:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 36px rgba(26, 115, 232, 0.14);
}

.wpv-store-tile__brand {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0.45rem;
	min-height: 52px;
}

.wpv-store-grid--dense .wpv-store-tile__brand {
	min-height: 38px;
	margin-bottom: 0.25rem;
}

.wpv-store-tile__brand .wpv-brand-logo img,
.wpv-store-tile__brand .wpv-brand-swatch {
	width: 48px;
	height: 48px;
}

.wpv-store-grid--dense .wpv-store-tile__brand .wpv-brand-logo img,
.wpv-store-grid--dense .wpv-store-tile__brand .wpv-brand-swatch {
	width: 34px;
	height: 34px;
}

.wpv-store-grid--dense .wpv-store-tile__brand .wpv-brand-logo img {
	padding: 3px;
}

.wpv-store-grid--dense .wpv-store-tile__brand .wpv-brand-initials {
	font-size: 0.72rem;
}

.wpv-store-tile__brand .wpv-brand-logo img {
	padding: 5px;
}

.wpv-store-tile__brand .wpv-brand-initials {
	font-size: 0.95rem;
}

.wpv-store-grid--large:not(.wpv-store-grid--dense) .wpv-store-tile--featured {
	min-height: 132px;
	padding-top: 1.45rem;
	background: linear-gradient(180deg, rgba(26, 115, 232, 0.06), #ffffff 42%);
	border-width: 2px;
	box-shadow:
		0 4px 0 rgba(26, 115, 232, 0.12),
		0 16px 40px rgba(26, 115, 232, 0.12);
}

.wpv-store-grid--large.wpv-store-grid--dense .wpv-store-tile--featured {
	background: linear-gradient(180deg, rgba(26, 115, 232, 0.08), #ffffff 55%);
	border-width: 2px;
	border-color: rgba(26, 115, 232, 0.35);
}

.wpv-store-grid--dense .wpv-store-tile-featured-pill {
	top: 4px;
	right: 4px;
	font-size: 0.52rem;
	padding: 0.1rem 0.32rem;
}

/* ─── SEO guide + FAQ ─────────────────────────────────────────── */
.wpv-section--seo-guide {
	margin-top: clamp(2.75rem, 7vw, 4rem);
}

.wpv-seo-guide {
	display: block;
	max-width: 100%;
}

.wpv-seo-guide__columns {
	display: grid;
	gap: 1.25rem 2rem;
	margin-bottom: 0;
}

@media (min-width: 900px) {
	.wpv-seo-guide__columns {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		align-items: start;
	}
}

.wpv-seo-guide__block {
	padding: 1.15rem 1.2rem;
	background: #fff;
	border: 1px solid var(--wpv-border-soft, #e8ecf0);
	border-radius: 12px;
	box-shadow: 0 4px 18px rgba(13, 71, 161, 0.05);
}

.wpv-seo-guide__block h3 {
	font-size: 1.12rem;
	margin: 0 0 0.5rem;
	color: var(--wpv-primary-dark, #0d47a1);
}

.wpv-seo-guide__block p {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.65;
	color: var(--wpv-muted);
}

.wpv-seo-guide__faq {
	margin-top: clamp(2.25rem, 5vw, 3.25rem);
	padding-top: 0;
}

.wpv-seo-guide__faq-panel {
	padding: clamp(1.5rem, 4vw, 2.25rem);
	background:
		radial-gradient(ellipse 100% 80% at 100% 0%, rgba(26, 115, 232, 0.08) 0%, transparent 55%),
		linear-gradient(165deg, #ffffff 0%, #f6f9fc 48%, #eef4fb 100%);
	border: 1px solid rgba(26, 115, 232, 0.14);
	border-radius: calc(var(--wpv-radius, 12px) + 6px);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.9) inset,
		0 12px 36px rgba(13, 71, 161, 0.08);
}

.wpv-seo-guide__faq-head {
	margin: 0 0 clamp(1.25rem, 3vw, 1.65rem);
	padding-bottom: clamp(1rem, 2.5vw, 1.35rem);
	border-bottom: 1px solid rgba(26, 115, 232, 0.1);
}

.wpv-seo-guide__faq-tag {
	margin: 0 0 0.65rem;
	background: rgba(26, 115, 232, 0.1);
	color: var(--wpv-primary-dark, #0d47a1);
	border-color: rgba(26, 115, 232, 0.18);
}

.wpv-seo-guide__faq h3 {
	font-size: clamp(1.2rem, 2.6vw, 1.45rem);
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.02em;
	margin: 0 0 0.6rem;
	color: var(--wpv-primary-dark, #0d47a1);
}

.wpv-seo-guide__faq-lead {
	margin: 0;
	max-width: 62ch;
	font-size: 1rem;
	line-height: 1.6;
	color: var(--wpv-muted);
}

.wpv-seo-guide__faq .wpv-faq-dl {
	margin: 0;
	display: grid;
	gap: 0.75rem;
}

.wpv-seo-guide__faq .wpv-faq-item {
	margin: 0;
	padding: 1rem 1.15rem 1rem 1.25rem;
	background: #fff;
	border: 1px solid rgba(26, 115, 232, 0.1);
	border-radius: 10px;
	border-left: 3px solid var(--wpv-primary, #1a73e8);
	box-shadow: 0 2px 10px rgba(13, 71, 161, 0.04);
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.wpv-seo-guide__faq .wpv-faq-item:hover {
	border-color: rgba(26, 115, 232, 0.22);
	box-shadow: 0 6px 20px rgba(13, 71, 161, 0.08);
}

.wpv-seo-guide__faq .wpv-faq-item dt {
	margin: 0 0 0.5rem;
	padding-left: 1.65rem;
	position: relative;
	font-weight: 700;
	font-size: 0.95rem;
	line-height: 1.35;
	color: var(--wpv-text, #212529);
}

.wpv-seo-guide__faq .wpv-faq-item dt::before {
	content: "Q";
	position: absolute;
	left: 0;
	top: 0.05em;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.15rem;
	height: 1.15rem;
	font-size: 0.68rem;
	font-weight: 800;
	color: #fff;
	background: linear-gradient(135deg, #1a73e8 0%, #1557b0 100%);
	border-radius: 4px;
}

.wpv-seo-guide__faq .wpv-faq-item dd {
	margin: 0;
	padding-left: 1.65rem;
	font-size: 0.92rem;
	line-height: 1.65;
	color: var(--wpv-muted);
}

@media (min-width: 768px) {
	.wpv-seo-guide__faq .wpv-faq-dl {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.85rem 1rem;
	}

	.wpv-seo-guide__faq .wpv-faq-item:last-child:nth-child(odd) {
		grid-column: 1 / -1;
		max-width: calc(50% - 0.5rem);
	}
}

/* ─── Footer trust strip ──────────────────────────────────────── */
.wpv-footer-trust {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.5rem 1.25rem;
	margin: 0 0 1.75rem;
	padding: 0.85rem 1rem;
	list-style: none;
	font-size: 0.8rem;
	font-weight: 600;
	color: var(--wpv-muted);
	background: rgba(26, 115, 232, 0.04);
	border: 1px solid rgba(26, 115, 232, 0.12);
	border-radius: 10px;
}

.wpv-footer-trust__item {
	position: relative;
	padding-left: 1.35rem;
	list-style: none;
}

.wpv-footer-trust__item::before {
	position: absolute;
	left: 0;
	top: 0.05em;
	font-size: 0.85rem;
	line-height: 1;
}

.wpv-footer-trust__item--hand::before {
	content: "✓";
	color: var(--wpv-cta-hover);
}

.wpv-footer-trust__item--indie::before {
	content: "◇";
	color: var(--wpv-primary);
}

.wpv-footer-trust__item--commission::before {
	content: "ⓘ";
	color: var(--wpv-muted);
	font-size: 0.75rem;
}

.wpv-footer-trust__item--daily::before {
	content: "↻";
	color: var(--wpv-primary-dark);
}

.wpv-footer-trust__item--uk::before {
	content: "UK";
	font-size: 0.58rem;
	font-weight: 900;
	color: #fff;
	background: var(--wpv-primary-dark);
	padding: 0.15rem 0.28rem;
	border-radius: 3px;
	top: 0.12em;
}

.site-info .wpv-footer-tagline {
	font-weight: 600;
	color: var(--wpv-muted);
}

/* ─── Hero: calm stats strip (below hero, no marquee) ─────────── */
.wpv-hero-livebar {
	background: rgba(248, 250, 252, 0.92);
	border-top: 1px solid rgba(13, 71, 161, 0.1);
	padding: 0.28rem clamp(12px, 3vw, 24px);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

body.wp-voucher-home .wpv-hero-livebar--calm .wpv-hero-livebar__inner,
body.wp-voucher-home .wpv-hero-livebar__label,
body.wp-voucher-home .wpv-hero-livebar__line,
body.wp-voucher-home .wpv-hero-livebar__line--soft {
	color: var(--wpv-muted);
}

.wpv-hero-livebar--calm .wpv-hero-livebar__inner {
	max-width: var(--wpv-max);
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.35rem 0.85rem;
	font-size: 0.74rem;
	font-weight: 600;
	color: var(--wpv-muted);
	line-height: 1.35;
}

.wpv-hero-livebar__line {
	margin: 0;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.25rem 0.45rem;
	max-width: 100%;
}

.wpv-hero-livebar__line--soft {
	font-weight: 500;
	color: var(--wpv-muted);
}

.wpv-hero-livebar__num {
	font-weight: 800;
	color: var(--wpv-primary-dark);
	letter-spacing: -0.02em;
}

.wpv-hero-livebar__label {
	font-weight: 600;
	color: var(--wpv-muted);
}

.wpv-hero-livebar__dot {
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: rgba(21, 101, 192, 0.28);
	flex-shrink: 0;
}

@media (max-width: 520px) {
	.wpv-hero-livebar--calm .wpv-hero-livebar__inner {
		flex-direction: column;
		gap: 0.15rem;
		text-align: center;
	}

	.wpv-hero-livebar__dot {
		display: none;
	}
}

/* Popular today: compact horizontal strip (not full preview cards) */
.wpv-section-head--popular-inline {
	margin-bottom: 0.65rem;
}

.wpv-section-head--popular-inline .wpv-section-head__row {
	display: flex;
	flex-direction: column;
	gap: 0.35rem 1.25rem;
}

@media (min-width: 720px) {
	.wpv-section-head--popular-inline .wpv-section-head__row {
		flex-direction: row;
		align-items: flex-end;
		justify-content: space-between;
	}
}

.wpv-section-head--popular-inline h2 {
	margin: 0;
	font-size: clamp(1.2rem, 1.5vw + 0.85rem, 1.45rem);
	font-weight: 800;
	letter-spacing: -0.02em;
}

.wpv-section-head--popular-inline .wpv-section-eyebrow {
	margin-bottom: 0.2rem;
}

.wpv-section-lead--inline {
	margin: 0;
	max-width: min(40ch, 100%);
	font-size: 0.88rem;
	line-height: 1.45;
	color: var(--wpv-muted);
}

.wpv-popular-strip {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(6.25rem, 1fr));
	gap: 0.65rem;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
}

@media (min-width: 900px) {
	.wpv-pop-logos,
	.wpv-section--popular-compact .wpv-popular-strip {
		grid-template-columns: repeat(6, minmax(0, 1fr));
		gap: 0.55rem 0.65rem;
	}
}

.wpv-popular-strip__cell {
	margin: 0;
	padding: 0;
	list-style: none;
	min-width: 0;
}

.wpv-popular-strip__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	width: 100%;
	min-height: 6.25rem;
	padding: 0.55rem 0.45rem;
	border-radius: 12px;
	text-decoration: none;
	color: inherit;
	background: #fff;
	border: 1px solid rgba(13, 71, 161, 0.1);
	box-shadow: 0 2px 12px rgba(33, 37, 41, 0.04);
	transition: border-color 0.15s, box-shadow 0.15s;
	box-sizing: border-box;
}

.wpv-popular-strip__item:hover {
	border-color: rgba(21, 101, 192, 0.28);
	box-shadow: 0 4px 18px rgba(21, 101, 192, 0.1);
}

.wpv-popular-strip__mark {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.wpv-popular-strip__mark .wpv-brand-mark,
.wpv-popular-strip__mark .wpv-brand-logo img,
.wpv-popular-strip__mark .wpv-brand-swatch {
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 10px;
}

.wpv-popular-strip__mark .wpv-brand-logo img {
	padding: 0;
	box-shadow: none;
	background: transparent;
}

.wpv-popular-strip__text {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	min-width: 0;
	line-height: 1.2;
	text-align: center;
}

.wpv-popular-strip__title {
	font-weight: 800;
	font-size: 0.72rem;
	letter-spacing: -0.01em;
	color: var(--wpv-text);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}

.wpv-popular-strip__hint {
	display: none;
}

.wpv-popular-strip__chev {
	display: none;
}

/* Store hub preview (legacy grid -  unused on homepage after compact strip) */
.wpv-section--store-preview {
	margin-top: clamp(2rem, 5vw, 2.75rem);
}

.wpv-section--store-preview.wpv-section--popular-compact {
	margin-top: clamp(1.35rem, 3vw, 1.85rem);
}

.wpv-section--popular-compact .wpv-section-head--popular-inline {
	width: 100%;
}

.wpv-section--popular-compact .wpv-section-head--popular-inline .wpv-section-head__row {
	align-items: flex-start;
}

@media (min-width: 720px) {
	.wpv-section--popular-compact .wpv-section-head--popular-inline .wpv-section-head__row {
		align-items: flex-end;
	}
}

.wpv-store-preview-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 240px), 1fr));
}

@media (min-width: 1000px) {
	.wpv-store-preview-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.wpv-store-preview {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.45rem;
	padding: 1.15rem 1.2rem;
	text-decoration: none;
	color: inherit;
	background: var(--wpv-surface);
	border: 1px solid var(--wpv-border-soft);
	border-radius: 14px;
	box-shadow: 0 6px 22px rgba(33, 37, 41, 0.06);
	transition: border-color 0.18s, box-shadow 0.18s, transform 0.18s;
}

.wpv-store-preview:hover {
	border-color: rgba(21, 101, 192, 0.35);
	box-shadow: 0 12px 36px rgba(21, 101, 192, 0.12);
	transform: translateY(-2px);
}

.wpv-store-preview__brand .wpv-brand-logo img,
.wpv-store-preview__brand .wpv-brand-swatch {
	width: 44px;
	height: 44px;
}

.wpv-store-preview__brand .wpv-brand-logo img {
	padding: 5px;
}

.wpv-store-preview__label {
	font-weight: 800;
	font-size: 1.05rem;
	letter-spacing: -0.02em;
	color: var(--wpv-text);
}

.wpv-store-preview__hint {
	font-size: 0.86rem;
	color: var(--wpv-muted);
	line-height: 1.4;
}

/* Section hierarchy */
.wpv-section-eyebrow {
	margin: 0 0 0.35rem;
	font-size: 0.72rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--wpv-primary-dark);
}

.wpv-section-head--trending h2 {
	font-size: clamp(1.85rem, 3vw + 0.5rem, 2.45rem);
}

.wpv-section-head--trending .wpv-section-lead {
	max-width: min(52ch, 100%);
	margin-top: 0.5rem;
}

.wpv-section-head--secondary h2 {
	font-size: clamp(1.25rem, 2vw + 0.5rem, 1.55rem);
	font-weight: 800;
	opacity: 0.95;
}

.wpv-section--offers-secondary {
	opacity: 0.98;
}

/* Student / NHS / Free delivery: CTA uses soft brand blue (less green noise) */
.wpv-section--offers-secondary .wpv-coupon-card__cta {
	background: linear-gradient(180deg, var(--wpv-cta-secondary-top) 0%, var(--wpv-cta-secondary-mid) 44%, var(--wpv-cta-secondary-bot) 100%);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.28),
		0 2px 10px rgba(13, 71, 161, 0.14);
}

.wpv-section--offers-secondary .wpv-coupon-card:hover .wpv-coupon-card__cta {
	filter: brightness(1.05);
}

.wpv-section-lead--hub {
	margin: 0.35rem 0 1.1rem;
	max-width: min(62ch, 100%);
	font-size: 0.95rem;
	text-wrap: pretty;
}

.wpv-section--hub-student {
	padding: clamp(1.1rem, 3vw, 1.65rem);
	border-radius: 18px;
	background: linear-gradient(145deg, rgba(106, 27, 154, 0.07) 0%, rgba(21, 101, 192, 0.05) 55%, #fff 100%);
	border: 1px solid rgba(106, 27, 154, 0.14);
}

.wpv-section--hub-nhs {
	padding: clamp(1.1rem, 3vw, 1.65rem);
	border-radius: 18px;
	background: linear-gradient(145deg, rgba(0, 131, 143, 0.08) 0%, rgba(21, 101, 192, 0.05) 55%, #fff 100%);
	border: 1px solid rgba(0, 131, 143, 0.16);
}

.wpv-card-grid--home-discounts {
	gap: 1rem 1.05rem;
}

.wpv-coupon-card--hub-discount {
	position: relative;
	border-radius: 16px;
	border-width: 1px;
	box-shadow: 0 8px 26px rgba(33, 37, 41, 0.07);
	padding-bottom: 0.15rem;
	overflow: hidden;
}

.wpv-coupon-card--hub-discount::before {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	width: 5px;
	z-index: 1;
}

.wpv-coupon-card--hub-student::before {
	background: linear-gradient(180deg, #7b1fa2 0%, #3949ab 100%);
}

.wpv-coupon-card--hub-nhs::before {
	background: linear-gradient(180deg, #00838f 0%, #1565c0 100%);
}

.wpv-coupon-card--hub-discount .wpv-coupon-card__top {
	padding-left: 0.35rem;
}

.wpv-coupon-card--hub-discount .wpv-coupon-type {
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(33, 37, 41, 0.08);
	font-size: 0.68rem;
	letter-spacing: 0.08em;
}

.wpv-coupon-card--hub-student .wpv-coupon-card__ribbon,
.wpv-coupon-card--hub-student .wpv-coupon-type {
	color: #6a1b9a;
	border-color: rgba(106, 27, 154, 0.22);
	background: rgba(106, 27, 154, 0.08);
}

.wpv-coupon-card--hub-nhs .wpv-coupon-card__ribbon,
.wpv-coupon-card--hub-nhs .wpv-coupon-type {
	color: #00695c;
	border-color: rgba(0, 131, 143, 0.22);
	background: rgba(0, 131, 143, 0.09);
}

.wpv-coupon-card--hub-discount .wpv-coupon-card__brand {
	margin-top: 0.15rem;
}

.wpv-coupon-card--hub-discount .wpv-coupon-card__brand .wpv-brand-mark,
.wpv-coupon-card--hub-discount .wpv-coupon-card__brand .wpv-brand-logo img,
.wpv-coupon-card--hub-discount .wpv-coupon-card__brand .wpv-brand-swatch {
	width: 2.65rem;
	height: 2.65rem;
	border-radius: 12px;
}

.wpv-coupon-card--hub-discount .wpv-coupon-card__store {
	font-size: 1.02rem;
	font-weight: 800;
	letter-spacing: -0.02em;
}

.wpv-coupon-card--hub-discount .wpv-coupon-card__desc {
	font-size: 0.94rem;
	line-height: 1.45;
	color: var(--wpv-text);
}

.wpv-coupon-card--hub-discount .wpv-coupon-card__meta {
	font-size: 0.8rem;
	font-weight: 600;
}

.wpv-coupon-card--hub-discount .wpv-coupon-card__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0.35rem 0.85rem 0.85rem;
	padding: 0.55rem 1rem;
	border-radius: 10px;
	font-weight: 800;
	font-size: 0.86rem;
}

.wpv-coupon-card--hub-student .wpv-coupon-card__cta {
	background: linear-gradient(180deg, #8e24aa 0%, #5e35b1 100%);
	box-shadow: 0 4px 14px rgba(94, 53, 177, 0.28);
}

.wpv-coupon-card--hub-nhs .wpv-coupon-card__cta {
	background: linear-gradient(180deg, #00897b 0%, #1565c0 100%);
	box-shadow: 0 4px 14px rgba(21, 101, 192, 0.22);
}

.wpv-coupon-card--hub-discount:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 32px rgba(33, 37, 41, 0.1);
}

/* Trending: 4×2 dense hero grid + larger cards */
.wpv-card-grid--trending-major {
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 260px), 1fr));
	gap: 1.15rem 1.2rem;
}

@media (min-width: 1020px) {
	.wpv-card-grid--trending-major {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

.wpv-card-grid--trending-major .wpv-coupon-card {
	min-height: 100%;
	display: flex;
	flex-direction: column;
}

.wpv-card-grid--trending-major .wpv-coupon-card__surface {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	min-height: 0;
}

.wpv-card-grid--trending-major .wpv-coupon-card__meta {
	margin-top: auto;
}

.wpv-card-grid--trending-major a.wpv-coupon-card .wpv-coupon-card__meta {
	margin-top: auto;
}

.wpv-card-grid--trending-major .wpv-coupon-card__code-row {
	flex-shrink: 0;
}

.wpv-card-grid--trending-major .wpv-coupon-card__desc {
	font-size: 0.98rem;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: calc(1.45em * 3);
}

.wpv-card-grid--trending-major .wpv-coupon-card__store {
	font-size: 1.08rem;
}

.wpv-card-grid--trending-major .wpv-coupon-card__trust-wrap {
	margin: 0.2rem 1rem 0;
	min-height: 2.85rem;
}

.wpv-card-grid--trending-major .wpv-coupon-card__proof {
	min-height: 2.55rem;
	margin: 0.35rem 1rem 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.wpv-coupon-card--spotlight {
	box-shadow:
		0 6px 0 rgba(40, 167, 69, 0.22),
		0 20px 50px rgba(13, 71, 161, 0.12);
	border-color: rgba(21, 101, 192, 0.22);
	transform: scale(1.02);
	z-index: 1;
}

@media (max-width: 1019px) {
	.wpv-coupon-card--spotlight {
		transform: none;
	}
}

/* Secondary offer rows: locked 4 columns */
@media (min-width: 880px) {
	.wpv-card-grid--four {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}
}

/* Coupon card: split surface + reveal code */
.wpv-coupon-card__surface {
	display: block;
	text-decoration: none;
	color: inherit;
	padding: 0 1rem 0.5rem;
}

.wpv-coupon-card__surface:hover .wpv-coupon-card__store {
	color: var(--wpv-primary);
}

.wpv-coupon-card__code-row {
	padding: 0 1rem 1rem;
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
}

.wpv-coupon-card__proof {
	margin: 0.35rem 0 0;
	font-size: 0.78rem;
	font-style: italic;
	color: var(--wpv-muted);
	line-height: 1.35;
}

.wpv-coupon-card__trust-wrap {
	margin: 0.35rem 1rem 0;
	min-height: 2.75rem;
}

.wpv-coupon-card__trust {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.72rem;
	font-weight: 600;
	line-height: 1.38;
	color: var(--wpv-muted);
	letter-spacing: -0.01em;
}

.wpv-coupon-card__trust li {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.wpv-coupon-card__trust li + li {
	margin-top: 0.2rem;
}

.wpv-code-reveal--hidden {
	filter: blur(5px);
	user-select: none;
	letter-spacing: 0.12em;
}

.wpv-coupon-card.is-revealed .wpv-code-reveal {
	filter: none;
	user-select: text;
	letter-spacing: normal;
}

.wpv-coupon-card--placeholder {
	border-style: dashed;
	border-color: rgba(21, 101, 192, 0.14);
	opacity: 1;
	background: linear-gradient(180deg, #fbfcfd 0%, #f1f4f7 100%);
	box-shadow: 0 2px 14px rgba(33, 37, 41, 0.04);
}

.wpv-coupon-card--placeholder .wpv-coupon-card__top {
	background: transparent;
	border-bottom-color: rgba(0, 0, 0, 0.06);
}

.wpv-coupon-card--placeholder .wpv-coupon-card__cta {
	background: linear-gradient(180deg, #b0bec5 0%, #90a4ae 100%);
	color: #fff;
	box-shadow: none;
}
