.hap-partners-hub,
.hap-partner-section {
	background: #fff !important;
}

.hap-partners-hub {
	padding: 48px 0 24px;
	margin-top: 0;
}

.hap-partners-hub__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 8px;
}

.hap-partners-hub__title {
	margin: 12px 0 0;
	color: #111;
	font-size: clamp(32px, 5vw, 56px);
	line-height: 1.1;
}

.hap-partner-pill-global {
	display: inline-block;
	background: #e4c537;
	color: #111;
	padding: 6px 16px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 700;
}

.hap-partner-section {
	padding: 32px 0 48px;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.hap-partner-section__head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 24px;
	padding-bottom: 16px;
	border-bottom: 2px solid var(--hap-accent, #e4c537);
}

.hap-partner-section__head h2 {
	margin: 0;
	color: #111;
	font-size: clamp(24px, 4vw, 40px);
}

.hap-partner-section__desc {
	margin: 8px 0 0;
	color: #64748b;
	font-size: 15px;
	max-width: 640px;
}

.hap-partner-section__pill {
	display: inline-block;
	background: var(--hap-accent, #e4c537);
	color: #111;
	padding: 4px 12px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	margin-bottom: 8px;
}

.hap-partner-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 20px;
}

.hap-trip-card {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: inherit;
	border-radius: 16px;
	overflow: hidden;
	background: #fafafa;
	border: 1px solid rgba(0, 0, 0, 0.06);
	transition: transform 0.2s, box-shadow 0.2s;
}

.hap-trip-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
	text-decoration: none;
	color: inherit;
}

.hap-trip-card__image {
	position: relative;
	height: 220px;
	background: #e2e8f0;
	overflow: hidden;
}

.hap-trip-card__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.hap-trip-card__logo {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	overflow: hidden;
	background: #fff;
	border: 2px solid var(--hap-accent, #e4c537);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hap-trip-card__logo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hap-trip-card__soldout {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.75);
	color: #e4c537;
	font-weight: 700;
	font-size: 18px;
	z-index: 3;
}

.hap-trip-card__image .hap-badge,
.bgimg .hap-badge {
	top: 10px;
	left: 10px;
	right: auto;
}

.hap-trip-card__body {
	padding: 16px;
}

.hap-trip-card__title {
	margin: 0 0 8px;
	font-size: 18px;
	font-weight: 700;
	color: #111;
	min-height: 48px;
	line-height: 1.3;
}

.hap-trip-card__price {
	color: #e4c537;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 12px;
}

.hap-trip-card__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 10px;
	border-radius: 12px;
	border: 1px solid #111;
	font-size: 14px;
	font-weight: 600;
	color: #111;
}

.hap-partner-section__more {
	display: inline-flex;
	margin-top: 24px;
	padding: 10px 20px;
	border-radius: 999px;
	border: 1px solid var(--hap-accent, #e4c537);
	color: #111;
	text-decoration: none;
	font-weight: 600;
}

.hap-partner-section__more:hover {
	background: var(--hap-accent, #e4c537);
	color: #111;
	text-decoration: none;
}

/* Catalog page */
body.hap-catalog-body {
	background: #fff;
}

body.hap-catalog-body header {
	position: absolute;
	background: transparent;
}

body.hap-catalog-body header nav#HeaderNav ul li a {
	color: #111;
}

body.hap-catalog-body header .container {
	border-bottom-color: rgba(0, 0, 0, 0.08) !important;
}

.hap-catalog-main {
	background: #fff;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.hap-catalog-page {
	background: #fff;
	padding: 0 0 80px;
	min-height: 60vh;
}

.hap-catalog-hero {
	position: relative;
	padding: 120px 16px 56px;
	background: linear-gradient(160deg, #fffceb 0%, #f3edd4 45%, #ffffff 100%);
	border-bottom-left-radius: 48px;
	border-bottom-right-radius: 48px;
	margin-bottom: 40px;
	text-align: center;
	overflow: hidden;
}

.hap-catalog-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 15% 20%, rgba(228, 197, 55, 0.25) 0%, transparent 45%),
		radial-gradient(circle at 85% 10%, rgba(228, 197, 55, 0.15) 0%, transparent 40%);
	pointer-events: none;
}

