.eiman-tf-wrap {
	max-width: 720px;
	margin: 0 auto;
}

/* ---------------------------------------------------------------- Header */

.eiman-tf-header {
	position: relative;
	padding: 30px 26px 26px;
	background: #eef3fa;
	border-radius: 26px 26px 0 0;
	overflow: hidden;
}

.eiman-tf-header-art {
	position: absolute;
	top: 12px;
	right: 0;
	width: 300px;
	height: auto;
	opacity: 0.5;
	pointer-events: none;
	object-fit: contain;
}

.eiman-tf-header-inner {
	position: relative;
	z-index: 1;
	max-width: 60%;
}

.eiman-tf-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #16213e;
	margin-bottom: 16px;
	padding: 7px 15px;
	background: #ffffff;
	border-radius: 999px;
	box-shadow: 0 3px 10px rgba(22, 33, 62, 0.08);
}

.eiman-tf-eyebrow svg {
	width: 13px;
	height: 13px;
	color: #c9a05c;
}

.eiman-tf-header h2 {
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-weight: 700;
	font-size: clamp(26px, 6vw, 34px);
	margin: 0 0 10px;
	color: #16213e;
	line-height: 1.14;
}

.eiman-tf-header p {
	font-size: 14px;
	color: #5b6b85;
	max-width: 380px;
	margin: 0;
	line-height: 1.55;
}

/* --------------------------------------------------------------- Widget */

.eiman-tf-widget {
	background: #ffffff;
	border-radius: 0 0 26px 26px;
	box-shadow: 0 20px 50px rgba(22, 33, 62, 0.1);
	padding: 26px 22px 24px;
	position: relative;
}

.eiman-tf-level {
	margin-bottom: 22px;
}

.eiman-tf-level:last-child {
	margin-bottom: 0;
}

.eiman-tf-level-label {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #16213e;
	margin-bottom: 12px;
}

.eiman-tf-num {
	width: 21px;
	height: 21px;
	border-radius: 50%;
	background: #16213e;
	color: #fff;
	font-size: 10.5px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}

.eiman-tf-required {
	font-size: 10px;
	font-weight: 600;
	color: #4a5f8f;
	background: #eaf0fb;
	padding: 3px 10px;
	border-radius: 999px;
	text-transform: none;
	letter-spacing: 0;
	margin-inline-start: auto;
}

/* ------------------------------------------------------------------ Pills */

