.ec-club {
	background:
		radial-gradient(circle at 18% 6%, rgba(232, 93, 79, 0.2), transparent 32%),
		radial-gradient(circle at 86% 18%, rgba(10, 111, 143, 0.22), transparent 34%),
		linear-gradient(180deg, #07131c 0%, #0b1822 36%, #fff8ee 36.1%, #fff8ee 100%);
	color: var(--ec-ink);
}

.ec-club main {
	position: relative;
}

.ec-club main::before {
	background-image:
		linear-gradient(rgba(17, 24, 39, 0.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(17, 24, 39, 0.04) 1px, transparent 1px);
	background-size: 42px 42px;
	content: "";
	inset: 720px 0 0;
	opacity: 0.42;
	pointer-events: none;
	position: absolute;
}

.ec-club-hero {
	background: #06151f;
	color: #fff;
	min-height: 860px;
	overflow: hidden;
	padding: 174px 0 116px;
	position: relative;
}

.ec-club-hero__media,
.ec-club-hero__shade,
.ec-club-hero__glow {
	inset: 0;
	position: absolute;
}

.ec-club-hero__media img {
	filter: saturate(0.85) contrast(1.08) brightness(0.82);
	height: 100%;
	object-fit: cover;
	transform: scale(1.08);
	width: 100%;
}

.ec-club-hero__shade {
	background:
		linear-gradient(90deg, rgba(3, 9, 15, 0.96) 0%, rgba(6, 19, 31, 0.78) 43%, rgba(5, 14, 22, 0.36) 100%),
		linear-gradient(0deg, rgba(3, 9, 15, 0.95) 0%, rgba(3, 9, 15, 0.22) 52%, rgba(3, 9, 15, 0.54) 100%);
	z-index: 1;
}

.ec-club-hero__glow {
	filter: blur(42px);
	opacity: 0.78;
	z-index: 1;
}

.ec-club-hero__glow--coral {
	background: radial-gradient(circle at 14% 64%, rgba(232, 93, 79, 0.54), transparent 28%);
}

.ec-club-hero__glow--blue {
	background: radial-gradient(circle at 82% 32%, rgba(10, 111, 143, 0.48), transparent 30%);
}

.ec-club-hero .container {
	align-items: center;
	display: grid;
	gap: 56px;
	grid-template-columns: minmax(0, 740px) minmax(300px, 420px);
	position: relative;
	z-index: 2;
}

.ec-club-hero h1,
.ec-club-heading h2,
.ec-club-business h2,
.ec-offer-featured h2 {
	font-family: "Playfair Display", serif !important;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 0.88;
	text-wrap: balance;
}

.ec-club-live-badge {
	align-items: center;
	backdrop-filter: blur(18px);
	background: rgba(255, 255, 255, 0.11);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.2);
	color: rgba(255, 255, 255, 0.92);
	display: inline-flex;
	font-size: 13px;
	font-weight: 900;
	gap: 9px;
	margin-bottom: 18px;
	padding: 10px 14px;
}

.ec-club-live-badge span {
	background: #4ade80;
	border-radius: 999px;
	box-shadow: 0 0 0 8px rgba(74, 222, 128, 0.12);
	height: 8px;
	width: 8px;
}

.ec-club-hero h1 {
	color: #fff;
	font-size: clamp(62px, 9vw, 128px);
	margin: 0;
	max-width: 760px;
}

.ec-club-hero__content > p:not(.ec-eyebrow) {
	color: rgba(255, 255, 255, 0.82);
	font-size: clamp(18px, 2vw, 24px);
	line-height: 1.48;
	margin: 24px 0 0;
	max-width: 650px;
}

.ec-club-stats {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 30px;
	max-width: 720px;
}

.ec-club-stats div {
	backdrop-filter: blur(18px);
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 20px;
	box-shadow: 0 22px 56px rgba(0, 0, 0, 0.18);
	padding: 18px;
}

.ec-club-stats strong {
	color: #fff;
	display: block;
	font-size: clamp(28px, 4vw, 44px);
	font-weight: 950;
	line-height: 0.95;
}

.ec-club-stats span {
	color: rgba(255, 255, 255, 0.68);
	display: block;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.25;
	margin-top: 8px;
	text-transform: uppercase;
}

.ec-club-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 32px;
}

