/* CLEAN LANDING FLOW */

#feature2,
#results,
.jl-authority-section,
.jl-method-section,
.jl-fit-section,
.jl-faq-section,
#feature3 {
	background: #fff;
}

.aw-btn {
	background-color: #fdd600;
	color: #000;
	border: 2px solid #fdd600;
	border-radius: 999px;
	font-weight: 800;
	letter-spacing: 0.6px;
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 58px;
	padding: 0 30px;
}

.aw-btn:hover,
.aw-btn:focus {
	background-color: #000;
	color: #fdd600 !important;
	border-color: #000;
}

.jl-hero-section {
	padding: 30px 0 90px;
}

.jl-hero-intro,
.jl-results-hero,
.jl-booking-section,
.jl-faq-wrapper {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.jl-hero-intro {
	margin-bottom: 72px;
	padding: 42px 36px;
	border-radius: 28px;
	background: linear-gradient(135deg, rgba(253, 214, 0, 0.08), rgba(0, 0, 0, 0.03));
	border: 1px solid rgba(253, 214, 0, 0.18);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
}

.jl-hero-intro-badge,
.jl-vsl-badge,
.jl-results-badge,
.jl-method-badge,
.jl-fit-badge,
.jl-faq-badge,
.jl-booking-badge,
.jl-final-cta-badge,
.jl-authority-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 18px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 1.2px;
	margin-bottom: 26px;
}

.jl-hero-intro-badge {
	background: #fdd600;
	color: #000;
}

.jl-vsl-badge,
.jl-results-badge,
.jl-faq-badge,
.jl-booking-badge {
	background: rgba(253, 214, 0, 0.12);
	border: 1px solid rgba(253, 214, 0, 0.25);
	color: #111827;
}

.jl-method-badge,
.jl-authority-badge {
	background: #111827;
	color: #fdd600;
}

.jl-fit-badge,
.jl-final-cta-badge {
	background: rgba(253, 214, 0, 0.12);
	border: 1px solid rgba(253, 214, 0, 0.22);
	color: #fdd600;
}

.jl-hero-intro-title,
.jl-vsl-title,
.jl-authority-title,
.jl-results-title,
.jl-method-title,
.jl-fit-title,
.jl-faq-title,
.jl-booking-title,
.jl-final-cta-title {
	margin: 0 auto;
	font-weight: 800;
	letter-spacing: -2px;
	color: #111827;
}

.jl-hero-intro-title {
	max-width: 980px;
	font-size: 44px;
	line-height: 1.08;
}

.jl-vsl-title,
.jl-results-title,
.jl-booking-title,
.jl-faq-title {
	max-width: 980px;
	font-size: 60px;
	line-height: 0.98;
}

.jl-authority-title,
.jl-method-title,
.jl-fit-title,
.jl-final-cta-title {
	font-size: 60px;
	line-height: 0.98;
}

.jl-hero-intro-title span,
.jl-vsl-title span,
.jl-authority-title span,
.jl-results-title span,
.jl-method-title span,
.jl-faq-title span,
.jl-booking-title span,
.jl-final-cta-title span {
	color: #c9a800;
}

.jl-fit-title,
.jl-final-cta-title {
	color: #fff;
}

.jl-fit-title span,
.jl-final-cta-title span {
	color: #fdd600;
}

.jl-hero-intro-divider,
.jl-vsl-divider,
.jl-authority-divider,
.jl-results-divider,
.jl-method-divider,
.jl-fit-divider,
.jl-faq-divider,
.jl-booking-divider,
.jl-final-cta-divider {
	width: 90px;
	height: 4px;
	border-radius: 999px;
	background: #fdd600;
	margin: 30px auto;
}

.jl-authority-divider,
.jl-method-divider {
	margin-left: 0;
}

.jl-hero-intro-text,
.jl-vsl-description,
.jl-results-description,
.jl-results-subdescription,
.jl-booking-description,
.jl-booking-subdescription,
.jl-faq-answer {
	font-weight: 600;
	color: #66788a;
}

.jl-hero-intro-text {
	font-size: 22px;
	line-height: 1.6;
	color: #374151;
}

.jl-hero-intro-subtext {
	margin: 32px auto 0;
	max-width: 720px;
	font-size: 19px;
	line-height: 1.6;
	color: #66788a;
}

.jl-hero-intro-cta,
.video-cta,
.jl-results-cta,
.jl-method-cta,
.jl-fit-cta,
.jl-faq-cta,
.jl-final-cta-button {
	margin-top: 38px;
	text-align: center;
}

.jl-vsl-copy {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 20px;
}

