:root {
	--bg: #0b1020;
	--ink: #0e1024;
	--muted: #7b86a3;
	--brand: #F2B705;
	--brand-2: #06D6A0;
	--paper: #ffffff;
	--shadow: 0 10px 30px rgba(0, 0, 0, .25);
}

html,
body {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	color: #0f1229;
	background: var(--bg);
	scroll-behavior: smooth;
}

h1,
h2,
h3 {
	font-family: sans-serif;
}

.b2 {
	color: var(--brand);
}

.container {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 18px;
}

.btn {
	display: inline-flex;
	gap: .6rem;
	align-items: center;
	justify-content: center;
	background: linear-gradient(180deg, var(--brand), #e69b00);
	color: #1b1200;
	font-weight: 800;
	border: none;
	border-radius: 14px;
	padding: 14px 22px;
	text-decoration: none;
	box-shadow: var(--shadow);
	transition: .2s transform, .2s box-shadow;
	cursor: pointer
}

.btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 40px rgba(0, 0, 0, .35)
}

.btn--ghost {
	background: transparent;
	border: 2px solid var(--brand);
	color: #ffd15c
}

.badge {
	display: inline-block;
	background: rgba(255, 214, 102, .12);
	border: 1px solid rgba(255, 214, 102, .35);
	color: #ffd15c;
	border-radius: 40px;
	padding: 6px 12px;
	font-size: .85rem;
	font-weight: 600;
	margin-bottom: 30px
}

.hero {
	position: relative;
	isolation: isolate
}

.hero__media {
	position: absolute;
	inset: 0;
	z-index: -1
}

.hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(.45) saturate(1.05)
}

.hero__overlay {
	position: absolute;
	inset: 0;
	background: radial-gradient(1200px 600px at 70% 20%, rgba(242, 183, 5, .35), transparent 55%), linear-gradient(180deg, rgba(11, 16, 32, .5), rgba(11, 16, 32, .85));
	mix-blend: screen
}

.hero__content {
	padding: 50px 0 40px
}

.hero h1 {
	color: #fff;
	font-size: clamp(2rem, 4vw, 3.2rem);
	line-height: 1.05;
	margin: 10px 0 14px
}

.hero p.lead {
	color: #d9e0ff;
	font-size: clamp(1rem, 2.2vw, 1.25rem);
	max-width: 780px
}

.hero .facts {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	margin: 16px 0 22px
}

.hero .facts .chip {
	color: #fff;
	background: rgba(255, 255, 255, .08);
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 12px;
	padding: 8px 12px;
	font-weight: 600
}

.hero .cta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 14px
}

.countdown {
	display: flex;
	gap: 10px;
	margin-top: 14px
}

.countdown .box {
	background: #101631;
	border: 1px solid #1e2a52;
	color: #d9e0ff;
	border-radius: 12px;
	padding: 10px 12px;
	text-align: center;
	min-width: 50px
}

.countdown .box .num {
	font-size: 1.6rem;
	font-weight: 800;
}

.grid {
	display: grid;
	gap: 24px
}

@media(min-width:920px) {
	.grid {
		grid-template-columns: 1.35fr 1fr
	}

}

@media(max-width:920px) {
	.hero__content {
		padding: 30px 20px 40px;
	}

	.sticky-wrap {
		display: flex;
		gap: 12px;
		align-items: center;
		justify-content: center !important;
		padding: 10px 0;
	}

	.sticky-wrap .left {
		display: none !important;
	}
	
	.countdown .box .num {
		font-size: 1rem;
		font-weight: 800;
	}
}

.card {
	background: var(--paper);
	border-radius: 18px;
	box-shadow: var(--shadow);
	overflow: hidden
}

.card h2 {
	margin: 0 0 8px;
	font-size: 1.4rem
}

.card .body {
	padding: 22px
}

.card--dark {
	background: #0f1534;
	border: 1px solid #202a5c;
	color: #d9e0ff
}

.card--dark h2 {
	color: #fff
}

.media {
	position: relative;
	aspect-ratio: 16/9;
	background: #000;
}

.media iframe,
.media video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.details {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
	margin-top: 60px
}

.details div {
	background: #1c2e41;
	border: 1px solid #e2e7ff;
	border-radius: 10px;
	padding: 10px 12px;
	font-weight: 600
}

.details div b {
	display: block;
	color: white;
	font-size: .8rem;
	font-weight: 800;
	letter-spacing: .02em;
	margin-bottom: 4px
}

.list {
	display: grid;
	gap: 15px;
	margin: 10px 0 0
}

