* {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	color: #1d1d1d;
	background: #f9f3f4;
}

.curso-croche-section-1 {
	position: relative;
	min-height: 85vh;
	padding: 2rem 1rem 3rem;
	display: flex;
	align-items: center;
	overflow: hidden;
	background-image: url("assets/croche-header.webp");
	background-size: cover;
	background-position: center;
}

.hero-overlay {
	position: absolute;
	inset: 0;
	background: rgba(250, 243, 245, 0.88);
}

.hero-wrapper {
	position: relative;
	z-index: 1;
	width: min(1220px, 100%);
	margin: 0 auto;
}

.hero-logo {
	display: block;
	width: min(260px, 60vw);
	margin: 0 auto 1.4rem;
}

.hero-content {
	display: grid;
	grid-template-columns: 1fr 1.35fr;
	gap: 2rem;
	align-items: center;
}

.hero-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0.65rem 2rem;
	border-radius: 10px;
	background: #e88f95;
	color: #ffffff;
	font-weight: 700;
	letter-spacing: 0.02em;
	font-size: clamp(0.9rem, 1.5vw, 1.05rem);
}

.hero-text h1 {
	margin: 1.2rem 0 1rem;
	font-size: clamp(2rem, 4vw, 3.35rem);
	line-height: 1.1;
	font-weight: 800;
	color: #121212;
}

.hero-text h1 strong {
	color: #e88f95;
}

.hero-text p {
	margin: 0;
	max-width: 640px;
	font-size: clamp(1rem, 1.45vw, 1.75rem);
	line-height: 1.35;
}

.hero-video {
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
	background: #000;
}

.hero-video video {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	border: 0;
	object-fit: cover;
	background: #000;
}

.hero-cta-wrapper {
	margin-top: 1.75rem;
	display: flex;
	justify-content: center;
}

.hero-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.95rem 2.5rem;
	border-radius: 999px;
	text-decoration: none;
	background: linear-gradient(180deg, #37c26b 0%, #249a52 100%);
	color: #ffffff;
	font-size: clamp(0.95rem, 1.3vw, 1.1rem);
	font-weight: 800;
	letter-spacing: 0.04em;
	box-shadow: 0 10px 24px rgba(35, 140, 75, 0.35);
	transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.hero-cta:hover {
	transform: translateY(-2px);
	filter: brightness(1.03);
	box-shadow: 0 14px 28px rgba(35, 140, 75, 0.42);
}

.hero-cta:focus-visible {
	outline: 3px solid #d3f3de;
	outline-offset: 3px;
}

.curso-croche-section-2 {
	padding: 3.2rem 1rem;
	background: #f7eef0;
}

.section-2-wrapper {
	width: min(1220px, 100%);
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
	align-items: stretch;
}

.section-2-text {
	padding: clamp(1.6rem, 4vw, 2.5rem);
	border-radius: 34px;
	background: linear-gradient(135deg, #111319 0%, #0d0f14 100%);
	box-shadow: 0 18px 42px rgba(9, 12, 18, 0.34);
}

.section-2-text h2 {
	margin: 0 0 1.4rem;
	font-size: clamp(1.7rem, 3.2vw, 2.7rem);
	line-height: 1.12;
	text-align: left;
	color: #ffffff;
}

.section-2-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 1.15rem;
}

.section-2-list li {
	position: relative;
	padding-left: 3rem;
	font-size: clamp(0.98rem, 1.25vw, 1.18rem);
	line-height: 1.32;
	color: #ffffff;
}

.section-2-list li::before {
	content: "\2713";
	position: absolute;
	left: 0;
	top: 0.25rem;
	width: 2.35rem;
	height: 2.35rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #e39aa1;
	color: #111319;
	font-size: 1.28rem;
	font-weight: 800;
	box-shadow: 0 8px 20px rgba(227, 154, 161, 0.26);
}

.section-2-media {
	border-radius: 34px;
	overflow: hidden;
	box-shadow: 0 18px 42px rgba(9, 12, 18, 0.22);
	align-self: stretch;
}

.section-2-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.curso-croche-section-3 {
	padding: 3.8rem 1rem 4.4rem;
	background: #efe1e3;
}

.section-3-wrapper {
	width: min(1260px, 100%);
	margin: 0 auto;
}

.section-3-wrapper h2 {
	margin: 0 0 2.6rem;
	font-size: clamp(1.8rem, 3.3vw, 2.8rem);
	line-height: 1.18;
	text-align: center;
	color: #2f1f24;
}

.section-3-grid {
	display: grid;
	grid-template-columns: 1fr minmax(260px, 340px) 1fr;
	gap: 2.8rem;
	align-items: center;
}

.section-3-center {
	position: relative;
	border-radius: 26px;
	overflow: hidden;
	background: #ebdde0;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.07);
}

.section-3-center img {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 4;
	object-fit: cover;
	filter: saturate(0.9) contrast(1.02) brightness(1.01);
	mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 1) 64%, rgba(0, 0, 0, 0) 100%);
	-webkit-mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 1) 64%, rgba(0, 0, 0, 0) 100%);
}