.ec-club-btn {
	align-items: center;
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	display: inline-flex;
	font-size: 15px;
	font-weight: 950;
	gap: 9px;
	justify-content: center;
	min-height: 56px;
	padding: 0 24px;
	transition: transform 0.24s ease, box-shadow 0.24s ease, opacity 0.24s ease, background 0.24s ease;
}

.ec-club-btn:hover {
	transform: translateY(-2px);
}

.ec-club-btn--primary {
	background: linear-gradient(135deg, #ff704f, #f0a34d);
	box-shadow: 0 18px 46px rgba(232, 93, 79, 0.34), 0 0 0 1px rgba(255, 255, 255, 0.14) inset;
	color: #fff;
}

.ec-club-btn--primary:hover {
	box-shadow: 0 24px 58px rgba(232, 93, 79, 0.42), 0 0 40px rgba(232, 93, 79, 0.18);
	color: #fff;
}

.ec-club-btn--glass {
	backdrop-filter: blur(20px);
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #fff;
}

.ec-club-btn--dark {
	background: #091720;
	color: #fff;
	width: 100%;
}

.ec-club-btn--ghost {
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(17, 24, 39, 0.1);
	color: #10202c;
	width: 100%;
}

.ec-club-app-stage {
	min-height: 520px;
	position: relative;
}

.ec-floating-pill {
	animation: ecFloat 5s ease-in-out infinite;
	align-items: center;
	backdrop-filter: blur(20px);
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	box-shadow: 0 18px 52px rgba(0, 0, 0, 0.24);
	color: #fff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 950;
	gap: 8px;
	padding: 12px 15px;
	position: absolute;
	z-index: 3;
}

.ec-floating-pill--one {
	left: -28px;
	top: 72px;
}

.ec-floating-pill--two {
	animation-delay: 1s;
	bottom: 112px;
	right: -22px;
}

@keyframes ecFloat {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-12px); }
}

.ec-club-phone {
	backdrop-filter: blur(28px);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08));
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 36px;
	box-shadow: 0 34px 100px rgba(0, 0, 0, 0.36), 0 0 80px rgba(10, 111, 143, 0.18);
	margin-left: auto;
	max-width: 370px;
	overflow: hidden;
	padding: 18px;
	position: relative;
	transform: rotate(2deg);
}

.ec-club-phone::before {
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
	content: "";
	height: 1px;
	left: 22px;
	position: absolute;
	right: 22px;
	top: 12px;
}

.ec-club-phone__top {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 14px;
	padding: 4px 4px 0;
}

.ec-club-phone__top span,
.ec-qr-stage__top span {
	background: rgba(74, 222, 128, 0.16);
	border: 1px solid rgba(74, 222, 128, 0.28);
	border-radius: 999px;
	color: #d6ffe3;
	font-size: 12px;
	font-weight: 950;
	padding: 8px 12px;
}

.ec-club-phone__top strong,
.ec-qr-stage__top strong {
	color: rgba(255, 255, 255, 0.82);
	font-size: 12px;
	font-weight: 950;
	text-transform: uppercase;
}

.ec-club-phone__screen {
	background:
		radial-gradient(circle at 72% 10%, rgba(232, 93, 79, 0.22), transparent 36%),
		linear-gradient(180deg, rgba(7, 19, 28, 0.98), rgba(12, 28, 39, 0.92));
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 28px;
	padding: 28px 22px 22px;
}

.ec-club-mini-qr {
	background: #fff;
	border-radius: 24px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3), 0 0 45px rgba(255, 112, 79, 0.14);
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(4, 1fr);
	margin: 0 auto 20px;
	max-width: 218px;
	padding: 18px;
}

.ec-club-mini-qr span {
	aspect-ratio: 1;
	background: #06151f;
	border-radius: 5px;
}

