/* Learnnet bootcamp product pages */

.ln-bootcamp-hero {
	background: linear-gradient(135deg, #2f2b27 0%, #4a453f 100%);
	color: var(--ln-white);
	padding: 112px 0 64px;
}

.ln-bootcamp-hero__grid {
	width: var(--ln-container);
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 40px;
	align-items: center;
}

.ln-bootcamp-hero h1 {
	font-family: 'ABeeZee', 'Open Sans', sans-serif;
	font-size: clamp(2rem, 3.6vw, 2.75rem);
	line-height: 1.15;
	margin: 0;
	font-weight: 700;
}

.ln-bootcamp-hero h1 em {
	font-style: normal;
	color: var(--ln-lime);
	display: block;
	margin-top: 6px;
	font-size: 0.92em;
}

.ln-bootcamp-hero__intro {
	font-size: 17px;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.9);
	margin: 20px 0 0;
	max-width: 560px;
}

.ln-bootcamp-hero__media {
	border-radius: var(--ln-radius);
	overflow: hidden;
	box-shadow: var(--ln-shadow);
	aspect-ratio: 4 / 3;
}

.ln-bootcamp-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.ln-bootcamp-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: 40px;
	align-items: start;
}

.ln-bootcamp-block {
	margin-bottom: 48px;
}

.ln-bootcamp-block:last-child {
	margin-bottom: 0;
}

.ln-bootcamp-block h2 {
	font-family: 'ABeeZee', 'Open Sans', sans-serif;
	font-size: 1.65rem;
	margin: 0 0 16px;
	color: var(--ln-brown);
}

.ln-bootcamp-block > p {
	font-size: 17px;
	line-height: 1.8;
	color: var(--ln-muted);
	margin: 0;
}

.ln-bootcamp-learn {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 12px;
}

.ln-bootcamp-learn li {
	position: relative;
	padding-left: 28px;
	font-size: 16px;
	line-height: 1.65;
	color: var(--ln-muted);
}

.ln-bootcamp-learn li::before {
	content: '✓';
	position: absolute;
	left: 0;
	top: 0;
	color: var(--ln-sage);
	font-weight: 700;
}

.ln-bootcamp-aside {
	position: sticky;
	top: 100px;
}

.ln-bootcamp-card {
	background: var(--ln-white);
	border-radius: var(--ln-radius);
	box-shadow: var(--ln-shadow);
	padding: 28px 24px;
}

.ln-bootcamp-card__price {
	font-family: 'ABeeZee', 'Open Sans', sans-serif;
	font-size: 2rem;
	font-weight: 700;
	color: var(--ln-sage);
	margin: 0 0 6px;
	line-height: 1.1;
}

.ln-bootcamp-card__price del {
	font-size: 1.1rem;
	font-weight: 400;
	color: var(--ln-muted);
	text-decoration: line-through;
	margin-right: 8px;
}

.ln-bootcamp-card__note {
	font-size: 14px;
	color: var(--ln-muted);
	margin: 0 0 22px;
}

.ln-bootcamp-card .ln-btn {
	width: 100%;
	margin-bottom: 24px;
}

.ln-bootcamp-card h3 {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--ln-teal);
	margin: 0 0 14px;
}

.ln-level-test-cta {
	margin-top: 20px;
	padding: 20px;
	background: var(--ln-bg);
	border-radius: var(--ln-radius);
	border: 1px solid rgba(47, 43, 39, 0.08);
}

.ln-level-test-cta p {
	font-size: 15px;
	line-height: 1.6;
	color: var(--ln-brown);
	margin: 0 0 14px;
}

.ln-level-test-cta .ln-btn {
	width: 100%;
}

.ln-esp-hub-panel.ln-level-test-cta {
	margin-top: 0;
}

.ln-esp-hub-level-test {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid rgba(47, 43, 39, 0.08);
}

