
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");


:root {
	--mv-blue: #3b82f6;
	--mv-dark: #0c121d;
	--mv-text: #4b5563;
	--mv-bg: #f9fafb;
}


body {
	font-family: 'Inter', sans-serif;
	color: #1a202c;
}


.custom-nav {
	border-bottom: 1px solid #ebedef;
	background: #fff;
}

	.custom-nav .navbar-brand {
		font-weight: 800;
		font-size: 1.4rem;
		color: #1a202c;
	}

	.custom-nav .nav-link {
		color: #4a5568 !important;
		font-weight: 600;
		font-size: 0.95rem;
		padding: 0 1.2rem !important;
	}

.nav-right-actions {
	display: flex;
	align-items: center;
	gap: 1.5rem;
}

.login-link {
	text-decoration: none;
	color: #1a202c;
	font-weight: 600;
	font-size: 0.95rem;
}

.btn-primary-custom {
	background-color: #007bff;
	color: white;
	border: none;
	padding: 10px 24px;
	border-radius: 8px;
	font-weight: 600;
}


.hero-section {
	padding: 80px 0;
}

.badge-custom {
	background-color: #eef5ff;
	color: #007bff;
	display: inline-block;
	padding: 6px 14px;
	border-radius: 50px;
	font-size: 0.8rem;
	font-weight: 600;
	margin-bottom: 1rem;
}

.main-title {
	font-size: 3.8rem;
	font-weight: 800;
	line-height: 1.1;
	margin-bottom: 1.5rem;
}

	.main-title span {
		color: #007bff;
	}

.sub-description {
	color: #718096;
	font-size: 1.1rem;
	line-height: 1.6;
	max-width: 520px;
	margin-bottom: 2.5rem;
}


.btn-get-started {
	background-color: #007bff;
	color: #fff;
	padding: 15px 30px;
	border-radius: 10px;
	font-weight: 700;
	box-shadow: 0 4px 15px rgba(0, 123, 255, 0.2);
}

.btn-watch {
	background: #fff;
	border: 1px solid #e2e8f0;
	padding: 15px 30px;
	border-radius: 10px;
	font-weight: 700;
	display: flex;
	align-items: center;
}


.hero-image-wrapper {
	position: relative;
	padding-left: 40px;
}

.floating-stat-card {
	position: absolute;
	bottom: 30px;
	left: 0;
	background: #fff;
	padding: 15px 20px;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.08);
	display: flex;
	align-items: center;
	gap: 15px;
}

.stat-label {
	font-size: 0.65rem;
	font-weight: 800;
	color: #a0aec0;
	margin: 0;
	letter-spacing: 0.5px;
}

.stat-value {
	font-weight: 800;
	font-size: 1.1rem;
	margin: 0;
}


.brands-divider {
	border-top: 1px solid #ebedef;
	border-bottom: 1px solid #ebedef;
	padding: 60px 0;
}

.trusted-text {
	font-size: 0.75rem;
	font-weight: 700;
	color: #a0aec0;
	letter-spacing: 1px;
	margin-bottom: 40px;
}

.brand-logos {
	font-weight: 800;
	color: #cbd5e0;
	font-size: 1.2rem;
}




.modules-section {
	padding: 100px 0;
	background-color: #fff;
}

.module-badge {
	color: #007bff;
	font-weight: 700;
	font-size: 0.8rem;
	letter-spacing: 1.2px;
}

.module-title {
	font-weight: 800;
	font-size: 2.4rem;
	color: #1a202c;
}


.module-card {
	border: 1px solid #f1f4f8;
	border-radius: 12px;
	padding: 40px 25px;
	height: 100%;
	transition: all 0.3s ease;
	background: #fff;
}

	.module-card:hover {
		box-shadow: 0 10px 40px rgba(0,0,0,0.04);
		transform: translateY(-5px);
	}


.icon-box {
	width: 42px;
	height: 42px;
	background-color: #eef5ff;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
}

	.icon-box i {
		color: #007bff;
		font-size: 1.2rem;
	}


.module-card .card-title {
	font-size: 1.15rem;
	font-weight: 700;
	color: #1a202c;
	margin-bottom: 15px;
}

.module-card .card-text {
	color: #718096;
	font-size: 0.95rem;
	line-height: 1.6;
	margin: 0;
}



.how-it-works {
	background-color: #f8faff;
}

.section-title {
	font-weight: 800;
	font-size: 2.5rem;
	color: #1a202c;
}

.section-subtitle {
	color: #718096;
	font-size: 1.1rem;
}


.steps-wrapper {
	margin-top: 60px;
}

.steps-line {
	position: absolute;
	top: 44px;
	left: 10%;
	right: 10%;
	height: 1px;
	border-top: 1px dashed #dee2e6;
	z-index: 1;
}


.step-item {
	position: relative;
	z-index: 2;
	padding: 0 20px;
}

.step-number {
	width: 70px;
	height: 70px;
	background-color: #fff;
	border: 3px solid #007bff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 30px;
	font-weight: 800;
	font-size: 1.5rem;
	color: #1a202c;
}

.step-title {
	font-weight: 700;
	font-size: 1.25rem;
	color: #1a202c;
	margin-bottom: 15px;
}

.step-description {
	color: #718096;
	font-size: 0.95rem;
	line-height: 1.6;
}


@media (max-width: 991px) {
	.step-item {
		margin-bottom: 40px;
	}
}



.why-choose-section {
	background-color: #fcfdfe;
}

.why-title {
	font-weight: 800;
	font-size: 2.5rem;
	color: #1a202c;
	line-height: 1.2;
}

	.why-title span {
		color: #007bff;
	}


.feature-icon {
	width: 48px;
	height: 48px;
	min-width: 48px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	font-size: 1.25rem;
}


.bg-green-light {
	background-color: #e6f7ef;
	color: #22c55e;
}

.bg-blue-light {
	background-color: #eef5ff;
	color: #007bff;
}

.bg-purple-light {
	background-color: #f3efff;
	color: #8b5cf6;
}

.feature-content h4 {
	font-size: 1.15rem;
	font-weight: 700;
	margin-bottom: 6px;
	color: #1a202c;
}

.feature-content p {
	color: #718096;
	font-size: 0.95rem;
	line-height: 1.5;
	margin: 0;
}


.image-grid-custom {
	display: flex;
	align-items: center;
	gap: 20px;
	position: relative;
	padding-left: 20px;
}

.img-large-wrapper {
	flex: 1.2;
}

.img-small-wrapper {
	flex: 1;
	margin-top: 60px;
}

	.img-large-wrapper img, .img-small-wrapper img {
		width: 100%;
		object-fit: cover;
		height: 400px;
	}


@media (max-width: 991px) {
	.why-title {
		text-align: center;
		font-size: 2rem;
	}

	.image-grid-custom {
		margin-top: 40px;
	}

	.img-small-wrapper {
		margin-top: 30px;
	}
}



.cta-box {
	background-color: #0b1426;
	border-radius: 30px;
	background-image: radial-gradient(circle at top right, #1e2a44 0%, #0b1426 100%);
}

.cta-title {
	font-weight: 800;
	font-size: 2.8rem;
	margin-bottom: 20px;
}

.cta-text {
	font-size: 1.1rem;
	opacity: 0.8;
	max-width: 600px;
	margin: 0 auto;
}

.btn-outline-light-custom {
	border: 1px solid rgba(255,255,255,0.2);
	color: white;
	background: rgba(255,255,255,0.05);
	font-weight: 600;
	border-radius: 8px;
}


.footer-section {
	padding: 80px 0 0;
	background-color: #fff;
}

.footer-desc {
	font-size: 0.95rem;
	line-height: 1.6;
	max-width: 300px;
}

.footer-heading {
	font-weight: 800;
	font-size: 0.75rem;
	letter-spacing: 1px;
	color: #1a202c;
	margin-bottom: 25px;
}

.footer-links li {
	margin-bottom: 12px;
}

.footer-links a {
	text-decoration: none;
	color: #718096;
	font-size: 0.9rem;
	font-weight: 500;
	transition: color 0.2s;
}

	.footer-links a:hover {
		color: #007bff;
	}


.social-icons a {
	color: #cbd5e0;
	font-size: 1.2rem;
	transition: color 0.2s;
}

	.social-icons a:hover {
		color: #007bff;
	}


.footer-bottom {
	border-top: 1px solid #f1f4f8 !important;
}

.copyright-text {
	font-size: 0.7rem;
	font-weight: 700;
	color: #a0aec0;
	letter-spacing: 0.5px;
}

.bottom-links a {
	text-decoration: none;
	font-size: 0.7rem;
	font-weight: 700;
	color: #a0aec0;
}



.medvouch-hero-section {
	padding: 80px 0;
	text-align: center;
	background-color: #ffffff;
}


.mv-badge {
	display: inline-block;
	background-color: #e8f2ff;
	color: #007bff;
	font-size: 14px;
	font-weight: 500;
	padding: 6px 18px;
	border-radius: 50px;
	margin-bottom: 25px;
}


.mv-title {
	font-weight: 800;
	font-size: calc(1.8rem + 1.5vw);
	color: #111827;
	letter-spacing: -0.02em;
	margin-bottom: 20px;
}


	.mv-title span {
		color: #007bff;
	}


.mv-description {
	color: #6b7280;
	font-size: 1.15rem;
	line-height: 1.6;
	max-width: 800px;
	margin: 0 auto;
}


@media (max-width: 768px) {
	.mv-title {
		font-size: 2.2rem;
	}
}


.contact-container {
	padding: 20px 0 100px;
}


.mv-card {
	background: #fff;
	border: 1px solid #eef0f3;
	border-radius: 20px;
	padding: 40px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.03);
}


