@import '../components/header/header.css';
@import '../components/footer/footer.css';
@import '../components/container/base.css';
@import '../components/modal/modal.css';

.wyg_content {
	padding-top: 71px;
	background-color: #fff;
	width: 100%;
}

.wyg_container_fix {
	display: block !important;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.wyg_hero_section {
	position: relative;
	width: 100%;
	background-image: url('../pictures/what_you_get_bg.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.wyg_overlay {
	width: 100%;
	padding: 80px 0 60px 0;
}

.wyg_text_wrapper {
	margin: 0 auto;
	text-align: left;
}

.wyg_title {
	font-size: 28px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 30px;
	letter-spacing: 0.5px;
}

.wyg_feature_heading {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 12px;
}

.wyg_description {
	font-size: 16px;
	line-height: 1.7;
	color: #fff;
	margin-bottom: 50px;
	max-width: 720px;
	opacity: 0.95;
}

.wyg_description strong {
	font-weight: 700;
}

.wyg_lists_container {
	display: flex;
	flex-direction: column;
	gap: 35px;
	margin-bottom: 60px;
}

.wyg_features_block {
	width: fit-content;
}

.block_indent_1 {
	margin-left: 0;
}

.block_indent_2 {
	margin-left: 400px;
}

.block_indent_3 {
	margin-left: 790px;
}

.wyg_list {
	padding-left: 0;
	list-style: none;
}

.wyg_list li {
	font-size: 15px;
	line-height: 1.6;
	color: #fff;
	opacity: 0.85;
	margin-bottom: 6px;
}

.wyg_cta_block {
	text-align: center;
	width: 100%;
}

.cta_btn {
	display: inline-block;
	background: #e87a79;
	color: #ffffff;
	text-decoration: none;
	padding: 18px 60px;
	border-radius: 35px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	transition:
		transform 0.3s ease,
		background-color 0.3s ease;
}

.cta_btn:hover {
	background: #d45251;
	transform: translateY(-2px);
}

@media (max-width: 768px) {
	.wyg_container_fix {
		padding: 0 15px;
	}

	.wyg_overlay {
		padding: 50px 0 40px 0;
	}

	.wyg_title {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.wyg_feature_heading {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.wyg_description {
		font-size: 13px;
		margin-bottom: 35px;
		max-width: 100%;
	}

	.wyg_lists_container {
		gap: 25px;
		margin-bottom: 40px;
	}

	.block_indent_1,
	.block_indent_2,
	.block_indent_3 {
		margin-left: 0;
	}

	.wyg_list li {
		font-size: 13px;
		line-height: 1.5;
		margin-bottom: 5px;
	}

	.cta_btn {
		padding: 12px 30px;
		font-size: 12px;
	}
}
