:root {
	--primary: #684ab6;
	--primary-light: #8c6ed7;
	--primary-dark: #4a3080;
	--primary-lighter: #b09ce4;
	--primary-darkest: #342259;
	--white: #ffffff;
}


.hero-section {
	background: linear-gradient(135deg, var(--primary-dark), var(--primary));
	color: var(--white);
	padding: 80px 0;
	position: relative;
	overflow: hidden;
}

.hero-content {
	position: relative;
	z-index: 2;
}

.hero-headline {
	font-weight: 700;
	margin-bottom: 5px;
	line-height: 1.2;
}

.hero-subheadline {
	margin-bottom: 2rem;
	font-weight: 400;
}

.btn-action {
	background-color: var(--primary-lighter);
	color: var(--primary-darkest);
	font-weight: 700;
	padding: 12px 30px;
	font-size: 1.1rem;
	border: none;
	border-radius: 5px;
	margin-top: 1rem;
}

.btn-action:hover {
	background-color: var(--white);
	color: var(--primary);
}

.trust-badges {
	margin-top: 2rem;
}

.trust-badge {
	background-color: rgba(255, 255, 255, 0.1);
	padding: 0.5rem 1rem;
	border-radius: 50px;
	display: inline-block;
	margin-right: 0.5rem;
	margin-bottom: 0.5rem;
	font-size: 12px;
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; 
	height: 0;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.btn-call-to-action-main{
	background: #f7cc51;
	color: #000 !important;
	padding: 15px 25px;
	text-decoration: none;
}

.btn-call-to-action-main:hover{
	background: #d9b347;
	color: #000;
}

.pain-section {
	padding: 80px 0;
	background-color: var(--white);
	position: relative;
}

.pain-title {
	color: var(--primary-dark);
	font-weight: 700;
	font-size: 2.2rem;
	margin-bottom: 1.5rem;
	line-height: 1.3;
}

.pain-text {
	font-size: 1.2rem;
	color: #555;
	margin-bottom: 1.5rem;
	line-height: 1.6;
}

.pain-highlight {
	background-color: rgba(104, 74, 182, 0.08);
	border-left: 4px solid var(--primary);
	padding: 20px 25px;
	margin: 25px 0;
	font-size: 1.15rem;
	color: #444;
	border-radius: 0 5px 5px 0;
}

.pain-emphasis {
	font-weight: 700;
	color: var(--primary-dark);
}

.pain-image-container {
	position: relative;
	margin-top: 2rem;
}

.pain-image {
	width: 100%;
	height: auto;
	border-radius: 10px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.pain-callout {
	background-color: var(--primary);
	color: white;
	padding: 30px;
	border-radius: 10px;
	margin-top: 2rem;
}

.pain-callout-title {
	font-weight: 700;
	font-size: 1.4rem;
	margin-bottom: 1rem;
}

.pain-callout-text {
	font-size: 18px;
	line-height: 1.6;
}

ul.pain-callout-text{
	padding-left: 15px;
}

.pain-callout-text li{
	list-style: disc;
}

.time-loss-indicator {
	display: flex;
	align-items: center;
	margin: 2rem 0;
	background: rgba(104, 74, 182, 0.05);
	padding: 20px;
	border-radius: 10px;
}

.time-loss-text {
	font-size: 1.8rem;
	font-weight: 700;
	color: var(--primary-dark);
	margin-left: 20px;
}

.time-icon {
	font-size: 3rem;
	color: var(--primary);
}

.steps-section {
	padding: 80px 0;
	background-color: #f9f7ff;
}

.steps-heading {
	color: var(--primary-dark);
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 1rem;
}

.steps-subheading {
	color: #555;
	font-size: 1.2rem;
	text-align: center;
	max-width: 800px;
	margin: 0 auto 3rem;
}

.step-card {
	background-color: var(--white);
	border-radius: 10px;
	padding: 30px;
	height: 100%;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	position: relative;
	margin-bottom: 30px;
}

.step-number {
	background-color: var(--primary);
	color: var(--white);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	font-size: 1.2rem;
	position: absolute;
	top: -15px;
	left: 30px;
}

.step-icon {
	color: var(--primary);
	font-size: 2.5rem;
	margin-bottom: 1.5rem;
	display: block;
	text-align: center;
}

.step-title {
	color: var(--primary-dark);
	font-weight: 700;
	font-size: 1.3rem;
	margin-bottom: 1rem;
	text-align: center;
}

.step-description {
	color: #555;
	font-size: 1rem;
	line-height: 1.6;
	text-align: center;
}

.step-highlight {
	background-color: rgba(104, 74, 182, 0.08);
	padding: 8px 16px;
	border-radius: 30px;
	display: inline-block;
	margin-top: 15px;
	font-weight: 600;
	color: var(--primary-dark);
	font-size: 0.9rem;
}

.steps-cta {
	text-align: center;
	margin-top: 3rem;
}

.btn-steps {
	background-color: var(--primary);
	color: white;
	font-weight: 600;
	padding: 12px 30px;
	font-size: 1.1rem;
	border: none;
	border-radius: 5px;
}

.btn-steps:hover {
	background-color: var(--primary-dark);
	color: white;
}

.step-connector {
	position: absolute;
	top: 50%;
	right: -15px;
	z-index: 10;
	color: var(--primary-light);
	font-size: 1.5rem;
}

.benefits-section {
	padding-bottom: 80px;
	background-color: #f9f7ff;
}

.benefits-heading {
	color: var(--primary-dark);
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 1.5rem;
}

.benefits-subheading {
	color: #555;
	font-size: 1.2rem;
	text-align: center;
	max-width: 800px;
	margin: 0 auto 3rem;
	line-height: 1.6;
}

.benefits-container {
	background-color: white;
	border-radius: 15px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	padding: 40px;
	margin-bottom: 30px;
}

.benefits-title {
	color: var(--primary);
	font-weight: 700;
	font-size: 1.4rem;
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(104, 74, 182, 0.1);
}

.benefit-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
}

.benefit-icon {
	color: var(--primary);
	font-size: 1.2rem;
	margin-right: 15px;
	flex-shrink: 0;
}

.benefit-text {
	color: #444;
	line-height: 1.6;
}

.benefit-text strong {
	color: var(--primary-dark);
}

.bonus-container {
	background: linear-gradient(135deg, var(--primary-dark), var(--primary));
	border-radius: 15px;
	padding: 40px;
	color: white;
	position: relative;
	overflow: hidden;
}

.bonus-badge {
	position: absolute;
	top: 20px;
	right: -35px;
	background-color: #ff9800;
	color: white;
	padding: 8px 40px;
	font-weight: 700;
	transform: rotate(45deg);
	font-size: 0.9rem;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.bonus-title {
	font-weight: 700;
	font-size: 1.4rem;
	margin-bottom: 20px;
}

.bonus-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
	background-color: rgba(255, 255, 255, 0.1);
	padding: 15px;
	border-radius: 8px;
}

.bonus-icon {
	font-size: 1.4rem;
	margin-right: 15px;
	flex-shrink: 0;
}

.bonus-text {
	line-height: 1.6;
}

.bonus-text strong {
	color: rgba(255, 255, 255, 0.9);
}

.value-tag {
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.2);
	padding: 5px 12px;
	border-radius: 20px;
	font-size: 0.9rem;
	margin-top: 8px;
}