.mv-label {
	font-weight: 600;
	font-size: 0.9rem;
	color: #374151;
	margin-bottom: 8px;
}

.mv-input {
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	padding: 12px 15px;
}

	.mv-input:focus {
		box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
		border-color: #007bff;
	}

.mv-btn {
	background-color: #007bff;
	border: none;
	border-radius: 12px;
	padding: 15px;
	font-weight: 700;
	font-size: 1.1rem;
	transition: all 0.3s ease;
}

	.mv-btn:hover {
		background-color: #0056b3;
		transform: translateY(-2px);
	}


.info-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 25px;
}

.info-icon {
	width: 44px;
	height: 44px;
	background-color: #e8f2ff;
	color: #007bff;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
	flex-shrink: 0;
}

.info-text h6 {
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #6b7280;
	margin-bottom: 4px;
}

.info-text p {
	font-weight: 600;
	color: #111827;
	margin-bottom: 2px;
}

.info-subtext {
	font-size: 0.8rem;
	color: #9ca3af;
}


.hours-panel {
	background-color: #f8fafc;
	border-radius: 16px;
	padding: 25px;
	border: 1px solid #f1f5f9;
}

.hour-entry {
	font-size: 0.85rem;
	margin-bottom: 15px;
}

	.hour-entry span {
		display: block;
		color: #9ca3af;
	}

	.hour-entry strong {
		color: #111827;
	}


.map-placeholder {
	background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 100%);
	border-radius: 20px;
	height: 250px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #64748b;
	text-align: center;
	padding: 20px;
}


.mv-section-padding {
	padding: 80px 0;
}

.mv-badge-soft {
	display: inline-block;
	background-color: #e8f2ff;
	color: #007bff;
	font-size: 13px;
	font-weight: 700;
	padding: 6px 16px;
	border-radius: 50px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.journey-title {
	font-weight: 800;
	font-size: 3.5rem;
	color: #0f172a;
	line-height: 1.1;
	margin-bottom: 25px;
}

.journey-text {
	color: #64748b;
	font-size: 1.1rem;
	line-height: 1.6;
	margin-bottom: 30px;
}

.journey-img {
	border-radius: 24px;
	width: 100%;
	object-fit: cover;
	box-shadow: 0 20px 40px rgba(0,0,0,0.05);
}


.contact-card {
	background: #fff;
	border: 1px solid #f1f5f9;
	border-radius: 24px;
	padding: 40px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.04);
}

.info-box {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}

.info-icon-wrapper {
	width: 48px;
	height: 48px;
	background: #e8f2ff;
	color: #007bff;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
	font-size: 1.2rem;
}

.info-content h6 {
	font-size: 0.75rem;
	font-weight: 700;
	color: #94a3b8;
	margin: 0;
	text-transform: uppercase;
}

.info-content p {
	margin: 0;
	font-weight: 600;
	color: #1e293b;
	font-size: 0.95rem;
}

.operating-hours-card {
	background: #f8fafc;
	border: 1px solid #f1f5f9;
	border-radius: 16px;
	padding: 24px;
}

