/* ==========================================================================
   Hero V2 — Desktop
   ========================================================================== */

#courses-hero-section-v2 {
	background-image: linear-gradient(135deg, #ffffff 7.86%, #e4e9ed 91.05%);
	padding: 50px 0;
}

.hero-v2-inner {
	align-items: center;
	display: flex;
	gap: 40px;
	margin: 0 auto;
	max-width: 1440px;
	width: 85%;
	justify-content: space-between;
}

/* Left column
   ========================================================================== */

.hero-v2-left {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.hero-v2-badge {
	align-self: flex-start;
	background-color: #d2deed;
	border-radius: 0 25px 0 25px;
	color: #061221;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 0.04em;
	padding: 8px 28px;
	text-transform: uppercase;
}

.hero-v2-title {
	color: #215ba8;
	font-size: 48px;
	line-height: 1.4;
	margin: 0;
	font-weight: 400;
}

.hero-v2-bullets {
	display: flex;
	flex-direction: column;
	gap: 8px;
	list-style: disc;
	margin: 0;
	padding-left: 20px;
}

.hero-v2-bullets li {
	color: #292929;
	font-size: 16px;
	line-height: 1.4;
}

.hero-v2-bullets li strong {
	font-weight: 700;
}

.hero-v2-pricing {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.hero-v2-pricing .pricing-label {
	color: #4d7bb9;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
}

.hero-v2-pricing .pricing-amount {
	color: #4d7bb9;
	font-size: 34px;
	font-weight: 500;
	line-height: 1.4;
}

.hero-v2-pricing .prices {
	color: #4d7bb9;
	font-size: 34px;
	font-weight: 500;
	line-height: 1.4;
}

.hero-v2-pricing .includes {
	display: none !important;
}

.hero-v2-pricing .includes {
	display: none !important;
}

.hero-v2-pricing .price {
	color: #205ba8;
	font-size: 34px;
	font-weight: 500;
	line-height: 1.4;
}

.hero-v2-pricing p.original-price {
	font-size: 34px;
	text-decoration: line-through;
	color: #205ba8;
	text-align: left;
	font-weight: normal;
	opacity: 0.5;
}

.hero-v2-pricing .prices {
	display: flex;
	gap: 10px;
	align-items: center
}

.hero-v2-pricing .price {
	margin: 0;
}

.hero-v2-pricing .original-price {
	font-size: 10px;
}

.hero-v2-cta {
	align-self: flex-start;
	background-color: #215ba8;
	border-radius: 16px;
	color: #ffffff;
	display: inline-flex;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 32px;
	text-decoration: none;
	transition: opacity 0.2s;
}

.hero-v2-cta:hover {
	color: #ffffff;
	opacity: 0.88;
}

/* Right column
   ========================================================================== */

.hero-v2-right {
	align-items: center;
	display: flex;
	justify-content: center;
	position: relative;
	width: fit-content;
}

.hero-v2-dot-grid {
	bottom: -50px;
	height: 310px;
	opacity: 1;
	position: absolute;
	right: -70px;
	width: 290px;
	z-index: 0;
}

.hero-v2-photo-wrap {
	max-width: 415px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.hero-v2-photo {
	border-radius: 0 40px 0 40px;
	display: block;
	height: auto;
	object-fit: cover;
	width: 415px;
	height: 389px;
	max-width: 415px;
	max-height: 389px;
	min-width: 415px;
	min-height: 389px;
}

/* Google Reviews widget
   ========================================================================== */

.hero-v2-google-reviews {
	background-color: #ffffff;
	border-radius: 16px;
	bottom: -16px;
	box-shadow: 0 8px 24px 0 rgba(41, 41, 41, 0.1);
	padding: 12px 16px;
	position: absolute;
	right: -16px;
	width: 150px;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.hero-v2-google-reviews__header {
	align-items: center;
	display: flex;
	gap: 6px;
	margin-bottom: 6px;
}

.hero-v2-google-reviews__logo {
	height: 18px;
	width: auto;
}

.hero-v2-google-reviews__label {
	color: #292929;
	font-size: 12px;
	font-weight: 600;
}

.hero-v2-google-reviews__stars {
	color: #f4b400;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 4px;
}

.hero-v2-google-reviews__meta {
	color: #555;
	font-size: 11px;
	line-height: 1.3;
}

.hero-v2-google-reviews__rating {
	color: #292929;
	font-size: 13px;
	font-weight: 700;
}


/* ==========================================================================
   Hero V2 — Tablet (769px – 1024px)
   ========================================================================== */

@media (min-width: 769px) and (max-width: 1024px) {
	.hero-v2-dot-grid {
		display: none;
	}

	.hero-v2-inner {
		grid-template-columns: 1fr;
	}

	.hero-v2-right {
		justify-content: center;
	}

	.hero-v2-title {
		font-size: 40px;
	}
}

/* ==========================================================================
   Hero V2 — Mobile (≤ 768px, matches Figma node 249:975)
   ========================================================================== */

@media (max-width: 768px) {
	#courses-hero-section-v2 {
		background-image: linear-gradient(101.008deg, #fcfdfd 22.063%, #e4e9ed 81.313%);
		padding: 56px 0;
	}

	.hero-v2-inner {
		gap: 16px;
		grid-template-columns: 1fr;
		padding: 0 25px;
		width: 100%;
	}

	.hero-v2-right {
		display: none;
	}

	.hero-v2-badge {
		font-size: 12px;
		text-align: center;
		width: 100%;
	}

	.hero-v2-title {
		font-size: 38px;
	}

	.hero-v2-pricing .pricing-amount {
		font-size: 28px;
	}

	.hero-v2-cta {
		align-self: stretch;
		justify-content: center;
	}
}

@media (max-width: 500px) {
	.hero-v2-title {
		font-size: 30px;
	}
}
