/* YouMind Approach — matched to blog page .approach */

.ymct-approach {
	--ymct-content: 1560px;
	--ymct-gutter: 56px;
	--ymct-font: "Poppins", sans-serif;
	font-family: var(--ymct-font), sans-serif;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	width: 100%;
	padding: 80px var(--ymct-gutter);
	background: linear-gradient(180deg, #cfeffb -25.5%, #ffffff 125.5%);
	display: flex;
	flex-direction: column;
	align-items: center;
}

.ymct-approach *,
.ymct-approach *::before,
.ymct-approach *::after {
	box-sizing: border-box;
}

.ymct-approach a {
	text-decoration: none;
}

.ymct-approach-inner {
	width: 100%;
	max-width: var(--ymct-content);
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.ymct-approach-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 20px;
	width: 100%;
}

.ymct-approach-copy {
	max-width: 1013px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.ymct-approach .ymct-approach-copy h2 {
	margin: 0;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 48px;
	line-height: 1.3;
	color: #0a0a0a;
	text-transform: uppercase;
}

.ymct-approach-br {
	display: block;
}

.ymct-approach .ymct-approach-copy p {
	margin: 0;
	max-width: 769px;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.6;
	color: #93a3aa;
}

.ymct-approach .ymct-btn-explore {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	width: auto;
	min-width: 247px;
	height: 64px;
	padding: 8px 8px 8px 24px;
	gap: 12px;
	border-radius: 100px;
	background: linear-gradient(180deg, #199a91 0%, #082725 100%);
	color: #edf2f2;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 1;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	border: 0;
}

.ymct-approach .ymct-btn-explore:hover {
	filter: brightness(1.05);
}

.ymct-approach .ymct-btn-explore-icon {
	width: 48px;
	height: 48px;
	border-radius: 100px;
	background: #ffffff;
	color: #1c1c1c;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.ymct-approach .ymct-btn-explore-icon svg {
	width: 20px;
	height: 20px;
	display: block;
}

.ymct-approach-card {
	width: 100%;
	background: #ffffff;
	border-radius: 28px;
	padding: 20px;
	box-sizing: border-box;
}

.ymct-approach .ymct-approach-card h3 {
	margin: 0 0 30px;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 32px;
	line-height: 1;
	color: #021019;
	text-transform: uppercase;
}

.ymct-approach-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.ymct-approach-compare {
	display: none;
}

.ymct-approach-item {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 20px;
	border: 1px solid #f2f2f2;
	border-radius: 20px;
	background: #ffffff;
	min-height: 109px;
	box-sizing: border-box;
}

a.ymct-approach-item {
	text-decoration: none;
	color: inherit;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

a.ymct-approach-item:hover {
	border-color: rgba(63, 217, 207, 0.55);
	box-shadow: 0 8px 24px rgba(2, 16, 25, 0.06);
}

a.ymct-compare-col {
	text-decoration: none;
	color: inherit;
}

.ymct-approach-item-row {
	display: flex;
	align-items: center;
	gap: 8px;
	min-height: 34px;
}

.ymct-approach-check {
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.ymct-approach-check img {
	width: 28px;
	height: 28px;
	object-fit: contain;
	display: block;
	filter: invert(42%) sepia(98%) saturate(1800%) hue-rotate(88deg) brightness(95%) contrast(105%);
}

.ymct-approach-title {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.4;
	color: #031728;
	text-transform: uppercase;
}

.ymct-approach-desc {
	margin: 0;
	padding-left: 36px;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0.02em;
	color: #021019;
}

/* Mobile compare layout helpers (hidden on desktop) */
.ymct-compare-label {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #93a3aa;
	margin-bottom: 8px;
}

.ymct-compare-row {
	display: flex;
	align-items: stretch;
	gap: 12px;
}

.ymct-compare-col {
	flex: 1;
	min-width: 0;
}

.ymct-compare-rule {
	width: 1px;
	background: #f2f2f2;
	flex-shrink: 0;
}

.ymct-compare-head {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 8px;
}

.ymct-compare-title {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.3;
	color: #031728;
	text-transform: uppercase;
}

.ymct-compare-col p {
	margin: 0;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	line-height: 1.4;
	color: #021019;
}

@media (max-width: 1200px) {
	.ymct-approach {
		--ymct-gutter: 40px;
		padding: 60px var(--ymct-gutter);
	}

	.ymct-approach .ymct-approach-copy h2 {
		font-size: 36px;
	}
}

@media (min-width: 769px) and (max-width: 1200px) {
	.ymct-approach {
		--ymct-gutter: 32px;
	}

	.ymct-approach-top {
		flex-direction: column;
		align-items: stretch;
	}

	.ymct-approach .ymct-btn-explore {
		align-self: flex-start;
	}
}

@media (max-width: 768px) {
	.ymct-approach {
		--ymct-gutter: 20px;
		padding: 48px var(--ymct-gutter);
	}

	.ymct-approach-inner {
		gap: 40px;
		max-width: none;
	}

	.ymct-approach-top {
		flex-direction: column;
		align-items: stretch;
		gap: 32px;
	}

	.ymct-approach-copy {
		max-width: none;
		gap: 16px;
	}

	.ymct-approach .ymct-approach-copy h2 {
		font-size: 32px;
		line-height: 1.25;
		letter-spacing: -0.02em;
	}

	.ymct-approach .ymct-approach-copy p {
		font-size: 16px;
		line-height: 1.6;
		color: #565656;
		max-width: none;
	}

	.ymct-approach .ymct-btn-explore {
		width: 100%;
		min-width: 0;
		height: 64px;
		background: linear-gradient(180deg, #66fcf1 0%, #1d746f 100%);
	}

	.ymct-approach-card {
		border-radius: 24px;
		padding: 16px;
	}

	.ymct-approach .ymct-approach-card h3 {
		font-size: 20px;
		margin-bottom: 16px;
	}

	.ymct-approach-grid {
		display: none;
	}

	.ymct-approach-compare {
		display: flex;
		flex-direction: column;
		gap: 12px;
	}

	.ymct-compare-block {
		border: 1px solid #f2f2f2;
		border-radius: 20px;
		padding: 12px;
		background: #fff;
	}
}

.editor-styles-wrapper .ymct-approach {
	padding: 40px 24px;
}