.section-3-column {
	display: grid;
	gap: 2.2rem;
}

.section-3-item {
	padding: 0;
}

.section-3-item h3 {
	margin: 0 0 0.8rem;
	font-size: clamp(1.25rem, 1.75vw, 1.75rem);
	line-height: 1.2;
	font-weight: 700;
	color: #3a2a2f;
}

.section-3-item p {
	margin: 0;
	font-size: clamp(0.98rem, 1.1vw, 1.3rem);
	line-height: 1.5;
	color: #5a4a4f;
}

.curso-croche-section-4 {
	padding: 3.4rem 1rem 4.2rem;
	background-color: rgb(70, 11, 11);
	background-image: linear-gradient(rgba(70, 11, 11, 0.72), rgba(70, 11, 11, 0.72)), url("assets/bg-croche-dark.webp");
	background-size: cover;
	background-position: center;
}

.section-4-wrapper {
	width: min(1240px, 100%);
	margin: 0 auto;
}

.section-4-kicker {
	margin: 0 0 0.45rem;
	text-align: center;
	font-size: clamp(1rem, 1.4vw, 1.2rem);
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #f3c8cf;
}

.section-4-wrapper h2 {
	margin: 0 0 2rem;
	text-align: center;
	font-size: clamp(1.8rem, 3.2vw, 2.8rem);
	line-height: 1.18;
	color: #fff5f7;
}

.section-4-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.25rem;
}

.module-card {
	border-radius: 20px;
	overflow: hidden;
	background: #fff9fa;
	border: 1px solid rgba(255, 206, 217, 0.58);
	box-shadow: 0 14px 30px rgba(26, 6, 8, 0.28), inset 0 0 0 1px rgba(120, 34, 44, 0.16);
	display: grid;
	grid-template-rows: auto 1fr;
}

.module-card-media img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.module-card-content {
	padding: 1.15rem 1rem 1.2rem;
}

.module-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.35rem 0.7rem;
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	background: #f4c8ce;
	color: #532a31;
}

.module-card h3 {
	margin: 0.7rem 0 0.5rem;
	font-size: clamp(1.15rem, 1.45vw, 1.35rem);
	line-height: 1.25;
	color: #2a1f23;
}

.module-card p {
	margin: 0 0 0.8rem;
	font-size: clamp(0.93rem, 1vw, 1rem);
	line-height: 1.45;
	color: #5c4b50;
}

.module-card ul {
	margin: 0;
	padding-left: 1.1rem;
	display: grid;
	gap: 0.34rem;
}

.module-card li {
	font-size: clamp(0.88rem, 0.9vw, 0.94rem);
	line-height: 1.35;
	color: #493b40;
}

.section-4-offer {
	margin-top: 2.1rem;
	text-align: center;
	padding: 1.4rem 1rem 0;
}

.section-4-offer h3 {
	margin: 0;
	font-size: clamp(1.3rem, 2vw, 1.8rem);
	letter-spacing: 0.02em;
	color: #ffd8df;
}

.section-4-offer p {
	margin: 0.35rem 0 1rem;
	font-size: clamp(1.05rem, 1.6vw, 1.35rem);
	line-height: 1.45;
	color: #f7e5e8;
}

.section-4-offer p strong {
	color: #ffffff;
	font-weight: 800;
}

