:root {
	--wbd-club-black: #111111;
	--wbd-club-ink: #242424;
	--wbd-club-muted: #656565;
	--wbd-club-line: #cfcfcf;
	--wbd-club-soft: #f4f4f4;
	--wbd-club-soft-2: #e8e8e8;
	--wbd-club-white: #ffffff;
	--wbd-club-shadow: 5px 6px 0 rgba(17, 17, 17, .20);
}

.wbd-club,
.wbd-club *,
.wbd-club-auth,
.wbd-club-auth * {
	box-sizing: border-box;
}

.wbd-club,
.wbd-club-auth {
	color: var(--wbd-club-ink);
	font-family: inherit;
	line-height: 1.55;
}

.wbd-club {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

.wbd-club__hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
	gap: clamp(28px, 5vw, 76px);
	align-items: center;
	overflow: hidden;
	min-height: 620px;
	padding: clamp(42px, 7vw, 92px);
	background: linear-gradient(135deg, #fff 0%, #f1f1f1 100%);
	border: 1px solid var(--wbd-club-line);
	border-radius: 30px;
}

.wbd-club__hero::before {
	position: absolute;
	top: -22%;
	right: -10%;
	width: 52%;
	aspect-ratio: 1;
	background: radial-gradient(circle, rgba(0, 0, 0, .08) 0 2px, transparent 3px) 0 0 / 24px 24px;
	border-radius: 50%;
	content: "";
	opacity: .6;
}

.wbd-club__hero-copy,
.wbd-club__hero-visual {
	position: relative;
	z-index: 1;
}

.wbd-club__brand,
.wbd-club__section-head > p,
.wbd-club__intro-cta > div:first-child > p,
.wbd-club-auth__header > p {
	margin: 0 0 10px;
	color: var(--wbd-club-black);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.wbd-club__hero h1 {
	max-width: 760px;
	margin: 0;
	color: var(--wbd-club-black);
	font-size: clamp(44px, 7vw, 88px);
	font-weight: 700;
	letter-spacing: -.06em;
	line-height: .98;
}

.wbd-club__lead {
	max-width: 660px;
	margin: 26px 0 0;
	color: var(--wbd-club-muted);
	font-size: clamp(17px, 2vw, 22px);
}

.wbd-club__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
	margin-top: 30px;
}

.wbd-club-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 24px;
	background: var(--wbd-club-black);
	border: 1px solid var(--wbd-club-black);
	border-radius: 9px;
	box-shadow: 4px 4px 0 rgba(17, 17, 17, .18);
	color: #fff !important;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .02em;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.wbd-club-button:hover,
.wbd-club-button:focus-visible {
	background: #2c2c2c;
	box-shadow: 2px 2px 0 rgba(17, 17, 17, .18);
	transform: translate(2px, 2px);
}

.wbd-club-button--outline {
	background: #fff;
	color: var(--wbd-club-black) !important;
}

.wbd-club-button--outline:hover,
.wbd-club-button--outline:focus-visible {
	background: var(--wbd-club-soft);
}

.wbd-club__text-link {
	color: var(--wbd-club-black);
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.wbd-club__text-link:hover {
	text-decoration: underline;
}

.wbd-club__expiry-note {
	margin: 34px 0 0;
	color: var(--wbd-club-muted);
	font-size: 12px;
}

.wbd-club__hero-visual {
	display: grid;
	min-height: 430px;
	place-items: center;
}

.wbd-club__monogram {
	display: grid;
	width: min(340px, 75vw);
	aspect-ratio: 1;
	place-items: center;
	background: #dedede;
	border: 1px solid var(--wbd-club-black);
	border-radius: 50%;
	box-shadow: 12px 14px 0 rgba(17, 17, 17, .13);
	color: var(--wbd-club-black);
	font-size: clamp(90px, 12vw, 170px);
	font-weight: 300;
	letter-spacing: -.12em;
}

.wbd-club__orbit {
	position: absolute;
	border: 1px solid rgba(17, 17, 17, .35);
	border-radius: 50%;
}

.wbd-club__orbit--one {
	width: 76%;
	aspect-ratio: 1;
	transform: rotate(18deg) scaleY(.58);
}

.wbd-club__orbit--two {
	width: 92%;
	aspect-ratio: 1;
	transform: rotate(-22deg) scaleY(.42);
}

.wbd-club__member-card {
	position: absolute;
	right: 0;
	bottom: 14px;
	display: flex;
	width: min(300px, 88%);
	padding: 24px;
	background: rgba(255, 255, 255, .94);
	border: 1px solid var(--wbd-club-black);
	border-radius: 16px;
	box-shadow: var(--wbd-club-shadow);
	flex-direction: column;
}

.wbd-club__member-card span,
.wbd-club__member-card small {
	color: var(--wbd-club-muted);
	font-size: 11px;
	text-transform: uppercase;
}

.wbd-club__member-card strong {
	margin: 3px 0 18px;
	font-size: 23px;
	line-height: 1.15;
}

.wbd-club__benefits {
	position: relative;
	margin-top: clamp(36px, 7vw, 92px);
	padding: clamp(34px, 6vw, 78px);
	background: var(--wbd-club-soft);
	border: 1px solid var(--wbd-club-black);
	border-radius: 26px;
	box-shadow: var(--wbd-club-shadow);
}

.wbd-club__section-head {
	max-width: 760px;
	margin-bottom: clamp(30px, 5vw, 54px);
}

.wbd-club__section-head h2,
.wbd-club__intro-cta h2,
.wbd-club-auth__header h2 {
	margin: 0;
	color: var(--wbd-club-black);
	font-size: clamp(32px, 5vw, 58px);
	font-weight: 700;
	letter-spacing: -.045em;
	line-height: 1.04;
}

.wbd-club__section-head > span,
.wbd-club__intro-cta > div:first-child > span,
.wbd-club-auth__header > span {
	display: block;
	margin-top: 14px;
	color: var(--wbd-club-muted);
}

.wbd-club__section-head--center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.wbd-club__benefit-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.wbd-club__benefit {
	min-width: 0;
	text-align: center;
}

.wbd-club__icon {
	display: grid;
	width: 88px;
	height: 88px;
	margin: 0 auto 18px;
	place-items: center;
	background: #fff;
	border-radius: 50%;
}

.wbd-club__icon svg {
	width: 58px;
	height: 58px;
	fill: none;
	stroke: var(--wbd-club-black);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.2;
}

.wbd-club__benefit h3 {
	margin: 0;
	color: var(--wbd-club-black);
	font-size: 18px;
}

.wbd-club__benefit p {
	margin: 8px auto 0;
	color: var(--wbd-club-muted);
	font-size: 13px;
}

.wbd-club__points-rule {
	position: relative;
	display: flex;
	width: max-content;
	max-width: calc(100% - 24px);
	margin: 52px auto -102px;
	padding: 13px 18px;
	background: #fff;
	border: 1px solid var(--wbd-club-black);
	border-radius: 10px;
	box-shadow: 4px 5px 0 rgba(17, 17, 17, .18);
	align-items: center;
	gap: 11px;
	font-size: 13px;
}

.wbd-club__coin,
.wbd-club__point {
	display: inline-grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border: 2px solid #9a9a9a;
	color: #666;
	font-size: 11px;
	font-weight: 800;
}

.wbd-club__coin {
	border-radius: 50%;
}

.wbd-club__point {
	clip-path: polygon(50% 0, 95% 27%, 82% 100%, 18% 100%, 5% 27%);
}

.wbd-club__intro-cta {
	display: flex;
	gap: 34px;
	align-items: flex-end;
	justify-content: space-between;
	padding: clamp(112px, 13vw, 170px) clamp(10px, 4vw, 48px) clamp(54px, 8vw, 92px);
	text-align: left;
}

.wbd-club__intro-cta > div:first-child {
	max-width: 760px;
}

.wbd-club__levels-wrap {
	scroll-margin-top: 120px;
}

.wbd-club-levels {
	padding: clamp(54px, 8vw, 96px) clamp(18px, 5vw, 68px);
	background:
		linear-gradient(90deg, rgba(0,0,0,.018) 1px, transparent 1px) 0 0 / 28px 28px,
		linear-gradient(rgba(0,0,0,.018) 1px, transparent 1px) 0 0 / 28px 28px,
		#fff;
	border: 1px solid var(--wbd-club-line);
	border-radius: 28px;
}

.wbd-club-levels__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	align-items: start;
}

.wbd-club-level {
	overflow: hidden;
	background: #e2e2e2;
	border: 1px solid var(--wbd-club-black);
	border-radius: 12px;
	box-shadow: 5px 6px 0 rgba(17, 17, 17, .18);
}

.wbd-club-level--2 { background: #d1d1d1; }
.wbd-club-level--3 { background: #bdbdbd; }
.wbd-club-level--4 { background: #a9a9a9; }

.wbd-club-level__head {
	position: relative;
	min-height: 250px;
	padding: 48px 24px 38px;
	text-align: center;
}

.wbd-club-level__head::before {
	position: absolute;
	top: -70px;
	left: -70px;
	width: 210px;
	height: 210px;
	background: rgba(255, 255, 255, .24);
	border-radius: 50%;
	content: "";
}

.wbd-club-level__head p,
.wbd-club-level__head h3,
.wbd-club-level__head span {
	position: relative;
	z-index: 1;
}

.wbd-club-level__head p {
	margin: 0 0 8px;
	font-size: 16px;
	font-weight: 700;
}

.wbd-club-level__head h3 {
	margin: 0;
	color: var(--wbd-club-black);
	font-size: clamp(28px, 3vw, 44px);
	font-weight: 700;
	letter-spacing: -.04em;
	line-height: 1.05;
	text-transform: uppercase;
}

.wbd-club-level__head span {
	display: block;
	margin-top: 18px;
	font-size: 15px;
}

.wbd-club-level__benefits {
	min-height: 170px;
	padding: 28px 22px;
	border-top: 1px solid var(--wbd-club-black);
}

.wbd-club-level__benefits > div {
	display: grid;
	grid-template-columns: 28px 1fr;
	gap: 12px;
	align-items: start;
}

.wbd-club-level__benefits > div + div {
	margin-top: 15px;
}

.wbd-club-level__check svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: var(--wbd-club-black);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.6;
}

.wbd-club-level__benefits p {
	margin: 0;
	font-size: 14px;
}

.wbd-club-levels__empty {
	padding: 30px;
	background: var(--wbd-club-soft);
	border: 1px dashed var(--wbd-club-line);
	border-radius: 14px;
	text-align: center;
}

.wbd-club-levels__empty strong,
.wbd-club-levels__empty span {
	display: block;
}

.wbd-club-levels__empty span {
	margin-top: 6px;
	color: var(--wbd-club-muted);
}

.wbd-club-auth {
	max-width: 840px;
	margin: 0 auto;
}

.wbd-club-auth__shell {
	padding: clamp(28px, 6vw, 64px);
	background: #fff;
	border: 1px solid var(--wbd-club-black);
	border-radius: 20px;
	box-shadow: var(--wbd-club-shadow);
}

.wbd-club-auth__header {
	margin-bottom: 34px;
	text-align: center;
}

.wbd-club-auth__header h2 {
	font-size: clamp(30px, 5vw, 50px);
}

.wbd-club-auth__form :where(input[type="text"], input[type="tel"], input[type="email"], input[type="password"], select) {
	min-height: 48px !important;
	background: #fff !important;
	border: 1px solid #aaa !important;
	border-radius: 8px !important;
	box-shadow: none !important;
	color: var(--wbd-club-black) !important;
}

.wbd-club-auth__form :where(button, input[type="submit"], .dig_login_btn, .digits_login_btn, .dig-signup-otp) {
	min-height: 48px !important;
	background: var(--wbd-club-black) !important;
	border: 1px solid var(--wbd-club-black) !important;
	border-radius: 8px !important;
	box-shadow: 4px 4px 0 rgba(17,17,17,.18) !important;
	color: #fff !important;
}

.wbd-club-auth__fallback {
	padding: 28px;
	background: var(--wbd-club-soft);
	border-radius: 12px;
	text-align: center;
}

.wbd-club-auth__fallback > div {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: center;
	margin-top: 20px;
}

.wbd-club-auth--signed-in {
	text-align: center;
}

.wbd-club-auth--signed-in h2 {
	margin: 0;
}

.wbd-club-auth--signed-in p {
	margin: 10px 0 24px;
	color: var(--wbd-club-muted);
}

@media (min-width: 768px) {
	.wbd-club__benefits,
	.wbd-club__intro-cta,
	.wbd-club-levels {
		content-visibility: auto;
		contain-intrinsic-size: auto 780px;
	}
}

@media (max-width: 1024px) {
	.wbd-club__hero {
		grid-template-columns: 1fr;
	}

	.wbd-club__hero-visual {
		min-height: 390px;
	}

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

	.wbd-club-levels__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wbd-club__intro-cta {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 680px) {
	.wbd-club__hero {
		min-height: 0;
		padding: 34px 22px 44px;
		border-radius: 20px;
	}

	.wbd-club__hero h1 {
		font-size: clamp(40px, 13vw, 62px);
	}

	.wbd-club__hero-visual {
		min-height: 320px;
	}

	.wbd-club__monogram {
		width: 250px;
		font-size: 100px;
	}

	.wbd-club__member-card {
		right: 8px;
		bottom: 0;
	}

	.wbd-club__benefits {
		padding: 34px 18px 52px;
		border-radius: 18px;
	}

	.wbd-club__benefit-grid,
	.wbd-club-levels__grid {
		grid-template-columns: 1fr;
	}

	.wbd-club__benefit-grid {
		gap: 34px;
	}

	.wbd-club__points-rule {
		width: calc(100% - 12px);
		max-width: none;
		margin-bottom: -94px;
		justify-content: center;
		font-size: 11px;
	}

	.wbd-club__intro-cta {
		padding-top: 112px;
	}

	.wbd-club-levels {
		padding: 46px 14px;
		border-radius: 18px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.wbd-club *,
	.wbd-club *::before,
	.wbd-club *::after,
	.wbd-club-auth *,
	.wbd-club-auth *::before,
	.wbd-club-auth *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}
}