.map-gradient-placeholder {
	background: linear-gradient(180deg, #cbd5e1 0%, #f1f5f9 100%);
	border-radius: 20px;
	height: 300px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}


.btn-mv-primary {
	background: #007bff;
	border: none;
	padding: 14px;
	border-radius: 12px;
	font-weight: 700;
	transition: 0.3s;
}

	.btn-mv-primary:hover {
		background: #0056b3;
		transform: translateY(-2px);
	}


.story-container {
	padding: 100px 0;
	text-align: center;
}


.story-badge {
	color: #007bff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	margin-bottom: 20px;
}


.story-title {
	font-size: 3rem;
	font-weight: 800;
	color: #0c121d;
	margin-bottom: 40px;
}


.story-content {
	max-width: 900px;
	margin: 0 auto;
	text-align: left;
}

	.story-content p {
		color: #5c6779;
		font-size: 1.2rem;
		line-height: 1.7;
		margin-bottom: 30px;
	}


@media (max-width: 768px) {
	.story-title {
		font-size: 2.2rem;
	}

	.story-content p {
		font-size: 1.1rem;
	}
}



.trust-section {
	padding: 80px 0;
	background-color: #f8fafc;
}


.trust-header h2 {
	font-weight: 800;
	font-size: 2.5rem;
	color: #0c121d;
	margin-bottom: 15px;
}

.trust-header p {
	color: #5c6779;
	font-size: 1.1rem;
	margin-bottom: 50px;
}


.trust-card {
	background: #ffffff;
	border: 1px solid #eef2f6;
	border-radius: 20px;
	padding: 40px;
	height: 100%;
	transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}


	.trust-card:hover {
		transform: translateY(-5px);
		border-color: #007bff;
		border-width: 2px;
		box-shadow: 0 10px 20px rgba(0, 123, 255, 0.1);
	}


.icon-box {
	width: 48px;
	height: 48px;
	background-color: #e8f2ff;
	color: #007bff;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	margin-bottom: 25px;
}


.trust-card h3 {
	font-weight: 700;
	font-size: 1.5rem;
	color: #0c121d;
	margin-bottom: 15px;
}

.trust-card p {
	color: #5c6779;
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 0;
}

.stats-section {
	padding: 60px 0;
	background-color: #f8fafc;
	text-align: center;
}

.stat-item {
	padding: 20px;
}


.stat-number {
	font-size: 2.5rem;
	font-weight: 800;
	color: #007bff;
	margin-bottom: 5px;
	display: block;
}


.stat-label {
	font-size: 0.85rem;
	font-weight: 700;
	color: #64748b;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}


@media (max-width: 768px) {
	.stat-item {
		margin-bottom: 30px;
	}
}



.platform-hero {
	padding: 80px 0;
	text-align: center;
	background-color: #fcfcfd;
}


.mv-badge-platform {
	display: inline-block;
	background-color: #e8f2ff;
	color: #007bff;
	font-size: 13px;
	font-weight: 700;
	padding: 6px 16px;
	border-radius: 50px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 25px;
}


.platform-title {
	font-size: calc(2rem + 2vw);
	font-weight: 800;
	color: #0c121d;
	line-height: 1.1;
	letter-spacing: -1px;
	margin-bottom: 25px;
}


	.platform-title span {
		color: #007bff;
		display: block;
	}


.platform-lead {
	color: #5c6779;
	font-size: 1.25rem;
	line-height: 1.6;
	max-width: 750px;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.platform-title {
		font-size: 2.5rem;
	}

	.platform-lead {
		font-size: 1.1rem;
	}
}



.module-section {
	padding: 80px 0;
	background-color: #fcfcfd;
}


.module-header-icon {
	width: 42px;
	height: 42px;
	background-color: #007bff;
	color: white;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.25rem;
	margin-right: 15px;
}

.module-title {
	font-weight: 800;
	color: #0c121d;
	margin-bottom: 0;
}

.module-desc {
	color: #5c6779;
	font-size: 1.1rem;
	max-width: 500px;
	margin-top: 15px;
	margin-bottom: 40px;
}


.feature-card {
	background: #ffffff;
	border: 1px solid #f1f5f9;
	border-radius: 16px;
	padding: 24px;
	height: 100%;
	transition: all 0.3s ease;
}

	.feature-card:hover {
		border-color: #007bff;
		box-shadow: 0 10px 25px rgba(0, 123, 255, 0.05);
	}

.feature-icon {
	color: #007bff;
	font-size: 1.5rem;
	margin-bottom: 15px;
	display: block;
}

.feature-card h4 {
	font-size: 1.1rem;
	font-weight: 700;
	color: #0c121d;
	margin-bottom: 10px;
}

.feature-card p {
	font-size: 0.95rem;
	color: #64748b;
	margin-bottom: 0;
	line-height: 1.5;
}

.ui-mockup-bg {
	background-color: #d1e4ff;
	border-radius: 24px;
	padding: 40px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ui-window {
	background: white;
	border-radius: 12px;
	width: 100%;
	box-shadow: 0 20px 40px rgba(0,0,0,0.1);
	overflow: hidden;
}

.ui-header {
	padding: 12px 15px;
	display: flex;
	gap: 6px;
	border-bottom: 1px solid #f1f5f9;
}

.dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

.dot-r {
	background: #ff5f56;
}

.dot-y {
	background: #ffbd2e;
}

.dot-g {
	background: #27c93f;
}

.ui-body {
	padding: 20px;
}

.ui-placeholder {
	height: 15px;
	background: #f1f5f9;
	border-radius: 4px;
	width: 40%;
	margin-bottom: 20px;
}

.ui-boxes {
	display: flex;
	gap: 15px;
	margin-bottom: 20px;
}

.ui-box {
	flex: 1;
	border: 2px dashed #e2e8f0;
	border-radius: 8px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #cbd5e1;
}

.ui-button {
	height: 35px;
	background: #007bff;
	border-radius: 6px;
	width: 100%;
}



.workflow-section {
	background-color: #0c121d;
	padding: 80px 0;
	border-radius: 30px;
	margin: 40px 0;
}


.workflow-grid-card {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 20px;
	padding: 40px 20px;
	text-align: center;
	height: 100%;
	transition: all 0.3s ease;
}

	.workflow-grid-card:hover {
		background: rgba(255, 255, 255, 0.08);
		border-color: #007bff;
		transform: translateY(-5px);
	}

	.workflow-grid-card i {
		font-size: 2rem;
		color: #007bff;
		margin-bottom: 20px;
		display: block;
	}

	.workflow-grid-card h4 {
		color: #ffffff;
		font-size: 1.1rem;
		font-weight: 700;
		margin-bottom: 0;
	}


.workflow-badge-icon {
	width: 40px;
	height: 40px;
	background-color: #007bff;
	color: white;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	margin-right: 15px;
}

.workflow-content h2 {
	color: #ffffff;
	font-weight: 800;
	font-size: 2.2rem;
	margin-bottom: 20px;
}

.workflow-content p {
	color: #94a3b8;
	font-size: 1.1rem;
	line-height: 1.6;
	margin-bottom: 30px;
}


.workflow-list {
	list-style: none;
	padding: 0;
}

	.workflow-list li {
		color: #ffffff;
		margin-bottom: 15px;
		display: flex;
		align-items: center;
		font-weight: 500;
	}

		.workflow-list li i {
			color: #007bff;
			margin-right: 12px;
			font-size: 1.2rem;
		}



.post-treatment-section {
	padding: 60px 0;
	background-color: #fcfcfd;
}


.module-card {
	background: #ffffff;
	border: 1px solid #f1f5f9;
	border-radius: 24px;
	padding: 40px;
	height: 100%;
	transition: all 0.3s ease;
}

	.module-card:hover {
		border-color: #007bff;
		box-shadow: 0 10px 30px rgba(0, 123, 255, 0.05);
	}


.module-icon-wrapper {
	width: 44px;
	height: 44px;
	background-color: #e8f2ff;
	color: #007bff;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.25rem;
	margin-bottom: 25px;
}

.module-card h3 {
	font-weight: 800;
	font-size: 1.5rem;
	color: #0c121d;
	margin-bottom: 15px;
}

.module-card p {
	color: #5c6779;
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 30px;
}


.feature-list-item {
	background-color: #f8fafc;
	border-radius: 12px;
	padding: 12px 20px;
	display: flex;
	align-items: center;
	margin-bottom: 12px;
	color: #1e293b;
	font-weight: 600;
	font-size: 0.95rem;
}

	.feature-list-item i {
		color: #94a3b8;
		margin-right: 12px;
		font-size: 1.1rem;
	}



.cta-section {
	padding: 80px 0;
	background-color: #f8fafc;
}


.cta-banner {
	background-color: #007bff;
	border-radius: 30px;
	padding: 60px 40px;
	text-align: center;
	color: #ffffff;
	box-shadow: 0 20px 40px rgba(0, 123, 255, 0.2);
}

	.cta-banner h2 {
		font-size: 3rem;
		font-weight: 800;
		margin-bottom: 20px;
		letter-spacing: -1px;
	}

	.cta-banner p {
		font-size: 1.25rem;
		opacity: 0.9;
		max-width: 700px;
		margin: 0 auto 40px;
		line-height: 1.6;
	}


.cta-buttons {
	display: flex;
	gap: 15px;
	justify-content: center;
	flex-wrap: wrap;
}


.btn-cta-white {
	background-color: #ffffff;
	color: #007bff;
	font-weight: 700;
	padding: 14px 32px;
	border-radius: 12px;
	border: none;
	transition: all 0.3s ease;
	text-decoration: none;
}

	.btn-cta-white:hover {
		background-color: #f8fafc;
		transform: translateY(-2px);
		color: #0056b3;
	}


.btn-cta-outline {
	background-color: transparent;
	color: #ffffff;
	font-weight: 700;
	padding: 14px 32px;
	border-radius: 12px;
	border: 2px solid rgba(255, 255, 255, 0.3);
	transition: all 0.3s ease;
	text-decoration: none;
}

	.btn-cta-outline:hover {
		background-color: rgba(255, 255, 255, 0.1);
		border-color: #ffffff;
		color: #ffffff;
		transform: translateY(-2px);
	}


@media (max-width: 768px) {
	.cta-banner {
		padding: 40px 20px;
	}

		.cta-banner h2 {
			font-size: 2rem;
		}

	.btn-cta-white, .btn-cta-outline {
		width: 100%;
	}
}



.dashboard-wrapper {
	background-color: var(--mv-bg);
	padding: 80px 0;
	font-family: 'Inter', sans-serif;
}


.service-nav {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.nav-header {
	font-size: 11px;
	font-weight: 800;
	color: #9ca3af;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 15px;
}

.nav-item-custom {
	display: flex;
	align-items: center;
	padding: 12px 16px;
	border-radius: 12px;
	color: #6b7280;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	transition: all 0.2s;
}

	.nav-item-custom i {
		margin-right: 12px;
		font-size: 16px;
	}


	.nav-item-custom.active {
		background-color: #eff6ff;
		color: var(--mv-blue);
		position: relative;
	}

		.nav-item-custom.active::after {
			content: "";
			position: absolute;
			right: 0;
			top: 20%;
			height: 60%;
			width: 3px;
			background-color: var(--mv-blue);
			border-radius: 4px;
		}


.help-box {
	background: var(--mv-dark);
	border-radius: 16px;
	padding: 24px;
	margin-top: 40px;
	color: white;
}

	.help-box h6 {
		color: var(--mv-blue);
		font-size: 11px;
		font-weight: 800;
		margin-bottom: 8px;
	}

	.help-box p {
		font-size: 13px;
		opacity: 0.8;
		margin-bottom: 15px;
	}

.help-link {
	color: white;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	display: flex;
	align-items: center;
}

	.help-link i {
		margin-left: 8px;
		font-size: 12px;
	}


.core-tag {
	color: var(--mv-blue);
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 20px;
}

.main-heading {
	font-size: 3.5rem;
	font-weight: 800;
	color: var(--mv-dark);
	line-height: 1.1;
	margin-bottom: 30px;
}

	.main-heading span {
		color: var(--mv-blue);
	}

.desc-para {
	color: var(--mv-text);
	font-size: 1.1rem;
	line-height: 1.7;
	margin-bottom: 25px;
}


.mockup-window {
	background: white;
	border-radius: 12px;
	border: 1px solid #e5e7eb;
	box-shadow: 0 20px 50px rgba(0,0,0,0.05);
	margin-top: 50px;
	overflow: hidden;
}

.mockup-toolbar {
	padding: 12px 16px;
	background: white;
	border-bottom: 1px solid #f3f4f6;
	display: flex;
	gap: 6px;
}

.mockup-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

.mockup-body {
	background: #f9fafb;
	padding: 40px;
	min-height: 350px;
}

.mockup-card {
	background: white;
	border: 1px dashed #d1d5db;
	border-radius: 8px;
	height: 120px;
}

.mockup-footer-text {
	font-size: 10px;
	color: #9ca3af;
	text-align: center;
	margin-top: 20px;
	font-family: monospace;
}


.nav-link-custom {
	display: flex;
	align-items: center;
	padding: 12px 16px;
	border-radius: 12px;
	color: #6b7280;
	background: none;
	border: none;
	width: 100%;
	text-align: left;
	font-size: 14px;
	font-weight: 500;
	transition: all 0.2s;
	margin-bottom: 5px;
}

	.nav-link-custom i {
		margin-right: 12px;
	}


	.nav-link-custom.active {
		background-color: #eff6ff !important;
		color: #3b82f6 !important;
		position: relative;
		font-weight: 700;
	}

		.nav-link-custom.active::after {
			content: "";
			position: absolute;
			right: 0;
			top: 20%;
			height: 60%;
			width: 3px;
			background-color: #3b82f6;
			border-radius: 4px;
		}



.essential-section {
	padding: 80px 0;
	background-color: #f8fafc;
}


.essential-header {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 40px;
}

	.essential-header .icon-badge {
		width: 32px;
		height: 32px;
		background-color: #e8f2ff;
		color: #007bff;
		border-radius: 8px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 1.2rem;
	}

	.essential-header h2 {
		font-weight: 700;
		font-size: 1.75rem;
		margin-bottom: 0;
	}


.essential-card {
	background: #ffffff;
	border: 1px solid #f1f5f9;
	border-radius: 20px;
	padding: 30px;
	height: 100%;
	transition: transform 0.3s ease;
}

	.essential-card:hover {
		transform: translateY(-5px);
	}

.card-icon {
	color: #007bff;
	font-size: 1.5rem;
	margin-bottom: 20px;
	display: block;
}

.essential-card h4 {
	font-weight: 700;
	font-size: 1.15rem;
	margin-bottom: 12px;
}

.essential-card p {
	color: #64748b;
	font-size: 0.95rem;
	line-height: 1.6;
	margin-bottom: 0;
}


.synergy-card {
	background-color: #eff6ff;
	border-radius: 24px;
	padding: 40px;
	margin-top: 40px;
}

	.synergy-card h5 {
		font-weight: 700;
		margin-bottom: 15px;
	}

	.synergy-card p {
		color: #475569;
		font-size: 1rem;
		max-width: 80%;
	}

.synergy-icons {
	display: flex;
	align-items: center;
	gap: 15px;
}

.mini-icon-circle {
	width: 40px;
	height: 40px;
	background: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #007bff;
	box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.exchange-arrow {
	color: #94a3b8;
	font-size: 0.9rem;
}


.technical-features-section {
	padding: 60px 0;
	background-color: #f8fafc;
}

.section-title {
	font-size: 2rem;
	font-weight: 800;
	color: #0c121d;
	margin-bottom: 30px;
}


.accordion-custom .accordion-item {
	border: 1px solid #f1f5f9;
	border-radius: 16px !important;
	margin-bottom: 15px;
	overflow: hidden;
	background-color: #ffffff;
	transition: all 0.3s ease;
}

	.accordion-custom .accordion-item:hover {
		border-color: #cbd5e1;
	}


.accordion-custom .accordion-button {
	padding: 24px;
	font-weight: 700;
	font-size: 1.1rem;
	color: #0c121d;
	background-color: #ffffff;
	box-shadow: none;
}

	.accordion-custom .accordion-button:not(.collapsed) {
		color: #007bff;
		background-color: #ffffff;
		border-bottom: 1px solid #f1f5f9;
	}


	.accordion-custom .accordion-button::after {
		background-size: 1rem;
		transition: transform 0.3s ease;
	}


.accordion-custom .accordion-body {
	padding: 24px;
	color: #64748b;
	line-height: 1.6;
	font-size: 1rem;
}

.service-detail-section {
	padding: 100px 0;
	background-color: #f8fafc;
	overflow: hidden;
}

.service-detail-badge {
	color: #007bff;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-bottom: 15px;
	display: block;
}


.service-detail-title {
	font-size: 3.5rem;
	font-weight: 800;
	color: #0c121d;
	line-height: 1.1;
	margin-bottom: 30px;
}


.service-detail-text {
	color: #5c6779;
	font-size: 1.15rem;
	line-height: 1.6;
	margin-bottom: 40px;
}


.capabilities-title {
	font-size: 1.25rem;
	font-weight: 800;
	color: #0c121d;
	margin-bottom: 25px;
}

.capability-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
}

.capability-icon {
	color: #007bff;
	font-size: 1.2rem;
	margin-right: 15px;
	margin-top: 2px;
}

.capability-info h6 {
	font-weight: 700;
	font-size: 1rem;
	color: #0c121d;
	margin-bottom: 4px;
}

.capability-info p {
	color: #64748b;
	font-size: 0.95rem;
	margin-bottom: 0;
}

.btn-request {
	background-color: #007bff;
	color: white;
	font-weight: 700;
	padding: 12px 30px;
	border-radius: 10px;
	border: none;
	margin-right: 15px;
}

.btn-case {
	background-color: #f1f5f9;
	color: #0c121d;
	font-weight: 700;
	padding: 12px 30px;
	border-radius: 10px;
	border: none;
}

.mockup-container {
	background: white;
	border-radius: 20px;
	box-shadow: 0 30px 60px rgba(0,0,0,0.08);
	padding: 0;
	position: relative;
	overflow: hidden;
}

.mockup-header {
	padding: 15px 20px;
	background: white;
	border-bottom: 1px solid #f1f5f9;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.mockup-dots {
	display: flex;
	gap: 6px;
}

.mockup-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

.mockup-header span {
	font-size: 10px;
	color: #94a3b8;
	font-weight: 700;
	text-transform: uppercase;
}

.mockup-content {
	padding: 30px;
	background: #f8fafc;
}

.approved-tag {
	position: absolute;
	bottom: 40px;
	right: 30px;
	background: #007bff;
	color: white;
	padding: 12px 25px;
	border-radius: 10px;
	font-weight: 700;
	font-size: 13px;
	box-shadow: 0 10px 20px rgba(0, 123, 255, 0.3);
}

.how-it-works-section {
	padding: 100px 0;
	background-color: #ffffff;
	text-align: center;
}

.how-title {
	font-size: 2.5rem;
	font-weight: 800;
	color: #0c121d;
	margin-bottom: 70px;
}

.step-item {
	padding: 0 20px;
}

.step-icon-circle {
	width: 80px;
	height: 80px;
	background-color: #eff6ff;
	color: #007bff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 30px;
	font-size: 2rem;
	transition: transform 0.3s ease;
}

.step-item:hover .step-icon-circle {
	transform: scale(1.1);
	background-color: #007bff;
	color: #ffffff;
}

.step-number-title {
	font-size: 1.25rem;
	font-weight: 800;
	color: #0c121d;
	margin-bottom: 15px;
}

.step-description {
	color: #64748b;
	font-size: 1rem;
	line-height: 1.6;
	max-width: 280px;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.step-item {
		margin-bottom: 50px;
	}
}


.explore-services-section {
	padding: 80px 0;
	background-color: #f8fafc;
}

.explore-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 40px;
}

	.explore-header h2 {
		font-size: 2.2rem;
		font-weight: 800;
		color: #0c121d;
		margin-bottom: 8px;
	}

	.explore-header p {
		color: #64748b;
		margin-bottom: 0;
	}

.view-all-link {
	color: #007bff;
	text-decoration: none;
	font-weight: 700;
	display: flex;
	align-items: center;
	gap: 8px;
	transition: gap 0.3s;
}

	.view-all-link:hover {
		gap: 12px;
		color: #0056b3;
	}

.mini-service-card {
	background: #ffffff;
	border: 1px solid #eef2f6;
	border-radius: 16px;
	padding: 30px 20px;
	text-align: center;
	height: 100%;
	transition: all 0.3s ease;
	cursor: pointer;
	text-decoration: none;
	display: block;
}

	.mini-service-card:hover {
		box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
		border-color: #007bff;
		transform: translateY(-5px);
	}

.mini-card-icon {
	font-size: 1.5rem;
	color: #007bff;
	margin-bottom: 15px;
	display: inline-block;
}

.mini-service-card h6 {
	font-weight: 700;
	color: #0c121d;
	margin-bottom: 0;
	font-size: 0.95rem;
}

@media (max-width: 768px) {
	.explore-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
	}
}


.text-decoration {
	text-decoration: none;
}


.hero-section {
	min-height: 60vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 80px 20px;
	font-family: 'DM Sans', sans-serif;
	background-color: #ffffff;
}

.hero-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background-color: #e8f0fe;
	color: #1a3a6b;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 6px 14px;
	border-radius: 50px;
	margin-bottom: 28px;
}

	.hero-badge svg {
		width: 14px;
		height: 14px;
		fill: #1a3a6b;
		flex-shrink: 0;
	}

.hero-title {
	font-size: clamp(2.8rem, 7vw, 5.2rem);
	font-weight: 900;
	color: #0d1f3c;
	line-height: 1.05;
	letter-spacing: -0.02em;
	margin-bottom: 24px;
}

.hero-subtitle {
	font-size: 1.05rem;
	color: #8a94a6;
	line-height: 1.7;
	max-width: 480px;
	margin: 0 auto;
}

.services-section {
	background-color: #f0f4f8;
	padding: 60px 20px;
}

	.services-section .section-title {
		font-size: 2rem;
		font-weight: 800;
		color: #0d1f3c;
		margin-bottom: 6px;
	}

	.services-section .section-subtitle {
		font-size: 0.95rem;
		color: #8a94a6;
		margin-bottom: 40px;
	}

.services-dots {
	display: flex;
	align-items: center;
	gap: 6px;
}

	.services-dots span {
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background-color: #c5d0e0;
		display: inline-block;
	}

		.services-dots span.active {
			background-color: #2563eb;
		}

.service-card {
	background-color: #ffffff;
	border-radius: 16px;
	padding: 28px 24px;
	height: 100%;
	border: 1px solid #e8edf3;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

	.service-card:hover {
		box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
		transform: translateY(-3px);
	}

.service-icon-wrap {
	width: 48px;
	height: 48px;
	background-color: #dbeafe;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

	.service-icon-wrap svg {
		width: 22px;
		height: 22px;
		fill: #2563eb;
	}

.service-card h5 {
	font-size: 1rem;
	font-weight: 800;
	color: #0d1f3c;
	margin-bottom: 12px;
	line-height: 1.3;
}

.service-card p {
	font-size: 0.875rem;
	color: #7a8699;
	line-height: 1.65;
	margin-bottom: 20px;
}

.service-link {
	font-size: 0.78rem;
	font-weight: 700;
	color: #2563eb;
	text-decoration: none;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

	.service-link:hover {
		color: #1d4ed8;
	}


.hero {
	background: #ffffff;
	padding: 56px 20px 48px;
	text-align: center;
}

	.hero h1 {
		font-size: clamp(2rem, 5vw, 2.75rem);
		font-weight: 800;
		color: var(--navy);
		letter-spacing: -0.5px;
		margin-bottom: 12px;
	}

	.hero p {
		color: var(--muted);
		font-size: 1rem;
		max-width: 420px;
		margin: 0 auto 32px;
		line-height: 1.6;
	}


.search-wrap {
	max-width: 480px;
	margin: 0 auto;
}

	.search-wrap .input-group {
		border: 1.5px solid var(--border);
		border-radius: 10px;
		overflow: hidden;
		background: #fff;
		box-shadow: 0 1px 4px rgba(0,0,0,.06);
	}

	.search-wrap .input-group-text {
		background: #fff;
		border: none;
		color: var(--muted);
		padding-left: 14px;
	}

	.search-wrap input {
		border: none;
		font-size: 0.9rem;
		color: #334155;
		padding: 12px 4px;
	}

		.search-wrap input:focus {
			box-shadow: none;
		}

		.search-wrap input::placeholder {
			color: #94a3b8;
		}

	.search-wrap .btn-search {
		background: var(--blue);
		color: #fff;
		border: none;
		border-radius: 0 8px 8px 0;
		font-family: 'Sora', sans-serif;
		font-weight: 600;
		font-size: 0.875rem;
		padding: 0 22px;
		transition: background .2s;
	}

		.search-wrap .btn-search:hover {
			background: #1d4ed8;
		}


.featured-section {
	padding: 40px 20px 60px;
}

.featured-card {
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 4px 24px rgba(0,0,0,.08);
	display: flex;
	min-height: 320px;
}

	.featured-card .card-img-col {
		flex: 0 0 45%;
		max-width: 45%;
		overflow: hidden;
	}

		.featured-card .card-img-col img {
			width: 100%;
			height: 100%;
			object-fit: cover;
			display: block;
		}

	.featured-card .card-body-col {
		flex: 1;
		padding: 40px 44px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

.tag-featured {
	display: inline-block;
	background: var(--blue);
	color: #fff;
	font-family: 'Sora', sans-serif;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: .5px;
	text-transform: uppercase;
	padding: 3px 10px;
	border-radius: 5px;
	margin-right: 8px;
}

.tag-category {
	color: var(--muted);
	font-size: 0.85rem;
	font-weight: 500;
}

.featured-card h2 {
	font-size: clamp(1.4rem, 2.5vw, 1.8rem);
	font-weight: 700;
	color: var(--navy);
	margin: 16px 0 14px;
	line-height: 1.25;
}

.featured-card p {
	color: #475569;
	font-size: 0.93rem;
	line-height: 1.65;
	margin-bottom: 28px;
	max-width: 420px;
}

.read-link {
	color: var(--blue);
	font-family: 'Sora', sans-serif;
	font-size: 0.875rem;
	font-weight: 600;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	transition: gap .2s;
}

	.read-link:hover {
		gap: 10px;
		color: #1d4ed8;
	}

@media (max-width: 768px) {
	.featured-card {
		flex-direction: column;
	}

		.featured-card .card-img-col {
			flex: 0 0 auto;
			max-width: 100%;
			height: 220px;
		}

		.featured-card .card-body-col {
			padding: 28px 24px;
		}
}

.filter-bar {
	background: #fff;
	border-bottom: 1px solid #e0e0e0;
	padding: 0 16px;
}

	.filter-bar .inner {
		display: flex;
		align-items: center;
		gap: 4px;
		overflow-x: auto;
		scrollbar-width: none;
		padding: 10px 0;
	}

		.filter-bar .inner::-webkit-scrollbar {
			display: none;
		}

.f-btn {
	white-space: nowrap;
	border: none;
	background: transparent;
	color: #444;
	font-family: 'Inter', sans-serif;
	font-size: 0.855rem;
	font-weight: 500;
	padding: 6px 15px;
	border-radius: 6px;
	cursor: pointer;
	line-height: 1;
	transition: background .15s, color .15s;
}

	.f-btn:hover {
		background: #f0f0f0;
	}

	.f-btn.active {
		background: #2060f0;
		color: #fff;
		font-weight: 600;
	}


.grid-section {
	padding: 28px 0 60px;
}

.art-img {
	position: relative;
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 16 / 9.5;
	margin-bottom: 13px;
}

	.art-img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}

.cat-tag {
	position: absolute;
	top: 10px;
	left: 10px;
	background: rgba(255,255,255,0.9);
	color: #1a2744;
	font-size: 0.58rem;
	font-weight: 700;
	letter-spacing: .7px;
	text-transform: uppercase;
	padding: 3px 8px;
	border-radius: 4px;
}

.art-date {
	font-size: 0.7rem;
	color: #9aa0ac;
	font-weight: 500;
	letter-spacing: .3px;
	text-transform: uppercase;
	margin-bottom: 6px;
}

.art-title {
	font-size: 0.97rem;
	font-weight: 700;
	color: #0d1b2a;
	line-height: 1.35;
	margin-bottom: 8px;
}

.art-desc {
	font-size: 0.82rem;
	color: #5a6473;
	line-height: 1.6;
	margin-bottom: 11px;
}

.art-link {
	font-size: 0.82rem;
	font-weight: 600;
	color: #2060f0;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

	.art-link:hover {
		color: #1040c0;
	}

	.art-link svg {
		width: 13px;
		height: 13px;
		stroke: currentColor;
		fill: none;
		stroke-width: 2.5;
		stroke-linecap: round;
		stroke-linejoin: round;
	}

.art-col.hidden {
	display: none;
}

.art-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 12px;
}

.read-count {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-size: 0.76rem;
	color: #9aa0ac;
	font-weight: 500;
}

	.read-count svg {
		width: 13px;
		height: 13px;
		stroke: #9aa0ac;
		fill: none;
		stroke-width: 2;
		stroke-linecap: round;
		stroke-linejoin: round;
	}



.pagination-container {
	display: flex;
	justify-content: center;
	padding: 32px 0 48px;
}

.pagination {
	display: flex;
	align-items: center;
	gap: 4px;
	list-style: none;
	margin: 0;
	padding: 0;
}

	.pagination li a,
	.pagination li span {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 36px;
		height: 36px;
		padding: 0 10px;
		border-radius: 8px;
		font-family: 'Inter', sans-serif;
		font-size: 0.855rem;
		font-weight: 500;
		color: #444;
		text-decoration: none;
		background: #fff;
		border: 1px solid #e2e8f0;
		transition: background .15s, color .15s, border-color .15s;
		cursor: pointer;
		line-height: 1;
	}

		.pagination li a:hover {
			background: #f0f4ff;
			color: #2060f0;
			border-color: #c7d7fd;
		}


	.pagination li.active span {
		background: #2060f0;
		color: #fff;
		border-color: #2060f0;
		font-weight: 700;
		cursor: default;
	}


	.pagination li.PagedList-ellipses a {
		border-color: transparent;
		background: transparent;
		color: #9aa0ac;
		pointer-events: none;
		min-width: 24px;
		padding: 0 4px;
	}

	.pagination li.PagedList-skipToNext a,
	.pagination li.PagedList-skipToLast a {
		color: #2060f0;
		font-weight: 600;
		font-size: 0.8rem;
	}

		.pagination li.PagedList-skipToNext a:hover,
		.pagination li.PagedList-skipToLast a:hover {
			background: #f0f4ff;
			border-color: #c7d7fd;
		}


.breadcrumb-bar {
	padding: 28px 0 20px;
}

	.breadcrumb-bar a {
		font-size: 0.875rem;
		font-weight: 500;
		color: #64748b;
		text-decoration: none;
		display: inline-flex;
		align-items: center;
		gap: 4px;
	}

		.breadcrumb-bar a:hover {
			color: var(--primary);
		}

	.breadcrumb-bar .sep {
		color: #94a3b8;
		margin: 0 6px;
		font-size: 0.875rem;
	}

	.breadcrumb-bar .current {
		font-size: 0.875rem;
		font-weight: 500;
		color: #1e293b;
	}


.article-title {
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 900;
	line-height: 1.15;
	color: #0d1b2a;
	margin-bottom: 20px;
}

.article-subtitle {
	font-size: 1.1rem;
	color: var(--muted);
	line-height: 1.7;
	margin-bottom: 32px;
}


.author-row {
	display: flex;
	align-items: center;
	gap: 14px;
	padding-bottom: 32px;
	margin-bottom: 36px;
	border-bottom: 1px solid var(--border);
}

	.author-row img {
		width: 52px;
		height: 52px;
		border-radius: 50%;
		object-fit: cover;
		border: 2px solid rgba(13,127,242,.2);
	}

.author-name {
	font-weight: 700;
	font-size: 0.95rem;
	color: #0d1b2a;
	margin-bottom: 2px;
}

.author-meta {
	font-size: 0.8rem;
	color: var(--muted);
}


.feat-img {
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 40px;
	aspect-ratio: 16/9;
}

	.feat-img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}


.prose p {
	font-size: 1rem;
	line-height: 1.8;
	color: #334155;
	margin-bottom: 20px;
}

.prose h2 {
	font-size: 1.5rem;
	color: #0d1b2a;
	margin-top: 40px;
	margin-bottom: 16px;
}

.prose h3 {
	font-size: 1.2rem;
	color: #0d1b2a;
	margin-top: 32px;
	margin-bottom: 12px;
}

.prose ul {
	padding-left: 20px;
	margin-bottom: 28px;
}

	.prose ul li {
		font-size: 1rem;
		line-height: 1.8;
		color: #334155;
		margin-bottom: 8px;
	}


.pull-quote {
	border-left: 4px solid var(--primary);
	background: rgba(13,127,242,.05);
	border-radius: 0 12px 12px 0;
	padding: 28px 32px;
	margin: 36px 0;
}

	.pull-quote p {
		font-size: 1.1rem;
		font-style: italic;
		font-weight: 500;
		color: #1e293b;
		margin: 0;
		line-height: 1.7;
	}


.cta-box {
	background-color: #0e172b;
	border-radius: 18px;
	padding: 44px 40px;
	color: #fff;
	margin-top: 52px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	flex-wrap: wrap;
}

	.cta-box h3 {
		font-size: 1.5rem;
		color: #fff;
		margin-bottom: 6px;
	}

	.cta-box p {
		color: rgba(255,255,255,.8);
		font-size: 0.9rem;
		margin: 0;
	}

.btn-cta-white {
	background: #fff;
	color: var(--primary);
	font-weight: 700;
	font-size: 0.9rem;
	padding: 12px 28px;
	border-radius: 10px;
	border: none;
	white-space: nowrap;
	transition: background .15s;
	text-decoration: none;
	color: black;
}

	.btn-cta-white:hover {
		background: #f1f5f9;
		color: black;
	}

.sidebar-card {
	background: #fff;
	border: 1px solid var(--border);
	border-radius: 16px;
	padding: 24px;
	position: sticky;
	top: 84px;
}

.sidebar-label {
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #94a3b8;
	margin-bottom: 20px;
}

.toc-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

	.toc-list li {
		margin-bottom: 14px;
	}

		.toc-list li a {
			font-size: 0.875rem;
			font-weight: 500;
			text-decoration: none;
			color: #64748b;
			display: flex;
			align-items: center;
			gap: 8px;
			transition: color .15s;
		}

			.toc-list li a:hover {
				color: var(--primary);
			}

		.toc-list li.active a {
			color: var(--primary);
		}

.toc-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--primary);
	flex-shrink: 0;
}

.share-divider {
	border-top: 1px solid var(--border);
	margin: 28px 0 20px;
}

.share-btn {
	width: 40px;
	height: 40px;
	border-radius: 8px;
	background: #f1f5f9;
	border: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #475569;
	font-size: 1rem;
	transition: background .15s, color .15s;
	cursor: pointer;
}

	.share-btn:hover {
		background: rgba(13,127,242,.1);
		color: var(--primary);
	}

.related-section {
	background: #fff;
	padding: 72px 0;
	margin-top: 32px;
}

	.related-section h2 {
		font-size: 1.9rem;
		color: #0d1b2a;
		margin-bottom: 6px;
	}

	.related-section .sub {
		font-size: 0.9rem;
		color: var(--muted);
		margin-bottom: 0;
	}

.view-all {
	font-size: 0.875rem;
	font-weight: 700;
	color: var(--primary);
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

	.view-all:hover {
		text-decoration: underline;
	}

.rel-card {
	cursor: pointer;
}

.rel-img {
	aspect-ratio: 16/9;
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 14px;
	position: relative;
}

	.rel-img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: transform .4s;
	}

.rel-card:hover .rel-img img {
	transform: scale(1.05);
}

.rel-img .overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0,0,0,.4), transparent);
	opacity: 0;
	transition: opacity .3s;
}