.eiman-tf-pills {
	display: flex;
	gap: 9px;
	overflow-x: auto;
	padding-bottom: 6px;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.eiman-tf-pills::-webkit-scrollbar {
	display: none;
}

.eiman-tf-pill {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 18px;
	border-radius: 12px;
	border: 1.5px solid #e4e9f2 !important;
	background: #ffffff !important;
	font-family: -apple-system, BlinkMacSystemFont, 'Inter', sans-serif;
	font-size: 12.5px;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #16213e !important;
	-webkit-text-fill-color: #16213e !important;
	cursor: pointer;
	white-space: nowrap;
	-webkit-appearance: none;
	appearance: none;
	-webkit-tap-highlight-color: transparent !important;
	outline: none;
	position: relative;
	overflow: hidden;
	transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.eiman-tf-pill svg {
	width: 15px;
	height: 15px;
	flex: 0 0 auto;
	color: #c9a05c;
	transition: color 0.2s ease;
}

.eiman-tf-pill:focus-visible {
	outline: 2px solid #16213e;
	outline-offset: 2px;
}

.eiman-tf-pill:not(.is-active):hover {
	border-color: #16213e !important;
}

.eiman-tf-pill.is-active {
	background: #16213e !important;
	border-color: #16213e !important;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
}

.eiman-tf-pill.is-active svg {
	color: #ffffff;
}

/* --------------------------------------------------------------- Reset */

.eiman-tf-reset {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-top: 12px;
	border: 1.5px solid #dbe2ee;
	background: #ffffff;
	border-radius: 999px;
	padding: 9px 18px;
	font-family: -apple-system, BlinkMacSystemFont, 'Inter', sans-serif;
	font-size: 12.5px;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #4a5a78;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	-webkit-tap-highlight-color: transparent;
	transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.eiman-tf-reset:hover {
	color: #16213e;
	border-color: #16213e;
	background: #f2f5fa;
}

.eiman-tf-reset svg {
	width: 14px;
	height: 14px;
}

/* ----------------------------------------------------------------- Switch */

.eiman-tf-switch {
	display: flex;
	gap: 6px;
	background: #f2f5fa;
	border-radius: 14px;
	padding: 5px;
	margin-bottom: 18px;
}

.eiman-tf-switch button {
	flex: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	border: 0;
	background: none !important;
	padding: 11px 8px;
	border-radius: 10px;
	font-size: 12.5px;
	font-weight: 700;
	font-family: -apple-system, BlinkMacSystemFont, 'Inter', sans-serif;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #7c8aa5 !important;
	-webkit-text-fill-color: #7c8aa5 !important;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	-webkit-tap-highlight-color: transparent !important;
	outline: none;
	transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.eiman-tf-switch button svg {
	width: 15px;
	height: 15px;
	color: #c9a05c;
}

.eiman-tf-switch button.is-active {
	background: #ffffff !important;
	color: #16213e !important;
	-webkit-text-fill-color: #16213e !important;
	box-shadow: 0 3px 10px rgba(22, 33, 62, 0.1);
}

/* ---------------------------------------------------------------- States */

.eiman-tf-hint {
	text-align: center;
	padding: 40px 20px;
	color: #7c8aa5;
}

.eiman-tf-hint svg {
	width: 36px;
	height: 36px;
	color: #c3cfe3;
	margin-bottom: 10px;
}

.eiman-tf-hint p {
	margin: 0;
	font-size: 14px;
	max-width: 280px;
	margin-inline: auto;
}

.eiman-tf-count {
	font-size: 13.5px;
	color: #5b6b85;
	margin: 22px 4px 14px;
}

.eiman-tf-count b {
	color: #16213e;
}

.eiman-tf-widget.is-loading .eiman-tf-grid {
	opacity: 0.5;
	pointer-events: none;
	transition: opacity 0.15s ease;
}

.eiman-tf-empty {
	text-align: center;
	color: #7c8aa5;
	font-style: italic;
	padding: 30px 0;
}

.eiman-tf-hidden {
	display: none !important;
}

/* ------------------------------------------------------------- More button */

.eiman-tf-more-wrap {
	text-align: center;
	margin-top: 22px;
}

.eiman-tf-more-btn {
	font-family: -apple-system, BlinkMacSystemFont, 'Inter', sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #16213e;
	background: #ffffff;
	border: 1.5px solid #16213e;
	padding: 13px 30px;
	border-radius: 999px;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	-webkit-tap-highlight-color: transparent;
	transition: background 0.2s ease, color 0.2s ease;
}

.eiman-tf-more-btn:hover {
	background: #16213e;
	color: #fff;
}

.eiman-tf-bottom-reset-wrap {
	text-align: center;
	margin-top: 18px;
}

.eiman-tf-bottom-reset-wrap .eiman-tf-reset {
	margin-top: 0;
}

/* ----------------------------------------------------------------- Grid */

.eiman-tf-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 34px;
	padding: 0 4px;
}

.eiman-tf-card {
	position: relative;
	display: flex;
	flex-direction: column;
	border-radius: 24px;
	overflow: hidden;
	background: #ffffff;
	border: 1px solid #e4e9f2;
	text-decoration: none;
	box-shadow: 0 14px 30px rgba(22, 33, 62, 0.16);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.eiman-tf-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 22px 44px rgba(22, 33, 62, 0.18);
}

.eiman-tf-card-img {
	position: relative;
	aspect-ratio: 4 / 3;
	background-color: #dde5f0;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	flex: 0 0 auto;
}

.eiman-tf-card-img img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
}

.eiman-tf-card:hover .eiman-tf-card-img img {
	transform: scale(1.06);
}

.eiman-tf-card-brush {
	position: absolute;
	z-index: 2;
	left: -2%;
	right: -2%;
	bottom: -1px;
	width: 104%;
	height: 30px;
	display: block;
}

.eiman-tf-card-brush path {
	fill: #ffffff;
}

.eiman-tf-card-badge {
	position: absolute;
	z-index: 3;
	top: 14px;
	right: 14px;
	display: inline-flex;
	align-items: center;
	max-width: calc(100% - 28px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #16213e;
	background: rgba(255, 255, 255, 0.94);
	padding: 7px 14px;
	border-radius: 999px;
	box-shadow: 0 6px 14px rgba(20, 16, 10, 0.16);
}

.eiman-tf-card-badge-popular {
	position: absolute;
	z-index: 3;
	top: 14px;
	left: 14px;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-size: 11px;
	font-weight: 700;
	color: #ffffff;
	background: #16213e;
	padding: 7px 14px;
	border-radius: 999px;
	box-shadow: 0 6px 14px rgba(22, 33, 62, 0.3);
}

.eiman-tf-card-badge-popular svg {
	width: 12px;
	height: 12px;
	color: #c9a05c;
}

.eiman-tf-card-content {
	position: relative;
	padding: 16px 18px 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	flex: 1;
}

.eiman-tf-card-content h3 {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, 'Inter', sans-serif;
	font-weight: 800;
	font-size: 17px;
	line-height: 1.32;
	color: #16213e;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.eiman-tf-card-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px 10px;
}

.eiman-tf-card-meta-item {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-size: 11.5px;
	font-weight: 600;
	color: #5b6b85;
	white-space: nowrap;
}

.eiman-tf-card-meta-item svg {
	width: 13px;
	height: 13px;
	flex: 0 0 auto;
	color: #c9a05c;
}

.eiman-tf-card-meta-item:not(:last-child)::after {
	content: "";
	width: 1px;
	height: 11px;
	margin-inline-start: 10px;
	background: #e4e9f2;
}

.eiman-tf-card-excerpt {
	margin: 0;
	font-size: 12.5px;
	line-height: 1.55;
	color: #7c8aa5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.eiman-tf-card-rule {
	border-top: 1px solid #edf1f7;
	margin-top: 2px;
}

.eiman-tf-card-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding-top: 12px;
}

.eiman-tf-card-price {
	font-size: 12px;
	color: #7c8aa5;
	font-weight: 600;
	display: flex;
	align-items: baseline;
	gap: 4px;
}

.eiman-tf-card-price .eiman-lp-price-main,
.eiman-tf-card-price b,
.eiman-tf-card-price strong {
	font-size: 21px;
	font-weight: 800;
	color: #c9a05c;
}

.eiman-tf-card-cta {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 11.5px;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	background: #16213e;
	color: #fff;
	padding: 10px 16px;
	border-radius: 999px;
	transition: transform 0.2s ease, background 0.2s ease;
}

.eiman-tf-card-cta-arrow {
	font-size: 16px;
	line-height: 1;
	transition: transform 0.2s ease;
}

.eiman-tf-card:hover .eiman-tf-card-cta {
	background: #0e1730;
}

.eiman-tf-card:hover .eiman-tf-card-cta-arrow {
	transform: translateX(3px);
}

@media (max-width: 480px) {
	.eiman-tf-header {
		padding: 24px 18px 84px;
	}

	.eiman-tf-header-art {
		top: auto;
		bottom: -6px;
		width: 200px;
		opacity: 0.4;
	}

	.eiman-tf-header-inner {
		max-width: 100%;
	}

	.eiman-tf-widget {
		padding: 20px 16px 18px;
	}
}