.jl-vsl-description,
.jl-results-description,
.jl-results-subdescription {
	max-width: 900px;
	margin: 0 auto;
	font-size: 22px;
	line-height: 1.7;
}

.jl-results-subdescription,
.jl-booking-subdescription {
	margin-top: 24px;
}

.jl-video-block {
	margin-top: 52px;
}

.video-wrapper {
	position: relative;
	width: 100%;
	border-radius: 28px;
	overflow: hidden;
	background: #000;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.feature-video {
	width: 100%;
	display: block;
	border-radius: 28px;
	background: #000;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.video-play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 92px;
	height: 92px;
	border: none;
	border-radius: 50%;
	background: #fdd600;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
	transition: transform 0.25s ease, background 0.25s ease;
	z-index: 3;
}

.video-play-btn:hover {
	transform: translate(-50%, -50%) scale(1.06);
	background: #000;
}

.video-play-icon {
	width: 0;
	height: 0;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	border-left: 22px solid #111827;
	margin-left: 4px;
}

.video-play-btn:hover .video-play-icon {
	border-left-color: #fdd600;
}

.jl-authority-section,
.jl-method-section,
.jl-fit-section,
.jl-faq-section,
#feature3 {
	padding: 110px 0;
}

.jl-authority-card {
	max-width: 1050px;
	margin: 0 auto;
	padding: 60px;
	border-radius: 32px;
	background: linear-gradient(135deg, rgba(253, 214, 0, 0.1), #fff);
	border: 1px solid rgba(253, 214, 0, 0.18);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
}

.jl-authority-points {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.jl-authority-point {
	display: flex;
	gap: 14px;
	align-items: flex-start;
}

.jl-authority-icon {
	color: #fdd600;
	font-size: 28px;
	font-weight: 800;
	line-height: 1;
}

.jl-authority-point p,
.jl-method-item p {
	margin: 0;
	font-size: 22px;
	line-height: 1.55;
	font-weight: 600;
	color: #374151;
}

.jl-authority-description {
	margin: 42px 0 0;
	max-width: 860px;
	font-size: 24px;
	line-height: 1.6;
	font-weight: 700;
	color: #111827;
}

#results {
	background: linear-gradient(180deg, #fff 0%, #fffdf3 100%);
}

.jl-results-hero {
	margin-bottom: 70px;
	padding: 0 20px;
}

.member-video {
	text-align: center;
	transition: transform 0.35s ease;
}

.member-video:hover {
	transform: translateY(-6px);
}

.member-video-wrapper {
	height: 420px;
	overflow: hidden;
	border-radius: 18px;
	background: #000;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.member-video-el {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	background: #000;
}

.member-info-top {
	padding-top: 18px;
}

.member-name {
	font-size: 20px;
	font-weight: 700;
	color: #fff !important;
}

.jl-method-section {
	background: linear-gradient(180deg, #fff 0%, #fffdf5 100%);
}

.jl-method-grid {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: 56px;
	align-items: center;
}

.jl-method-copy {
	text-align: left;
}

.jl-method-description {
	font-size: 24px;
	line-height: 1.6;
	font-weight: 700;
	color: #374151;
	margin-bottom: 28px;
}

.jl-method-list {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.jl-method-item {
	display: flex;
	gap: 14px;
	align-items: flex-start;
}

.jl-method-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #fdd600;
	margin-top: 11px;
	flex-shrink: 0;
}

.jl-method-quote {
	margin-top: 42px;
	padding: 32px;
	border-radius: 24px;
	background: linear-gradient(135deg, rgba(253, 214, 0, 0.12), rgba(253, 214, 0, 0.04));
	border: 1px solid rgba(253, 214, 0, 0.18);
}

.jl-method-quote p {
	margin: 0 0 12px;
	font-size: 22px;
	line-height: 1.6;
	font-weight: 600;
	color: #374151;
}

.jl-method-quote h3 {
	margin: 0;
	font-size: 36px;
	line-height: 1.15;
	font-weight: 800;
	color: #111827;
}

.jl-method-visual {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.jl-method-card {
	padding: 42px 34px;
	border-radius: 28px;
	background: #fff;
	border: 1px solid rgba(253, 214, 0, 0.16);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
	text-align: center;
}

.jl-method-card-number {
	font-size: 58px;
	line-height: 1;
	font-weight: 800;
	color: #111827;
	margin-bottom: 14px;
}

.jl-method-card-label {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 600;
	color: #66788a;
}

.jl-card-col {
	display: flex;
	margin-bottom: 16px;
}

.jl-card {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	background: #f8f8f8;
	border-radius: 18px;
	padding: 20px 20px 28px;
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
	transition: all 0.35s ease;
}

.jl-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.jl-card-image {
	width: 100%;
	border-radius: 14px;
	overflow: hidden;
	margin-bottom: 24px;
}

.jl-card-image img {
	width: 100%;
	height: 320px;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
}

.jl-card:hover .jl-card-image img {
	transform: scale(1.04);
}

.jl-card-content {
	text-align: center;
	padding: 0 8px 10px;
}

.jl-card .member-name {
	font-size: 26px;
	font-weight: 700;
	min-height: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.jl-card-text {
	font-size: 16px;
	line-height: 1.65;
	color: #66788a;
	margin: 0 auto;
	max-width: 88%;
	min-height: 84px;
}

.jl-divider {
	width: 20%;
	height: 3px;
	background: #fdd600;
	margin: 0 auto 18px;
	border-radius: 999px;
}

.jl-fit-section {
	background: linear-gradient(180deg, #fffdf5 0%, #fff 100%);
}

.jl-fit-wrapper,
.jl-final-cta {
	position: relative;
	max-width: 1180px;
	margin: 0 auto;
	padding: 70px 60px;
	border-radius: 36px;
	background: linear-gradient(135deg, #111827, #1f2937);
	overflow: hidden;
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.18);
}

.jl-fit-header {
	text-align: center;
	margin-bottom: 56px;
}

.jl-fit-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.jl-fit-item {
	display: flex;
	gap: 18px;
	padding: 28px;
	border-radius: 24px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
	border: 1px solid rgba(255, 255, 255, 0.06);
}

.jl-fit-icon {
	width: 56px;
	height: 56px;
	border-radius: 18px;
	background: #fdd600;
	color: #111827;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 800;
	flex-shrink: 0;
}

.jl-fit-item p {
	margin: 0;
	font-size: 20px;
	line-height: 1.65;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.9);
}

.jl-faq-section {
	background: linear-gradient(180deg, #fffdf5 0%, #fff 100%);
}

.jl-faq-header {
	text-align: center;
	margin-bottom: 54px;
}

.jl-faq-list {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.jl-faq-item {
	padding: 34px;
	border-radius: 26px;
	background: #fff;
	border: 1px solid rgba(253, 214, 0, 0.16);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.05);
}

.jl-faq-question {
	font-size: 28px;
	line-height: 1.25;
	font-weight: 800;
	color: #111827;
	margin-bottom: 18px;
}

.jl-faq-answer {
	font-size: 19px;
	line-height: 1.8;
}

#feature3 {
	background: linear-gradient(180deg, #fff 0%, #fffdf5 100%);
}

.jl-booking-section {
	margin-bottom: 56px;
	padding: 0 20px;
}

.jl-booking-description {
	font-size: 24px;
	line-height: 1.6;
	font-weight: 700;
	color: #374151;
	margin: 0 auto;
	max-width: 760px;
}

.jl-booking-subdescription {
	max-width: 860px;
	font-size: 20px;
	line-height: 1.8;
	margin-left: auto;
	margin-right: auto;
}

.jl-calendly-card {
	padding: 28px;
	border-radius: 32px;
	background: #fff;
	border: 1px solid rgba(253, 214, 0, 0.16);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.08);
	overflow: hidden;
}

.jl-calendly-top-cta {
	text-align: center;
	margin-bottom: 28px;
}

.jl-final-cta {
	max-width: 980px;
	margin-top: 110px;
	text-align: center;
}

.jl-final-cta-text {
	position: relative;
	z-index: 2;
	margin: 0 auto;
	max-width: 760px;
	font-size: 24px;
	line-height: 1.75;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.82);
}

@media (max-width: 991px) {

	.jl-hero-intro-title,
	.jl-vsl-title,
	.jl-authority-title,
	.jl-results-title,
	.jl-method-title,
	.jl-fit-title,
	.jl-faq-title,
	.jl-booking-title,
	.jl-final-cta-title {
		font-size: 46px;
		line-height: 1.05;
	}

	.jl-method-grid,
	.jl-fit-grid {
		grid-template-columns: 1fr;
	}

	.jl-authority-card,
	.jl-fit-wrapper,
	.jl-final-cta {
		padding: 46px 36px;
		border-radius: 28px;
	}
}

@media (max-width: 576px) {

	.jl-hero-section,
	.jl-authority-section,
	.jl-method-section,
	.jl-fit-section,
	.jl-faq-section,
	#feature3 {
		padding: 70px 0;
	}

	.jl-hero-section {
		padding: 0px 0;
	}

	.jl-hero-intro {
		padding: 30px 20px;
		border-radius: 22px;
	}

	.jl-hero-intro-title,
	.jl-vsl-title,
	.jl-authority-title,
	.jl-results-title,
	.jl-method-title,
	.jl-fit-title,
	.jl-faq-title,
	.jl-booking-title,
	.jl-final-cta-title {
		font-size: 34px;
		line-height: 1.08;
		letter-spacing: -1px;
	}

	.jl-hero-intro-text,
	.jl-vsl-description,
	.jl-results-description,
	.jl-results-subdescription,
	.jl-booking-description,
	.jl-booking-subdescription,
	.jl-faq-answer {
		font-size: 16px;
		line-height: 1.75;
	}

	.aw-btn {
		width: 100%;
		max-width: 100%;
		padding: 0 22px;
		font-size: 13px;
	}

	.video-wrapper,
	.feature-video {
		border-radius: 18px;
	}

	.video-play-btn {
		width: 68px;
		height: 68px;
	}

	.member-video-wrapper {
		height: 360px;
		border-radius: 14px;
	}

	.jl-authority-card,
	.jl-fit-wrapper,
	.jl-final-cta,
	.jl-calendly-card {
		padding: 30px 20px;
		border-radius: 22px;
	}

	.jl-method-quote {
		padding: 24px 20px;
	}

	.jl-method-quote h3 {
		font-size: 26px;
	}

	.jl-card-image img {
		height: 260px;
	}

	.jl-fit-item {
		padding: 22px 18px;
		border-radius: 18px;
	}

	.jl-fit-icon {
		width: 46px;
		height: 46px;
		border-radius: 14px;
		font-size: 15px;
	}

	.jl-fit-item p,
	.jl-authority-point p,
	.jl-method-item p {
		font-size: 16px;
		line-height: 1.7;
	}

	.jl-faq-item {
		padding: 24px 20px;
		border-radius: 20px;
	}

	.jl-faq-question {
		font-size: 20px;
	}

	.jl-final-cta {
		margin-top: 70px;
	}

	.jl-final-cta-text {
		font-size: 17px;
		line-height: 1.75;
	}
}

@media (hover: none) and (pointer: coarse) {
	.video-play-btn {
		display: none !important;
	}
}


.jl-method-cta {
	display: flex;
	justify-content: center;
	margin-top: 38px;
}










.back-to-top {
	position: fixed;
	right: 24px;
	bottom: 24px;

	width: 56px;
	height: 56px;

	border: none;
	border-radius: 50%;

	background: linear-gradient(135deg, #fdd600 0%, #ffb800 100%);
	color: #111;

	font-size: 24px;
	font-weight: 700;

	display: flex;
	align-items: center;
	justify-content: center;

	cursor: pointer;

	box-shadow:
		0 10px 30px rgba(253, 214, 0, 0.28),
		0 4px 12px rgba(0, 0, 0, 0.25);

	opacity: 0;
	visibility: hidden;

	transform: translateY(20px) scale(.92);

	transition:
		opacity .3s ease,
		transform .3s ease,
		visibility .3s ease,
		box-shadow .3s ease;

	z-index: 9999;
}

.back-to-top.show {
	opacity: 1;
	visibility: visible;

	transform: translateY(0) scale(1);
}

.back-to-top:hover {
	transform: translateY(-4px) scale(1.04);

	box-shadow:
		0 14px 36px rgba(253, 214, 0, 0.38),
		0 8px 20px rgba(0, 0, 0, 0.32);
}

.back-to-top span {
	transform: translateY(-1px);
}

@media (max-width: 768px) {
	.back-to-top {
		width: 52px;
		height: 52px;

		right: 18px;
		bottom: 18px;

		font-size: 22px;
	}
}









.testimonial-slider-section {
	position: relative;
	padding: 100px 0;
	overflow: hidden;
}

.testimonial-slider {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-top: 30px;
	mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
	-webkit-mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
}

.testimonial-track {
	display: flex;
	align-items: stretch;
	gap: 24px;
	width: max-content;
	animation: testimonialScroll 35s linear infinite;
	padding: 10px;
}

.testimonial-slide {
	flex: 0 0 auto;
	width: 380px;
	background: #111111;
	border-radius: 22px;
	padding: 10px;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
	transition: transform 0.3s ease;
}

.testimonial-slide img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 16px;
}

.testimonial-slide:hover {
	transform: translateY(-6px);
}

.testimonial-slider:hover .testimonial-track {
	animation-play-state: paused;
}

@keyframes testimonialScroll {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(calc(-50% - 12px));
	}
}

.custom-testimonial-card {
	width: 240px;
	min-height: 400px;
	padding: 40px 34px;
	border-radius: 28px;

	background: linear-gradient(180deg, #151515 0%, #101010 100%);
	border: 1px solid rgba(0, 170, 255, 0.6);

	flex: 0 0 auto;
	transition: all 0.3s ease;
}

.custom-testimonial-card:hover {
	transform: translateY(-6px);
}

.testimonial-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
}

.testimonial-avatar {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid rgba(253, 214, 0, 0.4);
}

.testimonial-avatar.placeholder {
	background: rgba(253, 214, 0, 0.15);
	color: #fdd600;
}

.testimonial-stars {
	color: #fdd600;
	font-size: 16px;
	letter-spacing: 2px;
}

.testimonial-quote {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 12px;
}

.testimonial-text {
	font-size: 14px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.75);
	margin-bottom: 14px;
}

.testimonial-author {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.5);
}