.section-4-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.95rem 2.4rem;
	border-radius: 999px;
	text-decoration: none;
	background: linear-gradient(180deg, #37c26b 0%, #249a52 100%);
	color: #ffffff;
	font-size: clamp(0.9rem, 1.2vw, 1rem);
	font-weight: 800;
	letter-spacing: 0.04em;
	box-shadow: 0 10px 24px rgba(35, 140, 75, 0.35);
	transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.section-4-cta:hover {
	transform: translateY(-2px);
	filter: brightness(1.03);
	box-shadow: 0 14px 28px rgba(35, 140, 75, 0.42);
}

.section-4-cta:focus-visible {
	outline: 3px solid #d3f3de;
	outline-offset: 3px;
}

.curso-croche-section-5 {
	padding: 3.3rem 1rem 4.2rem;
	background: #f3e7ea;
}

.section-5-wrapper {
	width: min(1240px, 100%);
	margin: 0 auto;
}

.section-5-kicker {
	margin: 0;
	text-align: center;
	font-size: clamp(0.95rem, 1.2vw, 1.05rem);
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #8f5962;
}

.section-5-wrapper h2 {
	margin: 0.55rem 0 1.8rem;
	text-align: center;
	font-size: clamp(1.7rem, 3vw, 2.6rem);
	line-height: 1.2;
	color: #2d1e23;
}

.section-5-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.testimonial-card {
	border-radius: 18px;
	overflow: hidden;
	border: 1px solid rgba(170, 112, 124, 0.26);
	box-shadow: 0 10px 24px rgba(54, 28, 34, 0.14);
	background: #ffffff;
}

.testimonial-card img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section-5-highlight {
	margin-top: 1.7rem;
	padding: 1.2rem 1rem;
	text-align: center;
	border-radius: 18px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.95) 100%);
	border: 1px solid rgba(170, 112, 124, 0.28);
	box-shadow: 0 10px 22px rgba(54, 28, 34, 0.1);
}

.section-5-highlight h3 {
	margin: 0 0 0.45rem;
	font-size: clamp(1.3rem, 2.1vw, 1.8rem);
	line-height: 1.2;
	color: #351f25;
}

.section-5-highlight p {
	margin: 0;
	font-size: clamp(0.96rem, 1.25vw, 1.12rem);
	line-height: 1.5;
	color: #5a444a;
}

.curso-croche-section-6 {
	padding: 3.6rem 1rem 4.4rem;
	background: #f6e9eb;
}

.section-6-wrapper {
	width: min(1280px, 100%);
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(340px, 1.05fr) minmax(360px, 1fr);
	gap: 2.5rem;
	align-items: center;
}

.section-6-media {
	justify-self: center;
	max-width: 100%;
	filter: drop-shadow(0 18px 28px rgba(129, 68, 77, 0.12));
}

.section-6-media img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 720px;
	border-radius: 10px;
}

.section-6-content {
	max-width: 620px;
}

.section-6-kicker {
	margin: 0 0 0.55rem;
	font-size: clamp(1.05rem, 1.8vw, 1.8rem);
	font-weight: 700;
	color: #df8d8d;
}

.section-6-content h2 {
	margin: 0 0 1.2rem;
	font-size: clamp(2rem, 3.6vw, 3rem);
	line-height: 1.12;
	font-weight: 800;
	color: #111111;
}

.section-6-content p {
	margin: 0 0 1.1rem;
	font-size: clamp(1rem, 1.25vw, 1.28rem);
	line-height: 1.55;
	color: #3e3a3c;
}

.section-6-content p strong {
	font-weight: 800;
	color: #191315;
}

.curso-croche-section-7 {
	padding: 2.2rem 1rem 4rem;
	background: #f6e9eb;
}

.section-7-wrapper {
	width: min(860px, 100%);
	margin: 0 auto;
}

.section-7-offer {
	text-align: center;
	padding: 1.8rem 1.2rem 2rem;
	border-radius: 24px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 247, 248, 0.98) 100%);
	border: 1px solid rgba(223, 141, 141, 0.26);
	box-shadow: 0 14px 28px rgba(129, 68, 77, 0.12);
}

.section-7-offer h3 {
	margin: 0;
	font-size: clamp(1.35rem, 2.1vw, 1.9rem);
	letter-spacing: 0.02em;
	color: #2a1f23;
}

.section-7-offer p {
	margin: 0.45rem 0 1.1rem;
	font-size: clamp(1.1rem, 1.6vw, 1.42rem);
	line-height: 1.45;
	color: #4d3c41;
}

.section-7-offer p strong {
	color: #1f1418;
	font-weight: 800;
}