.features-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 15px;
	margin-top: 30px;
}

.feature-card {
	background-color: rgba(104, 74, 182, 0.05);
	padding: 20px;
	border-radius: 8px;
	display: flex;
	align-items: center;
}

.feature-icon {
	color: var(--primary);
	font-size: 1.2rem;
	margin-right: 15px;
	flex-shrink: 0;
}

.feature-text {
	font-size: 1rem;
	color: #444;
}

.who-section {
	padding: 80px 0;
	background-color: #ffffff;
}

.who-heading {
	color: var(--primary-dark);
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 1.5rem;
}

.who-subheading {
	color: #555;
	font-size: 1.2rem;
	text-align: center;
	max-width: 800px;
	margin: 0 auto 3rem;
	line-height: 1.6;
}

.who-column {
	padding: 35px;
	border-radius: 10px;
	height: 100%;
}

.ideal-column {
	background-color: #f1edfa;
	border: 1px solid #d4c9f0;
}

.not-ideal-column {
	background-color: #f8f8f8;
	border: 1px solid #e0e0e0;
}

.column-title {
	font-weight: 700;
	font-size: 1.5rem;
	margin-bottom: 25px;
	padding-bottom: 15px;
	text-align: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ideal-title {
	color: var(--primary);
}

.not-ideal-title {
	color: #777;
}

.criteria-list {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.criteria-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
}

.criteria-icon {
	font-size: 1.2rem;
	margin-right: 15px;
	flex-shrink: 0;
}

.ideal-icon {
	color: var(--primary);
}

.not-ideal-icon {
	color: #777;
}

.criteria-text {
	line-height: 1.6;
}

.separator {
	text-align: center;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.separator::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 1px;
	background-color: #ddd;
	z-index: 1;
}

.separator-text {
	background-color: white;
	padding: 10px;
	position: relative;
	z-index: 2;
	color: #777;
}

@media (max-width: 768px) {
	.separator {
		height: 50px;
		margin: 20px 0;
	}
	
	.separator::before {
		width: 100%;
		height: 1px;
		left: 0;
		top: 50%;
	}
}

.value-section {
	padding: 80px 0;
	background-color: #f9f7ff;
}

.value-heading {
	color: var(--primary-dark);
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 1.5rem;
}

.value-subheading {
	color: #555;
	font-size: 1.2rem;
	text-align: center;
	max-width: 800px;
	margin: 0 auto 3rem;
	line-height: 1.6;
}

.value-container {
	background-color: white;
	border-radius: 15px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	padding: 40px;
	margin-bottom: 30px;
}

.comparison-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	margin-bottom: 30px;
}