.custom-testimonial-slider {
	overflow: hidden;
	position: relative;

	mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
	-webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.custom-testimonial-track {
	display: flex;
	gap: 32px;
	width: max-content;

	animation: scrollTestimonials 35s linear infinite;
}

.custom-testimonial-slider:hover .custom-testimonial-track {
	animation-play-state: paused;
}

@keyframes scrollTestimonials {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
	}
}

.testimonial-collapse {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.35s ease;
}

.testimonial-collapse.is-open {
	max-height: 300px;
}

.testimonial-toggle {
	margin-top: 8px;
	padding: 0;
	border: none;
	background: transparent;
	color: #fdd600;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	transition: opacity 0.2s ease;
}

.testimonial-toggle:hover {
	opacity: 0.8;
}

.testimonial-video-card {
	background: linear-gradient(180deg, #141414 0%, #101010 100%);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
	transition: all 0.3s ease;
	height: 100%;
}

.testimonial-video-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 28px 55px rgba(0, 0, 0, 0.32);
}

.testimonial-video-info {
	padding: 24px 22px 26px;
	text-align: left;
}

.testimonial-badge {
	display: inline-block;
	margin-bottom: 12px;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(253, 214, 0, 0.14);
	color: #fdd600;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.6px;
}

.testimonial-video-description {
	color: rgba(255, 255, 255, 0.78);
	font-size: 15px;
	line-height: 1.75;
	margin: 0 0 12px 0;
}

