:root {
	--fd-purple: #5c2d91;
	--fd-ink: #17111c;
	--fd-lime: #c7f000;
	--fd-line: #ded8e5;
}

.fl-campaign,
.fl-campaign * {
	box-sizing: border-box;
}

.fl-campaign {
	--fl-ink: #17111c;
	--fl-purple: #5c2d91;
	--fl-orange: #ff5a24;
	--fl-lime: #c7f000;
	--fl-cream: #fff4e6;
	--fl-paper: #fbf8f1;
	width: 100%;
	overflow: hidden;
	background: var(--fl-paper);
	color: var(--fl-ink);
	font-family: Arial, Helvetica, sans-serif;
}

.fl-campaign a {
	color: inherit;
	text-decoration: none;
}

.fl-nav {
	min-height: 118px;
	padding: 8px max(5vw, 28px);
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	border-bottom: 1px solid #ece7ee;
}

.fl-logo {
	width: 164px;
	height: 100px;
	display: grid;
	place-items: center;
}

.fl-logo img,
.fl-footer img {
	display: block;
	width: auto;
	max-width: 100%;
	object-fit: contain;
}

.fl-logo img {
	height: 96px;
}

.fl-nav nav {
	display: flex;
	align-items: center;
	gap: 34px;
	font-size: 15px;
	font-weight: 800;
}

.fl-nav-cta {
	padding: 13px 20px;
	border-radius: 999px;
	background: var(--fl-orange);
	color: #fff !important;
}