.comparison-table th {
	padding: 15px;
	text-align: center;
	background-color: #f1edfa;
	border-top: 1px solid #d4c9f0;
	border-bottom: 1px solid #d4c9f0;
	color: var(--primary-dark);
	font-weight: 600;
}

.comparison-table th:first-child {
	text-align: left;
	border-left: 1px solid #d4c9f0;
	border-top-left-radius: 8px;
}

.comparison-table th:last-child {
	border-right: 1px solid #d4c9f0;
	border-top-right-radius: 8px;
}

.comparison-table td {
	padding: 15px;
	text-align: center;
	border-bottom: 1px solid #eee;
	vertical-align: middle;
}

.comparison-table td:first-child {
	text-align: left;
	font-weight: 600;
	color: #444;
	border-left: 1px solid #eee;
}

.comparison-table td:last-child {
	border-right: 1px solid #eee;
}

.comparison-table tr:last-child td:first-child {
	border-bottom-left-radius: 8px;
}

.comparison-table tr:last-child td:last-child {
	border-bottom-right-radius: 8px;
}

.manual-icon {
	color: #777;
}

.neofin-icon {
	color: var(--primary);
}

.cost-highlight {
	background-color: #f1edfa;
	padding: 20px;
	border-radius: 10px;
	margin-top: 30px;
}

.cost-title {
	font-weight: 700;
	color: var(--primary-dark);
	font-size: 1.3rem;
	margin-bottom: 15px;
}

.cost-text {
	color: #444;
	line-height: 1.6;
	margin-bottom: 15px;
}

.cost-text li{
	list-style: disc;
}

.cost-emphasis {
	font-weight: 700;
	color: var(--primary);
}

.cta-container {
	background: linear-gradient(135deg, var(--primary-dark), var(--primary));
	border-radius: 15px;
	padding: 40px;
	text-align: center;
	color: white;
}

.cta-title {
	font-weight: 700;
	font-size: 1.6rem;
	margin-bottom: 20px;
}

