/*--------------------------------------------------------------
## PAGE BOUTIQUE 2026 — intégration WordPress / WooCommerce
--------------------------------------------------------------*/

.page_boutique--2026 {
	--home-header-offset: 60px;
}

body.page_boutique--2026 {
	background: var(--bg-page);
}

.page_boutique--2026 > #content > #main,
.page_boutique--2026 #main,
.page_boutique--2026 #primary.page_boutique {
	background: var(--bg-page);
}

.page_boutique--2026 #primary.page_boutique > #main > section.hero {
	padding-top: calc(var(--home-header-offset) + 40px) !important;
	padding-bottom: 48px !important;
}

.page_boutique--2026 #primary.page_boutique > #main > section.section,
.page_boutique--2026 #primary.page_boutique > #main > section.bestsellers,
.page_boutique--2026 #primary.page_boutique > #main > section.proof-wall,
.page_boutique--2026 #primary.page_boutique > #main > section.cta-band {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.page_boutique--2026 #catalogue {
	scroll-margin-top: calc(var(--home-header-offset, 60px) + 20px);
}

.page_boutique--2026 #main a.btn:not(.btn--outline),
.page_boutique--2026 #main a.btn:not(.btn--outline):visited,
.page_boutique--2026 #primary.page_boutique a.btn:not(.btn--outline),
.page_boutique--2026 #primary.page_boutique a.btn:not(.btn--outline):visited {
	text-transform: none;
	color: #fff !important;
}
.page_boutique--2026 #main a.btn:not(.btn--outline):hover,
.page_boutique--2026 #primary.page_boutique a.btn:not(.btn--outline):hover {
	color: var(--brand-orange) !important;
	background: #fff;
	text-decoration: none;
}
.page_boutique--2026 #main a.btn--outline,
.page_boutique--2026 #main a.btn--outline:visited,
.page_boutique--2026 #primary.page_boutique a.btn--outline,
.page_boutique--2026 #primary.page_boutique a.btn--outline:visited {
	color: var(--text);
}

.page_boutique--2026 .product-card__actions .btn,
.page_boutique--2026 .product-card__actions .add_to_cart_button {
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.page_boutique--2026 #colophon.site-footer {
	background: transparent;
	padding: 0;
	border-top: 0;
	font-size: inherit;
	color: inherit;
	text-align: inherit;
}
.page_boutique--2026 #colophon .pieddepage1 { background-color: #f8f8f8; text-align: center; }
.page_boutique--2026 #colophon .pieddepage1 .wrapper {
	text-align: center;
}
.page_boutique--2026 #colophon #logo_footer {
	margin-left: auto;
	margin-right: auto;
}
.page_boutique--2026 #colophon #logo_footer img {
	margin-inline: auto;
}
.page_boutique--2026 #colophon .pieddepage2,
.page_boutique--2026 #colophon .pieddepage3 { background-color: #e98030; text-align: center; }
.page_boutique--2026 #colophon .pieddepage2 a,
.page_boutique--2026 #colophon .pieddepage2 a:visited { color: #000; text-decoration: none; }
.page_boutique--2026 #colophon .pieddepage3,
.page_boutique--2026 #colophon .footer_menu ul li a { color: rgba(0, 0, 0, 0.5); text-decoration: none; }

.page_boutique--2026 .woocommerce-notices-wrapper { margin-bottom: 0; }
.page_boutique--2026 .product-card__thumb {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.page_boutique--2026 .product-card__media .product-card__icon {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page_boutique--2026 .merchant__avatar-img {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	object-fit: cover;
	border: 3px solid #fff;
	box-shadow: 0 8px 32px rgba(0,0,0,.08);
}
.page_boutique--2026 .merchant__text p:first-child { margin-top: 0; }
.page_boutique--2026 .star-rating {
	color: var(--brand-orange);
	font-size: 13px;
}

/* Maquette Boutique 2026 */

*, *::before, *::after { box-sizing: border-box; }

:root {
	--brand-orange: #e98030;
	--brand-orange-hover: #d56f20;
	--brand-orange-soft: #fff4eb;
	--brand-orange-light: #ffcaa1;
	--bg-page: #f8f8f8;
	--bg-card: #ffffff;
	--bg-dark: #000000;
	--border: #ededed;
	--text: #000000;
	--text-muted: #666666;
	--link: #e98030;
	--success: #1a7f4b;
	--radius: 16px;
	--radius-sm: 10px;
	--max: 1280px;
	--font: 'muli', sans-serif;
	--font-display: 'Montserrat', sans-serif;
	--ease-out: cubic-bezier(0.22, 1, 0.36, 1);
	--header-offset: 72px;
}

html { scroll-behavior: smooth; }

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after {
		animation-duration: 0.01ms !important;
		transition-duration: 0.01ms !important;
	}
	.reveal { opacity: 1 !important; transform: none !important; }
	.proof-ticker__track { animation: none !important; }
}

body {
	margin: 0;
	font-family: var(--font);
	font-size: 17px;
	line-height: 1.6;
	color: var(--text);
	background: var(--bg-page);
	-webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--link); text-decoration: none; }