.testimonial-video-description strong {
	color: #ffffff;
	font-weight: 700;
}

.testimonial-video-description.last {
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.testimonial-slide {
		width: 420px;
	}
}

@media (max-width: 767px) {

	.testimonial-slider-section {
		padding: 70px 0;
	}

	.testimonial-track {
		gap: 16px;
		animation-duration: 26s;
	}

	.testimonial-slide {
		width: 300px;
		border-radius: 18px;
		padding: 8px;
	}

	.testimonial-slide img {
		border-radius: 12px;
	}

	.custom-testimonial-track {
		animation-duration: 60s;
	}

	.custom-testimonial-card {
		width: 260px;
		padding: 18px 16px;
		border-radius: 18px;

		display: flex;
		flex-direction: column;

		min-height: unset;
		height: auto;
	}

	.testimonial-text {
		font-size: 13px;
		line-height: 1.45;
		margin-bottom: 10px;
	}

	.testimonial-quote {
		font-size: 16px;
		line-height: 1.25;
		margin-bottom: 8px;
	}

	.testimonial-avatar {
		width: 42px;
		height: 42px;
	}

	.testimonial-top {
		margin-bottom: 8px;
	}

	.testimonial-author {
		margin-top: auto;
		font-size: 13px;
	}

	.testimonial-video-info {
		padding: 20px 18px 22px;
	}

	.testimonial-video-description {
		font-size: 14px;
		line-height: 1.7;
	}
}