.rel-card:hover .overlay {
	opacity: 1;
}

.rel-tag {
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: var(--primary);
}

.rel-title {
	font-size: 1rem;
	font-weight: 700;
	color: #0d1b2a;
	margin: 6px 0 8px;
	line-height: 1.35;
	transition: color .15s;
}

.rel-card:hover .rel-title {
	color: var(--primary);
}

.rel-desc {
	font-size: 0.82rem;
	color: var(--muted);
	line-height: 1.6;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}


.hero-section {
	padding: 6rem 0 4rem;
}

.badge-pill {
	display: inline-flex;
	align-items: center;
	padding: .35rem .9rem;
	border-radius: 999px;
	background: var(--primary-light);
	color: var(--primary);
	font-size: .7rem;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.hero-title {
	font-size: clamp(2.8rem, 5.5vw, 4.2rem);
	font-weight: 900;
	letter-spacing: -0.04em;
	line-height: 1.05;
	color: #0f172a;
}

.hero-subtitle {
	font-size: 1.1rem;
	color: var(--text-muted-custom);
	line-height: 1.7;
	max-width: 520px;
}

.feature-icon {
	width: 48px;
	height: 48px;
	min-width: 48px;
	border-radius: .75rem;
	background: var(--primary-light);
	display: flex;
	align-items: center;
	justify-content: center;
}

	.feature-icon .material-symbols-outlined {
		color: var(--primary);
		font-size: 1.4rem;
	}

.feature-title {
	font-weight: 700;
	font-size: 1rem;
	color: #0f172a;
	margin-bottom: .2rem;
}

.feature-desc {
	font-size: .875rem;
	color: var(--text-muted-custom);
	margin: 0;
}


.form-card {
	background: #fff;
	border-radius: .75rem;
	border: 1px solid var(--outline);
	padding: 2.5rem;
	box-shadow: 0 25px 60px rgba(13,127,242,.1), 0 4px 16px rgba(0,0,0,.06);
	position: relative;
	z-index: 1;
}

	.form-card::before {
		content: '';
		position: absolute;
		inset: -24px;
		background: radial-gradient(ellipse at center, rgba(13,127,242,.08), transparent 70%);
		border-radius: 50%;
		z-index: -1;
	}

.form-label-custom {
	font-size: .7rem;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #334155;
	margin-bottom: .4rem;
}

.form-control, .form-select {
	border: 1px solid var(--outline);
	border-radius: .5rem;
	padding: .75rem 1rem;
	font-size: .9rem;
	color: #0f172a;
	transition: border-color .2s, box-shadow .2s;
}

	.form-control:focus, .form-select:focus {
		border-color: var(--primary);
		box-shadow: 0 0 0 3px rgba(13,127,242,.15);
		outline: none;
	}

.btn-submit {
	width: 100%;
	padding: 1rem;
	background: #0d7ff2 !important;
	background-image: linear-gradient(135deg, #0d7ff2, #2563eb) !important;
	border: none !important;
	border-radius: .5rem;
	color: #ffffff !important;
	font-weight: 700;
	font-size: 1rem;
	box-shadow: 0 6px 20px rgba(13,127,242,.5) !important;
	transition: transform .2s, box-shadow .2s, opacity .2s;
	opacity: 1 !important;
	cursor: pointer;
	display: block;
	text-align: center;
}


	.btn-submit:hover {
		transform: translateY(-2px);
		box-shadow: 0 10px 28px rgba(13,127,242,.45);
	}

	.btn-submit:active {
		transform: scale(.97);
	}

.form-disclaimer {
	font-size: .65rem;
	color: var(--text-muted-custom);
	text-align: center;
	margin-top: .75rem;
	line-height: 1.5;
}

.social-proof {
	background: var(--surface);
	padding: 4rem 0;
}

.social-proof-label {
	font-size: .65rem;
	font-weight: 700;
	letter-spacing: .15em;
	text-transform: uppercase;
	color: var(--primary);
	margin-bottom: 2rem;
}

.logo-strip img {
	height: 36px;
	object-fit: contain;
	opacity: .35;
	filter: grayscale(1);
	transition: opacity .2s;
}

	.logo-strip img:hover {
		opacity: .6;
	}


.steps-section {
	padding: 6rem 0;
}

.step-card {
	background: #fff;
	border: 1px solid var(--outline);
	border-radius: .75rem;
	padding: 2rem;
	height: 100%;
	transition: box-shadow .25s, transform .25s;
}

	.step-card:hover {
		box-shadow: 0 12px 32px rgba(0,0,0,.08);
		transform: translateY(-4px);
	}

.step-number {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--primary-light);
	color: var(--primary);
	font-weight: 900;
	font-size: .95rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.5rem;
	transition: background .2s, color .2s;
	background: #f8faff;
}

.step-card:hover .step-number {
	background: var(--primary);
}

.step-title {
	font-size: 1.15rem;
	font-weight: 800;
	color: #0f172a;
	margin-bottom: .6rem;
}

.step-desc {
	font-size: .875rem;
	color: var(--text-muted-custom);
	line-height: 1.65;
	margin: 0;
}


.hero {
	padding: 5rem 0 3rem;
	text-align: center;
}

.hero-badge {
	display: inline-flex;
	align-items: center;
	padding: .35rem .9rem;
	border-radius: 999px;
	background: var(--primary-light);
	color: var(--primary);
	font-size: .75rem;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
}

.hero-title {
	font-size: clamp(2.4rem, 5vw, 4rem);
	font-weight: 900;
	letter-spacing: -0.04em;
	line-height: 1.08;
	color: #0f172a;
}

	.hero-title span {
		color: var(--primary);
	}

.hero-subtitle {
	font-size: 1.05rem;
	color: var(--text-muted-c);
	max-width: 560px;
	margin: 0 auto;
	line-height: 1.7;
}


.form-card {
	background: #fff;
	border: 1px solid var(--outline);
	border-radius: 1.25rem;
	padding: 3rem;
	box-shadow: 0 8px 32px rgba(0,0,0,.06);
}

.form-label {
	font-size: .7rem;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #334155;
	margin-bottom: .4rem;
	display: block;
}

.form-control, .form-select {
	border: 1px solid var(--outline);
	border-radius: .5rem;
	padding: .75rem 1rem;
	font-size: .9rem;
	color: #0f172a;
	background: #fff;
	transition: border-color .2s, box-shadow .2s;
	width: 100%;
}

	.form-control:focus, .form-select:focus {
		border-color: var(--primary);
		box-shadow: 0 0 0 3px rgba(13,127,242,.15);
		outline: none;
	}

textarea.form-control {
	resize: vertical;
}

.form-check-input:checked {
	background-color: var(--primary);
	border-color: var(--primary);
}

.form-check-input:focus {
	box-shadow: 0 0 0 3px rgba(13,127,242,.15);
}

.btn-submit {
	width: 100%;
	padding: 1rem;
	background-color: #0d7ff1;
	background-image: linear-gradient(135deg, var(--primary), var(--primary-dark)) !important;
	border: none !important;
	border-radius: .5rem;
	color: #ffffff !important;
	font-weight: 700;
	font-size: 1rem;
	box-shadow: 0 6px 20px rgba(13,127,242,.4) !important;
	transition: transform .2s, box-shadow .2s;
	cursor: pointer;
}

	.btn-submit:hover {
		transform: translateY(-2px);
		box-shadow: 0 10px 28px rgba(13,127,242,.5) !important;
	}

	.btn-submit:active {
		transform: scale(.97);
	}


.info-icon {
	width: 48px;
	height: 48px;
	min-width: 48px;
	border-radius: .75rem;
	background: var(--primary-light);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--primary);
	font-size: 1.3rem;
}