.btn-cta {
	background-color: white;
	color: var(--primary);
	font-weight: 700;
	padding: 15px 40px;
	font-size: 1.2rem;
	border: none;
	border-radius: 8px;
	margin: 20px 0;
	transition: all 0.3s ease;
}

.btn-cta:hover {
	background-color: rgba(255, 255, 255, 0.9);
	color: var(--primary-dark);
}

.guarantee-badges {
	display: flex;
	justify-content: center;
	margin-top: 25px;
	flex-wrap: wrap;
}

.guarantee-badge {
	display: flex;
	align-items: center;
	background-color: rgba(255, 255, 255, 0.1);
	padding: 10px 20px;
	border-radius: 50px;
	margin: 5px 10px;
}

.guarantee-icon {
	font-size: 1.2rem;
	margin-right: 10px;
}

.guarantee-text {
	font-size: 0.9rem;
}

.efficiency-metrics {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.efficiency-metric {
	flex: 1;
	min-width: 200px;
	padding: 15px;
	text-align: center;
}

.metric-number {
	font-size: 2.5rem;
	font-weight: 700;
	color: var(--primary);
	display: block;
	margin-bottom: 10px;
}

.metric-text {
	color: #555;
	font-size: 1rem;
}

.serious-section {
	padding: 80px 0;
	background-color: #ffffff;
}

.serious-container {
	background-color: #f9f7ff;
	border-radius: 15px;
	padding: 50px;
	position: relative;
	border-left: 5px solid var(--primary);
}

.serious-icon {
	position: absolute;
	top: -25px;
	left: 50px;
	width: 50px;
	height: 50px;
	background-color: var(--primary);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 1.5rem;
}

.serious-heading {
	color: var(--primary-dark);
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 1.5rem;
}

.serious-text {
	color: #444;
	font-size: 1.15rem;
	line-height: 1.7;
	margin-bottom: 1.5rem;
}

.serious-emphasis {
	font-weight: 700;
	color: var(--primary);
}

.serious-cta {
	margin-top: 30px;
}

.btn-serious {
	background-color: var(--primary);
	color: white;
	font-weight: 700;
	padding: 12px 30px;
	font-size: 1.1rem;
	border: none;
	border-radius: 5px;
}

.btn-serious:hover {
	background-color: var(--primary-dark);
	color: white;
}

.faq-section {
	padding: 80px 0;
	background-color: #ffffff;
}

.faq-heading {
	color: var(--primary-dark);
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 1.5rem;
}

.faq-subheading {
	color: #555;
	font-size: 1.2rem;
	text-align: center;
	max-width: 800px;
	margin: 0 auto 3rem;
	line-height: 1.6;
}

.faq-container {
	max-width: 900px;
	margin: 0 auto;
}

.accordion-item {
	margin-bottom: 15px;
	border: 1px solid rgba(104, 74, 182, 0.1);
	border-radius: 8px;
	overflow: hidden;
}

.accordion-header {
	background-color: #f9f7ff;
	padding: 0;
}

.accordion-button {
	font-weight: 600;
	color: var(--primary-dark);
	background-color: #f9f7ff;
	padding: 20px 25px;
	box-shadow: none;
}

.accordion-button:not(.collapsed) {
	color: var(--primary);
	background-color: #f1edfa;
	box-shadow: none;
}

.accordion-button:focus {
	box-shadow: none;
	border-color: rgba(104, 74, 182, 0.1);
}

.accordion-button::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23684ab6'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-body {
	padding: 25px;
	line-height: 1.6;
	color: #444;
}

.faq-cta {
	text-align: center;
	margin-top: 40px;
}

.btn-faq {
	background-color: var(--primary);
	color: white;
	font-weight: 600;
	padding: 12px 30px;
	font-size: 1.1rem;
	border: none;
	border-radius: 5px;
}

.btn-faq:hover {
	background-color: var(--primary-dark);
	color: white;
}

.faq-highlight {
	font-weight: 600;
	color: var(--primary-dark);
}