.before-after-section {
	padding: 100px 0;
	position: relative;
}

.ba-carousel-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	gap: 18px;
	margin-top: 40px;
}

.ba-carousel {
	overflow: hidden;
	width: 100%;
}

.ba-track {
	display: flex;
	transition: transform 0.5s ease;
	will-change: transform;
}

.ba-slide {
	min-width: 100%;
	flex: 0 0 100%;
	padding-top: 0;
}

.ba-slide-header {
	text-align: center;
	margin-bottom: 26px;
}

.ba-slide-header h3 {
	font-size: 30px;
	font-weight: 700;
	color: #000;
	margin: 0;
}

.ba-slide-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-top: 0;
}

.ba-card {
	background: #151515;
	border-radius: 20px;
	overflow: hidden;
	padding: 10px;
	box-shadow: 0 18px 35px rgba(0, 0, 0, 0.18);
	transition: all 0.3s ease;
}

.ba-card img {
	width: 100%;
	height: 420px;
	object-fit: cover;
	display: block;
	border-radius: 14px;
}

.ba-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 25px 45px rgba(0, 0, 0, 0.28);
}

.ba-arrow {
	width: 54px;
	height: 54px;
	border: none;
	border-radius: 50%;
	background: #fdd600;
	color: #000;
	font-size: 26px;
	font-weight: 700;
	cursor: pointer;
	flex-shrink: 0;
	transition: all 0.25s ease;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
}

