/* ═══════════════════════════════════════════
   SINGLE COURSE
   ═══════════════════════════════════════════ */

.single-courses {
	background: #f2e9e0;
}

header {
	background: linear-gradient(180deg, hsl(0deg 0% 17% / 67%), hsl(0deg 0% 43.45% / 47%)) !important;
	border: none !important;
}

footer a {
	color: #000000 !important;
}

footer a::after {
	color: #000000 !important;
}

footer .footer_copyright {
	color: #000000 !important;
}

footer svg path {
	fill: #000000 !important;
}

/* ── Shared: outline dark button ────────── */
.button_orange{
	margin: 0!important;
}
.button_outline_dark {
	border: 1px solid #1f1e1d;
	padding: 12px 24px;
	border-radius: 100px;
	color: #1f1e1d;
	text-decoration: none;
	font-size: 1.6rem;
	font-weight: 500;
	transition: 0.3s;
	display: inline-flex;
	align-items: center;
}

.button_outline_dark:hover {
	background: #1f1e1d;
	color: #f2e9e0;
}

/* ── Shared: section title ──────────────── */

.sc_section_title {
	font-family: 'Recoleta', serif;
	font-weight: 500;
	font-size: 4.2rem;
	color: #1f1e1d;
	margin: 0 0 24px;
	line-height: 1.15;
}

/* ── Hero ──────────────────────────────────── */

.sc_hero {
	position: relative;
	width: 100%;
	min-height: 80vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.sc_hero_overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
	pointer-events: none;
	z-index: 1;
}

.sc_hero_content {
	position: relative;
	z-index: 2;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 80px;
}

.sc_hero_content h1 {
	font-family: 'Recoleta', serif;
	font-weight: 400;
	font-size: 80px;
	color: #f2e9e0;
	margin: 0;
	line-height: 1.1;
}

/* ── Intro ─────────────────────────────────── */

.sc_intro {
	padding: 80px 0;
}

.sc_intro > .wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	align-items: start;
}

.sc_intro_headline {
	font-family: 'Recoleta', serif;
	font-weight: 500;
	font-size: 52px;
	line-height: 1.15;
	color: #1f1e1d;
	margin: 0 0 20px;
}

.sc_intro_description {
	font-size: 1.8rem;
	line-height: 1.3;
	color: #1f1e1d;
	font-weight: 400;
	margin: 0 0 32px;
}

.sc_intro_buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	align-items: center;
}
.sc_intro_right{
	background: linear-gradient(0deg, #ffffff30, #ffffffcf);
	border-radius: 12px;
	overflow: hidden;
}
.sc_intro_right img {
	width: 100%;
	height: 360px;
	display: block;
	object-fit: cover;
	
}

.sc_intro_image_caption {
	font-size: 1.1rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #1f1e1d;
	font-weight: 500;
	margin-top: 16px;
	padding: 0 20px;
}

.sc_intro_image_subtitle {
	font-size: 1.8rem;
	line-height: 1.3;
	color: #1f1e1d;
	margin: 8px 0 20px 0;
	padding: 0 20px;
}

/* ── For Who ───────────────────────────────── */

.sc_for_who {
	padding: 80px 0;
}

.sc_for_who .sc_section_title {
	margin-bottom: 48px;
}

.sc_for_who_list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px 60px;
}

.sc_for_who_list li {
	font-size: 1.8rem;
	line-height: 1.3;
	color: #1f1e1d;
	padding-left: 40px;
	position: relative;
}

.sc_for_who_list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	width: 24px;
	height: 24px;
	background: url('../img/emoji-finger.png') no-repeat center / contain;
}

/* ── What Changes ──────────────────────────── */

.sc_what_changes {
	padding: 80px 0;
}

.sc_what_changes_text {
	font-family: 'Recoleta', serif;
	font-size: 3.2rem;
	font-weight: 400;
	line-height: 1.2;
	color: #1f1e1d;
}

