main{
    #background: #fff;
}
.front_about {
	padding: 50px 0;
	margin-bottom: 50px;
	margin-top: 50px;
}
.front_tag {
	display: flex;
	gap: 8px;
	font-weight: 400;
	font-size: 20px;
	letter-spacing: 0.04em;
	justify-content: center;
	padding-bottom: 10px;
	color: #040404;
}
.front_about_headline {
	display: flex;
	gap: 4%;
	align-items: center;
}
.front_about_title {
	flex-basis: 42%;
}
.front_about_desc {
	flex-basis: 58%;
	color: #454545;
}
.front_about_list {
	filter: drop-shadow(0px 8px 16px rgba(91, 32, 32, 0.24));
	border-radius: 32px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.31), rgba(0, 0, 0, 0.31)), linear-gradient(303.19deg, rgba(0, 0, 0, 0) 25.71%, rgba(0, 0, 0, 0.8) 57.34%, #000000 98.2%), url('/wp-content/themes/getlinks/assets/img/v2-2025/bg_front1.webp');
	display: flex;
	justify-content: space-between;
	padding: 35px 5%;
	margin: 40px 0;
	row-gap: 20px;
}
.front_about_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}
.front_about_item img {
	padding: 8px;
	background: rgba(240, 123, 134, 0.25);
	border: 0.5px solid rgba(255, 152, 152, 0.52);
	box-shadow: 2px 8px 15px 7.82004px rgba(23, 3, 3, 0.38);
	backdrop-filter: blur(22.343px);
	border-radius: 16px;
}
.front_about_item h4 {
	font-weight: 500;
	font-size: 56px;
	line-height: 100%;
	background: linear-gradient(181.83deg, #FFFFFF 1.55%, rgba(255, 255, 255, 0) 139.16%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.front_about_item_desc {
	font-weight: 500;
	font-size: 20px;
	line-height: 146%;
	color: rgba(255, 240, 241, 0.8);
	text-align: center;
}

.front_services_wrapper {
	display: flex;
	flex-direction: column;
	gap: 40px;
	align-items: center;
}
.front_services_head {
	display: flex;
	flex-direction: column;
	gap: 15px;
	width: 80%;
	align-items: center;
}
.front_services_desc {
	width: 70%;
	text-align: center;
}
.front_services_wrapper h2 {
	text-align: center;
	padding-bottom: 10px;
}

.front_services_video {
	display: flex;
    justify-content: center;
}
.front_services_video iframe {
    aspect-ratio: 16 / 9;
    width: 80% !important;
}
.front_services_list {
	display: flex;
	gap: 20px;
	width: 100%;
}
.front_service_item {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 40px 32px;
	isolation: isolate;
	box-shadow: 0px 8px 16px rgba(91, 32, 32, 0.24);
	border-radius: 24px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.18)), right top url('/wp-content/themes/getlinks/assets/img/v2-2025/services_grid.svg'), center / cover url('/wp-content/themes/getlinks/assets/img/v2-2025/bg_front2.webp');
	background-repeat: no-repeat;
}
.front_service_item h4 {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 135%;
	color: #FFFFFF;
}
.front_service_item img {
	padding: 8px;
	background: rgba(240, 123, 134, 0.25);
	border: 0.5px solid rgba(255, 152, 152, 0.52);
	box-shadow: 2px 8px 15px 7.82004px rgba(23, 3, 3, 0.38);
	backdrop-filter: blur(22.343px);
	border-radius: 16px;
	margin-bottom: 15px;
}
.front_service_item_desc {
	font-size: 16px;
	line-height: 140%;
	color: rgba(255, 240, 241, 0.8);
	margin-bottom: auto; 
}
.front_service_item li {
	margin: 15px 0;
	padding-left: 5px;
}
.front_service_item_desc ul,ol {
	list-style-image: url('/wp-content/themes/getlinks/assets/img/v2-2025/ul_marker.svg');;
}
.front_service_item_desc ul,ol {
	margin: 0 0 1.5em 1em;
}
.front_about_ps {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 0 4%;
	margin-top: 80px;
	background: #FFFFFF;
	box-shadow: 0px 10px 20px rgba(230, 230, 230, 0.45);
	border-radius: 24px;
}
.front_about_ps_left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 0px;
	gap: 8px;
	padding: 15px 0;
}
.front_about_ps_title h2 {
	font-weight: 600;
	line-height: 100%;
	align-items: center;
	letter-spacing: -0.018em;
}
.front_about_ps_desc {
	font-size: 16px;
	line-height: 130%;
	padding-bottom: 30px;
}