.ba-arrow:hover {
	transform: scale(1.08);
	background: #fff06a;
}

.ba-dots {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 28px;
}

.ba-dot {
	width: 12px;
	height: 12px;
	border: none;
	border-radius: 50%;
	background: gray;
	cursor: pointer;
	transition: all 0.25s ease;
}

.ba-dot.active {
	background: #fdd600;
	transform: scale(1.15);
}


.ba-track-mobile {
	display: flex;
	transition: transform 0.5s ease;
	will-change: transform;
}

.ba-thumbs-mobile {
	display: flex;
	gap: 10px;
	overflow-x: auto;
	margin-top: 16px;
	padding: 4px 2px 0;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.ba-thumbs-mobile::-webkit-scrollbar {
	display: none;
}

.ba-thumb-mobile {
	flex: 0 0 auto;
	width: 58px;
	height: 58px;
	border: none;
	padding: 0;
	background: transparent;
	border-radius: 12px;
	overflow: hidden;
	opacity: 0.55;
	transition: all 0.25s ease;
}

.ba-thumb-mobile img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.ba-thumb-mobile.active {
	opacity: 1;
	outline: 2px solid #fdd600;
	outline-offset: 2px;
}

@media (max-width: 991px) {

	.ba-slide-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.ba-card img {
		height: 360px;
	}
}

@media (max-width: 767px) {

	.before-after-section {
		padding: 70px 0;
	}

	.ba-carousel-desktop {
		display: none;
	}

	.ba-carousel-wrapper {
		gap: 10px;
	}

	.ba-slide-header h3 {
		font-size: 22px;
	}

	.ba-slide-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.ba-card img,
	.ba-card img {
		height: auto;
		max-height: 520px;
		object-fit: contain;
		background: #0f0f0f;
		border-radius: 12px;
	}

	.ba-arrow {
		width: 42px;
		height: 42px;
		font-size: 20px;
	}

	.ba-dots {
		display: none;
	}
}



.before-after-section {
	background-color: #fff;
}


@media (max-width: 767px) {
	.ba-carousel-desktop {
		display: none;
	}

	.ba-track-mobile {
		display: flex;
		transition: transform 0.5s ease;
		will-change: transform;
	}

	.ba-slide {
		min-width: 100%;
		flex: 0 0 100%;
	}

	.mobile-single {
		display: block;
	}

	.ba-card {
		padding: 6px;
		border-radius: 16px;
	}

	.ba-card img {
		width: 100%;
		height: auto;
		max-height: 500px;
		object-fit: contain;
		background: #0f0f0f;
		border-radius: 12px;
	}

	.ba-thumbs-mobile {
		display: flex;
		gap: 10px;
		overflow-x: auto;
		margin-top: 16px;
		padding: 4px 2px 0;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.ba-thumbs-mobile::-webkit-scrollbar {
		display: none;
	}

	.ba-thumb-mobile {
		flex: 0 0 auto;
		width: 58px;
		height: 58px;
		border: none;
		padding: 0;
		background: transparent;
		border-radius: 12px;
		overflow: hidden;
		opacity: 0.55;
		transition: all 0.25s ease;
	}

	.ba-thumb-mobile img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}

	.ba-thumb-mobile.active {
		opacity: 1;
		outline: 2px solid #fdd600;
		outline-offset: 2px;
	}

	.ba-dots {
		display: none;
	}
}






.ba-carousel-mobile {
	display: none !important;
}

@media (max-width: 767px) {
	.ba-carousel-desktop {
		display: none !important;
	}

	.ba-carousel-mobile {
		display: block !important;
		width: 100% !important;
	}

	.ba-carousel-mobile .ba-carousel {
		overflow: hidden !important;
		width: 100% !important;
	}

	.ba-track-mobile {
		display: flex !important;
		flex-wrap: nowrap !important;
		width: 100% !important;
		transition: transform 0.5s ease;
	}

	.ba-track-mobile .ba-slide {
		min-width: 100% !important;
		flex: 0 0 100% !important;
		display: block !important;
	}
}



@media (max-width: 767px) {
	.team-members>[class*="col-"] {
		margin-bottom: 28px;
	}

	.team-members>[class*="col-"]:last-child {
		margin-bottom: 0;
	}

	.testimonial-video-card {
		margin-bottom: 0;
	}

	.top-padding-80 {
		padding-top: 28px;
	}
}

/* CONTENT UPDATE: medical, men and qualification sections */
.jl-medical-section,
.jl-men-section,
.jl-filter-section {
	padding: 110px 0;
	background: #fff;
}

.jl-medical-section {
	background: linear-gradient(180deg, #fff 0%, #fffdf5 100%);
}

.jl-medical-wrapper,
.jl-men-wrapper,
.jl-filter-wrapper {
	max-width: 1180px;
	margin: 0 auto;
}

.jl-medical-header,
.jl-filter-header {
	max-width: 980px;
	margin: 0 auto 52px;
	text-align: center;
}

.jl-medical-badge,
.jl-men-badge,
.jl-filter-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 18px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 1.2px;
	margin-bottom: 26px;
}

.jl-medical-badge,
.jl-filter-badge {
	background: #111827;
	color: #fdd600;
}

.jl-men-badge {
	background: #fdd600;
	color: #111827;
}

.jl-medical-title,
.jl-men-title,
.jl-filter-title {
	margin: 0 auto;
	font-size: 56px;
	line-height: 1;
	font-weight: 800;
	letter-spacing: -2px;
	color: #111827;
}

.jl-medical-title span,
.jl-filter-title span {
	color: #c9a800;
}

.jl-medical-divider,
.jl-men-divider {
	width: 90px;
	height: 4px;
	border-radius: 999px;
	background: #fdd600;
	margin: 30px auto;
}

.jl-medical-description,
.jl-medical-subdescription,
.jl-filter-header p {
	font-size: 21px;
	line-height: 1.75;
	font-weight: 600;
	color: #66788a;
	margin: 0 auto;
}

.jl-medical-subdescription {
	margin-top: 18px;
	font-weight: 800;
	color: #111827;
}

.jl-medical-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.jl-medical-item,
.jl-filter-item {
	padding: 30px;
	border-radius: 26px;
	background: #fff;
	border: 1px solid rgba(253, 214, 0, 0.16);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.05);
}