.sc_what_changes_text p {
	margin: 0 0 14px;
}

.sc_what_changes_text em,
.sc_what_changes_text i {
	font-style: italic;
}

.sc_what_changes_text strong {
	font-weight: 500;
}

/* Scroll reveal: line by line (same effect as .our_story_cta_text) */
.sc_what_changes_text span,
.sc_what_changes_text p span {
	font-family: 'Recoleta', serif;
	font-weight: 400;
	opacity: 0.2;
	transition: opacity 1s ease;
}

.sc_what_changes_text span.show {
	opacity: 1;
}

/* ── Full Width Image ──────────────────────── */

.sc_full_image {
	width: 100%;
	line-height: 0;
}

.sc_full_image img {
	width: 100%;
	height: 55vh;
	object-fit: cover;
	display: block;
}

/* ── Why It Works ──────────────────────────── */

.sc_why_it_works {
	padding: 80px 0;
}

.sc_why_cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
	margin-top: 48px;
}

.sc_why_card {
	background: linear-gradient(0deg, #ffffff30, #ffffffcf);
	border-radius: 16px;
	padding: 20px;
}

.sc_why_card h3 {
	font-family: 'Recoleta', serif;
	font-weight: 400;
	font-size: 2.4rem;
	color: #1f1e1d;
	margin: 0 0 12px;
	line-height: 1.25;
}

.sc_why_card p {
	font-size: 1.4rem;
	color: #1f1e1d;
	line-height: 1.3;
	margin: 0;
}

/* ── Curriculum (override fond clair) ──────── */

.sc_curriculum {
	padding: 80px 0;
}

.sc_curriculum #find_course {
	padding: 0;
}

.sc_curriculum #find_course > .wrapper {
	padding: 0;
	max-width: none;
}

.sc_curriculum #find_course h2.simple_title {
	font-family: 'Recoleta', serif;
	font-weight: 500;
	font-size: 4.2rem;
	color: #1f1e1d;
	margin: 0 0 24px;
	line-height: 1.15;
}

.sc_curriculum .list_find_course {
	margin-top: 40px;
}

.sc_curriculum .find_block {
	background: transparent;
	border-radius: 16px;
	padding: 24px 20px;
	margin-bottom: 0;
	border-bottom: 1px solid rgba(31, 30, 29, 0.12);
}

.sc_curriculum .find_block:last-child {
	border-bottom: none;
}

.sc_curriculum .find_block.active {
	background: linear-gradient(0deg, #ffffff30, #ffffffcf);
	border-bottom-color: transparent;
}

.sc_curriculum .find_title_block {
	margin-bottom: 0;
}

.sc_curriculum .find_block.active .find_title_block {
	margin-bottom: 24px;
}

.sc_curriculum .number_find_block {
	color: #1f1e1d;
	opacity: 0.2;
	font-weight: 900;
	font-size: 2.4rem;
	margin-right: 20px;
}

.sc_curriculum .title_find_block {
	font-size: 2.4rem;
	font-family: 'Recoleta', serif;
	color: #1f1e1d;
}

.sc_curriculum .count_lessond {
	font-weight: 500;
	font-size: 1.2rem;
	color: #1f1e1d;
	text-transform: uppercase;
	opacity: 0.5;
}

.sc_curriculum .description_hide_block {
	font-size: 1.4rem;
	color: #1f1e1d;
	font-weight: 400;
	margin-bottom: 24px;
}

.sc_curriculum .hidden_find_block {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
}

.sc_curriculum .hidden_find_block > div:first-child {
	font-size: 2rem;
	font-family: 'Recoleta', serif;
	color: #1f1e1d;
	display: flex;
	align-items: center;
}

.sc_curriculum .hidden_find_block > div:first-child::before {
	content: " ";
	width: 60px;
	height: 1px;
	background: #1f1e1d;
	display: block;
	opacity: 0.18;
	margin-right: 18px;
}

.sc_curriculum .hidden_find_block > div:first-child a {
	color: #1f1e1d;
	text-decoration: none;
}

.sc_curriculum .hidden_find_block > div:first-child a:hover {
	text-decoration: underline;
}

.sc_curriculum .hidden_find_block > div:last-child {
	font-size: 1.2rem;
	opacity: 0.5;
	color: #1f1e1d;
}

/* ── CTA Banner ────────────────────────────── */

.sc_cta_banner {
	padding: 100px 0;
}

.sc_cta_banner > .wrapper {
	text-align: center;
	position: relative;
	padding: 60px 40px;
}

/* Corner brackets */
.sc_cta_banner > .wrapper::before,
.sc_cta_banner > .wrapper::after {
	content: "";
	position: absolute;
	width: 36px;
	height: 36px;
	border-color: #d6966f;
	border-style: solid;
	pointer-events: none;
	transition: transform 0.4s ease;
}

.sc_cta_banner > .wrapper::before {
	top: 0;
	left: 0;
	border-width: 2px 0 0 2px;
	border-radius: 16px 0 0 0;
}

.sc_cta_banner > .wrapper::after {
	top: 0;
	right: 0;
	border-width: 2px 2px 0 0;
	border-radius: 0 16px 0 0;
}

.sc_cta_buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: center;
	align-items: center;
	position: relative;
}

