.wto-tools {
	padding: 100px;
	text-align: center;
	color: #ffffff;
	background: url('../../images/hero/hero-2.jpg');
	background-size: cover;
	background-position: top center;
}

.wto-tools__header {
	margin-bottom: 48px;
	text-align: left;
}

.wto-tools__title {
	font-size: 32px;
	font-weight: 600;
	color: #ffffff;
	margin: 0 0 13px 0;
	line-height: 1.2;
	max-width: 640px;
}

.wto-tools__subtitle {
	font-size: 18px;
	color: #bfbfbf;
	margin: 0;
	line-height: 1.6;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.wto-tools__grid {
	display: flex;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
	margin-bottom: 48px;
}

.wto-tools__card {
	border-radius: 16px;
	max-width: 304px;
	text-align: left;
	transition: all 0.3s ease;
	border: 1px solid transparent;
	position: relative;
}

.wto-tools__card-header {
	display: flex;
	gap: 16px;
	align-items: flex-start;
	margin-bottom: 20px;
}

.wto-tools__icon {
	width: 104px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	color: #10b981;
	overflow: hidden;
	/*border-radius: 12px;*/
	/*border: 1px solid #323435;*/
}

.wto-tools__icon img{
	max-width: 100%;
	border-radius: 12px;
	border: 1px solid #535459;
}

.wto-tools__icon--planet {
	background: #065f46;
	color: #34d399;
}

.wto-tools__icon--document {
	background: #1e3a8a;
	color: #60a5fa;
}

.wto-tools__icon i {
	width: 28px;
	height: 28px;
}

.wto-tools__card-content {
	flex: 1;
}

.wto-tools__card-title {
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	margin: 0;
	line-height: 1.3;
}

.wto-tools__card-description {
	font-size: 14px;
	color: #8B8F97;
	line-height: 1.6;
	margin: 0 0 24px 0;
}

.wto-tools__button {
	background: #ffffff;
	border: none;
	border-radius: 8px;
	padding: 5px 20px;
	color: #1f2937;
	text-decoration: none;
	font-size: 0.875rem;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	gap: 8px;
	width: 100%;
	justify-content: center;
}



.wto-tools__button:hover {
	background: #f3f4f6;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.wto-tools__button i,
.wto-tools__button svg{
	width: 15px;
	position: relative;
	left: -7px;
	top: 1px;
}

.wto-tools__footer {
	display: flex;
	justify-content: center;
}

.wto-tools__view-all {
	background: transparent;
	border: 1px solid #5c5d5f;
	border-radius: 8px;
	padding: 12px 24px;
	color: #FFF;
	font-size: 0.875rem;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
	text-decoration: none;
}

.wto-tools__view-all:hover {
	border-color: #ffffff;
	color: #ffffff;
}

@media (max-width: 1024px) {
	.wto-tools{
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.wto-tools__grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.wto-tools__card {
		max-width: 600px;
		margin: 0 auto;
	}
}

@media (max-width: 768px) {
	.wto-tools {
		padding: 40px 20px;
	}

	.wto-tools__title {
		font-size: 2rem;
	}

	.wto-tools__subtitle {
		font-size: 1rem;
	}

	.wto-tools__header {
		margin-bottom: 32px;
	}

	.wto-tools__card {
		padding: 0;
		margin-bottom: 30px;
	}

	.wto-tools__card-header {
		flex-direction: row;
		align-items: center;
		text-align: center;
		gap: 15px;
		margin-bottom: 20px;
	}

	.wto-tools__card-description{
		margin-bottom: 20px;
	}

	.wto-tools__card-content{
		text-align: left;
	}

	.wto-tools__icon {
		width: 111px;
		height: 107px;
	}

	.wto-tools__icon i {
		width: 24px;
		height: 24px;
	}

	.wto-tools__grid{
		display: block !important;
	}
}

@media (max-width: 480px) {
	.wto-tools {
		padding: 32px 16px;
	}

	.wto-tools__title {
		font-size: 1.75rem;
	}

	.wto-tools__subtitle {
		font-size: 0.9rem;
	}

	.wto-tools__card-title {
		font-size: 1.125rem;
	}

	.wto-tools__card-description {
		font-size: 0.9rem;
	}
}
