.ec-club {
	background:
		radial-gradient(circle at 16% 5%, rgba(255, 112, 79, 0.22), transparent 32%),
		radial-gradient(circle at 86% 14%, rgba(34, 169, 210, 0.22), transparent 34%),
		linear-gradient(180deg, #03090f 0%, #07131c 34%, #fff8ee 34.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: #03090f;
	color: #fff;
	min-height: 830px;
	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 {
	animation: ecClubHeroDrift 18s ease-in-out infinite alternate;
	filter: saturate(1.04) contrast(1.08) brightness(0.78);
	height: 100%;
	object-fit: cover;
	transform: scale(1.08);
	width: 100%;
}

.ec-club-hero__shade {
	background:
		radial-gradient(circle at 76% 38%, rgba(255, 112, 79, 0.18), transparent 32%),
		linear-gradient(90deg, rgba(3, 9, 15, 0.97) 0%, rgba(6, 19, 31, 0.8) 43%, rgba(5, 14, 22, 0.3) 100%),
		linear-gradient(0deg, rgba(3, 9, 15, 0.97) 0%, rgba(3, 9, 15, 0.18) 52%, rgba(3, 9, 15, 0.64) 100%);
	z-index: 1;
}

.ec-club-hero__particles {
	inset: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	z-index: 2;
}

.ec-club-hero__particles span {
	animation: ecParticleFloat 9s ease-in-out infinite;
	background: rgba(255, 255, 255, 0.38);
	border-radius: 999px;
	box-shadow: 0 0 24px rgba(255, 255, 255, 0.34);
	height: 4px;
	position: absolute;
	width: 4px;
}

.ec-club-hero__particles span:nth-child(1) { left: 10%; top: 32%; }
.ec-club-hero__particles span:nth-child(2) { animation-delay: 1.2s; left: 34%; top: 19%; }
.ec-club-hero__particles span:nth-child(3) { animation-delay: 2.4s; right: 18%; top: 28%; }
.ec-club-hero__particles span:nth-child(4) { animation-delay: 3.1s; bottom: 22%; left: 48%; }
.ec-club-hero__particles span:nth-child(5) { animation-delay: 4.2s; bottom: 36%; right: 8%; }

.ec-club-hero__glow {
	animation: ecGlowPulse 7s ease-in-out infinite alternate;
	filter: blur(42px);
	opacity: 0.78;
	z-index: 1;
}

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

.ec-club-hero__glow--blue {
	background: radial-gradient(circle at 82% 32%, rgba(34, 169, 210, 0.5), 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: "Sunsive", system-ui, sans-serif !important;
	font-weight: 900;
	letter-spacing: -0.036em;
	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(58px, 8vw, 112px);
	margin: 0;
	max-width: 820px;
}

.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-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;
	position: relative;
	transition: transform 0.24s ease, box-shadow 0.24s ease, opacity 0.24s ease, background 0.24s ease;
	overflow: hidden;
}

.ec-club-btn::after {
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
	content: "";
	inset: 0 auto 0 -48%;
	position: absolute;
	transform: skewX(-18deg);
	transition: left 0.48s ease;
	width: 42%;
}

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

.ec-club-btn:hover::after {
	left: 110%;
}

.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: 480px;
	position: relative;
}

.ec-club-signal-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 22px;
}

.ec-club-signal-row span {
	align-items: center;
	backdrop-filter: blur(18px);
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.82);
	display: inline-flex;
	font-size: 12px;
	font-weight: 950;
	gap: 8px;
	padding: 10px 13px;
	text-transform: uppercase;
}

.ec-club-category-row span {
	background: rgba(255, 255, 255, 0.13);
	color: rgba(255, 255, 255, 0.9);
	font-size: 13px;
	letter-spacing: -0.012em;
	text-transform: none;
}

.ec-club-category-row strong {
	font-size: 17px;
	line-height: 1;
}

.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); }
}

@keyframes ecClubHeroDrift {
	from { transform: scale(1.08) translate3d(0, 0, 0); }
	to { transform: scale(1.14) translate3d(-1.2%, -0.8%, 0); }
}