.info-label {
	font-size: .65rem;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--text-muted-c);
	margin-bottom: .2rem;
}

.info-value {
	font-weight: 700;
	font-size: .95rem;
	color: #0f172a;
	margin: 0;
}

.info-sub {
	font-size: .75rem;
	color: var(--text-muted-c);
	margin: 0;
}

.hours-card {
	background: #f1f5f9;
	border: 1px solid var(--outline);
	border-radius: 1rem;
	padding: 1.5rem;
}

	.hours-card h4 {
		font-size: 1rem;
		font-weight: 800;
		margin-bottom: 1rem;
		display: flex;
		align-items: center;
		gap: .5rem;
	}

		.hours-card h4 i {
			color: var(--primary);
		}

.hours-row p {
	margin: 0;
}

.hours-row .city {
	font-size: .8rem;
	color: var(--text-muted-c);
}

.hours-row .time {
	font-size: .875rem;
	font-weight: 700;
	color: #0f172a;
}

.map-placeholder {
	border-radius: 1.25rem;
	border: 1px solid var(--outline);
	background: #e2e8f0;
	min-height: 260px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 2rem;
	opacity: .6;
	overflow: hidden;
	position: relative;
}

	.map-placeholder i {
		font-size: 3.5rem;
		color: #94a3b8;
		margin-bottom: .75rem;
	}

	.map-placeholder p {
		font-size: .75rem;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: .1em;
		color: #64748b;
		margin: 0;
	}