.fl-hero {
	min-height: 690px;
	padding: 70px max(6vw, 32px) 80px;
	display: grid;
	grid-template-columns: .9fr 1.1fr;
	align-items: center;
	position: relative;
	overflow: hidden;
	color: #fff;
	background:
		radial-gradient(circle at 74% 44%, #6f287f 0, #3d1453 22%, transparent 48%),
		linear-gradient(120deg, #1a0825 0%, #2a0b38 57%, #16051f 100%);
}

.fl-hero-copy {
	max-width: 650px;
	position: relative;
	z-index: 4;
}

.fl-eyebrow {
	color: var(--fl-lime);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 2.6px;
}

.fl-hero h1 {
	margin: 18px 0 28px;
	font-size: clamp(68px, 7.4vw, 108px);
	font-weight: 900;
	line-height: .86;
	letter-spacing: -6px;
}

.fl-hero h1 em {
	color: var(--fl-orange);
	font-style: normal;
}

.fl-hero h1 strong {
	color: var(--fl-lime);
}

.fl-hero p {
	max-width: 610px;
	color: #f4eaf8;
	font-size: 19px;
	line-height: 1.55;
}

.fl-actions {
	margin-top: 32px;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.fl-button {
	padding: 17px 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	border-radius: 16px;
	font-size: 15px;
	font-weight: 900;
}

.fl-primary {
	background: var(--fl-orange);
	color: #fff !important;
	box-shadow: 0 14px 35px rgba(255, 90, 36, .2);
}

.fl-ghost {
	border: 2px solid var(--fl-lime);
	color: var(--fl-lime) !important;
}

.fl-hero-art {
	min-height: 500px;
	position: relative;
	z-index: 3;
}

.fl-rings {
	width: 590px;
	height: 590px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-48%, -50%);
	border: 2px solid rgba(255, 90, 36, .4);
	border-radius: 50%;
	box-shadow: inset 0 0 70px rgba(255, 90, 36, .13), 0 0 70px rgba(124, 27, 140, .27);
}

.fl-rings::before,
.fl-rings::after {
	content: "";
	position: absolute;
	inset: 11%;
	border: 1px solid rgba(196, 74, 220, .47);
	border-radius: 50%;
}

.fl-rings::after {
	inset: 25%;
	border-color: rgba(255, 90, 36, .53);
	background: radial-gradient(circle, #ff6a28, #6c1f64 48%, #2b0a3a 70%);
	box-shadow: 0 0 60px rgba(255, 90, 36, .44);
}

.fl-ticket {
	width: 230px;
	height: 350px;
	padding: 40px 22px 28px;
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, .44);
	border-radius: 28px;
	box-shadow: 0 28px 60px rgba(16, 0, 22, .53);
	text-align: center;
}

.fl-ticket span {
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 1.7px;
}

.fl-ticket b {
	margin: 24px 0 12px;
	font-size: 76px;
	line-height: .95;
	letter-spacing: -5px;
}

.fl-ticket small {
	font-size: 12px;
	font-weight: 900;
	line-height: 1.25;
}

.fl-fashion {
	left: 5%;
	top: 18%;
	transform: rotate(-8deg);
	background: var(--fl-cream);
	color: var(--fl-purple);
}

.fl-food {
	left: 35%;
	top: 11%;
	z-index: 3;
	transform: rotate(3deg);
	background: var(--fl-orange);
	color: #fff;
}

.fl-wellness {
	right: 0;
	top: 20%;
	transform: rotate(8deg);
	background: var(--fl-lime);
	color: var(--fl-ink);
}

.fl-spark {
	position: absolute;
	color: var(--fl-orange);
	font-size: 38px;
	font-style: normal;
}

.fl-spark-one {
	right: 1%;
	top: 5%;
}

.fl-spark-two {
	left: 7%;
	bottom: 8%;
}

.fl-how {
	padding: 44px max(6vw, 32px) 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	background: var(--fl-cream);
}

.fl-how-title {
	min-width: 220px;
	display: flex !important;
	flex-direction: column;
	align-items: flex-start !important;
}

.fl-how-title span {
	color: var(--fl-orange);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 2px;
}

.fl-how-title strong {
	font-size: 20px;
}

.fl-how > div:not(.fl-how-title) {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 13px;
	font-weight: 800;
}

.fl-how b {
	width: 42px;
	height: 42px;
	display: grid;
	place-items: center;
	flex: 0 0 auto;
	border: 2px solid var(--fl-ink);
	border-radius: 50%;
	background: var(--fl-lime);
}

.fl-how i {
	color: var(--fl-purple);
	font-size: 22px;
	font-style: normal;
}

.fl-offers {
	padding: 80px max(6vw, 32px) 90px;
}

.fl-invoice {
	margin-top: 70px;
	padding: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	border-radius: 34px;
	background: linear-gradient(110deg, var(--fl-purple), #351041);
	color: #fff;
}

.fl-invoice h2 {
	margin: 10px 0 8px;
	font-size: clamp(38px, 5vw, 66px);
	letter-spacing: -3px;
}

.fl-invoice p {
	margin: 0;
	color: #e8dff3;
}

.fl-light {
	flex: 0 0 auto;
	background: #fff;
	color: var(--fl-purple) !important;
}

.fl-footer {
	padding: 30px max(6vw, 32px);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	border-top: 1px solid #ece7ee;
	background: #fff;
}

.fl-footer img {
	height: 108px;
	max-width: 150px;
}

.fl-footer p {
	max-width: 560px;
	margin: 0;
	color: #6f6874;
	font-size: 12px;
}

.fl-footer > a {
	color: var(--fl-purple);
	font-weight: 800;
}

.fd-directory {
	color: var(--fd-ink);
	font-family: Arial, Helvetica, sans-serif;
}

.fd-heading {
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 30px;
}

.fd-heading > div > span {
	color: var(--fd-purple);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 2.5px;
}

.fd-heading h2 {
	margin: 10px 0;
	font-size: clamp(38px, 5vw, 66px);
	line-height: 1;
	letter-spacing: -3px;
}

.fd-heading p {
	max-width: 420px;
	color: #625d69;
	line-height: 1.6;
}

.fd-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 30px 0;
}

.fd-filters button {
	padding: 10px 17px;
	border: 1px solid var(--fd-line);
	border-radius: 999px;
	background: #fff;
	font: inherit;
	font-weight: 700;
	cursor: pointer;
}

.fd-filters button.is-active {
	border-color: var(--fd-purple);
	background: var(--fd-purple);
	color: #fff;
}

.fd-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.fd-card {
	position: relative;
	min-height: 200px;
	padding: 24px;
	display: grid;
	grid-template-columns: 150px minmax(0, 1fr);
	gap: 24px;
	overflow: hidden;
	border: 1px solid var(--fd-line);
	border-radius: 26px;
	background: #fff;
	transition: transform .2s ease, box-shadow .2s ease;
}

.fd-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 45px rgba(45, 21, 63, .1);
}

.fd-card[hidden] {
	display: none;
}

.fd-logo {
	padding: 14px;
	display: grid;
	place-items: center;
	border-radius: 18px;
	background: #f3f0f7;
	text-align: center;
	text-transform: uppercase;
}

.fd-logo img {
	max-width: 100%;
	max-height: 90px;
	object-fit: contain;
}

.fd-logo strong {
	font-size: 19px;
	font-weight: 900;
}

.fd-category {
	display: inline-block;
	padding: 6px 9px;
	border-radius: 999px;
	background: #ede6f5;
	color: var(--fd-purple);
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}

.fd-info h3 {
	margin: 12px 0 6px;
	font-size: 25px;
	line-height: 1.12;
}

.fd-info p {
	margin: 0 0 16px;
	color: #625d69;
	font-size: 14px;
	line-height: 1.45;
}

.fd-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	font-size: 12px;
	font-weight: 700;
}