.jl-medical-item-wide {
	grid-column: 1 / -1;
}

.jl-medical-item span,
.jl-filter-item span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 16px;
	background: #fdd600;
	color: #111827;
	font-weight: 800;
	margin-bottom: 18px;
}

.jl-medical-item h3 {
	margin: 0 0 12px;
	font-size: 24px;
	line-height: 1.25;
	font-weight: 800;
	color: #111827;
}

.jl-medical-item p,
.jl-filter-item p {
	margin: 0;
	font-size: 18px;
	line-height: 1.7;
	font-weight: 600;
	color: #66788a;
}

.jl-medical-closing,
.jl-filter-closing {
	max-width: 980px;
	margin: 44px auto 0;
	font-size: 23px;
	line-height: 1.65;
	font-weight: 800;
	text-align: center;
	color: #111827;
}

.jl-medical-cta,
.jl-men-cta {
	margin-top: 38px;
	text-align: center;
}

.jl-men-section {
	background: linear-gradient(135deg, #111827, #1f2937);
}

.jl-men-wrapper {
	max-width: 1040px;
	text-align: center;
}

.jl-men-title {
	color: #fff;
}

.jl-men-content p {
	max-width: 900px;
	margin: 0 auto 18px;
	font-size: 22px;
	line-height: 1.75;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.82);
}