a:hover { text-decoration: underline; }

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.mock-banner {
	background: #000;
	color: #fff;
	font-size: 13px;
	text-align: center;
	padding: 10px 16px;
	margin: 0;
}
.mock-banner strong { color: var(--brand-orange); }
.mock-banner code { background: rgba(255,255,255,.1); padding: 2px 6px; border-radius: 4px; }

.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: #fff;
	border-bottom: 1px solid var(--border);
	border-top: 3px solid var(--brand-orange);
}
.site-header__inner {
	max-width: var(--max);
	margin: 0 auto;
	padding: 12px 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}
.logo {
	font-family: var(--font-display);
	font-weight: 700;
	font-size: 18px;
	color: var(--text);
	text-decoration: none;
}
.logo span { color: var(--brand-orange); }
.nav { display: flex; flex-wrap: wrap; gap: 12px 20px; align-items: center; font-size: 13px; }
.nav a { color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.04em; font-weight: 600; }
.nav a[aria-current="page"] { color: var(--brand-orange); }
.nav-cta {
	background: var(--brand-orange);
	color: #fff !important;
	padding: 8px 16px;
	border-radius: var(--radius-sm);
	text-decoration: none !important;
}
.nav-cart {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 12px;
	border: 1px solid var(--border);
	border-radius: var(--radius-sm);
	color: var(--text) !important;
	text-decoration: none !important;
	font-weight: 700;
}
.nav-cart__count {
	background: var(--brand-orange);
	color: #fff;
	font-size: 11px;
	min-width: 20px;
	height: 20px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.wrapper { max-width: var(--max); margin: 0 auto; padding: 0 24px; }
.section { padding: 72px 0; }
.section--tight { padding: 48px 0; }
.section--dark { background: var(--bg-dark); color: #fff; }
.section--soft { background: var(--brand-orange-soft); }
.section-title {
	font-family: var(--font-display);
	font-size: clamp(1.35rem, 3vw, 1.75rem);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: -0.02em;
	margin: 0 0 32px;
	line-height: 1.2;
}
.section-title--center { text-align: center; }

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 14px 28px;
	background: var(--brand-orange);
	color: #fff !important;
	border: 2px solid var(--brand-orange);
	border-radius: var(--radius-sm);
	font-family: var(--font-display);
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	text-decoration: none !important;
	cursor: pointer;
	transition: background 0.25s, color 0.25s, transform 0.25s var(--ease-out);
}
.btn:hover { background: #fff; color: var(--brand-orange) !important; transform: translateY(-1px); }
.btn--outline { background: transparent; color: var(--brand-orange) !important; }
.btn--outline:hover { background: var(--brand-orange); color: #fff !important; }
.btn--dark { background: var(--bg-dark); border-color: var(--bg-dark); }
.btn--dark:hover { background: #fff; color: var(--bg-dark) !important; }
.btn--sm { padding: 10px 18px; font-size: 12px; }
.btn--block { width: 100%; }

.reveal {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out);
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* Hero */
.hero {
	position: relative;
	overflow: hidden;
	padding: calc(var(--header-offset) + 40px) 0 48px;
	background: var(--bg-page);
}
.hero__ambient {
	position: absolute;
	inset: 0;
	pointer-events: none;
}
.hero__ambient-base {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 80% 60% at 100% 0%, rgba(233,128,48,.12), transparent 55%),
		radial-gradient(ellipse 60% 50% at 0% 100%, rgba(0,0,0,.04), transparent 50%);
}
.hero__grid {
	position: relative;
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 40px;
	align-items: center;
}
.hero__eyebrow {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--brand-orange);
	margin: 0 0 12px;
}
.hero h1 {
	font-family: var(--font-display);
	font-size: clamp(2rem, 4.5vw, 3rem);
	font-weight: 800;
	line-height: 1.05;
	text-transform: uppercase;
	letter-spacing: -0.03em;
	margin: 0 0 16px;
}
.hero h1 .section-title__line {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 1.05;
}
.hero__subtitle {
	font-size: 18px;
	color: var(--text-muted);
	max-width: 520px;
	margin: 0 0 24px;
}
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 20px; }
.hero-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}
.hero-tags a {
	display: inline-block;
	padding: 6px 12px;
	background: #fff;
	border: 1px solid var(--border);
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	color: var(--text);
	text-decoration: none;
}
.hero-tags a:hover { border-color: var(--brand-orange); color: var(--brand-orange); text-decoration: none; }
.breadcrumb { font-size: 13px; color: var(--text-muted); }
.breadcrumb a { color: var(--text-muted); }

