.homev2 {
	--homev2-primary: #0891b2;
	--homev2-primary-dark: #0e7490;
	--homev2-accent: #f59e0b;
	--homev2-radius: 0.625rem;
	--homev2-radius-lg: 1rem;
	--homev2-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
	--homev2-shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.1);
	--homev2-bg-dark: #111827;
	--homev2-bg-darker: #020617;
	--homev2-text-muted: #4b5563;
	--homev2-text-subtle: #6b7280;
	--homev2-border-subtle: #e5e7eb;
}

.homev2 {
	color: #0f172a;
}

.homev2 a {
	color: inherit;
}

.homev2 a:hover {
	text-decoration: none;
}

.homev2 section {
	margin: 0;
}

.homev2 .homev2-section {
	padding: 3.5rem 1.5rem;
}

.homev2 .homev2-section__inner {
	max-width: 1120px;
	margin: 0 auto;
}

.homev2 .homev2-section__header {
	margin-bottom: 2rem;
}

.homev2 .homev2-section__header--center {
	text-align: center;
}

.homev2 .homev2-section__title {
	font-size: clamp(1.5rem, 3vw, 2.25rem);
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 0.75rem;
}

.homev2 .homev2-section__subtitle {
	margin: 0;
	color: var(--homev2-text-muted);
	font-size: 1rem;
}

/* Buttons */
.homev2 .homev2-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	padding: 0.75rem 1.5rem;
	border-radius: var(--homev2-radius-lg);
	border: 1px solid transparent;
	font-weight: 500;
	font-size: 0.95rem;
	cursor: pointer;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.homev2 .homev2-btn--primary {
	background-color: var(--homev2-primary);
	color: #fff;
	box-shadow: 0 4px 14px rgba(8, 145, 178, 0.25);
}

.homev2 .homev2-btn--primary:hover {
	background-color: var(--homev2-primary-dark);
}

.homev2 .homev2-btn--ghost {
	background-color: transparent;
	color: var(--homev2-primary-dark);
	border-color: rgba(8, 145, 178, 0.2);
}

.homev2 .homev2-btn--ghost:hover {
	background-color: rgba(8, 145, 178, 0.06);
}

.homev2 .homev2-btn--full {
	width: 100%;
}

/* ========== Hero ========== */
.homev2 .homev2-hero {
	position: relative;
	overflow: hidden;
	background: linear-gradient(to bottom right, #ecfeff 0%, #e0f2fe 40%, #fff 100%);
	padding: 4rem 1.5rem 3.5rem;
}

.homev2 .homev2-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(to right, rgba(148, 163, 184, 0.12) 1px, transparent 1px),
		linear-gradient(to bottom, rgba(148, 163, 184, 0.12) 1px, transparent 1px);
	background-size: 24px 24px;
	opacity: 0.7;
	pointer-events: none;
}

.homev2 .homev2-hero__inner,
.homev2 .homev2-hero__trust {
	position: relative;
	z-index: 1;
	max-width: 1120px;
	margin: 0 auto;
}

.homev2 .homev2-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 3fr) minmax(0, 2.5fr);
	align-items: center;
	gap: 2rem;
}

.homev2 .homev2-hero__content {
	max-width: 560px;
}

.homev2 .homev2-hero__header {
}

.homev2 .homev2-hero__micro {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	margin: 1rem 0 0;
	font-size: 0.875rem;
	color: var(--homev2-text-subtle);
}

.homev2 .homev2-hero__micro-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.1rem;
	height: 1.1rem;
	border-radius: 999px;
	background: var(--homev2-accent);
	color: #fff;
	font-size: 0.8rem;
	box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.25);
}

.homev2 .homev2-hero__title {
	margin: 0 0 1rem;
	font-size: clamp(1.9rem, 3.8vw, 3rem);
	font-weight: 700;
	line-height: 1.15;
}

.homev2 .homev2-hero__subtitle {
	margin: 0 0 1.75rem;
	font-size: 1.05rem;
	color: var(--homev2-text-muted);
	max-width: 32rem;
}

.homev2 .homev2-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.homev2 .homev2-hero__actions .homev2-btn--ghost {
	border-color: rgba(8, 145, 178, 0.3);
	background-color: #fff;
	color: var(--homev2-primary);
}

.homev2 .homev2-hero__actions .homev2-btn--ghost:hover {
	background-color: rgba(8, 145, 178, 0.06);
}

/* Hero right-hand profile panel */
.homev2 .homev2-hero__panel {
	align-self: stretch;
}

.homev2 .homev2-toggle {
	display: inline-flex;
	background: #020617;
	border-radius: 999px;
	padding: 0.15rem;
	margin-bottom: 0.75rem;
}

.homev2 .homev2-toggle__btn {
	position: relative;
	border: none;
	background: transparent;
	color: #cbd5f5;
	font-size: 0.75rem;
	font-weight: 500;
	padding: 0.3rem 0.9rem;
	border-radius: 999px;
	cursor: default;
}

.homev2 .homev2-toggle__btn--active {
	background: #ffffff;
	color: #020617;
	box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.1);
}

.homev2 .homev2-profile-cards {
	position: relative;
}