@keyframes ecGlowPulse {
	from { opacity: 0.58; transform: scale(0.98); }
	to { opacity: 0.88; transform: scale(1.04); }
}

@keyframes ecParticleFloat {
	0%, 100% { opacity: 0.22; transform: translateY(0) scale(1); }
	50% { opacity: 0.9; transform: translateY(-18px) scale(1.5); }
}

@keyframes ecQrBlink {
	0%, 100% { opacity: 1; }
	50% { opacity: 0.64; }
}

.ec-club-phone {
	backdrop-filter: blur(28px);
	background:
		radial-gradient(circle at 80% 14%, rgba(255, 112, 79, 0.14), transparent 34%),
		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::after {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent);
	border-radius: inherit;
	content: "";
	inset: 1px;
	pointer-events: none;
	position: absolute;
}

.ec-club-member-card {
	background:
		radial-gradient(circle at 76% 18%, rgba(255, 112, 79, 0.32), transparent 28%),
		linear-gradient(135deg, rgba(8, 23, 34, 0.96), rgba(13, 45, 60, 0.92));
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 28px;
	box-shadow: 0 22px 70px rgba(0, 0, 0, 0.26);
	margin-bottom: 14px;
	padding: 20px;
	position: relative;
	z-index: 1;
}

.ec-club-member-card span,
.ec-club-member-card small {
	color: rgba(255, 255, 255, 0.62);
	display: block;
	font-size: 11px;
	font-weight: 950;
	text-transform: uppercase;
}

.ec-club-member-card strong {
	color: #fff;
	display: block;
	font-size: 28px;
	font-weight: 950;
	line-height: 1;
	margin: 18px 0 10px;
}

.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 {
	animation: ecQrBlink 3.6s ease-in-out infinite;
	aspect-ratio: 1;
	background: #06151f;
	border-radius: 5px;
}

.ec-club-mini-qr span:nth-child(3n) {
	animation-delay: 0.8s;
}

.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-offer-trend {
	color: #ffb162;
	display: block;
	font-size: 11px;
	font-weight: 950;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.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:
		radial-gradient(circle at 68% 10%, rgba(255, 112, 79, 0.18), transparent 28%),
		linear-gradient(180deg, #07131c 0%, #0c1b25 56%, #fff8ee 56.1%, #fff8ee 100%);
}

.ec-offer-featured {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 238, 0.9));
	border: 1px solid rgba(255, 255, 255, 0.74);
	border-radius: 32px;
	box-shadow: 0 34px 110px rgba(17, 24, 39, 0.2), 0 0 80px rgba(255, 112, 79, 0.12);
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
	overflow: hidden;
	position: relative;
	transition: transform 0.34s ease, box-shadow 0.34s ease;
}

.ec-offer-featured:hover {
	box-shadow: 0 44px 130px rgba(17, 24, 39, 0.26), 0 0 100px rgba(255, 112, 79, 0.18);
	transform: translateY(-6px);
}

.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);
	transition: transform 0.78s ease, filter 0.78s ease;
	width: 100%;
}

.ec-offer-featured:hover .ec-offer-featured__media img {
	filter: saturate(1.12) contrast(1.05);
	transform: scale(1.1);
}