.hero__visual {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}
.hero-stat {
	background: #fff;
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: 20px;
	text-align: center;
}
.hero-stat--large { grid-column: span 2; background: linear-gradient(135deg, var(--brand-orange-soft), #fff); border-color: var(--brand-orange-light); }
.hero-stat strong {
	display: block;
	font-family: var(--font-display);
	font-size: 1.75rem;
	font-weight: 800;
	color: var(--brand-orange);
	line-height: 1;
	margin-bottom: 6px;
}
.hero-stat span { font-size: 13px; color: var(--text-muted); line-height: 1.35; }

/* Trust */
.trust {
	border-top: 1px solid var(--border);
	border-bottom: 1px solid var(--border);
	background: #fff;
	padding: 20px 0;
}
.trust__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	text-align: center;
}
.trust__item strong {
	display: block;
	font-family: var(--font-display);
	font-size: 1rem;
	color: var(--brand-orange);
	margin-bottom: 4px;
}
.trust__item span { font-size: 13px; color: var(--text-muted); }

/* Bestsellers */
.bestsellers { padding-top: 56px; padding-bottom: 32px; }
.bestsellers__head {
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 24px;
}
.bestsellers__head h2 { margin: 0; font-family: var(--font-display); font-size: 1.35rem; text-transform: uppercase; }
.bestsellers__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Product card */
.product-card {
	background: #fff;
	border: 1px solid var(--border);
	border-radius: var(--radius);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: 100%;
	transition: transform 0.3s var(--ease-out), box-shadow 0.3s, border-color 0.3s;
}
.product-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 20px 48px rgba(233,128,48,.12);
	border-color: var(--brand-orange-light);
}
.product-card__media {
	position: relative;
	aspect-ratio: 4 / 3;
	background: linear-gradient(145deg, #f3f3f3, #e8e8e8);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.product-card__media-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: inherit;
}
.product-card__media-link:hover,
.product-card__media-link:focus-visible {
	text-decoration: none;
}
.product-card__media--ps { background: linear-gradient(145deg, #fff4eb, #ffe8d4); }
.product-card__media--wp { background: linear-gradient(145deg, #eef6ff, #dceeff); }
.product-card__media--bundle { background: linear-gradient(145deg, #111, #333); color: #fff; }
.product-card__icon { font-size: 2.5rem; line-height: 1; }
.product-card__badges {
	position: absolute;
	top: 12px;
	left: 12px;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}
.badge {
	display: inline-block;
	padding: 4px 10px;
	border-radius: 999px;
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}
.badge--orange { background: var(--brand-orange); color: #fff; }
.badge--dark { background: var(--bg-dark); color: #fff; }
.badge--green { background: var(--success); color: #fff; }
.badge--free { background: #fff; color: var(--text); border: 1px solid var(--border); }
.product-card__body {
	padding: 18px 18px 20px;
	display: flex;
	flex-direction: column;
	flex: 1;
	gap: 10px;
}
.product-card__platform {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--text-muted);
}
.product-card__title {
	font-family: var(--font-display);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.25;
	margin: 0;
	color: var(--text);
}
.product-card__title a { color: inherit; text-decoration: none; }
.product-card__title a:hover { color: var(--brand-orange); text-decoration: none; }
.product-card__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 12px;
	font-size: 13px;
}
.product-card__rating { color: var(--brand-orange); font-weight: 700; }
.product-card__reviews { color: var(--text-muted); }
.product-card__price {
	font-family: var(--font-display);
	font-size: 1.35rem;
	font-weight: 800;
	color: var(--text);
	margin-top: auto;
}
.product-card__price-from {
	display: block;
	font-size: 12px;
	font-weight: 600;
	color: var(--text-muted);
	text-transform: none;
	letter-spacing: 0;
	margin-bottom: 2px;
}
.product-card__price small { font-size: 12px; font-weight: 600; color: var(--text-muted); }
.product-card__price--free { color: var(--success); }
.product-card__actions { display: flex; flex-direction: column; gap: 8px; margin-top: 8px; }

/* Catalog */
.catalog { padding-top: 0; }
.catalog-toolbar {
	position: sticky;
	top: var(--header-offset);
	z-index: 50;
	background: rgba(248,248,248,.95);
	backdrop-filter: blur(8px);
	border-top: 1px solid var(--border);
	border-bottom: 1px solid var(--border);
	padding: 14px 0;
	margin-bottom: 28px;
}
.catalog-toolbar__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px 16px;
}
.catalog-search {
	flex: 1 1 220px;
	min-width: 180px;
}
.catalog-search input {
	width: 100%;
	padding: 12px 16px;
	border: 1px solid var(--border);
	border-radius: var(--radius-sm);
	font: inherit;
	background: #fff;
}
.catalog-search input:focus {
	outline: 2px solid var(--brand-orange-light);
	border-color: var(--brand-orange);
}
.catalog-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.filter-btn {
	padding: 8px 14px;
	border: 1px solid var(--border);
	border-radius: 999px;
	background: #fff;
	font: inherit;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	cursor: pointer;
	transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.filter-btn:hover { border-color: var(--brand-orange); color: var(--brand-orange); }
.filter-btn.is-active {
	background: var(--brand-orange);
	border-color: var(--brand-orange);
	color: #fff;
}
.catalog-meta {
	font-size: 13px;
	color: var(--text-muted);
	margin-left: auto;
}
.product-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.product-grid .product-card[hidden] {
	display: none !important;
}
.catalog-empty {
	text-align: center;
	padding: 48px 24px;
	color: var(--text-muted);
}

/* Bundle spotlight */
.bundle-spotlight {
	background: linear-gradient(135deg, #111 0%, #2a2a2a 100%);
	color: #fff;
	border-radius: var(--radius);
	padding: 40px;
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: 32px;
	align-items: center;
}
.bundle-spotlight h2 {
	font-family: var(--font-display);
	font-size: clamp(1.5rem, 3vw, 2rem);
	text-transform: uppercase;
	margin: 0 0 12px;
}
.bundle-spotlight p { color: #bbb; margin: 0 0 20px; }
.bundle-spotlight ul {
	margin: 0 0 24px;
	padding-left: 18px;
	color: #ccc;
	font-size: 15px;
}
.bundle-spotlight__price {
	font-family: var(--font-display);
	font-size: 2.5rem;
	font-weight: 800;
	color: var(--brand-orange);
	margin-bottom: 16px;
}
.bundle-spotlight__price small { font-size: 14px; color: #999; font-weight: 600; }

/* Merchant */
.merchant {
	display: grid;
	grid-template-columns: 140px 1fr;
	gap: 28px;
	align-items: start;
	max-width: 880px;
	margin: 0 auto;
}
.merchant__avatar {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background: linear-gradient(145deg, var(--brand-orange-soft), var(--brand-orange-light));
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font-display);
	font-size: 2rem;
	font-weight: 800;
	color: var(--brand-orange);
	border: 3px solid #fff;
	box-shadow: 0 8px 32px rgba(0,0,0,.08);
}
.merchant blockquote {
	margin: 0;
	font-size: 17px;
	line-height: 1.65;
	color: var(--text-muted);
}
.merchant blockquote strong { color: var(--text); }

/* Proof wall (compact) */
.proof-wall { padding: 64px 0; background: var(--bg-dark); color: #fff; }
.proof-wall__head { text-align: center; margin-bottom: 28px; }
.proof-wall__score { color: var(--brand-orange); font-weight: 700; margin-bottom: 8px; }
.proof-wall__title { font-family: var(--font-display); font-size: 1.5rem; text-transform: uppercase; margin: 0; }
.proof-ticker {
	overflow: hidden;
	margin-bottom: 24px;
	padding: 12px 0;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.proof-ticker__track {
	display: flex;
	gap: 48px;
	width: max-content;
	animation: proof-marquee 30s linear infinite;
}
.proof-ticker__track span { font-size: 14px; font-weight: 600; color: #ccc; white-space: nowrap; }
.proof-ticker__track span::before { content: "★ "; color: var(--brand-orange); }
@keyframes proof-marquee {
	0% { transform: translateX(0); }
	100% { transform: translateX(-50%); }
}
.proof-spotlight {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.proof-spotlight__card {
	padding: 24px;
	border-radius: var(--radius);
	background: #141414;
	border: 1px solid #2a2a2a;
	font-size: 14px;
	color: #999;
}
.proof-spotlight__quote {
	font-family: var(--font-display);
	font-size: 1.1rem;
	font-weight: 800;
	color: #fff;
	margin: 0 0 10px;
	line-height: 1.2;
}

/* Why us */
.why-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.why-grid li {
	background: #fff;
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: 24px 20px;
}
.why-grid strong {
	display: block;
	font-family: var(--font-display);
	font-size: 1rem;
	margin-bottom: 8px;
}
.why-grid span { font-size: 14px; color: var(--text-muted); }

/* Reassurance — 2e rangée du bloc « Pourquoi acheter ici » */
.why-grid + .reassure {
	margin-top: 16px;
}
.reassure {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}
.reassure__item {
	text-align: center;
	padding: 24px 20px;
	background: #fff;
	border: 1px solid var(--border);
	border-radius: var(--radius);
}
.reassure__item strong {
	display: block;
	font-family: var(--font-display);
	font-size: 1rem;
	margin-bottom: 8px;
}
.reassure__item span { font-size: 14px; color: var(--text-muted); }

/* FAQ */
.faq-list details {
	border: 1px solid var(--border);
	border-radius: var(--radius-sm);
	background: #fff;
	margin-bottom: 10px;
}
.faq-list summary {
	padding: 16px 20px;
	font-weight: 700;
	cursor: pointer;
	list-style: none;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list details div { padding: 0 20px 18px; font-size: 15px; color: var(--text-muted); }

/* SEO block */
.seo-block {
	max-width: 880px;
	margin: 0 auto;
	font-size: 15px;
	color: var(--text-muted);
}
.seo-block h2 { font-family: var(--font-display); font-size: 1.25rem; color: var(--text); margin: 32px 0 12px; }
.seo-block p { margin: 0 0 16px; }

/* CTA band */
.cta-band {
	text-align: center;
	padding: 56px 24px;
	background: var(--brand-orange-soft);
	border-top: 2px solid var(--brand-orange-light);
}
.cta-band h2 {
	font-family: var(--font-display);
	font-size: clamp(1.35rem, 3vw, 1.75rem);
	text-transform: uppercase;
	margin: 0 0 12px;
}
.cta-band p { margin: 0 0 24px; color: var(--text-muted); }
.cta-band__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }

.site-footer {
	background: #f8f8f8;
	text-align: center;
	padding: 40px 24px;
	font-size: 13px;
	color: var(--text-muted);
	border-top: 1px solid var(--border);
}

@media (max-width: 1024px) {
	.hero__grid { grid-template-columns: 1fr; }
	.bestsellers__grid { grid-template-columns: 1fr 1fr; }
	.product-grid { grid-template-columns: repeat(3, 1fr); }
	.why-grid { grid-template-columns: repeat(2, 1fr); }
	.bundle-spotlight { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
	.nav { display: none; }
	.trust__grid { grid-template-columns: repeat(2, 1fr); }
	.bestsellers__grid,
	.product-grid,
	.proof-spotlight,
	.reassure,
	.why-grid { grid-template-columns: 1fr; }
	.catalog-meta { width: 100%; margin-left: 0; }
	.merchant { grid-template-columns: 1fr; text-align: center; }
	.merchant__avatar { margin: 0 auto; }
	.proof-ticker__track { animation: none; flex-wrap: wrap; justify-content: center; width: auto; }
}
