.header-new {
	padding: 35px 0;
}
.header_row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-new .header_logo img {
	max-height: 50px;
}

.hero_tag {
	font-size: 12px;
	line-height: 1rem;
	font-weight: 500;
	color: rgb(107,33,168);
	display: inline-block;
	padding: 5px 10px;
	background-color: rgb(243,232,255);
	border: 1px solid rgb(233,213,255);
	border-radius: 25px;
	margin-bottom: 24px;
}
.hero-landing-v2 {
	/*padding-top: 8rem;*/
	padding-top: 14rem;
	padding-bottom: 8rem;
	background-image: linear-gradient(to bottom right, #faf5ff, #fdf2f8);
}
.hero-landing-v2 .sc_text {
	max-width: 768px;
	margin: 0 auto;
}
.hero-landing-v2 h1 span {
	color: transparent;
	background-clip: text;
	background-image: linear-gradient(to right, #9333ea, #ec4899);
}
.hero-landing-v2 .sc_buttons {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 3rem;
}

.benefits-landing-v2 {
	padding: 6.4rem 0;
	background: rgb(249,250,251);
}
.benefits-landing-v2 .sc_text {
	max-width: 896px;
	margin: 0 auto;
}
.benefits-landing-v2 .sc_text h2 {
	font-size: 30px;
}
.benefits-landing-v2 .sc_text h2 span {
	color: rgb(147,51,234);
}
.ext_benefits {
	max-width: 896px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	margin-top: 32px
}
.ext_benefit {
	padding: 24px;
	border-width: 2px;
	border-style: solid;
	border-radius: 8px;
	box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
}
.be_title {
	font-size: 30px;
	line-height: 1.2;
	font-weight: 600;
	margin-bottom: 8px;
}
.be_text {
	color: rgb(75,85,99);
}
.be_subtext {
	font-size: 14px;
	line-height: 1.2;
	color: rgb(107,114,128);
}

.compare-table {
	padding: 6.4rem 0;
}
.compare-table .sc_text h2 {
	font-size: 30px;
}
.compare-table_wrapper {
	max-width: 1152px;
	margin: 0 auto;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
}
.compare-table_wrapper table {
	width: 100%;
	font-size: 14px;
	color: #4b5563;
	border-collapse: collapse;
}
.compare-table_wrapper table thead tr {
	background: #f9fafb;
	border-bottom: 1px solid #e2e8f0;
}
.compare-table_wrapper table thead th {
	font-weight: 600;
	padding: 12px 16px;
}
.compare-table_wrapper table thead th:first-child {
	color: #111827;
	text-align: left;
}
.compare-table_wrapper table .feature_col {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	line-height: 1;
}
.compare-table_wrapper table .feature_col .fc_icon {
	
}
.compare-table_wrapper table .feature_col .fc_icon img {
	width: 24px;
	min-width: 24px;
	vertical-align: top;
}
.compare-table_wrapper table .feature_col h3 {
	font-size: 14px;
	color: #111827;
	font-weight: 600;
	margin-bottom: 4px;
}
.compare-table_wrapper tbody tr:not(:last-child) {
	border-bottom: 1px solid #e2e8f0;
}
.compare-table_wrapper tbody td {
	padding: 24px 16px;
}
.compare-table_wrapper tbody td:first-child {
	width: 380px;
}
.compare-table_wrapper tbody td:not(:first-child) {
	text-align: center;
}
.compare-table_wrapper tbody td:not(:first-child) div {
	font-weight: 600;
}

.features-landing-v2 {
	background: rgb(249,250,251);
	padding: 6.4rem 0;
}
.features-landing-v2 .sc_text h2 {
	font-size: 30px;
}
.ext_features {
	max-width: 1152px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 32px;
}
.ext_feature {
	border: 1px solid rgb(226, 232, 240);
	border-radius: 8px;
	padding: 24px;
	background: #fff;
	box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
}
.fe_icon {
	margin-bottom: 16px;
}
.fe_icon img {
	height: 32px;
}
.fe_title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 12px;
}
.fe_text {
	font-size: 14px;
	color: rgb(75,85,99);
}

.review-landing-v2 {
	padding: 6.4rem 0;
}
.review-landing-v2 .sc_text {
	max-width: 896px;
	margin: 0 auto;
}
.review-landing-v2 .sc_text h2 {
	font-size: 30px;
}
.ext_review_block {
	background-image: linear-gradient(to right, #faf5ff, #fdf2f8);
	padding: 32px;
	margin-top: 4.8rem;
	border: 1px solid rgb(233,213,255);
	border-radius: 8px;
	box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
}
.ext_review_block blockquote {
	font-size: 20px;
	color: rgb(55,65,81);
	font-style: italic;
	margin-bottom: 24px;
}
.review_author_name {
	font-weight: 600;
}
.review_author_description {
	font-size: 14px;
}

.cta-landing-v2 {
	padding: 8rem 0 !important;
	background-image: linear-gradient(to right, #9333ea, #ec4899);
}
.cta-landing-v2 .sc_text {
	color: #fff;
}
.cta-landing-v2 .sc_text h2 {
	font-size: 36px;
}
.cta-landing-v2 .sc_text p {
	font-size: 20px;
	max-width: 672px;
	margin: 0 auto;
}
.cta-landing-v2 .sc_text .btn {
	color: rgb(147,51,234);
	background: #fff;
	border-color: #fff;
	margin-top: 32px;
}
.cta-landing-v2 .sc_text .btn:hover {
	color: #fff;
	background: rgb(147,51,234);
	border-color: rgb(147,51,234);
}
.cta_text_after_button {
	font-size: 14px;
	margin-top: 16px;
}

.footer-new {
	background-color: rgb(17,24,39);
	padding: 3.2rem 0;
	text-align: center;
}
.footer-new .footer_logo {
	display: inline-block;
	margin-bottom: 1.6rem;
}
.footer-new .footer_logo img {
	max-height: 35px;
	filter: invert(1) grayscale(1);
}
.footer-new .copy {
	font-size: 14px;
	color: rgb(156,163,175)
}

.popup_form_inner {
	width: 550px;
	max-width: 90vw;
	padding: 4rem;
	background: #eee;
	border-radius: 12px;
}

@media (max-width: 991px) {
	.ext_features { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
	.hero-landing-v2 { /*padding-top: 4rem;*/ padding-top: 14rem; padding-bottom: 4rem; }
	.ext_benefits { grid-template-columns: repeat(1, minmax(0, 1fr)); }
	.ext_features { grid-template-columns: repeat(1, minmax(0, 1fr)); }
	.benefits-landing-v2 { padding: 4rem 0; }
	.compare-table { padding: 4rem 0; }
	.compare-table_wrapper { overflow-x: auto; }
	.compare-table_wrapper table { min-width: 500px; }
	.compare-table_wrapper.table_cols_4 table { min-width: 600px; }
	.compare-table_wrapper.table_cols_5 table { min-width: 700px; }
	.features-landing-v2 { padding: 4rem 0; }
	.review-landing-v2 { padding: 4rem 0; }
	.cta-landing-v2 { padding: 4rem 0 !important; }
	.popup_form_inner { padding: 2rem; border-radius: 8px; }
	.hero-landing-v2 .sc_buttons { margin: 0; }
}
