html,
body {
	height: 100%;
}

body.ezizz-startup-cards-body {
	margin: 0;
	background: radial-gradient(circle at top, rgba(42, 179, 145, 0.15), transparent 55%), linear-gradient(180deg, #040404 0%, #090909 100%);
	color: #fff;
	overflow: hidden;
	font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

:root {
	--wow-card: rgba(5, 5, 5, 0.8);
	--wow-border: rgba(255, 255, 255, 0.08);
	--wow-muted: rgba(255, 255, 255, 0.65);
	--wow-ghost: rgba(255, 255, 255, 0.18);
	--wow-transition: cubic-bezier(0.4, 0, 0.2, 1);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background: #2ab391!important;
}

.ezizz-startup-cards-page {
	position: relative;
	height: 100vh;
	width: 100vw;
	overflow: hidden;
}

.ezizz-cards-tabs {
	position: absolute;
	top: 24px;
	left: 50%;
	transform: translateX(-50%);
	display: inline-flex;
	padding: 6px;
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.55);
	border: 1px solid rgba(255, 255, 255, 0.08);
	z-index: 5;
}

.ezizz-cards-tab {
	border: none;
	background: transparent;
	color: var(--wow-muted);
	font-weight: 600;
	border-radius: 999px;
	cursor: pointer;
	transition: all 0.3s var(--wow-transition);
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.ezizz-cards-tab.is-active {
	background: #fff;
	color: #000;
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.cards-stage {
	position: relative;
	height: 100%;
	width: 100%;
}

.cards-stream {
	position: absolute;
	inset: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.35s var(--wow-transition);
}

.cards-stream.is-active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.wow-swiper {
	height: 100%;
}

.swiper-wrapper {
	height: 100%;
}

.swiper-slide {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wow-card {
	width: min(420px, 90vw);
	height: calc(100vh - 150px);
	max-height: 100vh;
	background: var(--wow-card);
	border: 1px solid var(--wow-border);
	padding: 28px 26px 120px 26px;
	box-shadow: 0 40px 70px rgba(0, 0, 0, 0.55);
	backdrop-filter: blur(18px);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 18px;
	position: relative;
	overflow: hidden;
}

.wow-card::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(42, 179, 145, 0.25), rgba(42, 179, 145, 0));
	opacity: 0.7;
}

.wow-card__header{
	padding-top: 60px;
}

.wow-card__header,
.wow-card__body,
.wow-card__footer {
	position: relative;
	z-index: 2;
}

.wow-card__badge-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 18px;
}

.wow-chip {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 14px;
	border-radius: 999px;
	font-size: 0.8rem;
	background: rgba(255, 255, 255, 0.15);
	text-transform: uppercase;
	letter-spacing: 0.12em;
}

.wow-chip--ghost {
	background: rgba(255, 255, 255, 0.08);
}

.wow-card__title-wrap {
	display: flex;
	gap: 20px;
	align-items: center;
	margin-bottom: 15px;
}

.wow-card__logo {
	width: 80px;
	height: 80px;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	font-weight: 700;
	flex-shrink: 0;
}

.wow-card__logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 6px;
	border-radius: inherit;
}

.wow-card__title-wrap h1 {
	margin: 0;
	font-size: 1.2rem;
}

.wow-card__tagline {
	margin: 4px 0 0;
	color: var(--wow-muted);
}

.wow-card__body {
	display: flex;
	flex-direction: column;
	gap: 16px;
	flex: 1;
	overflow-y: auto;
	scrollbar-width: none;
	padding-bottom: 20px;
}

.wow-card__body::-webkit-scrollbar {
	display: none;
}