.faq-section {
	background: #fff;
	padding: 5rem 0;
}

.faq-card {
	padding: 1.75rem;
}

	.faq-card h4 {
		font-size: 1.05rem;
		font-weight: 800;
		margin-bottom: .5rem;
	}

	.faq-card p {
		font-size: .875rem;
		color: var(--text-muted-c);
		line-height: 1.65;
		margin: 0;
	}

.hero {
	padding: 5rem 0 4rem;
}

.hero-badge {
	display: inline-flex;
	align-items: center;
	padding: .35rem .9rem;
	border-radius: 999px;
	background: var(--primary-light);
	color: var(--primary);
	font-size: .7rem;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	margin-bottom: 1.25rem;
}

.hero-title {
	font-size: clamp(2.5rem, 5vw, 4rem);
	font-weight: 900;
	letter-spacing: -0.04em;
	line-height: 1.08;
	color: #0f172a;
}

.hero-sub {
	font-size: 1.1rem;
	color: var(--text-muted-c);
	line-height: 1.7;
	max-width: 520px;
}

.btn-explore {
	background: var(--primary);
	border: none;
	border-radius: .5rem;
	color: #fff !important;
	font-weight: 700;
	font-size: 1rem;
	padding: .8rem 2rem;
	box-shadow: 0 6px 20px rgba(13,127,242,.35);
	transition: transform .2s, box-shadow .2s;
	text-decoration: none;
	display: inline-block;
}

	.btn-explore:hover {
		transform: translateY(-2px);
		box-shadow: 0 10px 28px rgba(13,127,242,.45);
	}