.ln-esp-hub-level-test p {
	font-size: 14px;
	line-height: 1.6;
	color: var(--ln-muted);
	margin: 0 0 12px;
}

.ln-esp-hub-level-test .ln-btn {
	width: 100%;
	font-size: 14px;
	line-height: 1.35;
	white-space: normal;
	text-align: center;
	padding: 12px 14px;
}

.ln-esp-hub-level-test a:not(.ln-btn) {
	color: var(--ln-teal);
	font-weight: 600;
	text-decoration: underline;
}

.ln-esp-hub-level-test a:not(.ln-btn):hover {
	color: var(--ln-sage);
}

.ln-bootcamp-details {
	display: grid;
	gap: 10px;
}

.ln-bootcamp-detail {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 15px;
	font-weight: 600;
	color: var(--ln-brown);
}

.ln-bootcamp-detail__icon {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(204, 216, 113, 0.25);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	font-weight: 800;
	flex-shrink: 0;
}

.ln-bootcamp-back {
	margin-top: 32px;
}

.ln-bootcamp-back a {
	font-size: 14px;
	font-weight: 600;
	color: var(--ln-teal);
	text-decoration: none;
}

.ln-bootcamp-back a:hover {
	color: var(--ln-brown);
}

.ln-bootcamp-summary {
	background: rgba(204, 216, 113, 0.15);
	border-radius: var(--ln-radius);
	padding: 24px;
}

.ln-bootcamp-summary p {
	margin: 0;
	font-size: 16px;
	line-height: 1.7;
	color: var(--ln-brown);
}

.ln-summer-how {
	max-width: 760px;
	margin-bottom: 40px;
}

.ln-summer-how p {
	font-size: 17px;
	line-height: 1.8;
	color: var(--ln-muted);
	margin: 0 0 16px;
}

.ln-summer-how p:last-child {
	margin-bottom: 0;
}

.ln-summer-split {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 32px;
}

.ln-summer-dates {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 10px;
}

.ln-summer-dates li {
	font-size: 16px;
	line-height: 1.65;
	color: var(--ln-muted);
}

.ln-summer-dates li strong {
	color: var(--ln-brown);
	font-weight: 700;
}

.ln-summer-dates a {
	color: var(--ln-teal);
	text-decoration: none;
	font-weight: 600;
}

.ln-summer-dates a:hover {
	color: var(--ln-brown);
	text-decoration: underline;
}

.ln-summer-meta {
	margin-top: 20px;
	display: grid;
	gap: 8px;
	font-size: 15px;
	color: var(--ln-brown);
}

.ln-summer-meta strong {
	color: var(--ln-brown);
}

.ln-summer-cta {
	background: linear-gradient(135deg, #2f2b27 0%, #4a453f 100%);
	color: var(--ln-white);
	padding: 72px 0;
	text-align: center;
}

.ln-summer-cta h2 {
	font-family: 'ABeeZee', 'Open Sans', sans-serif;
	font-size: clamp(1.6rem, 3vw, 2.2rem);
	margin: 0 0 14px;
	color: var(--ln-white);
}

.ln-summer-cta p {
	font-size: 17px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.9);
	margin: 0 auto 28px;
	max-width: 560px;
}

@media (max-width: 980px) {
	.ln-bootcamp-hero {
		padding: 96px 0 48px;
	}

	.ln-bootcamp-hero__grid {
		grid-template-columns: 1fr;
	}

	.ln-bootcamp-hero__media {
		order: -1;
		max-height: 280px;
	}

	.ln-bootcamp-layout {
		grid-template-columns: 1fr;
	}

	.ln-bootcamp-aside {
		position: static;
		order: -1;
	}

	.ln-summer-split {
		grid-template-columns: 1fr;
	}

	.ln-bootcamp-hub-grid {
		grid-template-columns: 1fr;
	}
}

/* Bootcamp landing hub */

.ln-bootcamp-hub-intro {
	max-width: 720px;
	margin-bottom: 32px;
}