.fd-badge {
	position: absolute;
	right: -25px;
	top: -18px;
	width: 92px;
	height: 82px;
	padding: 10px 13px 0 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--fd-lime);
	font-size: 22px;
	font-weight: 900;
	transform: rotate(10deg);
}

.fd-badge small {
	font-size: 8px;
	letter-spacing: 1px;
}

.fd-empty {
	padding: 45px;
	border: 1px solid var(--fd-line);
	border-radius: 24px;
	background: #fff;
	text-align: center;
}

@media (max-width: 800px) {
	.fl-nav {
		min-height: 100px;
		padding: 6px 20px;
	}

	.fl-logo {
		width: 132px;
		height: 88px;
	}

	.fl-logo img {
		height: 84px;
	}

	.fl-nav nav a:not(.fl-nav-cta) {
		display: none;
	}

	.fl-nav-cta {
		padding: 11px 15px;
		font-size: 12px;
	}

	.fl-hero {
		min-height: 900px;
		padding: 45px 22px 90px;
		grid-template-columns: 1fr;
		align-items: start;
	}

	.fl-hero h1 {
		font-size: 65px;
		letter-spacing: -4px;
	}

	.fl-hero p {
		font-size: 16px;
	}

	.fl-hero-art {
		min-height: 390px;
		margin-top: 25px;
	}

	.fl-rings {
		width: 410px;
		height: 410px;
	}

	.fl-ticket {
		width: 150px;
		height: 245px;
		padding: 28px 12px 18px;
		border-radius: 20px;
	}

	.fl-ticket b {
		margin: 18px 0 8px;
		font-size: 48px;
		letter-spacing: -3px;
	}

	.fl-ticket span,
	.fl-ticket small {
		font-size: 9px;
	}

	.fl-fashion {
		left: 2%;
	}

	.fl-food {
		left: 31%;
	}

	.fl-wellness {
		right: 2%;
	}

	.fl-how {
		padding: 28px 22px;
		justify-content: flex-start;
		overflow-x: auto;
	}

	.fl-how-title,
	.fl-how i {
		display: none !important;
	}

	.fl-how > div:not(.fl-how-title) {
		min-width: 150px;
	}

	.fl-offers {
		padding: 60px 22px 70px;
	}

	.fl-invoice,
	.fl-footer {
		align-items: flex-start;
		flex-direction: column;
	}

	.fl-invoice {
		padding: 34px 24px;
	}

	.fl-light {
		width: 100%;
	}

	.fd-heading {
		align-items: flex-start;
		flex-direction: column;
	}

	.fd-grid {
		grid-template-columns: 1fr;
	}

	.fd-card {
		padding: 16px;
		grid-template-columns: 95px minmax(0, 1fr);
		gap: 15px;
	}

	.fd-info h3 {
		font-size: 20px;
	}

	.fd-badge {
		display: none;
	}
}

@media (max-width: 520px) {
	.fl-actions {
		flex-direction: column;
	}

	.fl-button {
		width: 100%;
	}

	.fl-ticket {
		width: 138px;
	}
}