.hero-img {
	width: 100%;
	aspect-ratio: 1/1;
	border-radius: 1.25rem;
	object-fit: cover;
	box-shadow: 0 32px 64px rgba(0,0,0,.15);
	position: relative;
	z-index: 1;
}

.hero-img-wrap {
	position: relative;
}

.hero-glow-1 {
	position: absolute;
	bottom: -2rem;
	left: -2rem;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background: var(--primary-light);
	filter: blur(48px);
	z-index: 0;
}

.hero-glow-2 {
	position: absolute;
	top: -2rem;
	right: -2rem;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background: rgba(96,165,250,.1);
	filter: blur(48px);
	z-index: 0;
}

.story-section {
	background: #fff;
	padding: 5rem 0;
}

.story-label {
	font-size: .7rem;
	font-weight: 700;
	letter-spacing: .15em;
	text-transform: uppercase;
	color: var(--primary);
	margin-bottom: 1rem;
}

.story-title {
	font-size: clamp(1.8rem, 3vw, 2.5rem);
	font-weight: 900;
	color: #0f172a;
	letter-spacing: -0.03em;
	margin-bottom: 2rem;
}

.story-text {
	font-size: 1.05rem;
	color: var(--text-muted-c);
	line-height: 1.8;
	max-width: 720px;
	margin: 0 auto;
}

.foundation-section {
	background: var(--surface);
	padding: 5rem 0;
}

.section-title {
	font-size: clamp(1.8rem, 3vw, 2.5rem);
	font-weight: 900;
	letter-spacing: -0.03em;
	color: #0f172a;
}

.section-sub {
	font-size: 1.05rem;
	color: var(--text-muted-c);
	max-width: 600px;
}

.mv-card {
	background: #fff;
	border: 1px solid var(--outline);
	border-radius: 1.25rem;
	padding: 2.5rem;
	height: 100%;
	transition: border-color .25s, box-shadow .25s, transform .25s;
}

	.mv-card:hover {
		border-color: rgba(13,127,242,.4);
		box-shadow: 0 16px 40px rgba(13,127,242,.08);
		transform: translateY(-4px);
	}

.mv-card-icon {
	width: 56px;
	height: 56px;
	border-radius: .75rem;
	background: var(--primary-light);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--primary);
	font-size: 1.6rem;
	margin-bottom: 1.5rem;
	transition: transform .25s;
}

.mv-card:hover .mv-card-icon {
	transform: scale(1.1);
}

.mv-card h3 {
	font-size: 1.4rem;
	font-weight: 800;
	color: #0f172a;
	margin-bottom: .75rem;
}

.mv-card p {
	font-size: .95rem;
	color: var(--text-muted-c);
	line-height: 1.7;
	margin: 0;
}

.stats-section {
	border-top: 1px solid var(--outline);
	padding: 4rem 0;
	background: #fff;
}