.sc_cta_buttons::before,
.sc_cta_buttons::after {
	content: "";
	position: absolute;
	width: 36px;
	height: 36px;
	border-color: #d6966f;
	border-style: solid;
	pointer-events: none;
	transition: transform 0.4s ease;
}

.sc_cta_buttons::before {
	bottom: -60px;
	left: -40px;
	border-width: 0 0 2px 2px;
	border-radius: 0 0 0 16px;
}

.sc_cta_buttons::after {
	bottom: -60px;
	right: -40px;
	border-width: 0 2px 2px 0;
	border-radius: 0 0 16px 0;
}

.sc_cta_banner > .wrapper:hover::before {
	transform: translate(-8px, -8px);
}

.sc_cta_banner > .wrapper:hover::after {
	transform: translate(8px, -8px);
}

.sc_cta_banner > .wrapper:hover .sc_cta_buttons::before {
	transform: translate(-8px, 8px);
}

.sc_cta_banner > .wrapper:hover .sc_cta_buttons::after {
	transform: translate(8px, 8px);
}

.sc_cta_banner_inner h2 {
	font-family: 'Recoleta', serif;
	font-weight: 500;
	font-size: 4.2rem;
	line-height: 1.15;
	color: #1f1e1d;
	margin: 0 0 36px;
}

/* ── Responsive ────────────────────────────── */

@media (max-width: 768px) {
	.sc_hero {
		min-height: 45vh;
	}
	.sc_hero[style*="--hero-bg-mobile"] {
		background-image: var(--hero-bg-mobile) !important;
	}

	.sc_hero_content h1 {
		font-size: 3.6rem;
	}

	.sc_intro > .wrapper {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.sc_intro_headline {
		font-size: 2.8rem;
	}

	.sc_for_who_list {
		grid-template-columns: 1fr;
	}

	.sc_section_title {
		font-size: 2.8rem;
	}

	.sc_why_cards {
		grid-template-columns: 1fr;
	}

	.sc_cta_banner > .wrapper {
		padding: 40px 24px;
	}

	.sc_cta_banner_inner h2 {
		font-size: 2.8rem;
	}

	.sc_cta_buttons {
		flex-direction: column;
		align-items: center;
	}

	.sc_curriculum #find_course h2.simple_title {
		font-size: 2.8rem;
	}

	.sc_curriculum .title_find_block {
		font-size: 1.8rem;
	}

	.sc_curriculum .hidden_find_block > div:first-child {
		font-size: 1.6rem;
	}

	.sc_curriculum .hidden_find_block > div:first-child::before {
		width: 30px;
		margin-right: 12px;
	}
}