.front_about_ps_center {
	margin: -30px 0;
	min-width: 45%;
}
.front_about_ps_right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 0px;
	gap: 24px;
	padding: 15px 0;
}
.front_about_ps_block1, .front_about_ps_block2 {
	display: flex;
	flex-direction: column;
	background: #FFFFFF;
	box-shadow: 0px 0px 30px rgba(223, 225, 227, 0.54);
	border-radius: 12px;
	padding: 15px 20px;
	gap: 8px;
	min-width: 280px;
}
.front_about_ps_block1_title, .front_about_ps_block2_title {
	display: flex;
	gap: 5px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 135%;
	color: #040404;
}
.front_about_ps_block1_desc, .front_about_ps_block2_desc {
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 0.01em;
}
.front_about_button {
	display: flex;
}
.front_about_ps_button {
	display: none;
}
.front_pricing {
	filter: drop-shadow(0px 8px 16px rgba(91, 32, 32, 0.24));
	border-radius: 32px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.29), rgba(0, 0, 0, 0.29)), linear-gradient(234.12deg, rgba(0, 0, 0, 0.6) 29.35%, rgba(0, 0, 0, 0) 60.98%), center / cover url('/wp-content/themes/getlinks/assets/img/v2-2025/bg_front3.webp');
	background-repeat: no-repeat;
	margin: 80px 0 0 0;
	padding: 80px 0;
}
.front_pricing_wrapper h2 {
	color: #FFFFFF;
	text-align: center;
}
.front_pricing_wrapper {
	display: flex;
	flex-direction: column;
	gap: 15px;
	align-items: center;
}
.front_pricing_desc {
	text-align: center;
	width: 60%;
	color: rgba(255, 240, 241, 0.8);
}
.front_pricing_blocks {
	display: flex;
	margin-top: 80px;
	gap: 20px;
	width: 100%;
}
.front_pricing_plan {
	#width: calc((100% - 40px) / 3);
    display: flex;
    flex-direction: column;
	padding: 2%;
	gap: 20px;
	box-sizing: border-box;
	background: rgba(16, 7, 7, 0.52);
	border: 1px solid rgba(255, 255, 255, 0.32);
	box-shadow: 0px 8px 16px rgba(35, 5, 5, 0.24);
	backdrop-filter: blur(50px);
	border-radius: 24px;
}
.front_pricing_plan[data-highlighted=true] {
    box-shadow: var(--box-shadow-standard);
    margin-block:-40px 40px;
	background: rgba(89, 5, 5, 0.52);
	border: 1px solid rgba(255, 255, 255, 0.35);
	box-shadow: 0px 20px 50px rgba(35, 5, 5, 0.24);
	backdrop-filter: blur(50px);
	border-radius: 24px;
}
.front_pricing_plan_title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 12px;
	box-sizing: border-box;
	align-items: flex-start;
	padding: 0px 0px 24px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.front_pricing_plan_title img {
	padding: 8px;
	background: rgba(240, 123, 134, 0.25);
	border: 0.5px solid rgba(255, 152, 152, 0.49);
	backdrop-filter: blur(22.343px);
	border-radius: 16px;
}

.front_pricing_plan_price > span {
	font-family: 'Inter';
	font-weight: 600;
	font-size: 44px;
	line-height: 130%;
	background: linear-gradient(181.83deg, #FFFFFF 1.55%, rgba(255, 255, 255, 0) 139.16%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.front_pricing_plan_price {
	color: rgba(255, 240, 241, 0.8);
}
.front_pricing_plan_price_value {
	font-weight: 600;
	font-size: 36px;
	line-height: 120%;
	letter-spacing: -0.01em;
	color: #FFFFFF;
}
.pricing_plan_items {
	padding-right: 5%;
	display: flex;
	flex-direction: column;
	row-gap: 8px;
}
.price_items_title {
	font-family: 'Inter';
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
}
.pricing_plan_item {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	color: #FFF0F1CC;
	font-size: 16px;
}
.pricing_plan_item_icon {
	padding-top: 3px;
}
.pricing_plan_item > span > strong {
	color: #FFFFFF;
}
.pricing_plan_item > span > a {
	color: #FFFFFF;
	text-decoration: underline;
	font-family: Gilroy;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0%;
}
.front_faq {
	filter: drop-shadow(0px 8px 16px rgba(91, 32, 32, 0.24));
	border-radius: 32px;
	background: left top url('/wp-content/themes/getlinks/assets/img/v2-2025/faq_grid.svg');
	background-repeat: no-repeat;
	padding: 80px 0;
}
.front_faq_wrapper {
	display: flex;
	flex-direction: column;
	gap: 40px;
	align-items: center;
	width: 60%;
	margin: 0 auto;
}
.front_faq_head {
	display: flex;
	flex-direction: column;
	gap: 15px;
	align-items: center;
}
.front_faq_desc {
	text-align: center;
}
.front_faq_wrapper h2 {
	text-align: center;
	padding-bottom: 10px;
}

@media (max-width: 1200px) {
	.front_about_ps {
		flex-direction: column;
	}
	.front_about_ps_button {
		display: flex;
	}
	.front_about_button {
		display: none;
	}
	.front_about_ps_left, .front_about_ps_right {
		padding: 30px 0;
	}
}

@media (max-width: 992px) {
	.front_about_tag {
		font-size: 14px;
	}
	.front_about_headline {
		flex-direction: column;
		row-gap: 16px;
		padding-top: 16px;
	}
	.front_about_title h2 {
		font-weight: 600;
		font-size: 32px;
	}
	.front_about_list {
		flex-wrap: wrap;
		justify-content: center;
	}
	.front_about_list > div {
		flex: 50%; /* or - flex: 0 50% - or - flex-basis: 50% - */
	}
	.front_about_item h4 {
		font-size: 44px;
	}
	.front_about_item_desc {
		font-size: 16px;
	}
	.front_services_head {
		width: 100%;
	}
	.front_service_item h4 {
		font-size: 20px;
	}
	.front_services_desc {
		width: 100%;
	}
	.front_services_video iframe {
		aspect-ratio: 16 / 9;
		width: 100% !important;
	}
	.front_pricing_desc {
		width: 100%;
	}
	.front_pricing_plan {
		width: 100%;
		padding: 5%;
	}
	.front_pricing_blocks {
		flex-direction: column;
	}
	.front_pricing_plan[data-highlighted=true] {
		margin-block:0;
	}
	.front_faq_wrapper {
		width: 100%;
	}
}

@media (max-width: 768px)  {
	.front_service_item {
		padding: 5%;
		width: 100%;
	}
	.front_service_item img {
		width: 80px;
	}
	.front_services_list {
		flex-direction: column;
	}
}

@media (max-width: 576px) {
	
}

@media (max-width: 380px) {
	
}