.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 {
	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.012em;
	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--dark {
	background: rgba(7, 19, 28, 0.92);
	border-color: rgba(255, 255, 255, 0.14);
}

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

.ec-featured-access {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin: -8px 0 26px;
}

.ec-featured-access span {
	align-items: center;
	background: rgba(9, 23, 32, 0.07);
	border: 1px solid rgba(9, 23, 32, 0.08);
	border-radius: 999px;
	color: #253341;
	display: inline-flex;
	font-size: 12px;
	font-weight: 950;
	gap: 7px;
	padding: 10px 12px;
	text-transform: uppercase;
}

.ec-club-benefits {
	background:
		radial-gradient(circle at 78% 8%, rgba(10, 111, 143, 0.18), transparent 28%),
		radial-gradient(circle at 16% 76%, rgba(255, 112, 79, 0.12), transparent 34%),
		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-offer-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	position: relative;
	z-index: 1;
}

.ec-offer-card {
	backdrop-filter: blur(18px);
	background: rgba(255, 255, 255, 0.88);
	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::before {
	background: radial-gradient(circle at 18% 0%, rgba(255, 112, 79, 0.2), transparent 34%);
	content: "";
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transition: opacity 0.28s ease;
	z-index: 1;
}

.ec-club-featured.is-hidden,
.ec-offer-featured.is-hidden,
.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:hover::before {
	opacity: 1;
}

.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: 3;
}

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

.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: linear-gradient(135deg, #091720, #0b2738);
	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 56%, #ff704f);
	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(255, 112, 79, 0.26), transparent 30%),
		radial-gradient(circle at 18% 80%, rgba(34, 169, 210, 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__mock {
	display: grid;
	gap: 14px;
	position: relative;
}

.ec-business-qr-card,
.ec-business-flow-card {
	backdrop-filter: blur(22px);
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 28px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
	padding: 22px;
}

.ec-business-qr-card {
	background:
		radial-gradient(circle at 84% 16%, rgba(255, 112, 79, 0.2), transparent 30%),
		rgba(255, 255, 255, 0.1);
}

.ec-business-qr-card > span,
.ec-business-qr-card small {
	color: rgba(255, 255, 255, 0.68);
	display: block;
	font-size: 12px;
	font-weight: 950;
	text-transform: uppercase;
}

.ec-business-qr-card small {
	line-height: 1.5;
	margin-top: 14px;
	text-transform: none;
}

.ec-business-qr {
	background: rgba(255, 255, 255, 0.92);
	border-radius: 26px;
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 16px;
	max-width: 190px;
	padding: 16px;
}

.ec-business-qr i {
	aspect-ratio: 1;
	background: #07131c;
	border-radius: 6px;
	display: block;
}

.ec-business-qr i:nth-child(3n) {
	background: #ff704f;
}

.ec-business-flow-card {
	display: grid;
	gap: 10px;
}

.ec-business-flow-card span {
	align-items: center;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	color: #fff;
	display: flex;
	font-size: 13px;
	font-weight: 950;
	gap: 9px;
	padding: 13px 14px;
}

.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-club-partners {
	background: #fffaf4;
	padding: 76px 0;
}

.ec-club-partner-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 28px;
}

.ec-club-partner {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(17, 24, 39, 0.08);
	border-radius: 22px;
	box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06);
	display: flex;
	gap: 14px;
	min-width: 0;
	padding: 14px;
}

.ec-club-partner img {
	aspect-ratio: 1;
	border-radius: 16px;
	flex: 0 0 58px;
	height: 58px;
	object-fit: cover;
	width: 58px;
}

.ec-club-partner strong {
	color: #101820;
	display: block;
	font-size: 15px;
	font-weight: 950;
	line-height: 1.15;
}

.ec-club-partner span {
	color: #667085;
	display: block;
	font-size: 12px;
	font-weight: 900;
	margin-top: 5px;
	text-transform: uppercase;
}

.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(24px) saturate(1.12);
	background:
		radial-gradient(circle at 50% 24%, rgba(255, 112, 79, 0.18), transparent 34%),
		rgba(3, 9, 15, 0.82);
	inset: 0;
	position: absolute;
}

.ec-claim-modal__panel {
	background:
		radial-gradient(circle at 88% 0%, rgba(255, 112, 79, 0.18), transparent 28%),
		radial-gradient(circle at 0% 24%, rgba(34, 169, 210, 0.1), transparent 30%),
		linear-gradient(180deg, #fffaf4 0%, #f7efe4 100%);
	border: 1px solid rgba(255, 255, 255, 0.78);
	border-radius: 34px;
	box-shadow: 0 34px 120px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.76);
	left: 50%;
	max-width: 780px;
	overflow: visible;
	padding: 22px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -46%) scale(0.96);
	transition: transform 0.28s ease, opacity 0.28s ease;
	width: min(calc(100% - 40px), 780px);
}