.wow-card__block {
	padding: 10px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.wow-card__block:last-child {
	border-bottom: none;
}

.wow-label {
	text-transform: uppercase;
	letter-spacing: 0.3em;
	font-size: 0.65rem;
	color: var(--wow-muted);
	margin: 0 0 6px;
}

.wow-copy {
	margin: 0;
	font-size: 1rem;
	line-height: 1.6;
}

.wow-insights {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 8px;
	font-size: 0.85rem;
	color: var(--wow-muted);
}

/* .wow-card__founder {
	display: grid;
	grid-template-columns: 56px 1fr;
	gap: 14px;
	align-items: center;
} */

/* .wow-card__founder img,
.wow-card__founder-fallback {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid rgba(255, 255, 255, 0.2);
}

.wow-card__founder-fallback {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	background: rgba(255, 255, 255, 0.12);
} */

.wow-founder__name {
	margin: 0;
	font-weight: 600;
}

.wow-founder__role {
	margin: 2px 0 4px;
	font-size: 0.9rem;
	color: var(--wow-muted);
}

.wow-founder__bio {
	margin: 0;
	font-size: 0.85rem;
	color: var(--wow-muted);
}

.wow-card__metrics {
	position: absolute;
	right: 26px;
	bottom: 150px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
	z-index: 4;
}

.wow-metric {
	width: 64px;
	height: 64px;
	border-radius: 18px;
	background: rgba(0, 0, 0, 0.35);
	border: 1px solid rgba(255, 255, 255, 0.15);
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 0.65rem;
}

.wow-metric i {
	font-size: 1.1rem;
}

.wow-metric__count {
	font-size: 0.78rem;
	letter-spacing: 0.03em;
}

.wow-metric--views {
	pointer-events: none;
}

.wow-metric--bookmark {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.35);
	cursor: pointer;
	transition: background 0.25s var(--wow-transition), color 0.25s var(--wow-transition);
}

.wow-metric--bookmark.is-active {
	background: #fff;
	color: #000;
}

.wow-metric--bookmark.is-loading {
	opacity: 0.65;
	pointer-events: none;
}

.wow-card__footer {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin: 0;
/* 	position: absolute;
	left: 26px;
	right: 26px;
	bottom: 28px; */
	z-index: 3;
}

.wow-btn {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border: none;
	border-radius: 999px;
	padding: 10px 18px;
	font-weight: 600;
	cursor: pointer;
	background: #fff;
	color: #000;
	text-decoration: none;
	transition: transform 0.25s var(--wow-transition);
}

.wow-btn--ghost {
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}

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

.swiper-slide--empty .wow-empty {
	width: min(420px, 90vw);
	padding: 30px;
	text-align: center;
	border: 1px dashed rgba(255, 255, 255, 0.2);
	border-radius: 28px;
	background: rgba(0, 0, 0, 0.3);
}

.ezizz-cards-loader {
	position: absolute;
	bottom: 28px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 8px;
	opacity: 0;
	transition: opacity 0.3s var(--wow-transition);
	z-index: 4;
}

.ezizz-cards-loader.is-visible {
	opacity: 1;
}

.loader-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	animation: loaderPulse 0.8s infinite alternate;
}

.loader-dot:nth-child(2) {
	animation-delay: 0.12s;
}

.loader-dot:nth-child(3) {
	animation-delay: 0.24s;
}

@keyframes loaderPulse {
	from {
		transform: translateY(0);
		opacity: 0.4;
	}
	to {
		transform: translateY(-4px);
		opacity: 1;
	}
}

@media (max-width: 768px) {
	
	.ezizz-cards-tabs {
		top: 16px;
	}

	.wow-card {
		width: calc(100% - 48px);
		height: calc(100vh - 150px);
		padding: 22px 70px 110px 20px;
	}

	.wow-card__title-wrap {
		gap: 14px;
	}

	.wow-card__logo {
		width: 60px;
		height: 60px;
		border-radius: 18px;
	}

	.wow-card__metrics {
		right: 18px;
		bottom: 140px;
	}

	.wow-card__footer {
		bottom: 24px;
	}

/* 	.wow-card__footer {
		flex-direction: column;
	} */
}