.stat-number {
	font-family: 'Outfit', sans-serif;
	font-size: 2.25rem;
	font-weight: 900;
	color: var(--primary);
	letter-spacing: -0.03em;
	line-height: 1;
}

.stat-label {
	font-size: .7rem;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--text-muted-c);
	margin-top: .4rem;
}


.btn-hover:hover {
	background-color: #007bff;
	color: #fff;
	padding: 15px 30px;
	border-radius: 10px;
	font-weight: 700;
	box-shadow: 0 4px 15px rgba(0, 123, 255, 0.2);
}


.faq-section {
	padding: 96px 0;
}

.faq-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: var(--blue-light);
	color: var(--blue-primary);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
	padding: 6px 14px;
	border-radius: 100px;
	margin-bottom: 18px;
}

.faq-title {
	font-size: clamp(2rem, 4vw, 2.75rem);
	font-weight: 800;
	line-height: 1.15;
	color: var(--text-dark);
}

	.faq-title span {
		color: var(--blue-primary);
	}

.faq-subtitle {
	font-size: 16px;
	color: var(--text-muted);
	line-height: 1.7;
	margin-top: 14px;
}


.faq-contact-card {
	background: linear-gradient(135deg, var(--blue-primary) 0%, var(--blue-dark) 100%);
	border-radius: 20px;
	padding: 36px 32px;
	color: #fff;
	margin-top: 40px;
}

	.faq-contact-card .icon-wrap {
		width: 48px;
		height: 48px;
		background: rgba(255,255,255,.15);
		border-radius: 12px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 22px;
		margin-bottom: 16px;
	}

	.faq-contact-card h5 {
		font-weight: 700;
		font-size: 17px;
		margin-bottom: 8px;
	}

	.faq-contact-card p {
		font-size: 14px;
		opacity: .8;
		margin-bottom: 20px;
		line-height: 1.6;
	}

	.faq-contact-card a {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		background: #fff;
		color: var(--blue-primary);
		font-weight: 700;
		font-size: 14px;
		padding: 10px 20px;
		border-radius: 10px;
		text-decoration: none;
		transition: transform .2s, box-shadow .2s;
	}

		.faq-contact-card a:hover {
			transform: translateY(-2px);
			box-shadow: 0 8px 24px rgba(0,0,0,.15);
		}

/* ── Accordion ── */
.faq-accordion .accordion-item {
	border: 1.5px solid var(--border-color);
	border-radius: 14px !important;
	margin-bottom: 12px;
	overflow: hidden;
	transition: border-color .25s, box-shadow .25s;
}

	.faq-accordion .accordion-item:hover {
		border-color: var(--blue-primary);
		box-shadow: 0 4px 20px rgba(26,107,255,.08);
	}

	.faq-accordion .accordion-item.active-item {
		border-color: var(--blue-primary);
		box-shadow: 0 4px 24px rgba(26,107,255,.12);
	}

.faq-accordion .accordion-button {
	font-family: 'Manrope', sans-serif;
	font-weight: 700;
	font-size: 15px;
	color: var(--text-dark);
	background: #fff;
	padding: 20px 24px;
	gap: 14px;
	box-shadow: none !important;
	border-radius: 14px !important;
}

	.faq-accordion .accordion-button:not(.collapsed) {
		color: var(--blue-primary);
		background: #fff;
	}

	.faq-accordion .accordion-button::after {
		display: none;
	}

	.faq-accordion .accordion-button .faq-icon {
		width: 32px;
		height: 32px;
		min-width: 32px;
		border-radius: 8px;
		background: var(--blue-light);
		color: var(--blue-primary);
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 15px;
		transition: background .25s, color .25s;
	}

	.faq-accordion .accordion-button:not(.collapsed) .faq-icon {
		background: var(--blue-primary);
		color: #000;
	}

	.faq-accordion .accordion-button .faq-toggle {
		margin-left: auto;
		width: 28px;
		height: 28px;
		min-width: 28px;
		border-radius: 50%;
		border: 1.5px solid var(--border-color);
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 13px;
		color: var(--text-muted);
		transition: background .25s, border-color .25s, color .25s, transform .3s;
	}

	.faq-accordion .accordion-button:not(.collapsed) .faq-toggle {
		background: var(--blue-primary);
		border-color: var(--blue-primary);
		color: #fff;
		transform: rotate(45deg);
	}

.faq-accordion .accordion-body {
	font-size: 15px;
	color: var(--text-muted);
	line-height: 1.75;
	padding: 0 24px 22px 70px;
	background: #fff;
}


.faq-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 28px;
}

.faq-tab-btn {
	padding: 7px 18px;
	border-radius: 100px;
	border: 1.5px solid var(--border-color);
	background: #fff;
	font-family: 'Manrope', sans-serif;
	font-weight: 600;
	font-size: 13.5px;
	color: var(--text-muted);
	cursor: pointer;
	transition: all .2s;
}

	.faq-tab-btn:hover,
	.faq-tab-btn.active {
		background: var(--blue-primary);
		border-color: var(--blue-primary);
		color: #fff;
	}


.section-divider {
	width: 56px;
	height: 4px;
	background: linear-gradient(90deg, var(--blue-primary), #60a5fa);
	border-radius: 4px;
	margin-top: 16px;
	margin-bottom: 0;
}

.mobil-navbar {
	background: #007bff;
	color: white;
	padding: 15px;
	display: flex;
	align-items: center;
}

.mobil-menu-btn {
	font-size: 24px;
	cursor: pointer;
	margin-right: 15px;
}


.mobil-sidebar {
	position: fixed;
	top: 0;
	left: -260px;
	width: 260px;
	height: 100%;
	background: #fff;
	box-shadow: 2px 0 8px rgba(0,0,0,0.2);
	transition: 0.3s;
	z-index: 9999;
}

	.mobil-sidebar.mobil-active {
		left: 0;
	}

.mobil-sidebar-header {
	padding: 15px;
	color: white;
	font-size: 18px;
}

.mobil-menu-link {
	display: block;
	padding: 15px;
	border-bottom: 1px solid #eee;
	text-decoration: none;
	color: #333;
}

	.mobil-menu-link:hover {
		background: #f1f1f1;
	}


.mobil-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
	z-index: 900;
}

	.mobil-overlay.mobil-active {
		opacity: 1;
		visibility: visible;
	}


.mobil-content {
	padding: 20px;
}

.mobil-menu-list {
	padding: 0 0 0 20px;
}


.contact-list {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding: 0;
	margin: 0;
}

	.contact-list li {
		display: flex;
		align-items: flex-start;
		gap: 10px;
	}

		.contact-list li .icon {
			flex-shrink: 0;
			margin-top: 1px;
		}

			.contact-list li .icon svg {
				width: 16px;
				height: 16px;
				stroke: #1e6dbf;
				fill: none;
				stroke-width: 1.7;
				stroke-linecap: round;
				stroke-linejoin: round;
			}

		.contact-list li a, .contact-list li span {
			font-size: 13.5px;
			color: #6b7280;
			text-decoration: none;
			line-height: 1.5;
			transition: color 0.2s;
		}

			.contact-list li a:hover {
				color: #1e6dbf;
			}


.footer-brand .social-icons {
	display: flex;
	flex-direction: row;
	gap: 10px;
	margin-top: 4px;
}

	.footer-brand .social-icons a {
		width: 44px;
		height: 44px;
		border-radius: 50%;
		background: #fff;
		box-shadow: 0 2px 10px rgba(30,109,191,0.10);
		display: flex;
		align-items: center;
		justify-content: center;
		transition: box-shadow 0.2s, transform 0.2s;
	}

		.footer-brand .social-icons a:hover {
			box-shadow: 0 4px 16px rgba(30,109,191,0.18);
			transform: translateY(-2px);
		}

	.footer-brand .social-icons svg {
		width: 20px;
		height: 20px;
		fill: #0f1f3d;
	}






	.lang-btn {
      border: 1.5px solid #dde3ed;
      border-radius: 8px;
      background: #fff;
      color: #0f1f3d;
      font-size: 13.5px;
      font-weight: 500;
      padding: 6px 12px;
      display: flex;
      align-items: center;
      gap: 6px;
    }
    .lang-btn:hover, .lang-btn:focus {
      border-color: #1e6dbf;
      background: #f0f6ff;
      color: #0f1f3d;
    }
    .dropdown-item.active, .dropdown-item:active {
      background-color: #e8f0fb;
      color: #1e6dbf;
      font-weight: 600;
    }
    .dropdown-menu {
      border: 1.5px solid #dde3ed;
      border-radius: 10px;
      box-shadow: 0 8px 24px rgba(15,31,61,0.10);
      padding: 6px 0;
      min-width: 160px;
    }
    .dropdown-item {
      font-size: 13.5px;
      color: #0f1f3d;
      padding: 8px 14px;
      display: flex;
      align-items: center;
      gap: 8px;
    }

	#activeLang {
  text-transform: uppercase;
}

		.lang-span {
  text-transform: uppercase;
}