.ec-claim-modal.is-open .ec-claim-modal__panel {
	transform: translate(-50%, -50%) scale(1);
}

.ec-claim-modal__close {
	align-items: center;
	background: rgba(9, 23, 32, 0.86);
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 50%;
	box-shadow: 0 14px 34px rgba(9, 23, 32, 0.22);
	color: #fff;
	cursor: pointer;
	display: flex;
	height: 46px;
	justify-content: center;
	position: absolute;
	right: 22px;
	top: 22px;
	transition: transform 0.22s ease, background 0.22s ease;
	width: 46px;
	z-index: 4;
}

.ec-claim-modal__close:hover {
	background: #091720;
	transform: translateY(-1px);
}

.ec-claim-modal__offer {
	align-items: stretch;
	display: grid;
	gap: 16px;
	grid-template-columns: minmax(150px, 190px) minmax(0, 1fr);
	padding-right: 54px;
}

.ec-claim-modal__media {
	border-radius: 22px;
	box-shadow: 0 22px 58px rgba(17, 24, 39, 0.16);
	min-height: 150px;
	overflow: hidden;
	position: relative;
}

.ec-claim-modal__media::after {
	background: linear-gradient(180deg, transparent 54%, rgba(3, 9, 15, 0.42));
	content: "";
	inset: 0;
	position: absolute;
}

.ec-claim-modal__offer img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.ec-claim-modal__summary {
	align-self: center;
	min-width: 0;
}

.ec-claim-modal__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 10px;
}

.ec-claim-modal__badges em,
.ec-claim-modal__badges span,
.ec-claim-modal__meta span,
.ec-claim-modal__meta small {
	border-radius: 999px;
	display: inline-flex;
	font-weight: 950;
	line-height: 1;
	padding: 8px 10px;
	text-transform: uppercase;
}

.ec-claim-modal__badges em {
	background: #091720;
	color: #fff;
	font-size: 11px;
	font-style: normal;
}

.ec-claim-modal__badges span {
	background: rgba(74, 222, 128, 0.14);
	border: 1px solid rgba(22, 163, 74, 0.18);
	color: #15803d;
	font-size: 11px;
}

.ec-claim-modal__offer h2 {
	color: #101820;
	font-family: "Sunsive", system-ui, sans-serif !important;
	font-size: clamp(30px, 3vw, 42px);
	font-weight: 950;
	line-height: 0.96;
	margin: 0 0 12px;
	text-wrap: balance;
}

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

.ec-claim-modal__offer p {
	color: #22313f;
	font-size: 16px;
	font-weight: 950;
}

.ec-claim-modal__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 10px;
}

.ec-claim-modal__meta span,
.ec-claim-modal__meta small {
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(17, 24, 39, 0.08);
	color: #4b5d6d;
	font-size: 11px;
}

.ec-claim-modal__description {
	margin-top: 14px;
}

.ec-claim-modal__details {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 12px;
}

.ec-claim-modal__section {
	background: rgba(255, 255, 255, 0.56);
	border: 1px solid rgba(17, 24, 39, 0.07);
	border-radius: 18px;
	padding: 12px;
}