.list li {
	list-style: none;
	display: flex;
	gap: 10px;
	align-items: flex-start;
	background: #1c2e41;
	border: 1px solid #e9eef7;
	padding: 10px 12px;
	border-radius: 10px;
	margin-left: -40px;
	width: 103%;
}

.icon {
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	display: inline-grid;
	place-items: center;
	border-radius: 50%;
	background: #e7fbee
}

.icon svg {
	width: 12px;
	height: 12px;
	color: #0a7a46
}

.form {
	display: grid;
	gap: 12px
}

.input {
	display: grid;
	gap: 6px
}

.input label {
	font-size: .9rem;
	font-weight: 700;
	color: #f4f4f5
}

.input input,
.input textarea,
.input select {
	border: 1px solid #514818;
	border-radius: 4px;
	padding: 12px 14px;
	font-size: 1rem;
	width: calc(100% - 20px);
	background: black;
	color: white;
}

.input textarea {
	min-height: 110px
}

#regBtn {
	font-size: 18px;
	font-weight: normal;
}

.small {
	font-size: .85rem;
	color: #c5c5c5;
}

.small a {
	color: var(--brand)
}

.footer {
	color: #9fb0ff;
	padding: 24px 0 0px;
	text-align: center
}

.footer a {
	color: var(--brand);
}

.sticky-cta {
	position: sticky;
	bottom: 0;
	z-index: 50;
	background: linear-gradient(180deg, rgba(11, 16, 32, 0), rgba(11, 16, 32, .6)), #0b1020;
	border-top: 1px solid #1f2a52
}

.sticky-wrap {
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0
}

.sticky-wrap .left {
	display: flex;
	gap: 10px;
	align-items: center
}

.price {
	color: #ffeaa7;
	font-weight: 800
}

.seats {
	color: #a4ffdc;
	font-weight: 800
}

.honey {
	position: absolute !important;
	left: -10000px !important;
	opacity: 0 !important;
	height: 0;
	width: 0
}

p {
	hyphens: auto
}

.ytp-chrome-top ytp-show-cards-title {
	display: none !important;
}

.check {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: .95rem;
	color: #cdd7ff;
	user-select: none;
	cursor: pointer;
	margin-top: 6px;
}

.check input {
	position: absolute;
	opacity: 0;
	width: 1px;
	height: 1px;
	pointer-events: none;
}

.check-box {
	width: 20px;
	height: 20px;
	border-radius: 6px;
	background: #0f1534;
	border: 1.5px solid #29356b;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
	display: inline-block;
	position: relative;
	flex: 0 0 20px;
	margin-top: 2px;
	transition: background .2s, border-color .2s, transform .08s ease;
}

.check-text a {
	color: #ffd15c;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.check:hover .check-box {
	border-color: #3a4a8e;
}

.check input:focus-visible+.check-box {
	outline: 2px solid #F2B705;
	outline-offset: 2px;
}

.check input:active+.check-box {
	transform: scale(.96);
}

.check input:checked+.check-box {
	background: linear-gradient(180deg, #F2B705, #e69b00);
	border-color: #F2B705;
}

.check input:checked+.check-box::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><path d='M20 6L9 17l-5-5'/></svg>") center / 14px 14px no-repeat;
	filter: drop-shadow(0 1px 0 rgba(255, 255, 255, .35));
}

.yt-lite {
	position: relative;
	aspect-ratio: 16 / 9;
	background: #000;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid #514818;
	box-shadow: 6px 5px 8px 0px black;
}

.yt-lite img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(.98)
}

.yt-lite::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 38%;
	background: linear-gradient(0deg, rgba(0, 0, 0, .55), transparent)
}

.yt-lite::after {
	pointer-events: none;
	transition: opacity .25s ease;
}

.yt-lite.is-playing::after {
	opacity: 0;
}

.yt-lite .play {
	position: absolute;
	left: 12px;
	bottom: 12px;
	width: 64px;
	height: 64px;
	border: 0;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: linear-gradient(180deg, #F2B705, #e69b00);
	box-shadow: 0 8px 20px rgba(0, 0, 0, .35)
}

.yt-lite .play:hover {
	background: linear-gradient(180deg, #d4f5c7, #72e600);
	transform: translateY(-2px);
	box-shadow: 0 14px 40px rgba(0, 0, 0, .35)
}

.yt-lite .play svg {
	width: 26px;
	height: 26px;
	fill: #111
}

.yt-lite:focus-visible .play {
	outline: 2px solid #fff;
	outline-offset: 2px
}