.ln-bootcamp-hub-intro h2 {
	font-family: 'ABeeZee', 'Open Sans', sans-serif;
	font-size: 1.65rem;
	margin: 0 0 12px;
	color: var(--ln-brown);
}

.ln-bootcamp-hub-intro p {
	font-size: 17px;
	line-height: 1.75;
	color: var(--ln-muted);
	margin: 0;
}

.ln-bootcamp-hub-includes {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin-bottom: 8px;
}

.ln-bootcamp-hub-include {
	background: var(--ln-white);
	border-radius: var(--ln-radius);
	box-shadow: var(--ln-shadow);
	padding: 22px 20px;
	display: flex;
	gap: 14px;
	align-items: flex-start;
}

.ln-bootcamp-hub-include__icon {
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	border-radius: 10px;
	background: var(--ln-lime);
	color: var(--ln-brown);
	font-size: 11px;
	font-weight: 800;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.02em;
}

.ln-bootcamp-hub-include strong {
	display: block;
	font-size: 15px;
	color: var(--ln-brown);
	margin-bottom: 6px;
}

.ln-bootcamp-hub-include p {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
	color: var(--ln-muted);
}

.ln-bootcamp-hub-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
}

.ln-bootcamp-hub-card {
	background: var(--ln-white);
	border-radius: var(--ln-radius);
	box-shadow: var(--ln-shadow);
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.ln-bootcamp-hub-card__media {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
}

.ln-bootcamp-hub-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.25s ease;
}

.ln-bootcamp-hub-card__media:hover img {
	transform: scale(1.03);
}

.ln-bootcamp-hub-card__body {
	padding: 22px 22px 24px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.ln-bootcamp-hub-card__date {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--ln-sage);
	margin: 0 0 8px;
}

.ln-bootcamp-hub-card h2 {
	font-family: 'ABeeZee', 'Open Sans', sans-serif;
	font-size: 1.25rem;
	line-height: 1.3;
	margin: 0 0 4px;
}

.ln-bootcamp-hub-card h2 a {
	color: var(--ln-brown);
	text-decoration: none;
}

.ln-bootcamp-hub-card h2 a:hover {
	color: var(--ln-sage);
}

.ln-bootcamp-hub-card__subtitle {
	font-size: 14px;
	color: var(--ln-sage);
	margin: 0 0 12px;
	font-weight: 600;
}

.ln-bootcamp-hub-card__lead {
	font-size: 15px;
	line-height: 1.65;
	color: var(--ln-muted);
	margin: 0 0 16px;
	flex: 1;
}

.ln-bootcamp-hub-card__meta {
	font-size: 15px;
	color: var(--ln-brown);
	margin: 0 0 18px;
}

.ln-bootcamp-hub-card__meta strong {
	font-size: 1.15rem;
}

.ln-bootcamp-hub-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.ln-bootcamp-hub-card__actions .ln-btn {
	flex: 1 1 140px;
	justify-content: center;
	text-align: center;
}

.ln-bootcamp-hub-contact {
	text-align: center;
	margin: 40px 0 0;
	font-size: 16px;
}

.ln-bootcamp-hub-contact a {
	color: var(--ln-sage);
	font-weight: 600;
}

.ln-bootcamp-hub-back {
	text-align: center;
	padding: 0 24px 48px;
	margin: 0;
}

.ln-bootcamp-hub-back a {
	color: var(--ln-muted);
	font-size: 15px;
}

@media (max-width: 980px) {
	.ln-bootcamp-hub-includes {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.ln-bootcamp-hub-card__actions {
		flex-direction: column;
	}

	.ln-bootcamp-hub-card__actions .ln-btn {
		width: 100%;
	}
}

.ln-checkout-actions {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 20px;
}

.ln-checkout-actions .ln-btn {
	width: 100%;
	justify-content: center;
	text-align: center;
}

.ln-stripe-checkout--loading {
	opacity: 0.75;
	cursor: wait;
}