.ec-club-mini-qr span:nth-child(2),
.ec-club-mini-qr span:nth-child(5),
.ec-club-mini-qr span:nth-child(9) {
	background: #ff704f;
}

.ec-club-timer {
	background: rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	height: 8px;
	margin: 0 auto 16px;
	max-width: 220px;
	overflow: hidden;
}

.ec-club-timer span {
	animation: ecTimer 4s ease-in-out infinite;
	background: linear-gradient(90deg, #4ade80, #ff704f);
	border-radius: inherit;
	display: block;
	height: 100%;
	width: 72%;
}

@keyframes ecTimer {
	0%, 100% { width: 78%; }
	50% { width: 42%; }
}

.ec-club-phone p {
	color: rgba(255, 255, 255, 0.78);
	font-size: 15px;
	font-weight: 850;
	line-height: 1.45;
	margin: 0;
	text-align: center;
}

.ec-club-phone__deal {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 16px 6px 4px;
}

.ec-club-phone__deal span {
	color: rgba(255, 255, 255, 0.64);
	font-size: 12px;
	font-weight: 950;
	text-transform: uppercase;
}

.ec-club-phone__deal strong {
	color: #fff;
	font-size: 28px;
	font-weight: 950;
}

.ec-club-featured,
.ec-club-benefits,
.ec-club-business {
	padding: clamp(68px, 8vw, 116px) 0;
	position: relative;
}

.ec-club-featured {
	background:
		linear-gradient(180deg, #07131c 0%, #0c1b25 56%, #fff8ee 56.1%, #fff8ee 100%);
}

.ec-offer-featured {
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(255, 255, 255, 0.68);
	border-radius: 32px;
	box-shadow: 0 34px 110px rgba(17, 24, 39, 0.2);
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
	overflow: hidden;
	position: relative;
}

.ec-offer-featured__media {
	min-height: 560px;
	overflow: hidden;
	position: relative;
}

.ec-offer-featured__media::after {
	background:
		linear-gradient(0deg, rgba(3, 9, 15, 0.78), transparent 54%),
		linear-gradient(90deg, rgba(3, 9, 15, 0.22), transparent 65%);
	content: "";
	inset: 0;
	position: absolute;
}

.ec-offer-featured__media img {
	height: 100%;
	object-fit: cover;
	transform: scale(1.04);
	width: 100%;
}

.ec-offer-featured__discount {
	bottom: 26px;
	color: #fff;
	font-size: clamp(58px, 10vw, 128px);
	font-weight: 950;
	left: 26px;
	letter-spacing: -0.03em;
	line-height: 0.85;
	position: absolute;
	text-shadow: 0 18px 50px rgba(0, 0, 0, 0.42);
	z-index: 2;
}

.ec-offer-featured__content {
	background:
		radial-gradient(circle at 100% 0%, rgba(255, 112, 79, 0.12), transparent 36%),
		#fffaf2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(34px, 5vw, 64px);
}

.ec-offer-featured__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.ec-offer-business {
	color: var(--ec-blue);
	font-size: 13px;
	font-weight: 950;
	margin: 22px 0 12px;
	text-transform: uppercase;
}

.ec-offer-featured h2 {
	color: #101820;
	font-size: clamp(40px, 5vw, 72px);
	margin: 0 0 18px;
}

.ec-offer-featured p:not(.ec-offer-business) {
	color: #4b5d6d;
	font-size: 18px;
	line-height: 1.7;
	margin: 0 0 22px;
}

.ec-offer-featured strong {
	color: #ff704f;
	font-size: 46px;
	font-weight: 950;
	line-height: 1;
	margin: 0 0 28px;
}

.ec-offer-badge,
.ec-offer-capacity {
	align-items: center;
	align-self: flex-start;
	backdrop-filter: blur(16px);
	background: rgba(6, 21, 31, 0.88);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 11px;
	font-weight: 950;
	letter-spacing: 0;
	padding: 9px 13px;
	text-transform: uppercase;
}

.ec-offer-badge--hot {
	background: linear-gradient(135deg, #ff704f, #f0a34d);
	box-shadow: 0 16px 36px rgba(232, 93, 79, 0.28);
}

.ec-offer-badge--glass {
	background: rgba(6, 21, 31, 0.08);
	border-color: rgba(17, 24, 39, 0.1);
	color: #10202c;
}

.ec-club-benefits {
	background:
		radial-gradient(circle at 78% 8%, rgba(10, 111, 143, 0.16), transparent 28%),
		linear-gradient(180deg, #fff8ee, #f7efe3);
}

.ec-club-heading {
	align-items: end;
	display: grid;
	gap: 36px;
	grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.6fr);
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
}

.ec-club-heading h2 {
	color: #101820;
	font-size: clamp(42px, 5.8vw, 82px);
	margin: 0;
}

.ec-club-heading > p {
	color: #4b5d6d;
	font-size: 17px;
	line-height: 1.7;
	margin: 0;
}

.ec-club-filters {
	display: flex;
	gap: 10px;
	margin-bottom: 30px;
	overflow-x: auto;
	padding: 2px 2px 10px;
	position: sticky;
	top: 88px;
	z-index: 5;
}

.ec-club-filters button {
	backdrop-filter: blur(18px);
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid rgba(17, 24, 39, 0.09);
	border-radius: 999px;
	box-shadow: 0 12px 30px rgba(17, 24, 39, 0.06);
	color: #344252;
	cursor: pointer;
	flex: 0 0 auto;
	font-size: 13px;
	font-weight: 950;
	padding: 13px 17px;
	transition: transform 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.ec-club-filters button:hover {
	transform: translateY(-1px);
}

.ec-club-filters button.is-active {
	background: #091720;
	color: #fff;
}

.ec-offer-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	position: relative;
	z-index: 1;
}

.ec-offer-card {
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid rgba(255, 255, 255, 0.78);
	border-radius: 26px;
	box-shadow: 0 20px 58px rgba(17, 24, 39, 0.1);
	overflow: hidden;
	position: relative;
	transform: translateY(0);
	transition: transform 0.28s ease, box-shadow 0.28s ease, opacity 0.2s ease;
}

.ec-offer-card.is-hidden {
	display: none;
}

.ec-offer-card:hover {
	box-shadow: 0 34px 90px rgba(17, 24, 39, 0.18);
	transform: translateY(-7px);
}

.ec-offer-card::after {
	background: linear-gradient(180deg, transparent, rgba(3, 9, 15, 0.44));
	content: "";
	height: 48%;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

.ec-offer-card > img {
	aspect-ratio: 1.22 / 1;
	display: block;
	filter: saturate(1.06) contrast(1.04);
	object-fit: cover;
	transition: transform 0.4s ease;
	width: 100%;
}

.ec-offer-card:hover > img {
	transform: scale(1.055);
}

.ec-offer-card .ec-offer-badge {
	left: 16px;
	position: absolute;
	top: 16px;
	z-index: 2;
}

.ec-offer-capacity {
	background: rgba(255, 255, 255, 0.86);
	color: #10202c;
	position: absolute;
	right: 16px;
	top: 16px;
	z-index: 2;
}

.ec-offer-card > div {
	padding: 22px;
	position: relative;
}

.ec-offer-card small {
	color: var(--ec-blue);
	display: block;
	font-size: 12px;
	font-weight: 950;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.ec-offer-card h3 {
	color: #101820;
	font-size: 25px;
	font-weight: 950;
	line-height: 1.02;
	margin: 0 0 12px;
}

.ec-offer-card p {
	color: #4b5d6d;
	font-size: 15px;
	line-height: 1.58;
	margin: 0 0 16px;
}

.ec-offer-card strong {
	color: #ff704f;
	display: block;
	font-size: 30px;
	font-weight: 950;
	margin-bottom: 16px;
}

.ec-offer-card footer {
	display: flex;
	gap: 10px;
	justify-content: space-between;
	margin-bottom: 18px;
}

.ec-offer-card footer span,
.ec-offer-card footer em {
	color: #667085;
	font-size: 12px;
	font-style: normal;
	font-weight: 950;
}

.ec-offer-card button {
	background: #091720;
	border: 0;
	border-radius: 999px;
	box-shadow: 0 16px 36px rgba(9, 23, 32, 0.14);
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 950;
	min-height: 48px;
	transition: background 0.24s ease, transform 0.24s ease;
	width: 100%;
}

.ec-offer-card button:hover {
	background: linear-gradient(135deg, #10202c, #0a6f8f);
	transform: translateY(-1px);
}

.ec-offer-empty {
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(17, 24, 39, 0.08);
	border-radius: 24px;
	box-shadow: var(--ec-shadow);
	padding: 42px;
	text-align: center;
}

.ec-offer-empty h3 {
	color: #101820;
	font-size: 34px;
	font-weight: 950;
	margin: 0 0 10px;
}

.ec-offer-empty p {
	color: #4b5d6d;
	font-size: 17px;
	margin: 0 0 24px;
}

.ec-club-business {
	background:
		radial-gradient(circle at 74% 20%, rgba(232, 93, 79, 0.24), transparent 30%),
		radial-gradient(circle at 18% 80%, rgba(10, 111, 143, 0.28), transparent 34%),
		#07131c;
	color: #fff;
	overflow: hidden;
}

.ec-club-business .container {
	align-items: center;
	display: grid;
	gap: 36px;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
	position: relative;
	z-index: 1;
}

.ec-club-business h2 {
	color: #fff;
	font-size: clamp(38px, 5vw, 76px);
	margin: 0 0 18px;
}

.ec-club-business p {
	color: rgba(255, 255, 255, 0.76);
	font-size: 17px;
	line-height: 1.7;
	margin: 0;
}

.ec-club-business__routes {
	display: grid;
	gap: 12px;
}

.ec-club-business__routes a,
.ec-club-business__routes span {
	backdrop-filter: blur(18px);
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	color: #fff;
	font-size: 14px;
	font-weight: 950;
	padding: 15px 17px;
}

.ec-club-business__routes a {
	align-items: center;
	background: linear-gradient(135deg, #ff704f, #ffb162);
	box-shadow: 0 22px 52px rgba(241, 111, 76, 0.28);
	display: flex;
	justify-content: space-between;
	text-decoration: none;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ec-club-business__routes a:hover {
	box-shadow: 0 28px 66px rgba(241, 111, 76, 0.36);
	color: #fff;
	transform: translateY(-2px);
}

.ec-claim-modal {
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	transition: opacity 0.22s ease;
	z-index: 2000;
}

.ec-claim-modal.is-open {
	opacity: 1;
	pointer-events: auto;
}

.ec-claim-modal__backdrop {
	backdrop-filter: blur(18px);
	background: rgba(3, 9, 15, 0.76);
	inset: 0;
	position: absolute;
}

.ec-claim-modal__panel {
	background:
		radial-gradient(circle at 90% 0%, rgba(232, 93, 79, 0.14), transparent 32%),
		#fff8ee;
	border: 1px solid rgba(255, 255, 255, 0.62);
	border-radius: 32px 32px 0 0;
	bottom: 0;
	box-shadow: 0 -34px 100px rgba(0, 0, 0, 0.26);
	left: 50%;
	max-height: 92vh;
	max-width: 590px;
	overflow-y: auto;
	padding: 24px;
	position: absolute;
	transform: translateX(-50%) translateY(22px);
	transition: transform 0.26s ease;
	width: min(100%, 590px);
}

.ec-claim-modal.is-open .ec-claim-modal__panel {
	transform: translateX(-50%) translateY(0);
}

.ec-claim-modal__close {
	align-items: center;
	background: #091720;
	border: 0;
	border-radius: 50%;
	color: #fff;
	display: flex;
	height: 44px;
	justify-content: center;
	position: absolute;
	right: 18px;
	top: 18px;
	width: 44px;
	z-index: 2;
}

.ec-claim-modal__offer {
	display: grid;
	gap: 16px;
	grid-template-columns: 112px minmax(0, 1fr);
	margin-right: 52px;
}

.ec-claim-modal__offer img {
	aspect-ratio: 1;
	border-radius: 22px;
	box-shadow: 0 16px 42px rgba(17, 24, 39, 0.12);
	object-fit: cover;
	width: 100%;
}

.ec-claim-modal__offer span {
	color: var(--ec-green);
	font-size: 12px;
	font-weight: 950;
	text-transform: uppercase;
}

.ec-claim-modal__offer h2 {
	color: #101820;
	font-family: "Playfair Display", serif !important;
	font-size: 36px;
	font-weight: 950;
	line-height: 0.98;
	margin: 6px 0 6px;
}

.ec-claim-modal__offer p,
.ec-claim-modal__offer small,
.ec-claim-modal__description,
.ec-claim-modal__terms {
	color: #4b5d6d;
	font-size: 14px;
	font-weight: 850;
	line-height: 1.55;
	margin: 0;
}

.ec-claim-modal__description {
	font-size: 16px;
	margin-top: 20px;
}

.ec-claim-modal__benefit {
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(17, 24, 39, 0.08);
	border-radius: 22px;
	box-shadow: 0 18px 46px rgba(17, 24, 39, 0.08);
	margin: 18px 0;
	padding: 20px;
}

.ec-claim-modal__benefit span {
	color: #667085;
	font-size: 12px;
	font-weight: 950;
	text-transform: uppercase;
}

.ec-claim-modal__benefit strong {
	color: #ff704f;
	display: block;
	font-size: 42px;
	font-weight: 950;
	line-height: 1;
	margin-top: 6px;
}

.ec-claim-generate {
	margin-top: 18px;
	width: 100%;
}

.ec-qr-stage {
	background:
		radial-gradient(circle at 72% 12%, rgba(10, 111, 143, 0.22), transparent 36%),
		linear-gradient(180deg, #07131c, #0f2633);
	border-radius: 28px;
	box-shadow: 0 28px 80px rgba(7, 19, 28, 0.26);
	margin-top: 22px;
	padding: 18px;
	text-align: center;
}

.ec-qr-stage__top {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
}

.ec-qr-box {
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: 28px;
	box-shadow: 0 22px 66px rgba(0, 0, 0, 0.28), 0 0 54px rgba(255, 112, 79, 0.16);
	margin: 0 auto 16px;
	padding: 18px;
	width: min(100%, 330px);
}

.ec-qr-box img {
	border-radius: 18px;
	display: block;
	width: 100%;
}

.ec-qr-stage p {
	color: rgba(255, 255, 255, 0.84);
	font-size: 16px;
	font-weight: 900;
	margin: 0 0 12px;
}

.ec-qr-countdown-wrap {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	margin: 0 auto 12px;
	max-width: 230px;
	overflow: hidden;
	padding: 10px;
	position: relative;
}

.ec-qr-countdown-wrap span {
	background: linear-gradient(90deg, #4ade80, #ff704f);
	border-radius: inherit;
	bottom: 0;
	height: 4px;
	left: 0;
	position: absolute;
	width: 68%;
}

.ec-qr-countdown {
	color: #fff;
	display: block;
	font-size: 42px;
	font-weight: 950;
	line-height: 1;
}

.ec-qr-token {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.72);
	display: inline-block;
	font-size: 11px;
	font-weight: 950;
	margin-bottom: 14px;
	max-width: 100%;
	overflow: hidden;
	padding: 9px 12px;
	text-overflow: ellipsis;
}

.ec-qr-expired {
	background: rgba(232, 93, 79, 0.14);
	border: 1px solid rgba(232, 93, 79, 0.2);
	border-radius: 999px;
	color: #ffd5cd;
	font-size: 13px;
	font-weight: 950;
	margin: 0 auto 14px;
	padding: 10px 14px;
	width: fit-content;
}

.ec-club .ec-footer {
	background:
		radial-gradient(circle at 88% 12%, rgba(232, 93, 79, 0.18), transparent 28%),
		radial-gradient(circle at 12% 82%, rgba(10, 111, 143, 0.22), transparent 34%),
		#07131c;
	position: relative;
}

.ec-club .ec-footer::before {
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.16), transparent);
	content: "";
	height: 1px;
	left: 8vw;
	position: absolute;
	right: 8vw;
	top: 0;
}

.ec-club .ec-footer__brand,
.ec-club .ec-footer__links {
	backdrop-filter: blur(18px);
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 24px;
	padding: 24px;
}

.ec-reveal-up,
.ec-club-hero__content,
.ec-club-phone,
.ec-offer-featured,
.ec-offer-card,
.ec-club-heading {
	animation: ecReveal 0.75s ease both;
}

.ec-offer-card:nth-child(2) { animation-delay: 0.06s; }
.ec-offer-card:nth-child(3) { animation-delay: 0.12s; }
.ec-offer-card:nth-child(4) { animation-delay: 0.18s; }
.ec-offer-card:nth-child(5) { animation-delay: 0.24s; }

@keyframes ecReveal {
	from {
		opacity: 0;
		transform: translateY(18px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 991px) {
	.ec-club-hero .container,
	.ec-offer-featured,
	.ec-club-heading,
	.ec-club-business .container {
		grid-template-columns: 1fr;
	}

	.ec-club-hero {
		padding-top: 138px;
	}

	.ec-club-app-stage {
		min-height: 470px;
	}

	.ec-club-phone {
		margin: 0 auto;
	}

	.ec-floating-pill--one {
		left: 8px;
	}

	.ec-floating-pill--two {
		right: 8px;
	}

	.ec-offer-featured__media {
		min-height: 420px;
	}

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

@media (max-width: 767px) {
	.ec-club main::before {
		inset: 620px 0 0;
	}

	.ec-club-hero {
		min-height: auto;
		padding: 124px 0 70px;
	}

	.ec-club-hero h1 {
		font-size: clamp(56px, 17vw, 82px);
	}

	.ec-club-stats {
		grid-template-columns: 1fr;
	}

	.ec-club-stats div {
		align-items: center;
		display: flex;
		justify-content: space-between;
		padding: 15px 16px;
	}

	.ec-club-stats span {
		margin: 0;
		max-width: 140px;
		text-align: right;
	}

	.ec-club-hero__actions,
	.ec-club-btn {
		width: 100%;
	}

	.ec-club-app-stage {
		min-height: 420px;
	}

	.ec-floating-pill {
		font-size: 12px;
		padding: 10px 12px;
	}

	.ec-floating-pill--one {
		left: 0;
		top: 22px;
	}

	.ec-floating-pill--two {
		bottom: 34px;
		right: 0;
	}

	.ec-club-phone {
		max-width: 330px;
		transform: none;
	}

	.ec-club-featured,
	.ec-club-benefits,
	.ec-club-business {
		padding: 58px 0;
	}

	.ec-offer-featured {
		border-radius: 26px;
	}

	.ec-offer-featured__media {
		min-height: 360px;
	}

	.ec-offer-featured__discount {
		font-size: clamp(54px, 18vw, 86px);
	}

	.ec-offer-featured__content {
		padding: 28px;
	}

	.ec-club-filters {
		margin-left: -16px;
		margin-right: -16px;
		padding-left: 16px;
		top: 74px;
	}

	.ec-offer-grid {
		grid-template-columns: 1fr;
	}

	.ec-offer-card {
		border-radius: 24px;
	}

	.ec-claim-modal__panel {
		border-radius: 26px 26px 0 0;
		padding: 18px;
	}

	.ec-claim-modal__offer {
		grid-template-columns: 86px minmax(0, 1fr);
	}

	.ec-claim-modal__offer h2 {
		font-size: 28px;
	}

	.ec-qr-stage__top {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}
}

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