.homev2 .homev2-profile-card {
	background: #fff;
	border-radius: 1.5rem;
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.25);
	padding: 1.4rem 1.4rem 1.5rem;
	max-width: 360px;
	display: none;
}

.homev2 .homev2-profile-card.is-active {
	display: block;
}

.homev2 .homev2-profile-card__header {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 0.75rem;
}

.homev2 .homev2-profile-card__avatar {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 999px;
	background: radial-gradient(circle at 30% 20%, #f97316, #ec4899, #6366f1);
}

.homev2 .homev2-profile-card__meta {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
}

.homev2 .homev2-profile-card__handle {
	margin: 0;
	font-weight: 600;
	color: #020617;
}

.homev2 .homev2-profile-card__name {
	margin: 0;
	font-size: 0.9rem;
	color: #0f172a;
}

.homev2 .homev2-profile-card__category {
	margin: 0;
	font-size: 0.8rem;
	color: #6b7280;
}

.homev2 .homev2-profile-card__tags {
	list-style: none;
	margin: 0 0 0.9rem;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	font-size: 0.82rem;
	color: #4b5563;
}

.homev2 .homev2-profile-card__gallery {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.5rem;
	margin-bottom: 0.9rem;
}

.homev2 .homev2-profile-card__tile {
	border-radius: 0.9rem;
	height: 3.2rem;
}

.homev2 .homev2-profile-card__tile--pink {
	background: linear-gradient(135deg, #f97316, #fb7185);
}

.homev2 .homev2-profile-card__tile--purple {
	background: linear-gradient(135deg, #6366f1, #a855f7);
}

.homev2 .homev2-profile-card__tile--green {
	background: linear-gradient(135deg, #22c55e, #2dd4bf);
}

/* After card variations */
.homev2 .homev2-profile-card__header--after .homev2-profile-card__meta {
	gap: 0.1rem;
}

.homev2 .homev2-profile-card__rating-line {
	margin: 0 0 0.7rem;
	font-size: 0.8rem;
	color: #0f172a;
	display: flex;
	align-items: center;
	gap: 0.25rem;
}

.homev2 .homev2-profile-card__rating-line .homev2-profile-card__star {
	color: #f59e0b;
}

.homev2 .homev2-profile-card__dot {
	opacity: 0.6;
}

.homev2 .homev2-profile-card__gallery--after {
	margin-bottom: 0.9rem;
}

.homev2 .homev2-profile-card__tile--pastel-pink {
	background: linear-gradient(135deg, #f9a8d4, #e0f2fe);
}

.homev2 .homev2-profile-card__tile--pastel-blue {
	background: linear-gradient(135deg, #bfdbfe, #a7f3d0);
}

.homev2 .homev2-profile-card__tile--pastel-green {
	background: linear-gradient(135deg, #bbf7d0, #a5f3fc);
}

.homev2 .homev2-profile-card__benefits {
	list-style: none;
	margin: 0.8rem 0 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	font-size: 0.8rem;
	color: #16a34a;
}

.homev2 .homev2-profile-card__benefits li {
	display: flex;
	align-items: center;
	gap: 0.35rem;
}

.homev2 .homev2-profile-card__benefit-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1rem;
	height: 1rem;
	border-radius: 999px;
	background: #dcfce7;
	color: #16a34a;
	font-size: 0.7rem;
}

.homev2 .homev2-profile-card__cta[disabled] {
	cursor: default;
	pointer-events: none;
	opacity: 1;
	background-color: var(--homev2-primary);
	color: #fff;
}

.homev2 .homev2-profile-card__stats {
	margin: 0 0 0.6rem;
	font-size: 0.78rem;
	color: #6b7280;
}

.homev2 .homev2-profile-card__issues {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	font-size: 0.8rem;
	color: #b91c1c;
}

.homev2 .homev2-profile-card__issues li {
	display: flex;
	align-items: center;
	gap: 0.35rem;
}

.homev2 .homev2-profile-card__issue-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1rem;
	height: 1rem;
	border-radius: 999px;
	background: #fee2e2;
	color: #b91c1c;
	font-size: 0.7rem;
}

/* Hero search UI */
.homev2 .homev2-hero__search {
	margin-top: 2rem;
}

.homev2 .homev2-hero__search-inner {
	max-width: 1120px;
	margin: 0 auto;
}

.homev2 .homev2-search {
	background: #fff;
	border-radius: 1rem;
	border: 1px solid var(--homev2-border-subtle);
	box-shadow: var(--homev2-shadow-lg);
	padding: 0.75rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	align-items: center;
	justify-content: space-between;
}

.homev2 .homev2-search__fields {
	display: flex;
	flex: 1;
	flex-wrap: wrap;
	gap: 0.5rem;
	min-width: 0;
}

.homev2 .homev2-search__field {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.75rem 1rem;
	border-radius: 0.75rem;
	background: #f9fafb;
	color: var(--homev2-text-subtle);
	font-size: 0.95rem;
	min-width: 0;
	flex: 1 1 160px;
}

.homev2 .homev2-search__icon {
	width: 1rem;
	height: 1rem;
	border-radius: 999px;
	background: #d1d5db;
	flex-shrink: 0;
}

.homev2 .homev2-search__field input {
	flex: 1;
	min-width: 0;
	border: none;
	background: transparent;
	font-size: inherit;
	color: #0f172a;
	outline: none;
}

.homev2 .homev2-search__field input::placeholder {
	color: var(--homev2-text-subtle);
}

.homev2 .homev2-search__submit {
	white-space: nowrap;
}

/* Trust stats */
.homev2 .homev2-hero__trust {
	margin-top: 2.25rem;
	padding: 1.25rem 0;
	border-top: 1px solid #e5e7eb;
	border-bottom: 1px solid #e5e7eb;
}

.homev2 .homev2-trust {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.homev2 .homev2-trust__item {
	text-align: center;
}

.homev2 .homev2-trust__value {
	margin: 0 0 0.25rem;
	font-weight: 700;
	font-size: 1.25rem;
}

.homev2 .homev2-trust__label {
	margin: 0;
	color: var(--homev2-text-subtle);
	font-size: 0.9rem;
}

/* ========== Examples (dark band) ========== */
.homev2 .homev2-examples {
	background: linear-gradient(to bottom, #f9fafb 0%, #1f2937 16%, #111827 100%);
	color: #fff;
	padding: 4rem 1.5rem;
}

.homev2 .homev2-examples .homev2-section__inner {
	max-width: 1120px;
}

.homev2 .homev2-examples__header {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 2rem;
}

.homev2 .homev2-examples__heading {
	max-width: 520px;
}

.homev2 .homev2-examples__title {
	font-size: clamp(1.5rem, 3vw, 2.1rem);
	margin: 0 0 0.4rem;
	color: #ffffff;
}

.homev2 .homev2-examples__subtitle {
	margin: 0;
	color: #d1d5db;
}

.homev2 .homev2-examples__link {
	margin: 0;
	font-size: 0.95rem;
	font-weight: 600;
}

.homev2 .homev2-examples__link a {
	color: #fff;
	text-decoration: none;
}

.homev2 .homev2-examples__link a:hover {
	color: #e5e7eb;
}

.homev2 .homev2-examples__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.5rem;
}

/* Cards */
.homev2 .homev2-card {
	color: #fff;
}

.homev2 .homev2-card__inner {
	background: rgba(31, 41, 55, 0.9);
	border-radius: 1rem;
	border: 1px solid rgba(75, 85, 99, 0.6);
	box-shadow: var(--homev2-shadow-lg);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: 100%;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.homev2 .homev2-card__inner:hover {
	border-color: rgba(8, 145, 178, 0.6);
	box-shadow: 0 12px 28px rgba(6, 182, 212, 0.24);
	transform: translateY(-2px);
}

.homev2 .homev2-card__media {
	position: relative;
}

.homev2 .homev2-card__figure {
	margin: 0;
	line-height: 0;
}

.homev2 .homev2-card__img {
	display: block;
	width: 100%;
	height: 192px;
	object-fit: cover;
}

.homev2 .homev2-card__body {
	padding: 1rem 1rem 1.25rem;
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

.homev2 .homev2-card__title {
	margin: 0 0 0.25rem;
	font-size: 1.05rem;
	color: #fff;
}

.homev2 .homev2-card__rating {
	display: flex;
	align-items: center;
	gap: 0.35rem;
	font-size: 0.85rem;
	color: #fbbf24;
	margin: 0;
}

.homev2 .homev2-card__star {
	font-size: 0.9rem;
}

.homev2 .homev2-card__rating-value {
	color: #fff;
	font-weight: 700;
}

.homev2 .homev2-card__rating-count {
	color: #9ca3af;
}

.homev2 .homev2-card__location {
	display: flex;
	align-items: center;
	gap: 0.35rem;
	margin: 0 0 0.35rem;
	font-size: 0.85rem;
	color: #9ca3af;
}

.homev2 .homev2-card__location-icon {
	width: 0.65rem;
	height: 0.65rem;
	border-radius: 999px;
	background: rgba(156, 163, 175, 0.65);
}

.homev2 .homev2-badge {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0 0 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid rgba(75, 85, 99, 0.5);
	font-size: 0.8rem;
	color: #d1d5db;
}

.homev2 .homev2-badge__chip {
	display: inline-flex;
	align-items: center;
	padding: 0.15rem 0.6rem;
	border-radius: 999px;
	font-weight: 600;
	color: #fff;
	background: #0891b2;
}

.homev2 .homev2-badge--bestseller .homev2-badge__chip,
.homev2 .homev2-badge--toprated .homev2-badge__chip {
	background: #f59e0b;
}

.homev2 .homev2-badge--new .homev2-badge__chip {
	background: #10b981;
}

.homev2 .homev2-badge__dot {
	opacity: 0.6;
}

.homev2 .homev2-badge__micro {
	color: #e5e7eb;
}

.homev2 .homev2-card__cta {
	margin-top: auto;
	background-color: var(--homev2-primary);
	color: #fff;
	border-radius: var(--homev2-radius);
	font-size: 0.9rem;
	font-weight: 600;
}

.homev2 .homev2-card__cta:hover {
	background-color: #06b6d4;
}

/* Pills on cards */
.homev2 .homev2-pill {
	position: absolute;
	z-index: 2;
	margin: 0;
	padding: 0.35em 0.7em;
	border-radius: 999px;
	font-size: 0.7rem;
	font-weight: 600;
	line-height: 1.35;
}

.homev2 .homev2-pill--category {
	top: 0.75rem;
	right: 0.75rem;
	background: linear-gradient(to right, #a78bfa, #ec4899);
	color: #fff;
}

.homev2 .homev2-pill--trending {
	top: 0.75rem;
	left: 0.75rem;
	background: linear-gradient(to right, #f59e0b, #f97316);
	color: #fff;
}

.homev2 .homev2-pill--fulfillment {
	bottom: 0.75rem;
	left: 0.75rem;
	background: rgba(255, 255, 255, 0.94);
	color: #111827;
}

.homev2 .homev2-pill__icon {
	width: 0.6rem;
	height: 0.6rem;
	border-radius: 999px;
	background: #0ea5e9;
	margin-right: 0.35rem;
	display: inline-block;
	vertical-align: middle;
}

/* ========== How it works ========== */
.homev2 .homev2-how-it-works {
	background: #fff;
}

.homev2 .homev2-how-toggle {
	display: flex;
	justify-content: center;
	background: #e5f4fb;
	border-radius: 999px;
	padding: 0.15rem;
	margin: 0 auto 2rem;
	width: fit-content;
}

.homev2 .homev2-how-toggle__btn {
	border: none;
	background: transparent;
	color: #0f172a;
	font-size: 0.85rem;
	font-weight: 500;
	padding: 0.4rem 1.1rem;
	border-radius: 999px;
	cursor: pointer;
}

.homev2 .homev2-how-toggle__btn--active {
	background: var(--homev2-primary);
	color: #ffffff;
	box-shadow: 0 6px 14px rgba(8, 145, 178, 0.3);
}

.homev2 .homev2-steps {
	display: none;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
}

.homev2 .homev2-steps.is-active {
	display: grid;
}

.homev2 .homev2-step {
	position: relative;
	padding: 1.8rem 1.8rem 1.9rem;
	border-radius: 1.25rem;
	border: 1px solid var(--homev2-border-subtle);
	background: #ffffff;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
	display: flex;
	flex-direction: column;
	gap: 0.7rem;
	min-height: 210px;
}

.homev2 .homev2-step__badge {
	position: absolute;
	top: -0.9rem;
	left: 1.3rem;
	width: 2rem;
	height: 2rem;
	border-radius: 999px;
	background: #0ea5e9;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 6px 14px rgba(14, 165, 233, 0.4);
}

.homev2 .homev2-steps--businessowners .homev2-step__badge {
	background: #f59e0b;
	box-shadow: 0 6px 14px rgba(245, 158, 11, 0.4);
}

.homev2 .homev2-step__badge-number {
	color: #ffffff;
	font-weight: 600;
	font-size: 0.9rem;
}

.homev2 .homev2-step__content {
	margin-top: 0.5rem;
}

.homev2 .homev2-step__title {
	margin: 0 0 0.5rem;
	font-size: 1rem;
}

.homev2 .homev2-step__body {
	margin: 0;
	color: var(--homev2-text-muted);
	font-size: 0.95rem;
}

/* ========== Featured stores (light cards) ========== */
.homev2 .homev2-featured {
	background: #fff;
}

.homev2 .homev2-featured__filters {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.5rem;
	margin-bottom: 2rem;
}

.homev2 .homev2-featured__filter {
	border: none;
	border-radius: 999px;
	padding: 0.4rem 0.9rem;
	font-size: 0.85rem;
	background: #e5e7eb;
	color: #374151;
	cursor: default;
}

.homev2 .homev2-featured__filter--active {
	background: #0ea5e9;
	color: #ffffff;
}

/* ========== Success story band ========== */
.homev2 .homev2-success {
	background: #e0f2fe;
}

.homev2 .homev2-success__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
	gap: 2rem;
	align-items: stretch;
}

.homev2 .homev2-success__story {
	padding: 1.75rem 1.75rem 1.9rem;
	border-radius: 1.5rem;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
}

.homev2 .homev2-success__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 0.75rem;
	padding: 0.25rem 0.7rem;
	border-radius: 999px;
	font-size: 0.75rem;
	font-weight: 500;
	color: #0f172a;
	background: #e0f2fe;
}

.homev2 .homev2-success__title {
	margin: 0 0 0.75rem;
	font-size: 1.6rem;
	font-weight: 700;
}

.homev2 .homev2-success__before,
.homev2 .homev2-success__after {
	margin: 0 0 0.75rem;
	font-size: 0.95rem;
	color: var(--homev2-text-muted);
}

.homev2 .homev2-success__card {
	padding: 1.5rem 1.6rem 1.8rem;
	border-radius: 1.5rem;
	background: #ffffff;
	box-shadow: 0 16px 40px rgba(15, 23, 42, 0.16);
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.homev2 .homev2-success__card-header {
	display: flex;
	align-items: center;
	gap: 0.9rem;
}

.homev2 .homev2-success__avatar {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 0.9rem;
	background: radial-gradient(circle at 30% 20%, #f97316, #ec4899, #6366f1);
}

.homev2 .homev2-success__card-meta {
	display: flex;
	flex-direction: column;
	gap: 0.1rem;
}

.homev2 .homev2-success__card-name {
	margin: 0;
	font-weight: 600;
}

.homev2 .homev2-success__card-sub {
	margin: 0;
	font-size: 0.85rem;
	color: var(--homev2-text-subtle);
}

.homev2 .homev2-success__metrics {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.75rem;
	margin-top: 0.5rem;
}

.homev2 .homev2-success__metric-value {
	margin: 0;
	font-size: 1.2rem;
	font-weight: 700;
}

.homev2 .homev2-success__metric-label {
	margin: 0;
	font-size: 0.8rem;
	color: var(--homev2-text-subtle);
}

.homev2 .homev2-success__quote {
	margin: 0.75rem 0 0;
	font-size: 0.9rem;
	color: var(--homev2-text-muted);
	font-style: italic;
}

.homev2 .homev2-featured__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
}

.homev2 .homev2-featured__card {
	background: #fff;
	border-radius: 1.25rem;
	border: 1px solid var(--homev2-border-subtle);
	box-shadow: var(--homev2-shadow);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.homev2 .homev2-featured__card:hover {
	box-shadow: var(--homev2-shadow-lg);
	border-color: var(--homev2-primary);
	transform: translateY(-2px);
}

.homev2 .homev2-featured__figure {
	margin: 0;
	line-height: 0;
	position: relative;
}

.homev2 .homev2-featured__img {
	width: 100%;
	height: 208px;
	object-fit: cover;
	display: block;
}

.homev2 .homev2-featured__body {
	padding: 1rem 1rem 1.4rem;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.homev2 .homev2-featured__title {
	margin: 0;
	font-size: 1.05rem;
}

.homev2 .homev2-featured__location {
	margin: 0;
	color: var(--homev2-text-muted);
	font-size: 0.9rem;
	display: flex;
	align-items: center;
	gap: 0.35rem;
}

.homev2 .homev2-featured__location-icon {
	width: 0.65rem;
	height: 0.65rem;
	border-radius: 999px;
	background: rgba(156, 163, 175, 0.7);
}

.homev2 .homev2-featured__rating {
	margin: 0 0 0.75rem;
	font-size: 0.9rem;
	display: flex;
	align-items: center;
	gap: 0.25rem;
}

.homev2 .homev2-featured__rating-star {
	color: #f59e0b;
}

.homev2 .homev2-featured__rating-value {
	font-weight: 600;
}

.homev2 .homev2-featured__rating-reviews {
	color: var(--homev2-text-muted);
}

.homev2 .homev2-featured__thumbs {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.4rem;
	margin-bottom: 0.9rem;
}

.homev2 .homev2-featured__thumbs .homev2-featured__img {
	height: 68px;
	border-radius: 0.6rem;
}

.homev2 .homev2-featured__cta {
	align-self: stretch;
	text-align: center;
}

.homev2 .homev2-featured__footer {
	margin-top: 2rem;
	text-align: center;
}

.homev2 .homev2-btn--outline {
	background: transparent;
	color: var(--homev2-primary);
	border-color: var(--homev2-primary);
}

.homev2 .homev2-btn--outline:hover {
	background-color: rgba(8, 145, 178, 0.06);
}

/* ========== Feature bullets ========== */
.homev2 .homev2-feature-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	row-gap: 1.5rem;
	column-gap: 1.5rem;
}

.homev2 .homev2-feature {
	padding: 1.75rem 1.75rem 1.9rem;
	border-radius: 1.25rem;
	background: #ffffff;
	border: 1px solid var(--homev2-border-subtle);
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
	display: flex;
	flex-direction: column;
	gap: 0.7rem;
}

.homev2 .homev2-feature__icon {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 0.9rem;
	background: #e0f2fe;
	margin-bottom: 0.25rem;
}

.homev2 .homev2-feature__title {
	margin: 0 0 0.5rem;
	font-size: 1rem;
}

.homev2 .homev2-feature__body {
	margin: 0;
	color: var(--homev2-text-muted);
	font-size: 0.95rem;
}

/* ========== Testimonials band (metrics + quote card) ========== */
.homev2 .homev2-testimonials {
	background: #ffffff;
}

.homev2 .homev2-testimonials__slider {
	position: relative;
	display: flex;
	align-items: center;
	gap: 1.25rem;
	margin-top: 1.5rem;
}

.homev2 .homev2-testimonials__viewport {
	overflow: hidden;
	flex: 1;
}

.homev2 .homev2-testimonials__track {
	display: flex;
	gap: 1.5rem;
}

.homev2 .homev2-testimonial-card {
	flex: 0 0 calc(33.333% - 1rem);
	background: #ffffff;
	border-radius: 1.5rem;
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
	padding: 1.5rem 1.5rem 1.7rem;
	opacity: 0.5;
	transform: translateY(4px);
	transition: opacity 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.homev2 .homev2-testimonial-card.is-active {
	opacity: 1;
	transform: translateY(0);
	box-shadow: 0 16px 40px rgba(15, 23, 42, 0.18);
}

.homev2 .homev2-testimonial-card__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.75rem;
}

.homev2 .homev2-testimonial-card__badge {
	margin: 0;
	padding: 0.2rem 0.7rem;
	border-radius: 999px;
	font-size: 0.75rem;
	font-weight: 500;
	background: #fef3c7;
	color: #92400e;
}

.homev2 .homev2-testimonial-card__stars span {
	color: #f59e0b;
	font-size: 0.85rem;
}

.homev2 .homev2-testimonial-card__quote {
	margin: 0 0 1rem;
	font-size: 0.92rem;
	color: var(--homev2-text-muted);
	line-height: 1.6;
}

.homev2 .homev2-testimonial-card__person {
	display: flex;
	align-items: center;
	gap: 0.8rem;
}

.homev2 .homev2-testimonial-card__avatar {
	width: 2.2rem;
	height: 2.2rem;
	border-radius: 999px;
	background: radial-gradient(circle at 30% 20%, #0ea5e9, #6366f1, #a855f7);
}

.homev2 .homev2-testimonial-card__meta {
	display: flex;
	flex-direction: column;
	gap: 0.1rem;
}

.homev2 .homev2-testimonial-card__name {
	margin: 0;
	font-weight: 600;
}

.homev2 .homev2-testimonial-card__role {
	margin: 0;
	font-size: 0.85rem;
	color: var(--homev2-text-subtle);
}

.homev2 .homev2-testimonials__nav {
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 999px;
	border: 1px solid #e5e7eb;
	background: #ffffff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.12);
	cursor: pointer;
}

.homev2 .homev2-testimonials__nav span {
	font-size: 1.2rem;
	color: #4b5563;
}

/* ========== Dual pathways cards (browse vs sell) ========== */
.homev2 .homev2-pathways {
	background: #f9fafb;
}

.homev2 .homev2-pathways__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.5rem;
}

.homev2 .homev2-pathway {
	background: #ffffff;
	border-radius: 1.5rem;
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
	border: 1px solid transparent;
	padding: 1.75rem 1.75rem 1.9rem;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.homev2 .homev2-pathway:hover {
	transform: translateY(-2px);
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.homev2 .homev2-pathway--browse:hover {
	border-color: #bfdbfe;
	box-shadow:
		0 0 0 3px rgba(59, 130, 246, 0.25),
		0 18px 40px rgba(15, 23, 42, 0.16);
}

.homev2 .homev2-pathway--sell:hover {
	border-color: #fed7aa;
	box-shadow:
		0 0 0 3px rgba(251, 146, 60, 0.3),
		0 18px 40px rgba(15, 23, 42, 0.16);
}

.homev2 .homev2-pathway__header {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 0.5rem;
}

.homev2 .homev2-pathway__icon {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 0.9rem;
	background: linear-gradient(135deg, #0ea5e9, #22c55e);
}

.homev2 .homev2-pathway--sell .homev2-pathway__icon {
	background: linear-gradient(135deg, #f59e0b, #f97316);
}

.homev2 .homev2-pathway__title {
	margin: 0;
	font-size: 1.25rem;
	font-weight: 700;
}

.homev2 .homev2-pathway__body {
	margin: 0;
	font-size: 0.95rem;
	color: var(--homev2-text-muted);
}

.homev2 .homev2-pathway__list {
	list-style: none;
	margin: 0.4rem 0 1.1rem;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.3rem;
	font-size: 0.9rem;
	color: var(--homev2-text-muted);
}

.homev2 .homev2-pathway__list li {
	display: flex;
	align-items: flex-start;
	gap: 0.4rem;
}

.homev2 .homev2-pathway__check {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1rem;
	height: 1rem;
	border-radius: 999px;
	background: #dcfce7;
	color: #16a34a;
	font-size: 0.7rem;
	margin-top: 0.15rem;
}

.homev2 .homev2-pathway__cta {
	align-self: flex-start;
}

.homev2 .homev2-pathway--browse .homev2-pathway__cta {
	background: linear-gradient(135deg, #0ea5e9, #22c55e);
	color: #ffffff;
}

.homev2 .homev2-pathway--browse .homev2-pathway__cta:hover {
	filter: brightness(0.95);
}

.homev2 .homev2-pathway--sell .homev2-pathway__cta {
	background-color: #f59e0b;
	color: #ffffff;
}

.homev2 .homev2-pathway--sell .homev2-pathway__cta:hover {
	background-color: #d97706;
}

/* ========== Pricing ========== */
.homev2 .homev2-pricing {
	background: #f9fafb;
}

.homev2 .homev2-pricing__billing {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 1rem 1.5rem;
	margin-bottom: 2rem;
}

.homev2 .homev2-pricing__toggle {
	display: inline-flex;
	background: #e5e7eb;
	border-radius: 999px;
	padding: 0.25rem;
	gap: 0;
}

.homev2 .homev2-pricing__toggle-btn {
	margin: 0;
	padding: 0.5rem 1.25rem;
	border: none;
	border-radius: 999px;
	font-size: 0.9375rem;
	font-weight: 600;
	background: transparent;
	color: #6b7280;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease;
}

.homev2 .homev2-pricing__toggle-btn:hover {
	color: #111827;
}

.homev2 .homev2-pricing__toggle-btn.is-active {
	background: #fff;
	color: var(--homev2-primary);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.homev2 .homev2-pricing__yearly-discount {
	margin: 0;
	padding: 0.35rem 0.9rem;
	background: #d1fae5;
	border-radius: 999px;
	font-size: 1rem;
	color: #059669;
}

.homev2 .homev2-pricing__yearly-discount strong {
	font-weight: 700;
}

.homev2 .homev2-pricing__grid {
	display: grid;
	grid-template-columns: 1fr 1.25fr 1fr;
	gap: 1.75rem;
	align-items: stretch;
}

.homev2 .homev2-price-card {
	background: #fff;
	border-radius: 24px;
	border: 0.889px solid #E5E7EB;
	box-shadow:
		0 10px 15px -3px rgba(0, 0, 0, 0.10),
		0 4px 6px -4px rgba(0, 0, 0, 0.10);
	padding: 1.9rem 1.9rem 2rem;
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	position: relative;
	flex-shrink: 0;
	width: 362.667px;
	height: 576.438px;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.homev2 .homev2-price-card:hover {
	box-shadow: var(--homev2-shadow-lg);
	border-color: var(--homev2-primary);
	transform: translateY(-2px);
}

.homev2 .homev2-price-card--highlight {
	background: linear-gradient(180deg, #0891B2 0%, #0E7490 100%);
	color: #fff;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	border-color: transparent;
	border-radius: 24px;
	flex-shrink: 0;
	width: 399.3px;
	height: 633.6px;
}

.homev2 .homev2-price-card--highlight .homev2-price-card__badge {
	background: var(--homev2-accent);
	color: #fff;
	font-size: 0.95rem;
	padding: 0.4em 1em;
}

.homev2 .homev2-price-card--highlight .homev2-price-card__list li {
	color: #e5e7eb;
}

.homev2 .homev2-price-card--highlight .homev2-price-card__cta {
	background: #fff;
	color: var(--homev2-primary);
}

.homev2 .homev2-price-card__badge {
	position: absolute;
	top: -0.9rem;
	left: 50%;
	transform: translateX(-50%);
	padding: 0.2em 0.6em;
	border-radius: 999px;
	background: var(--homev2-accent);
	color: #fff;
	font-size: 0.75rem;
	font-weight: 600;
}

.homev2 .homev2-price-card__title {
	margin: 0 0 0.35rem;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	color: #111827;
}

.homev2 .homev2-price-card__price {
	margin: 0;
	font-size: 1.4rem;
	height: 55.733px;
	flex-shrink: 0;
	align-self: stretch;
	display: flex;
	align-items: center;
	gap: 0.35rem;
}

.homev2 .homev2-price-card__price strong {
	font-size: 2rem;
	font-weight: 700;
}

.homev2 .homev2-price-card--highlight .homev2-price-card__price strong {
	font-size: 2.8rem;
	color: #ffffff;
}

.homev2 .homev2-price-card__desc {
	margin: 0;
	font-size: 0.9rem;
	color: var(--homev2-text-subtle);
}

.homev2 .homev2-price-card--highlight .homev2-price-card__desc {
	color: rgba(255, 255, 255, 0.9);
}

.homev2 .homev2-price-card--highlight .homev2-price-card__title {
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	color: #FFF;
}

.homev2 .homev2-price-card__price-note {
	margin-left: 0.2rem;
	font-size: 0.9rem;
	color: var(--homev2-text-subtle);
}

.homev2 .homev2-price-card--highlight .homev2-price-card__price-note {
	color: rgba(255, 255, 255, 0.9);
}

.homev2 .homev2-price-card__list {
	margin: 0;
	padding-left: 0;
	display: flex;
	flex-direction: column;
	gap: 17.6px;
	align-items: flex-start;
	font-size: 0.95rem;
	color: var(--homev2-text-muted);
	list-style: none;
}

.homev2 .homev2-price-card__list li {
	display: flex;
	align-items: center;
	gap: 0.4rem;
}

.homev2 .homev2-price-card__list li::before {
	content: '✔';
	display: inline-block;
	margin-right: 0.1rem;
	color: var(--homev2-primary);
}

.homev2 .homev2-price-card--highlight .homev2-price-card__list li::before {
	color: rgba(255, 255, 255, 0.9);
}

.homev2 .homev2-price-card__cta {
	margin-top: auto;
	width: 100%;
	justify-content: center;
	border-radius: 999px;
	padding: 0.85rem 1.5rem;
	font-weight: 600;
	background: #0ea5e9;
	color: #ffffff;
}

.homev2 .homev2-price-card--highlight .homev2-price-card__cta {
	background: #ffffff;
	color: #0891b2;
}

/* ========== FAQ ========== */
.homev2 .homev2-faq__list {
	max-width: 48rem;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.homev2 .homev2-faq__item {
	border-radius: 1rem;
	border: 1px solid var(--homev2-border-subtle);
	background: #f9fafb;
	overflow: hidden;
}

.homev2 .homev2-faq__question {
	padding: 1rem 1.25rem;
	font-weight: 600;
	cursor: pointer;
	list-style: none;
}

.homev2 .homev2-faq__item[open] .homev2-faq__question {
	border-bottom: 1px solid var(--homev2-border-subtle);
}

.homev2 .homev2-faq__answer {
	padding: 0.9rem 1.25rem 1.25rem;
	color: var(--homev2-text-muted);
	font-size: 0.95rem;
	line-height: 1.6;
}

.homev2 .homev2-faq__item summary::-webkit-details-marker {
	display: none;
}

/* ========== Final CTA band ========== */
.homev2 .homev2-final-cta {
	background: linear-gradient(to bottom right, #06b6d4, var(--homev2-primary), var(--homev2-primary-dark));
	color: #fff;
	padding: 4rem 1.5rem;
}

.homev2 .homev2-final-cta__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	max-width: 1040px;
}

.homev2 .homev2-final-cta__title {
	color: #fff;
}

.homev2 .homev2-final-cta__subtitle {
	color: rgba(255, 255, 255, 0.9);
	margin: 0.5rem 0 0;
}

.homev2 .homev2-final-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

/* Ghost button: white text + border for visibility on teal gradient */
.homev2 .homev2-final-cta .homev2-btn--ghost {
	color: #ffffff !important;
	border-color: rgba(255, 255, 255, 0.7) !important;
	background-color: rgba(255, 255, 255, 0.12) !important;
}

.homev2 .homev2-final-cta .homev2-btn--ghost:hover {
	background-color: rgba(255, 255, 255, 0.25) !important;
	color: #ffffff !important;
	border-color: rgba(255, 255, 255, 0.9) !important;
}

/* ========== Responsive ========== */
@media (max-width: 1024px) {
	.homev2 .homev2-hero__inner {
		grid-template-columns: minmax(0, 1fr);
	}

	.homev2 .homev2-examples__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.homev2 .homev2-steps,
	.homev2 .homev2-feature-list,
	.homev2 .homev2-featured__grid,
	.homev2 .homev2-testimonials__grid,
	.homev2 .homev2-pricing__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.homev2 .homev2-hero {
		padding-top: 3rem;
		padding-bottom: 2.5rem;
	}

	.homev2 .homev2-hero__inner {
		grid-template-columns: minmax(0, 1fr);
		gap: 1.75rem;
	}

	.homev2 .homev2-hero__actions {
		flex-direction: column;
	}

	.homev2 .homev2-hero__actions .homev2-btn {
		width: 100%;
		justify-content: center;
	}

	/* Tighter hero search spacing on mobile */
	.homev2 .homev2-hero__search {
		margin-top: 0.75rem;
	}

	.homev2 .homev2-search {
		padding: 0.4rem 0.5rem;
		gap: 0.3rem;
	}

	.homev2 .homev2-search__fields {
		flex-direction: column;
		gap: 0.2rem;
		width: 100%;
	}

	.homev2 .homev2-search__field {
		flex: 0 0 auto;
		padding: 0.4rem 0.75rem;
		font-size: 0.9rem;
		min-height: unset;
	}

	.homev2 .homev2-search__submit {
		width: 100%;
		padding: 0.5rem 1rem;
	}

	.homev2 .homev2-trust {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 1.25rem;
	}

	.homev2 .homev2-examples__grid {
		grid-auto-flow: column;
		grid-auto-columns: 80%;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.homev2 .homev2-examples__grid::-webkit-scrollbar {
		display: none;
	}

	.homev2 .homev2-card {
		scroll-snap-align: start;
	}

	.homev2 .homev2-steps,
	.homev2 .homev2-feature-list,
	.homev2 .homev2-featured__grid,
	.homev2 .homev2-pricing__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	/* Pathways: stack discover/sell cards in a single column on mobile */
	.homev2 .homev2-pathways__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.homev2 .homev2-pathway__cta {
		width: 100%;
		justify-content: center;
	}

	/* Testimonials: single card, arrows side-by-side on mobile */
	.homev2 .homev2-testimonials__slider {
		flex-direction: row;
		align-items: center;
		gap: 0.75rem;
	}

	.homev2 .homev2-testimonials__viewport {
		order: 0;
	}

	.homev2 .homev2-testimonials__nav {
		align-self: center;
	}

	.homev2 .homev2-testimonials__track {
		gap: 1rem;
	}

	.homev2 .homev2-testimonial-card {
		flex: 0 0 100%;
		max-width: 100%;
		display: none;
	}

	.homev2 .homev2-testimonial-card.is-active {
		display: block;
	}

	/* Success story band: stack text and stats card */
	.homev2 .homev2-success__inner {
		grid-template-columns: minmax(0, 1fr);
	}

	.homev2 .homev2-success__metrics {
		margin-top: 0.75rem;
	}

	.homev2 .homev2-success__metric-value,
	.homev2 .homev2-success__metric-label {
		text-align: center;
	}

	.homev2 .homev2-final-cta__inner {
		flex-direction: column;
		align-items: stretch;
	}

	.homev2 .homev2-final-cta__actions {
		justify-content: flex-start;
	}
}

@media (max-width: 480px) {
	/* Slightly tighter section padding on very small screens */
	.homev2 .homev2-section {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

	/* Keep hero search compact on very small screens */
	.homev2 .homev2-search__field {
		padding: 0.35rem 0.65rem;
	}

	/* Success metrics: allow comfortable wrapping of 3 stats */
	.homev2 .homev2-success__metrics {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 0.75rem;
	}
}