.ec-claim-modal__section h3 {
	color: #101820;
	font-size: 11px;
	font-weight: 950;
	letter-spacing: 0.08em;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.ec-claim-steps,
.ec-claim-modal__terms {
	display: flex;
	flex-direction: column;
	gap: 7px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ec-claim-steps li,
.ec-claim-modal__terms li {
	align-items: center;
	color: #253341;
	display: flex;
	font-size: 12px;
	font-weight: 850;
	gap: 10px;
	line-height: 1.35;
}

.ec-claim-steps li span {
	align-items: center;
	background: #091720;
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	flex: 0 0 22px;
	font-size: 11px;
	font-weight: 950;
	height: 22px;
	justify-content: center;
	width: 22px;
}

.ec-claim-modal__terms li::before {
	background: linear-gradient(135deg, #ff704f, #22a9d2);
	border-radius: 50%;
	content: "";
	flex: 0 0 8px;
	height: 8px;
	width: 8px;
}

.ec-claim-modal__benefit {
	background:
		radial-gradient(circle at 92% 18%, rgba(255, 255, 255, 0.64), transparent 32%),
		linear-gradient(135deg, rgba(255, 112, 79, 0.14), rgba(255, 255, 255, 0.86) 45%, rgba(34, 169, 210, 0.14));
	border: 1px solid rgba(255, 112, 79, 0.2);
	border-radius: 22px;
	box-shadow: 0 22px 58px rgba(255, 112, 79, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.78);
	margin: 16px 0 0;
	padding: 16px;
	position: relative;
	overflow: hidden;
}

.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: clamp(36px, 5vw, 54px);
	font-weight: 950;
	letter-spacing: -0.012em;
	line-height: 0.9;
	margin-top: 6px;
	overflow-wrap: anywhere;
	text-shadow: 0 12px 32px rgba(255, 112, 79, 0.16);
}

.ec-claim-form {
	background: #fff;
	border: 1px solid rgba(17, 24, 39, 0.08);
	border-radius: 22px;
	box-shadow: 0 22px 54px rgba(15, 23, 42, 0.08);
	display: grid;
	gap: 12px;
	margin-top: 12px;
	padding: 16px;
}

.ec-claim-form__intro {
	display: grid;
	gap: 4px;
}

.ec-claim-form__intro strong {
	color: #101820;
	font-size: 16px;
	font-weight: 950;
}

.ec-claim-form__intro span {
	color: #667085;
	font-size: 13px;
	font-weight: 750;
	line-height: 1.45;
}

.ec-claim-form label {
	color: #101820;
	display: grid;
	font-size: 13px;
	font-weight: 900;
	gap: 8px;
}

.ec-claim-form input {
	background: #f8fafc;
	border: 1px solid rgba(15, 23, 42, 0.12);
	border-radius: 14px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
	color: #101820;
	font: inherit;
	font-size: 15px;
	font-weight: 750;
	min-height: 46px;
	outline: none;
	padding: 0 15px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.ec-claim-form input:focus {
	background: #fff;
	border-color: rgba(255, 112, 79, 0.62);
	box-shadow: 0 0 0 4px rgba(255, 112, 79, 0.12);
}

.ec-claim-form__grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ec-claim-check {
	align-items: flex-start;
	background: rgba(34, 169, 210, 0.08);
	border: 1px solid rgba(34, 169, 210, 0.12);
	border-radius: 18px;
	display: flex !important;
	flex-direction: row;
	gap: 10px !important;
	padding: 12px;
}

.ec-claim-check input {
	accent-color: #ff704f;
	flex: 0 0 auto;
	height: 18px;
	min-height: 18px;
	margin-top: 2px;
	padding: 0;
	width: 18px;
}

.ec-claim-check span {
	color: #4b5d6d;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.4;
}

.ec-claim-form__error {
	background: rgba(224, 60, 49, 0.1);
	border: 1px solid rgba(224, 60, 49, 0.18);
	border-radius: 16px;
	color: #b42318;
	font-size: 13px;
	font-weight: 900;
	padding: 12px 14px;
}

.ec-claim-generate {
	box-shadow: 0 24px 60px rgba(241, 111, 76, 0.36), 0 0 38px rgba(255, 112, 79, 0.18);
	font-size: 17px;
	margin-top: 4px;
	min-height: 54px;
	width: 100%;
}

.ec-claim-generate:hover {
	box-shadow: 0 30px 76px rgba(241, 111, 76, 0.44), 0 0 54px rgba(255, 112, 79, 0.24);
}

.ec-claim-modal.has-qr .ec-claim-modal__offer,
.ec-claim-modal.has-qr .ec-claim-modal__benefit,
.ec-claim-modal.has-qr .ec-claim-modal__description,
.ec-claim-modal.has-qr .ec-claim-modal__details,
.ec-claim-modal.has-qr .ec-claim-form,
.ec-claim-modal.has-qr .ec-claim-generate {
	display: none;
}

.ec-claim-modal.has-qr .ec-qr-stage {
	margin-top: 0;
}

.ec-qr-stage {
	background:
		radial-gradient(circle at 72% 12%, rgba(34, 169, 210, 0.24), transparent 36%),
		radial-gradient(circle at 16% 88%, rgba(255, 112, 79, 0.16), transparent 34%),
		linear-gradient(180deg, #07131c, #0f2633);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 30px;
	box-shadow: 0 28px 80px rgba(7, 19, 28, 0.26);
	margin-top: 24px;
	padding: 24px;
	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: 30px;
	box-shadow: 0 22px 66px rgba(0, 0, 0, 0.28), 0 0 54px rgba(255, 112, 79, 0.16);
	margin: 0 auto 18px;
	overflow: hidden;
	padding: 20px;
	position: relative;
	width: min(100%, 360px);
}

.ec-qr-box::before {
	animation: ecScan 2.8s ease-in-out infinite;
	background: linear-gradient(90deg, transparent, rgba(74, 222, 128, 0.34), transparent);
	content: "";
	height: 2px;
	left: 24px;
	position: absolute;
	right: 24px;
	top: 24px;
}

.ec-qr-box img {
	aspect-ratio: 1;
	background:
		linear-gradient(90deg, #07131c 10px, transparent 10px) 0 0 / 34px 34px,
		linear-gradient(#07131c 10px, transparent 10px) 0 0 / 34px 34px,
		#fff;
	border-radius: 18px;
	display: block;
	position: relative;
	width: 100%;
	z-index: 1;
}

@keyframes ecScan {
	0%, 100% { opacity: 0; transform: translateY(0); }
	12%, 86% { opacity: 1; }
	50% { transform: translateY(278px); }
}

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

.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: 16px;
	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-stage small {
	color: rgba(255, 255, 255, 0.52);
	display: block;
	font-size: 11px;
	font-weight: 950;
	letter-spacing: 0.08em;
	margin-bottom: 7px;
	text-transform: uppercase;
}

.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-partner-grid {
		grid-template-columns: repeat(2, minmax(0, 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-offer-featured__media {
		min-height: 420px;
	}

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

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

	.ec-club-business__routes {
		grid-column: 1 / -1;
	}
}

@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(46px, 13vw, 68px);
		line-height: 0.92;
	}

	.ec-club-hero__content > p:not(.ec-eyebrow) {
		font-size: 18px;
		max-width: 30ch;
	}

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

	.ec-club-signal-row {
		display: grid;
		grid-template-columns: 1fr;
	}

	.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-club-phone {
		max-width: 330px;
		transform: none;
	}

	.ec-club-member-card strong {
		font-size: 24px;
	}

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

	.ec-club-partners {
		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-offer-grid {
		grid-template-columns: 1fr;
	}

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

	.ec-claim-modal__panel {
		border-radius: 28px;
		padding: 18px;
		width: calc(100% - 24px);
	}

	.ec-claim-modal__offer {
		gap: 16px;
		grid-template-columns: 108px minmax(0, 1fr);
		padding-right: 0;
	}

	.ec-claim-modal__media {
		aspect-ratio: 1;
		border-radius: 18px;
		min-height: 108px;
	}

	.ec-claim-modal__summary {
		padding-right: 42px;
	}

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

	.ec-claim-modal__benefit {
		padding: 14px;
	}

	.ec-claim-modal__benefit strong {
		font-size: clamp(36px, 12vw, 50px);
	}

	.ec-claim-form {
		padding: 14px;
	}

	.ec-claim-form input {
		min-height: 42px;
	}

	.ec-claim-check {
		padding: 10px;
	}

	.ec-claim-generate {
		min-height: 50px;
	}

	.ec-qr-stage {
		padding: 18px;
	}

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

	.ec-claim-form,
	.ec-claim-form__grid {
		grid-template-columns: 1fr;
	}

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

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

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

	.ec-club-business__routes {
		grid-column: auto;
	}
}

@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;
	}
}
