.entrada-especial .zynga-vs-real .vs-list {
	list-style-type: none;
	list-style: none;
	padding-left: 0;
}

.zynga-subtitle {
	color: #6b7280;
	margin-top: -10px;
	margin-bottom: 25px;
	font-size: 1.1rem;
}

/* Store Analysis Section */
.zynga-store-analysis {
	background: #f8fafc;
	border-radius: 15px;
	padding: 30px;
	margin: 30px 0;
	border: 1px solid #e2e8f0;
}

.store-flex {
	display: flex;
	gap: 20px;
	margin: 20px 0;
}

.store-card {
	flex: 1;
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 4px 6px rgba(0,0,0,0.05);
	text-align: center;
}
.store-card img[src*="appstore"] {
	filter: brightness(0);
}

.store-logo {
	height: 40px;
	margin-bottom: 15px;
}

.store-stats {
	display: flex;
	justify-content: space-around;
	border-top: 1px solid #f1f5f9;
	padding-top: 15px;
}

.s-stat {
	display: flex;
	flex-direction: column;
}

.s-stat strong {
	font-size: 1.1rem;
	color: #1e293b;
}

.s-stat span {
	font-size: 0.7rem;
	color: #64748b;
	text-transform: uppercase;
}

.marketing-reasoning {
	background: #fffbeb;
	padding: 15px;
	border-radius: 8px;
	border-left: 4px solid #fbbf24;
	margin-top: 20px;
}

.marketing-reasoning p {
	font-size: 0.9rem;
	margin: 0;
}

/* VS Cards */
.zynga-vs-real {
	display: flex;
	align-items: center;
	gap: 15px;
	margin: 40px 0;
}

.vs-card {
	flex: 1;
	padding: 25px;
	border-radius: 12px;
}

.card-zynga {
	background: #fff5f5;
	border: 1px solid #feb2b2;
}

.card-real {
	background: #f0fff4;
	border: 1px solid #9ae6b4;
}

.vs-header {
	font-size: 1.3rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 15px;
	color: #2d3748;
}

.vs-list li {
	padding: 8px 0 8px 25px;
	position: relative;
	font-size: 0.95rem;
	line-height: 1.4;
}

.vs-list li::before {
	position: absolute;
	left: 0;
	font-weight: 900;
}

.vs-list li.malo::before {
	content: "✕";
	color: #e53e3e;
}

.vs-list li.bueno::before {
	content: "✓";
	color: #38a169;
}

.vs-divider {
	font-weight: 900;
	color: #cbd5e0;
}

/* Stats */
.zynga-stats-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
	margin: 30px 0;
}

.z-stat-item {
	background: #1a202c;
	padding: 20px;
	border-radius: 10px;
	text-align: center;
}

.z-stat-val {
	display: block;
	font-size: 1.8rem;
	font-weight: 800;
	color: #48bb78;
}

.z-stat-lab {
	font-size: 0.75rem;
	color: #a0aec0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* CTA */
.zynga-final-cta {
	background: #030f37;
	color: #fff;
	padding: 35px;
	border-radius: 15px;
	text-align: center;
	margin-top: 50px;
}

.btn-zynga-cta {
	display: inline-block;
	background: #fff;
	color: #1e63ff;
	padding: 12px 30px;
	border-radius: 5px;
	font-weight: 700;
	text-decoration: none;
	margin-top: 15px;
}

@media (max-width: 600px) {
	.zynga-vs-real, .store-flex {
		flex-direction: column;
	}
	.zynga-stats-grid {
		grid-template-columns: 1fr;
	}
}