.hap-catalog-hero__inner {
	position: relative;
	z-index: 1;
	max-width: 760px;
	margin: 0 auto;
}

.hap-catalog-hero__title,
.hap-catalog-hero__partner h1 {
	color: #111;
	margin: 16px 0 10px;
	font-size: clamp(36px, 6vw, 64px);
	line-height: 1.1;
}

.hap-catalog-hero__partner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	margin-top: 12px;
}

.hap-catalog-hero__logo {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	object-fit: cover;
	border: 3px solid #e4c537;
	background: #fff;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.hap-catalog-hero__desc {
	color: #64748b;
	margin: 0 auto;
	font-size: 18px;
	line-height: 1.6;
	max-width: 560px;
}

.hap-catalog-content {
	position: relative;
	z-index: 2;
}

.hap-catalog-grid {
	width: 100%;
}

.hap-catalog-page .hap-partner-grid {
	display: grid !important;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 24px;
	width: 100%;
}

.hap-catalog-page a.hap-trip-card {
	display: flex !important;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

.hap-catalog-filter {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-bottom: 36px;
	padding: 0 4px;
}

.hap-catalog-filter a {
	padding: 10px 18px;
	border-radius: 999px;
	border: 1px solid #e2e8f0;
	color: #334155;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	background: #fff;
	transition: 0.2s;
	white-space: nowrap;
}

.hap-catalog-filter a.is-active,
.hap-catalog-filter a:hover {
	background: #e4c537;
	border-color: #e4c537;
	color: #111;
	text-decoration: none;
}

.hap-catalog-empty {
	text-align: center;
	color: #64748b;
	font-size: 18px;
	padding: 48px 16px;
}

.hap-partner-profiles {
	margin-bottom: 36px;
}

.hap-partner-profiles__title {
	margin: 0 0 16px;
	font-size: 28px;
	color: #111;
}

.hap-partner-profiles__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 16px;
}

.hap-partner-profile-card {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	padding: 18px;
	border-radius: 16px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	background: #fff;
	text-decoration: none;
	color: inherit;
	transition: 0.2s;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.hap-partner-profile-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
	text-decoration: none;
	color: inherit;
	border-color: var(--hap-accent, #e4c537);
}

.hap-partner-profile-card__logo {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid var(--hap-accent, #e4c537);
	flex-shrink: 0;
}

.hap-partner-profile-card p {
	margin: 6px 0 8px;
	color: #64748b;
	font-size: 14px;
	line-height: 1.5;
}

.hap-partner-profile-card__count {
	color: #111;
	font-size: 13px;
	font-weight: 700;
}

.hap-verified-badge {
	display: inline-block;
	margin-right: 8px;
	padding: 4px 10px;
	border-radius: 999px;
	background: #dcfce7;
	color: #166534;
	font-size: 12px;
	font-weight: 700;
	vertical-align: middle;
}

.hap-verified-badge--sm {
	margin-right: 6px;
	font-size: 11px;
	padding: 2px 8px;
}

.hap-catalog-hero__meta {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
	margin-top: 12px;
	color: #64748b;
	font-size: 15px;
}

.hap-catalog-hero__meta a {
	color: #111;
	font-weight: 600;
}

@media (max-width: 768px) {
	.hap-partner-grid {
		grid-template-columns: 1fr;
	}

	.hap-catalog-hero {
		padding-top: 100px;
		border-bottom-left-radius: 32px;
		border-bottom-right-radius: 32px;
	}

	.hap-catalog-page .hap-partner-grid {
		grid-template-columns: 1fr;
	}

	body.hap-catalog-body header {
		position: fixed;
		background: rgba(255, 252, 235, 0.92);
		backdrop-filter: blur(10px);
	}
}