.jl-filter-section {
	background: linear-gradient(180deg, #fffdf5 0%, #fff 100%);
}

.jl-filter-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.jl-filter-item {
	background: linear-gradient(135deg, #fff, #fffdf5);
}

@media (max-width: 991px) {

	.jl-medical-title,
	.jl-men-title,
	.jl-filter-title {
		font-size: 44px;
		line-height: 1.05;
	}

	.jl-medical-grid,
	.jl-filter-list {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 576px) {

	.jl-medical-section,
	.jl-men-section,
	.jl-filter-section {
		padding: 70px 0;
	}

	.jl-medical-title,
	.jl-men-title,
	.jl-filter-title {
		font-size: 34px;
		line-height: 1.08;
		letter-spacing: -1px;
	}

	.jl-medical-description,
	.jl-medical-subdescription,
	.jl-men-content p,
	.jl-filter-header p,
	.jl-medical-item p,
	.jl-filter-item p {
		font-size: 16px;
		line-height: 1.75;
	}

	.jl-medical-item,
	.jl-filter-item {
		padding: 24px 20px;
		border-radius: 20px;
	}

	.jl-medical-item h3 {
		font-size: 21px;
	}

	.jl-medical-closing,
	.jl-filter-closing {
		font-size: 18px;
	}
}




.jl-fit-section {
	padding: 110px 0;
	background: #fffdf5;
}

.jl-fit-card {
	max-width: 1180px;
	margin: 0 auto;
	background: linear-gradient(180deg, #111827 0%, #0b1220 100%);
	border-radius: 36px;
	padding: 70px;
	color: #fff;
	box-shadow: 0 30px 80px rgba(0, 0, 0, .18);
}

.jl-fit-title {
	text-align: center;
	font-size: 56px;
	font-weight: 800;
	color: #fff;
	margin-bottom: 18px;
}

.jl-fit-title span {
	color: #fdd600;
}

.jl-fit-divider {
	width: 90px;
	height: 4px;
	background: #fdd600;
	margin: 0 auto 55px;
	border-radius: 20px;
}

.jl-fit-intro {
	font-size: 25px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 22px;
}

.jl-fit-copy {
	font-size: 18px;
	line-height: 1.8;
	color: rgba(255, 255, 255, .78);
	margin-bottom: 30px;
}

.jl-fit-subtitle {
	font-size: 22px;
	font-weight: 800;
	color: #fff;
	margin: 45px 0 28px;
}

.jl-fit-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}

.jl-fit-item {
	display: flex;
	align-items: center;
	gap: 22px;
	padding: 28px;
	min-height: 118px;
	background: rgba(255, 255, 255, .045);
	border: 1px solid rgba(255, 255, 255, .09);
	border-radius: 22px;
}

.jl-fit-item span {
	min-width: 58px;
	height: 58px;
	border-radius: 16px;
	background: #fdd600;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 900;
	font-size: 18px;
}

.jl-fit-item p {
	margin: 0;
	font-size: 20px;
	line-height: 1.55;
	font-weight: 700;
	color: rgba(255, 255, 255, .9);
}

.jl-fit-separator {
	margin: 55px 0;
	padding: 34px;
	border-radius: 22px;
	background: rgba(253, 214, 0, .1);
	border: 1px solid rgba(253, 214, 0, .25);
}

.jl-fit-separator p {
	margin: 0;
	font-size: 21px;
	line-height: 1.7;
	font-weight: 700;
	color: #fff;
	text-align: center;
}

.jl-fit-positive {
	color: #fdd600;
}

.jl-fit-list-positive .jl-fit-item {
	background: rgba(253, 214, 0, .08);
	border-color: rgba(253, 214, 0, .22);
}

@media (max-width: 768px) {
	.jl-fit-card {
		padding: 42px 22px;
		border-radius: 28px;
	}

	.jl-fit-title {
		font-size: 38px;
	}

	.jl-fit-list {
		grid-template-columns: 1fr;
	}

	.jl-fit-item {
		padding: 22px;
		min-height: auto;
	}

	.jl-fit-item p {
		font-size: 17px;
	}
}







@media (max-width:991px) {

	.jl-hero-intro-title {
		font-size: 56px;
		line-height: 1.05;
	}

	.jl-hero-intro-text {
		font-size: 22px;
	}

	.jl-hero-intro-subtext {
		font-size: 18px;
	}

}

@media (max-width:767px) {

	.jl-hero-intro-title {
		font-size: 42px;
		line-height: 1.08;
		letter-spacing: -1px;
	}

	.jl-hero-intro-text {
		font-size: 18px;
	}

	.jl-hero-intro-subtext {
		font-size: 17px;
	}

}


.ba-carousel {
	overflow: hidden;
	background: #fff;
}

.ba-track,
.ba-track-mobile {
	display: flex;
	flex-wrap: nowrap;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
}

.ba-slide {
	min-width: 100%;
	flex: 0 0 100%;
	opacity: 1;
	visibility: visible;
}

.ba-card img {
	transform: translateZ(0);
	backface-visibility: hidden;
}


.jl-results-copy {
	max-width: 920px;
	margin: 45px auto 55px;
	text-align: center;
	padding: 0 20px;
}

.jl-results-copy .jl-results-description {
	margin-bottom: 20px;
}

.jl-results-copy .jl-results-subdescription {
	margin-top: 0;
}


.jl-results-copy-mobile {
	display: none;
}

@media (max-width: 767px) {

	.jl-results-copy-desktop {
		display: none;
	}

	.jl-results-copy-mobile {
		display: block;
		max-width: 920px;
		margin: 45px auto 0;
		padding: 0 20px;
		text-align: center;
	}

}


.section-padding {
	padding: 20px 0;
	overflow: hidden;
}