.section-7-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.95rem 2.4rem;
	border-radius: 999px;
	text-decoration: none;
	background: linear-gradient(180deg, #37c26b 0%, #249a52 100%);
	color: #ffffff;
	font-size: clamp(0.9rem, 1.2vw, 1rem);
	font-weight: 800;
	letter-spacing: 0.04em;
	box-shadow: 0 10px 24px rgba(35, 140, 75, 0.35);
	transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.section-7-cta:hover {
	transform: translateY(-2px);
	filter: brightness(1.03);
	box-shadow: 0 14px 28px rgba(35, 140, 75, 0.42);
}

.section-7-cta:focus-visible {
	outline: 3px solid #d3f3de;
	outline-offset: 3px;
}

@media (max-width: 991px) {
	.curso-croche-section-1 {
		min-height: auto;
		padding: 1.5rem 1rem 2.5rem;
	}

	.hero-content {
		grid-template-columns: 1fr;
		gap: 1.35rem;
	}

	.hero-text {
		text-align: center;
	}

	.hero-text p {
		margin: 0 auto;
	}

	.hero-badge {
		margin: 0 auto;
	}

	.curso-croche-section-2 {
		padding: 2.5rem 1rem;
	}

	.section-2-wrapper {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	.section-2-text {
		padding: 1.8rem 1.2rem;
		border-radius: 26px;
	}

	.section-2-media {
		border-radius: 26px;
		align-self: auto;
	}

	.section-2-media img {
		height: auto;
		aspect-ratio: 4 / 3;
	}

	.section-2-text h2 {
		margin-bottom: 1.4rem;
		font-size: clamp(1.5rem, 7vw, 2rem);
		text-align: center;
	}

	.section-2-list li {
		padding-left: 2.7rem;
		font-size: clamp(1.02rem, 4.9vw, 1.25rem);
	}

	.section-2-list li::before {
		width: 1.9rem;
		height: 1.9rem;
		font-size: 1.15rem;
		top: 0.2rem;
	}

	.curso-croche-section-3 {
		padding: 2.4rem 1rem 3rem;
	}

	.section-3-wrapper h2 {
		margin-bottom: 1.6rem;
		font-size: clamp(1.45rem, 6.3vw, 1.95rem);
	}

	.section-3-grid {
		grid-template-columns: 1fr;
		gap: 1.2rem;
	}

	.section-3-center {
		max-width: 330px;
		margin: 0 auto;
		order: -1;
	}

	.section-3-column {
		gap: 1.4rem;
		text-align: center;
	}

	.section-3-item h3 {
		font-size: clamp(1.15rem, 4.9vw, 1.45rem);
	}

	.section-3-item p {
		font-size: clamp(0.94rem, 4vw, 1.08rem);
	}

	.curso-croche-section-4 {
		padding: 2.4rem 1rem 2.8rem;
	}

	.section-4-wrapper h2 {
		font-size: clamp(1.45rem, 6.3vw, 2rem);
		margin-bottom: 1.3rem;
	}

	.section-4-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.9rem;
	}

	.module-card-content {
		padding: 0.95rem 0.88rem 1rem;
	}

	.section-4-offer {
		margin-top: 1.5rem;
		padding-top: 1rem;
	}

	.curso-croche-section-5 {
		padding: 2.4rem 1rem 3rem;
	}

	.section-5-wrapper h2 {
		font-size: clamp(1.4rem, 6.2vw, 1.95rem);
		margin-bottom: 1.2rem;
	}

	.section-5-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.85rem;
	}

	.section-5-highlight {
		margin-top: 1.2rem;
		padding: 1rem 0.9rem;
	}

	.curso-croche-section-6 {
		padding: 2.6rem 1rem 3rem;
	}

	.section-6-wrapper {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.section-6-media {
		max-width: 680px;
	}

	.section-6-content {
		max-width: none;
		text-align: left;
	}

	.section-6-kicker {
		font-size: clamp(1rem, 3.8vw, 1.35rem);
	}

	.section-6-content h2 {
		font-size: clamp(1.6rem, 7vw, 2.2rem);
	}

	.section-6-content p {
		font-size: clamp(0.98rem, 4.2vw, 1.12rem);
	}

	.curso-croche-section-7 {
		padding: 1.8rem 1rem 3rem;
	}

	.section-7-offer {
		padding: 1.4rem 1rem 1.6rem;
		border-radius: 20px;
	}

	.section-7-offer h3 {
		font-size: clamp(1.2rem, 4vw, 1.55rem);
	}

	.section-7-offer p {
		font-size: clamp(0.98rem, 4.2vw, 1.15rem);
	}
}

@media (max-width: 640px) {
	.section-4-grid {
		grid-template-columns: 1fr;
	}

	.section-5-grid {
		grid-template-columns: 1fr;
	}
}
