/* ==========================================================================
   PAGE-SPECIFIC STYLES FOR AUDIT WEBSITE SERVICE PAGE (.audit-page)
   ========================================================================== */

.audit-page {
	--gradient-brand: linear-gradient(135deg, #2ea121 0%, #58BA40 60%, #76d35d 100%);
}

/* ──────────────────────────────────────────────────────────────────────────
   1. HERO BANNER
   ────────────────────────────────────────────────────────────────────────── */
.audit-page .audit-hero {
	position: relative;
	padding: 8rem 0 6rem;
	background-color: var(--color-bg-light);
	overflow: hidden;
	border-bottom: none;
}
.audit-page .audit-hero-bg-blueprint {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: radial-gradient(var(--color-border) 1.5px, transparent 1.5px);
	background-size: 28px 28px;
	opacity: 0.6;
	z-index: 1;
}
.audit-page .audit-hero-container {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 1fr;
	gap: 3.5rem;
	align-items: center;
}
@media (min-width: 992px) {
	.audit-page .audit-hero-container {
		grid-template-columns: 1.15fr 0.85fr;
	}
}
.audit-page .audit-hero-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.audit-page .audit-hero-subtitles {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 1.5rem;
}
.audit-page .audit-hero-pill {
	display: inline-block;
	padding: 0.35rem 1rem;
	font-size: 0.8rem;
	font-weight: var(--font-weight-semibold);
	color: var(--color-primary);
	background-color: var(--color-primary-pastel);
	border-radius: var(--border-radius-pill);
	box-shadow: var(--shadow-badge);
	letter-spacing: 0.5px;
}
.audit-page .audit-hero-title {
	font-size: 2.75rem;
	line-height: 1.15;
	margin-bottom: 1.5rem;
}
.audit-page .audit-hero-title span {
	color: var(--color-primary);
}
.audit-page .audit-hero-desc {
	font-size: 1.05rem;
	color: var(--color-text-muted);
	margin-bottom: 1rem;
	max-width: 620px;
}
/* Form */
/* Buttons group & Star Ratings */
.audit-page .services-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	padding: 0.875rem 2.25rem;
	font-size: 0.95rem;
	font-weight: var(--font-weight-semibold, 600);
	border-radius: var(--border-radius-md, 8px);
	transition: var(--transition-smooth, all 0.3s ease);
	cursor: pointer;
	text-decoration: none;
	border: none;
	box-sizing: border-box;
}
.audit-page .services-btn-primary {
	background: var(--gradient-brand);
	color: #ffffff !important;
	box-shadow: 0 4px 15px rgba(88, 186, 64, 0.1);
}
.audit-page .services-btn-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(88, 186, 64, 0.2);
}
.audit-page .services-btn-outline {
	background: transparent;
	color: var(--color-text-main, #1d2b1a) !important;
	border: 1.5px solid var(--color-border, #e6ede4);
}
.audit-page .services-btn-outline:hover {
	transform: translateY(-2px);
	border-color: var(--color-primary, #58BA40);
	background: var(--color-primary-light, rgba(88, 186, 64, 0.03));
}

.audit-page .services-hero-cta {
	display: flex;
	gap: 1.25rem;
	flex-wrap: wrap;
	margin-top: 1.25rem;
}
.audit-page .audit-hero-content .services-btn-primary {
	background: var(--gradient-brand);
	color: #ffffff !important;
	border: none !important;
	box-shadow: 0 4px 15px rgba(88, 186, 64, 0.1);
}
.audit-page .audit-hero-content .services-btn-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(88, 186, 64, 0.2);
}
.audit-page .audit-hero-content .services-btn-primary .btn-arrow-circle {
	background: rgba(255, 255, 255, 0.2) !important;
	color: #ffffff !important;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.audit-page .audit-hero-content .services-btn-primary .btn-arrow-circle svg {
	width: 12px;
	height: 12px;
}
.audit-page .audit-hero-content .services-btn-outline {
	background: #ffffff !important;
	color: var(--color-text-main, #1d2b1a) !important;
	border: 1.5px solid var(--color-border, #e6ede4) !important;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.005) !important;
}
.audit-page .audit-hero-content .services-btn-outline:hover {
	border-color: var(--color-primary, #58BA40) !important;
	color: var(--color-primary, #58BA40) !important;
	background: var(--color-primary-light, rgba(88, 186, 64, 0.03)) !important;
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(88, 186, 64, 0.05) !important;
}

.audit-page .audit-hero-ratings {
	margin-top: 0.75rem;
	margin-bottom: 1rem;
}
.audit-page .audit-breadcrumb {
	margin-bottom: 0.75rem;
	font-size: 0.85rem;
	color: var(--color-text-muted);
}
.audit-page .audit-breadcrumb a {
	color: var(--color-text-muted);
	text-decoration: none;
	transition: color 0.3s ease;
}
.audit-page .audit-breadcrumb a:hover {
	color: var(--color-primary);
}

@media (max-width: 991px) {
	.audit-page .audit-hero-content {
		text-align: center;
		align-items: center;
	}
	.audit-page .audit-hero-subtitles {
		justify-content: center !important;
		width: 100% !important;
	}
	.audit-page .audit-hero-pill {
		display: block !important;
		width: 100% !important;
		text-align: center !important;
		margin-bottom: 0.5rem !important;
	}
	.audit-page .services-hero-cta {
		justify-content: center;
	}
	.audit-page .audit-breadcrumb {
		display: flex;
		justify-content: center;
		width: 100%;
	}
	.audit-page .audit-breadcrumb * {
		text-align: center !important;
		float: none !important;
		display: inline-block !important;
	}
	.audit-page .audit-hero-ratings {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
	}
	.audit-page .audit-hero-ratings .kk-star-ratings {
		margin: 0 auto !important;
		float: none !important;
		text-align: center !important;
	}
}

@media (max-width: 767px) {
	.audit-page .services-hero-cta {
		flex-direction: column !important;
		width: 100% !important;
		gap: 0.75rem !important;
	}
	.audit-page .services-hero-cta .services-btn {
		width: 100% !important;
		margin: 0 !important;
		display: flex !important;
		justify-content: center !important;
	}
}

/* Floating graphics */
.audit-page .audit-hero-graphic-wrap {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.audit-page .audit-hero-main-img {
	max-width: 100%;
	height: auto;
	border-radius: var(--border-radius-lg);
	box-shadow: 0 20px 45px rgba(0,0,0,0.06);
	position: relative;
	z-index: 2;
}
.audit-page .audit-hero-floating-box {
	position: absolute;
	background: #ffffff;
	border-radius: var(--border-radius-md);
	padding: 1rem 1.25rem;
	box-shadow: 0 15px 35px rgba(0,0,0,0.08);
	z-index: 3;
	border-left: 4px solid var(--color-primary);
	animation: floatAnimation 6s ease-in-out infinite;
}
.audit-page .audit-hero-floating-box.-top {
	top: 10%;
	right: -2rem;
}
.audit-page .audit-hero-floating-box.-bottom {
	bottom: 10%;
	left: -2rem;
	animation-delay: 3s;
}
@media (max-width: 991px) {
	.audit-page .audit-hero-graphic-wrap {
		flex-direction: column !important;
		gap: 1.5rem !important;
		margin-top: 2.5rem !important;
	}
	.audit-page .audit-hero-floating-box {
		position: static !important;
		width: 100% !important;
		animation: none !important;
		margin: 0 !important;
		box-sizing: border-box !important;
	}
}
.audit-page .audit-hero-floating-box h4 {
	font-size: 0.95rem;
	font-weight: var(--font-weight-bold);
	margin-bottom: 0.5rem;
	color: var(--color-text-main);
}
.audit-page .audit-hero-floating-box ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.audit-page .audit-hero-floating-box li {
	font-size: 0.85rem;
	color: var(--color-text-muted);
	display: flex;
	align-items: center;
	gap: 0.4rem;
	margin-bottom: 0.25rem;
}
.audit-page .audit-hero-floating-box li svg {
	color: var(--color-primary);
	width: 14px;
	height: 14px;
	flex-shrink: 0;
}
.audit-page .audit-hero-floating-box p {
	font-size: 0.85rem;
	color: var(--color-text-muted);
	margin: 0;
}

/* ──────────────────────────────────────────────────────────────────────────
   2. ĐỐI TÁC (PARTNERS LOGOS)
   ────────────────────────────────────────────────────────────────────────── */
.audit-page .brands-section {
	padding: 4rem 0;
	background-color: var(--color-bg-light);
	border-bottom: none;
}
.audit-page .brands-bar {
	width: 100%;
	position: relative;
}
.audit-page .brands-bar-ticker {
	overflow: hidden;
	width: 100%;
	display: flex;
	mask-image: linear-gradient(to right, transparent, #000 10%, #000 90%, transparent);
	-webkit-mask-image: linear-gradient(to right, transparent, #000 10%, #000 90%, transparent);
	padding: 1rem 0;
}
.audit-page .brands-ticker-track {
	display: flex;
	width: max-content;
	animation: brandsTickerScroll 25s linear infinite;
}
.audit-page .brands-ticker-list {
	display: flex !important;
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
	gap: 2rem !important;
	align-items: center !important;
	padding-right: 2rem !important;
	flex-wrap: nowrap !important;
}
.audit-page .brand-logo-item {
	flex: 0 0 auto !important;
	width: 200px !important;
	height: 70px !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	box-sizing: border-box !important;
}
.audit-page .brand-logo-item img {
	max-width: 100% !important;
	max-height: 100% !important;
	width: auto !important;
	height: auto !important;
	object-fit: contain !important;
	opacity: 1 !important;
	filter: none !important;
	transition: transform 0.3s ease !important;
}
.audit-page .brand-logo-item img:hover {
	transform: scale(1.05) !important;
}
.audit-page .brand-logo-placeholder {
	font-size: 0.85rem;
	font-weight: var(--font-weight-bold);
	color: var(--color-text-muted);
	border: 1px dashed var(--color-border);
	padding: 0.5rem;
	border-radius: var(--border-radius-sm);
	display: block;
	width: 100%;
	text-align: center;
}

.audit-page .audit-breadcrumb span:not([class]):not(:first-child):not(:last-child),
.audit-page .audit-breadcrumb .separator {
	margin: 0 0.5rem !important;
	display: inline-block !important;
}

@keyframes brandsTickerScroll {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

@media (max-width: 767px) {
	.audit-page .brands-ticker-list {
		gap: 1.5rem !important;
		padding-right: 1.5rem !important;
	}
	.audit-page .brand-logo-item {
		width: calc((100vw - 3rem) / 3 - 1rem) !important;
		height: 55px !important;
	}
}

/* ──────────────────────────────────────────────────────────────────────────
   3. BẢNG GIÁ DỊCH VỤ AUDIT
   ────────────────────────────────────────────────────────────────────────── */
.audit-page .audit-pricing-section {
	padding: 20px 0 !important;
	background-color: #ffffff;
	border-bottom: none;
}
.audit-page .pricing-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	margin-top: 3rem;
	align-items: stretch;
}
@media (min-width: 768px) {
	.audit-page .pricing-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (min-width: 1025px) {
	.audit-page .pricing-grid {
		grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}
}
.audit-page .pricing-card {
	background: #ffffff;
	border: 1px solid var(--color-border);
	border-radius: var(--border-radius-lg);
	padding: 3rem 2rem;
	position: relative;
	display: flex;
	flex-direction: column;
	transition: var(--transition-smooth);
}
.audit-page .pricing-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 15px 35px rgba(88, 186, 64, 0.04);
}
.audit-page .pricing-card.featured {
	border: 2px solid var(--color-primary);
	box-shadow: 0 20px 40px rgba(88, 186, 64, 0.08);
}
.audit-page .pricing-card.featured::before {
	content: attr(data-badge-text);
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	background: var(--gradient-brand);
	color: #ffffff;
	font-size: 0.75rem;
	font-weight: var(--font-weight-bold);
	padding: 0.35rem 1.25rem;
	border-radius: var(--border-radius-pill);
	letter-spacing: 0.5px;
	white-space: nowrap;
	z-index: 2;
}
.audit-page .pricing-card-name {
	font-size: 1.35rem;
	font-weight: var(--font-weight-bold);
	margin-bottom: 0.5rem;
}
.audit-page .pricing-card-price {
	font-size: 2.5rem;
	font-weight: var(--font-weight-headline-max);
	color: var(--color-primary);
	margin-bottom: 0.75rem;
	line-height: 1.1;
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 0;
}
.audit-page .pricing-card-unit {
	font-size: 1rem;
	font-weight: var(--font-weight-medium);
	color: var(--color-text-muted);
}
.audit-page .pricing-card-scale {
	font-size: 0.85rem;
	color: var(--color-text-muted);
	background-color: var(--color-primary-light);
	padding: 0.4rem 0.75rem;
	border-radius: var(--border-radius-sm);
	display: inline-block;
	margin-bottom: 2rem;
	align-self: flex-start;
	font-weight: var(--font-weight-medium);
}
.audit-page .pricing-card-features {
	list-style: none;
	padding: 0;
	margin: 0 0 2.5rem 0;
	flex: 1;
}
.audit-page .pricing-card-features li {
	font-size: 0.95rem;
	margin-bottom: 1rem;
	display: flex;
	align-items: flex-start;
	gap: 0.6rem;
	color: var(--color-text-muted);
	line-height: 1.4;
}
.audit-page .pricing-card-features li.cross {
	opacity: 0.5;
}
.audit-page .pricing-card-features svg {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	margin-top: 0.1rem;
}
.audit-page .pricing-card-features li.check svg {
	color: var(--color-primary);
}
.audit-page .pricing-card-features li.cross svg {
	color: #ef4444;
}
.audit-page .pricing-card-cta {
	width: 100%;
	display: block;
	text-align: center;
	padding: 0.9rem;
	font-weight: var(--font-weight-semibold);
	border-radius: var(--border-radius-md);
	text-decoration: none;
	transition: var(--transition-smooth);
	border: 1px solid var(--color-primary);
	color: var(--color-primary);
}
.audit-page .pricing-card.featured .pricing-card-cta {
	background: var(--gradient-brand);
	color: #ffffff;
	border: none;
}
.audit-page .pricing-card.featured .pricing-card-cta:hover {
	box-shadow: 0 4px 12px rgba(88, 186, 64, 0.2);
	transform: translateY(-2px);
}
.audit-page .pricing-card:not(.featured) .pricing-card-cta:hover {
	background-color: var(--color-primary-light);
	transform: translateY(-2px);
}

/* ──────────────────────────────────────────────────────────────────────────
   4. 13 HẠNG MỤC AUDIT
   ────────────────────────────────────────────────────────────────────────── */
.audit-page .audit-modules-section {
	padding: 6rem 0;
	background-color: #ffffff;
	border-bottom: none;
}
.audit-page .audit-modules-container {
	display: grid;
	grid-template-columns: 1fr;
	gap: 3rem;
	margin-top: 3rem;
}
@media (min-width: 992px) {
	.audit-page .audit-modules-container {
		grid-template-columns: 350px 1fr;
	}
}
.audit-page .audit-tabs-nav {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	max-height: 520px;
	overflow-y: auto;
	background: #f8faf7;
	border: 1px solid var(--color-border);
	border-radius: 16px;
	padding: 1.5rem 1.25rem;
	box-sizing: border-box;
	box-shadow: var(--shadow-subtle);
}
@media (max-width: 991px) {
	.audit-page .audit-tabs-nav {
		flex-direction: row;
		overflow-x: auto;
		overflow-y: hidden;
		max-height: none;
		background: none;
		border-radius: 0;
		padding: 0.25rem 0.5rem 0.75rem 0.25rem;
		-webkit-overflow-scrolling: touch;
		gap: 0.5rem;
	}
	.audit-page .audit-tabs-nav::-webkit-scrollbar {
		height: 4px;
	}
}
.audit-page .audit-tabs-nav::-webkit-scrollbar,
.audit-page .audit-tab-panels::-webkit-scrollbar {
	width: 4px;
}
.audit-page .audit-tabs-nav::-webkit-scrollbar-track,
.audit-page .audit-tab-panels::-webkit-scrollbar-track {
	background: #f4f8f3;
	border-radius: 10px;
}
.audit-page .audit-tabs-nav::-webkit-scrollbar-thumb,
.audit-page .audit-tab-panels::-webkit-scrollbar-thumb {
	background: var(--color-border);
	border-radius: 10px;
}
.audit-page .audit-tabs-nav::-webkit-scrollbar-thumb:hover,
.audit-page .audit-tab-panels::-webkit-scrollbar-thumb:hover {
	background: var(--color-primary);
}
.audit-page .audit-tab-btn {
	width: 100%;
	text-align: left;
	padding: 0.85rem 1.25rem;
	background: #f8faf7;
	border: 1px solid transparent;
	border-radius: 10px;
	font-size: 0.95rem;
	font-weight: var(--font-weight-semibold);
	color: var(--color-text-main);
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
	display: flex;
	align-items: center;
	gap: 1rem;
	box-sizing: border-box;
}
@media (max-width: 991px) {
	.audit-page .audit-tab-btn {
		width: auto;
		flex-shrink: 0;
		white-space: nowrap;
	}
}
.audit-page .audit-tab-btn:hover {
	border-color: rgba(88, 186, 64, 0.2);
	background-color: #ffffff;
	box-shadow: 0 4px 15px rgba(88, 186, 64, 0.03);
}
.audit-page .audit-tab-btn.is-active {
	background: #ffffff;
	color: var(--color-primary);
	border-color: var(--color-primary);
	box-shadow: 0 4px 15px rgba(88, 186, 64, 0.06);
}
.audit-page .audit-tab-btn-num {
	font-size: 0.85rem;
	background: #e2ede0;
	color: #52634f;
	width: 32px;
	height: 26px;
	border-radius: 6px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: var(--font-weight-bold);
	flex-shrink: 0;
	transition: all 0.3s;
}
.audit-page .audit-tab-btn.is-active .audit-tab-btn-num {
	background: var(--color-primary);
	color: #ffffff;
}
.audit-page .audit-tab-btn-title {
	font-size: 0.95rem;
	font-weight: 500;
	color: var(--color-text-main);
	line-height: 1.3;
}
.audit-page .audit-tab-btn.is-active .audit-tab-btn-title {
	color: var(--color-primary);
}
.audit-page .audit-tab-panels {
	background: #ffffff;
	border: 1px solid var(--color-border);
	border-radius: 16px;
	padding: 2.5rem 3rem;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.012);
	max-height: 520px;
	overflow-y: auto;
	box-sizing: border-box;
}
.audit-page .audit-tab-panel {
	display: none;
	animation: fadeIn 0.4s ease;
}
.audit-page .audit-tab-panel.is-active {
	display: block;
}
.audit-page .audit-tab-panel-header {
	border-bottom: 1px solid var(--color-border);
	padding-bottom: 1rem;
	margin-bottom: 1.5rem;
}
.audit-page .audit-tab-panel-title {
	font-size: 1.6rem;
	font-weight: 750;
	color: var(--color-text-main);
	line-height: 1.25;
}
.audit-page .roadmap-timeline-serpentine {
	position: relative;
	margin-top: 2.5rem;
}

@media (min-width: 1025px) {
	.audit-page .roadmap-timeline-serpentine {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 4rem 2rem;
		margin-top: 4.5rem;
	}
	
	.audit-page .roadmap-timeline-serpentine .roadmap-step-1 { grid-row: 1; grid-column: 1; }
	.audit-page .roadmap-timeline-serpentine .roadmap-step-2 { grid-row: 1; grid-column: 2; }
	.audit-page .roadmap-timeline-serpentine .roadmap-step-3 { grid-row: 1; grid-column: 3; }
	.audit-page .roadmap-timeline-serpentine .roadmap-step-4 { grid-row: 1; grid-column: 4; }
	.audit-page .roadmap-timeline-serpentine .roadmap-step-5 { grid-row: 2; grid-column: 4; }
	.audit-page .roadmap-timeline-serpentine .roadmap-step-6 { grid-row: 2; grid-column: 3; }
	.audit-page .roadmap-timeline-serpentine .roadmap-step-7 { grid-row: 2; grid-column: 2; }
	
	.audit-page .roadmap-timeline-serpentine .roadmap-step-num::after,
	.audit-page .roadmap-timeline-serpentine .roadmap-step-num::before {
		content: none !important;
	}
}

@media (max-width: 1024px) {
	.audit-page .roadmap-timeline-serpentine {
		display: flex;
		flex-direction: column;
		gap: 2.25rem;
		padding-left: 2.5rem;
		padding-top: 0;
		margin-top: 2.5rem;
	}
	.audit-page .roadmap-timeline-serpentine::before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 20px;
		width: 2px;
		background-color: var(--color-border);
		z-index: 1;
	}
}

.audit-page .roadmap-step {
	position: relative;
	z-index: 2;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media (max-width: 1024px) {
	.audit-page .roadmap-timeline-serpentine .roadmap-step {
		text-align: left;
		align-items: flex-start;
	}
}

.audit-page .roadmap-step-num {
	width: 40px;
	height: 40px;
	border-radius: var(--border-radius-pill, 9999px);
	background: var(--color-primary, #58BA40);
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.85rem;
	font-weight: var(--font-weight-bold, 700);
	margin-bottom: 1.25rem;
	box-shadow: 0 4px 12px rgba(88, 186, 64, 0.2);
	border: 4px solid var(--color-bg-light, #f9fcf8);
	transition: var(--transition-smooth, all 0.3s ease);
	flex-shrink: 0 !important;
}

@media (max-width: 1024px) {
	.audit-page .roadmap-timeline-serpentine .roadmap-step-num {
		position: absolute;
		left: -2.5rem;
		top: -2px;
		margin-bottom: 0;
		border-color: var(--color-bg-light, #f9fcf8);
	}
}

.audit-page .roadmap-step:hover .roadmap-step-num {
	transform: scale(1.1);
	background: var(--color-primary-hover, #4aa036);
}

.audit-page .roadmap-step-badge {
	display: inline-block;
	font-size: 0.725rem;
	color: var(--color-primary, #58BA40);
	font-weight: var(--font-weight-semibold, 600);
	text-transform: uppercase;
	margin-bottom: 0.5rem;
}

.audit-page .roadmap-step-title {
	font-size: 0.95rem;
	font-weight: var(--font-weight-bold, 700);
	color: var(--color-text-main, #1d2b1a);
	margin-bottom: 0.5rem;
	line-height: 1.4;
}

.audit-page .roadmap-step-desc {
	font-size: 0.8rem;
	color: var(--color-text-muted, #52634f);
	line-height: 1.5;
	margin-bottom: 0;
	max-width: 180px;
}

@media (max-width: 1024px) {
	.audit-page .roadmap-timeline-serpentine .roadmap-step-desc {
		max-width: 100%;
	}
}

/* Roadmap Timeline Serpentine SVG Overlay & Step Scale */
.audit-page .roadmap-timeline-serpentine .roadmap-step .roadmap-step-num {
	transform: scale(0);
	transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1), background-color 0.4s ease, border-color 0.4s ease;
}
.audit-page .roadmap-timeline-serpentine .roadmap-step.animate-active .roadmap-step-num {
	transform: scale(1);
}
.audit-page .roadmap-timeline-serpentine .roadmap-step:hover .roadmap-step-num {
	transform: scale(1.1) !important;
}
.audit-page .serpentine-svg-line {
	position: absolute;
	top: -43px;
	left: 0;
	width: 100%;
	height: 371px;
	pointer-events: none;
	z-index: 1;
	display: none;
}
@media (min-width: 1025px) {
	.audit-page .serpentine-svg-line {
		display: block;
	}
	.audit-page .roadmap-timeline-serpentine .roadmap-step {
		height: 180px;
	}
	/* Shift content left on Col 4 (Step 4 & Step 5) to clear the right curve line */
	.audit-page .roadmap-timeline-serpentine .roadmap-step-4 .roadmap-step-badge,
	.audit-page .roadmap-timeline-serpentine .roadmap-step-4 .roadmap-step-title,
	.audit-page .roadmap-timeline-serpentine .roadmap-step-4 .roadmap-step-desc,
	.audit-page .roadmap-timeline-serpentine .roadmap-step-5 .roadmap-step-badge,
	.audit-page .roadmap-timeline-serpentine .roadmap-step-5 .roadmap-step-title,
	.audit-page .roadmap-timeline-serpentine .roadmap-step-5 .roadmap-step-desc {
		transform: translateX(-50px);
	}
}
.audit-page .serpentine-progress-line {
	stroke-dasharray: 2000;
	stroke-dashoffset: 2000;
	transition: stroke-dashoffset 0.1s linear;
}



/* ──────────────────────────────────────────────────────────────────────────
   6. GREEN HOOK (SỰ CHUYỂN MÌNH MẠNH MẼ)
   ────────────────────────────────────────────────────────────────────────── */
.audit-page .audit-green-hook {
	background: var(--gradient-brand);
	padding: 6rem 0;
	color: #ffffff;
	position: relative;
	overflow: hidden;
	border-bottom: none;
}
.audit-page .audit-green-hook::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: radial-gradient(rgba(255,255,255,0.15) 1.5px, transparent 1.5px);
	background-size: 24px 24px;
	z-index: 1;
}
.audit-page .audit-green-hook-container {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 1fr;
	gap: 4rem;
	align-items: center;
}
@media (min-width: 992px) {
	.audit-page .audit-green-hook-container {
		grid-template-columns: 1.1fr 0.9fr;
	}
}
.audit-page .audit-green-hook-left h2 {
	color: #ffffff;
	font-size: 2.25rem;
	margin-bottom: 1.5rem;
}
.audit-page .audit-green-hook-left p {
	color: rgba(255, 255, 255, 0.9);
	font-size: 1.05rem;
	margin-bottom: 3rem;
	max-width: 600px;
}
/* Grid 2x2 stats */
.audit-page .audit-green-hook-stats {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem 1.5rem;
}
/* Custom Rule: Dynamic Odd-Stretch Grid UI Rule (Lưới 2 cột co giãn số lẻ) on mobile */
@media (max-width: 575px) {
	.audit-page .audit-green-hook-stats {
		grid-template-columns: repeat(2, 1fr);
	}
	.audit-page .audit-green-hook-stat-item:nth-child(odd):last-child {
		grid-column: span 2;
	}
}
.audit-page .audit-green-hook-stat-item {
	border-left: 2px solid rgba(255, 255, 255, 0.35);
	padding-left: 1.25rem;
}
.audit-page .audit-green-hook-stat-val {
	font-size: 2.5rem;
	font-weight: var(--font-weight-headline-max);
	line-height: 1.1;
	margin-bottom: 0.4rem;
	display: block;
}
.audit-page .audit-green-hook-stat-label {
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 0.8);
}
/* Overlapping floating images */
.audit-page .audit-green-hook-right {
	position: relative;
	height: 380px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
@media (max-width: 991px) {
	.audit-page .audit-green-hook-right {
		height: 300px;
		margin-top: 1rem;
	}
}
.audit-page .audit-green-hook-card {
	position: absolute;
	width: 280px;
	height: 180px;
	border-radius: var(--border-radius-lg);
	overflow: hidden;
	box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25);
	border: 3px solid #ffffff;
	transition: var(--transition-smooth);
}
@media (max-width: 575px) {
	.audit-page .audit-green-hook-card {
		width: 200px;
		height: 130px;
	}
}
.audit-page .audit-green-hook-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.audit-page .audit-green-hook-card.-img1 {
	top: 10%;
	left: 5%;
	z-index: 2;
	transform: rotate(-4deg);
	animation: floatHook1 8s ease-in-out infinite;
}
.audit-page .audit-green-hook-card.-img2 {
	bottom: 10%;
	right: 5%;
	z-index: 3;
	transform: rotate(4deg);
	animation: floatHook2 8s ease-in-out infinite;
}
.audit-page .audit-green-hook-card:hover {
	transform: scale(1.05) rotate(0deg);
	z-index: 10;
}

@keyframes floatHook1 {
	0% { transform: translateY(0px) rotate(-4deg); }
	50% { transform: translateY(-10px) rotate(-2deg); }
	100% { transform: translateY(0px) rotate(-4deg); }
}
@keyframes floatHook2 {
	0% { transform: translateY(0px) rotate(4deg); }
	50% { transform: translateY(-12px) rotate(2deg); }
	100% { transform: translateY(0px) rotate(4deg); }
}

/* ──────────────────────────────────────────────────────────────────────────
   7. CASE STUDY NỔI BẬT
   ────────────────────────────────────────────────────────────────────────── */
.audit-page .audit-cases-section {
	padding: 6rem 0;
	background-color: var(--color-bg-light);
	border-bottom: none;
}
.audit-page .bg-cases-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	margin-top: 3rem;
}
@media (min-width: 768px) {
	.audit-page .bg-cases-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}
.audit-page .bg-case-card {
	background: #ffffff;
	border: 1px solid var(--color-border);
	border-radius: var(--border-radius-lg);
	overflow: hidden;
	box-shadow: var(--shadow-subtle);
	transition: var(--transition-smooth);
	display: flex;
	flex-direction: column;
}
.audit-page .bg-case-card:hover {
	transform: translateY(-6px);
	box-shadow: var(--shadow-hover);
}
.audit-page .bg-case-thumb {
	height: 200px;
	overflow: hidden;
	background: var(--color-border);
	margin: 0;
	position: relative;
}
.audit-page .bg-case-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: var(--transition-smooth);
}
.audit-page .bg-case-card:hover .bg-case-thumb img {
	transform: scale(1.05);
}
.audit-page .bg-case-content {
	padding: 1.75rem 1.5rem;
	flex: 1;
	display: flex;
	flex-direction: column;
}
.audit-page .bg-case-logo {
	max-height: 24px;
	object-fit: contain;
	margin-bottom: 1.25rem;
	align-self: flex-start;
}
.audit-page .bg-case-title {
	font-size: 1.2rem;
	font-weight: var(--font-weight-bold);
	margin-bottom: 1.5rem;
	color: var(--color-text-main);
}
.audit-page .bg-case-stats {
	margin: auto 0 0 0;
	border-top: 1px solid var(--color-border);
	padding-top: 1.25rem;
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
}
.audit-page .bg-case-stat-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.audit-page .bg-case-stat-label {
	font-size: 0.85rem;
	color: var(--color-text-muted);
}
.audit-page .bg-case-stat-val {
	font-size: 0.95rem;
	font-weight: var(--font-weight-bold);
	color: var(--color-primary);
}
.audit-page .bg-cases-action-row {
	text-align: center;
	margin-top: 3.5rem;
}

/* ──────────────────────────────────────────────────────────────────────────
   8. NHÂN SỰ NÒNG CỐT
   ────────────────────────────────────────────────────────────────────────── */
.audit-page .audit-team-section {
	padding: 20px 0 !important;
	background-color: #ffffff;
	border-bottom: none;
}
.audit-page .seo-service-team-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	margin-top: 3rem;
}
@media (min-width: 576px) {
	.audit-page .seo-service-team-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (min-width: 992px) {
	.audit-page .seo-service-team-grid {
		grid-template-columns: repeat(4, 1fr);
		padding-left: 0;
		padding-right: 0;
	}
}
.audit-page .team-card {
	background: #ffffff;
	border: 1px solid var(--color-border);
	border-radius: var(--border-radius-lg);
	padding: 2.5rem 1.5rem;
	text-align: center;
	box-shadow: var(--shadow-subtle);
	transition: var(--transition-smooth);
	display: flex;
	flex-direction: column;
	align-items: center;
}
.audit-page .team-card:hover {
	transform: translateY(-5px);
	box-shadow: var(--shadow-hover);
}
.audit-page .team-member-img-wrapper {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 1.5rem;
	background: var(--color-bg-light);
	position: relative;
	border: 1px solid var(--color-border);
}
.audit-page .team-member-img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.audit-page .team-member-placeholder {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--color-primary-light);
	color: var(--color-primary);
	font-weight: var(--font-weight-bold);
	font-size: 0.95rem;
}
.audit-page .team-member-info {
	margin-bottom: 0.75rem;
}
.audit-page .team-member-name {
	font-size: 1.15rem;
	font-weight: var(--font-weight-bold);
	margin-bottom: 0.25rem;
}
.audit-page .team-member-role {
	font-size: 0.85rem;
	color: var(--color-primary);
	font-weight: var(--font-weight-semibold);
}
.audit-page .team-member-desc {
	font-size: 0.9rem;
	color: var(--color-text-muted);
	line-height: 1.5;
	margin-bottom: 1.5rem;
	flex: 1;
}
.audit-page .team-member-socials {
	display: flex;
	gap: 0.75rem;
	justify-content: center;
	margin-top: auto;
}
.audit-page .team-member-socials a {
	color: var(--color-text-muted);
	transition: var(--transition-smooth);
	display: flex;
	align-items: center;
	justify-content: center;
}
.audit-page .team-member-socials a:hover {
	color: var(--color-primary);
}
.audit-page .team-member-socials svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
}

/* ──────────────────────────────────────────────────────────────────────────
   9. FAQ (CÂU HỎI THƯỜNG GẶP)
   ────────────────────────────────────────────────────────────────────────── */
.audit-page .audit-faq-section {
	padding: 6rem 0;
	background-color: var(--color-bg-light);
	border-bottom: none;
}
.audit-page .bg-faq-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 3rem;
	margin-top: 3rem;
}
@media (min-width: 992px) {
	.audit-page .bg-faq-grid {
		grid-template-columns: 320px 1fr;
	}
}
.audit-page .bg-faq-expert-card {
	border-radius: var(--border-radius-lg);
	overflow: hidden;
	box-shadow: var(--shadow-subtle);
	height: 100%;
	border: 1px solid var(--color-border);
}
.audit-page .bg-faq-expert-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.audit-page .bg-faq-list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.audit-page .bg-faq-item {
	background: #ffffff;
	border: 1px solid var(--color-border);
	border-radius: var(--border-radius-md);
	overflow: hidden;
	transition: var(--transition-smooth);
}
.audit-page .bg-faq-item.is-open {
	border-color: var(--color-primary);
	box-shadow: var(--shadow-subtle);
}
.audit-page .bg-faq-question {
	width: 100%;
	text-align: left;
	background: none;
	border: none;
	padding: 1.25rem 1.5rem;
	font-size: 1.05rem;
	font-weight: var(--font-weight-semibold);
	color: var(--color-text-main);
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
}
.audit-page .bg-faq-icon {
	font-size: 1.25rem;
	color: var(--color-primary);
	transition: transform 0.3s ease;
	font-weight: var(--font-weight-bold);
}
.audit-page .bg-faq-item.is-open .bg-faq-icon {
	transform: rotate(45deg);
}
.audit-page .bg-faq-answer {
	padding: 0 1.5rem 1.25rem 1.5rem;
	font-size: 0.95rem;
	color: var(--color-text-muted);
	line-height: 1.6;
	border-top: 1px solid transparent;
}
.audit-page .bg-faq-item.is-open .bg-faq-answer {
	border-top-color: var(--color-border);
}

/* ──────────────────────────────────────────────────────────────────────────
   10. KHỐI ĐÁNH GIÁ (TESTIMONIALS) & BOTTOM CTA (OVERLAP INTERFACE)
   ────────────────────────────────────────────────────────────────────────── */
.audit-page .audit-testimonials-cta-wrap {
	position: relative;
	background-color: var(--color-bg-light);
	padding-top: 4rem;
	border-bottom: none;
}
.audit-page .testimonials-overlap-row {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	position: relative;
	z-index: 10;
	margin-bottom: -4rem; /* overlap the section below */
}
@media (min-width: 768px) {
	.audit-page .testimonials-overlap-row {
		flex-direction: row;
		margin-bottom: -6rem; /* deeper overlap on desktop */
	}
}
.audit-page .testimonial-overlap-card {
	background: #ffffff;
	border: 1px solid var(--color-border);
	border-radius: var(--border-radius-lg);
	padding: 2.5rem;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.03);
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: var(--transition-smooth);
}
.audit-page .testimonial-overlap-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 25px 45px rgba(88, 186, 64, 0.05);
}
.audit-page .testimonial-quote-icon {
	font-size: 3.5rem;
	color: var(--color-primary-pastel);
	line-height: 1;
	font-family: Georgia, serif;
	display: block;
	margin-top: -0.5rem;
	margin-bottom: -1rem;
	opacity: 0.8;
}
.audit-page .testimonial-rating {
	color: #ffb800;
	margin-bottom: 1rem;
	letter-spacing: 2px;
	font-size: 0.9rem;
}
.audit-page .testimonial-text {
	font-size: 0.95rem;
	color: var(--color-text-muted);
	line-height: 1.6;
	margin-bottom: 2rem;
	flex: 1;
}
.audit-page .testimonial-user {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}
.audit-page .testimonial-avatar {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	object-fit: cover;
	border: 1px solid var(--color-border);
}
.audit-page .testimonial-user-info cite {
	font-style: normal;
	font-weight: var(--font-weight-bold);
	font-size: 0.95rem;
	color: var(--color-text-main);
	display: block;
	margin-bottom: 0.15rem;
}
.audit-page .testimonial-user-info span {
	font-size: 0.8rem;
	color: var(--color-text-muted);
	display: block;
}

/* Bottom CTA Banner */
.audit-page .audit-bottom-cta-section {
	background-color: var(--color-primary-pastel);
	background-image: linear-gradient(180deg, var(--color-primary-pastel) 0%, rgba(88,186,64,0.02) 100%);
	padding: 10rem 0 6rem; /* deep top padding to offsets overlapping cards */
	text-align: center;
	position: relative;
	z-index: 5;
	border-top: 1px solid var(--color-border);
	overflow: hidden;
}
.audit-page .audit-bottom-cta-section::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: radial-gradient(rgba(88,186,64,0.1) 1.5px, transparent 1.5px);
	background-size: 30px 30px;
	z-index: 1;
}
.audit-page .audit-bottom-cta-content {
	max-width: 800px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.audit-page .audit-bottom-cta-title {
	font-size: 2.25rem;
	font-weight: var(--font-weight-headline-max);
	margin-bottom: 1rem;
	color: var(--color-text-main);
}
.audit-page .audit-bottom-cta-desc {
	font-size: 1.05rem;
	color: var(--color-text-muted);
	margin-bottom: 2.5rem;
	line-height: 1.6;
}
.audit-page .audit-bottom-cta-btn {
	display: inline-block;
	padding: 0.95rem 2.25rem;
	background: var(--gradient-brand);
	color: #ffffff;
	font-weight: var(--font-weight-semibold);
	text-decoration: none;
	border-radius: var(--border-radius-md);
	box-shadow: 0 4px 12px rgba(88, 186, 64, 0.15);
	transition: var(--transition-smooth);
}
.audit-page .audit-bottom-cta-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(88, 186, 64, 0.25);
}

/* ──────────────────────────────────────────────────────────────────────────
   11. CLONED STYLES FOR PARTNERS, CASE STUDIES, TESTIMONIALS, FAQ, TEAM GRID
   ────────────────────────────────────────────────────────────────────────── */

/* Brands Bar Section */
.audit-page .brands-section {
	padding: 2.8125rem 0;
	background-color: var(--color-bg-main);
}
.audit-page .brands-section h2.section-title {
	color: var(--color-primary) !important;
	font-size: 0.85rem !important;
	font-weight: var(--font-weight-semibold) !important;
	text-transform: uppercase !important;
	letter-spacing: 0.12em !important;
	margin-bottom: 0.75rem !important;
	display: inline-block !important;
}
.audit-page .brands-section .section-title-wrapper {
	margin-bottom: 2.25rem !important;
}


/* Cloned Case Studies Section */
.audit-page .bg-cases-section {
  background: #ffffff;
  padding: 2.8125rem 0;
}
.audit-page .bg-cases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.audit-page .bg-case-card {
  background: #ffffff;
  border: 1px solid var(--color-border, #e6ede4);
  border-radius: var(--border-radius-lg, 10px);
  overflow: hidden;
  box-shadow: var(--shadow-subtle, 0 4px 20px rgba(0, 0, 0, 0.008));
  display: flex;
  flex-direction: column;
  transition: var(--transition-smooth, all 0.3s ease);
}
.audit-page .bg-case-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover, 0 8px 30px rgba(88, 186, 64, 0.008));
}
.audit-page .bg-case-thumb {
  height: 200px;
  overflow: hidden;
  background: var(--color-border, #e6ede4);
  position: relative;
}
.audit-page .bg-case-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition-smooth, all 0.3s ease);
}
.audit-page .bg-case-card:hover .bg-case-thumb img {
  transform: scale(1.05);
}
.audit-page .bg-case-content {
  padding: 2rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.audit-page .bg-case-logo {
  max-height: 28px;
  width: auto;
  object-fit: contain;
  margin-bottom: 1.25rem;
  align-self: flex-start;
}
.audit-page .bg-case-title {
  font-size: 1.25rem;
  font-weight: var(--font-weight-bold, 700);
  color: var(--color-text-main, #1d2b1a);
  margin-bottom: 1.25rem;
  line-height: 1.35;
}
.audit-page .bg-case-stats {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-top: auto;
  padding-top: 1.25rem;
  border-top: 1px solid var(--color-border, #e6ede4);
}
.audit-page .bg-case-stat-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
}
.audit-page .bg-case-stat-label {
  color: var(--color-text-muted, #52634f);
}
.audit-page .bg-case-stat-val {
  font-weight: var(--font-weight-bold, 700);
  color: var(--color-primary, #58BA40);
}

/* Cloned Testimonials Slider Section */
.audit-page .svc-testimonials-section {
	background-color: #ffffff;
	position: relative;
	overflow: hidden;
	padding: 20px 0 !important;
}
.audit-page .svc-testimonials-section .testimonials-header-row {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	gap: 1.5rem;
	margin-bottom: 3.5rem;
}
@media (min-width: 768px) {
	.audit-page .svc-testimonials-section .testimonials-header-row {
		flex-direction: row;
		align-items: flex-end;
	}
}
.audit-page .svc-testimonials-section .testimonials-header-left {
	max-width: 650px;
}
.audit-page .svc-testimonials-section .testimonials-carousel-container {
	position: relative;
	width: 100%;
	overflow: visible;
}
.audit-page .svc-testimonials-section .carousel-track-wrapper {
	overflow: hidden;
	width: 100%;
}
.audit-page .svc-testimonials-section .carousel-track {
	display: flex;
	transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
	will-change: transform;
	gap: 1.5rem;
}
.audit-page .svc-testimonials-section #svcTestimonialsCarousel .slide-item {
	width: calc((100% - 1.5rem * 2) / 3);
	flex-shrink: 0;
}
@media (max-width: 1023px) {
	.audit-page .svc-testimonials-section #svcTestimonialsCarousel .slide-item {
		width: calc((100% - 1.5rem) / 2);
	}
}
@media (max-width: 639px) {
	.audit-page .svc-testimonials-section #svcTestimonialsCarousel .slide-item {
		width: 100%;
	}
}
.audit-page .svc-testimonials-section .testimonial-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	background: #ffffff;
	border: 1px solid var(--color-border);
	border-radius: var(--border-radius-lg);
	padding: 2.25rem 2rem;
	box-shadow: var(--shadow-subtle);
	transition: var(--transition-smooth);
}
.audit-page .svc-testimonials-section .testimonial-card:hover {
	transform: translateY(-10px);
	box-shadow: var(--shadow-hover);
	border-color: rgba(88, 186, 64, 0.25);
}
.audit-page .svc-testimonials-section .testimonial-quote-icon {
	color: var(--color-primary-pastel);
	font-size: 3rem;
	line-height: 1;
	font-family: Georgia, serif;
	margin-bottom: 0.5rem;
	display: block;
}
.audit-page .svc-testimonials-section .testimonial-rating {
	color: #ffb800;
	font-size: 1rem;
	margin-bottom: 1rem;
	display: inline-flex;
	gap: 2px;
}
.audit-page .svc-testimonials-section .testimonial-rating .star-item {
	display: inline-block;
	opacity: 0;
	transform: scale(0);
	transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.5s ease;
}
.audit-page .svc-testimonials-section.animate-active .testimonial-rating .star-item {
	opacity: 1;
	transform: scale(1);
}
.audit-page .svc-testimonials-section .testimonial-text {
	font-size: 0.95rem;
	line-height: 1.65;
	color: var(--color-text-muted);
	margin-bottom: 2rem;
}
.audit-page .svc-testimonials-section .testimonial-user {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-top: auto;
}
.audit-page .svc-testimonials-section .testimonial-avatar {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
	border: 1px solid var(--color-border);
}
.audit-page .svc-testimonials-section .testimonial-user-info h3 {
	font-size: 0.9rem;
	margin-bottom: 0.15rem;
	font-weight: var(--font-weight-semibold);
	color: var(--color-text-main);
}
.audit-page .svc-testimonials-section .testimonial-user-info span {
	font-size: 0.75rem;
	color: var(--color-text-muted);
}
.audit-page .svc-testimonials-section .carousel-nav-controls {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.5rem;
	margin-top: 2.5rem;
}
.audit-page .svc-testimonials-section .carousel-control-btn {
	background: var(--color-bg-main);
	border: 1px solid var(--color-border);
	width: 44px;
	height: 44px;
	border-radius: var(--border-radius-pill);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: var(--transition-smooth);
}
.audit-page .svc-testimonials-section .carousel-control-btn:hover:not(:disabled) {
	background-color: var(--color-primary);
	border-color: var(--color-primary);
}
.audit-page .svc-testimonials-section .carousel-control-btn:hover:not(:disabled) svg {
	fill: #ffffff;
}
.audit-page .svc-testimonials-section .carousel-control-btn:disabled {
	opacity: 0.35;
	cursor: not-allowed;
}
.audit-page .svc-testimonials-section .carousel-control-btn svg {
	width: 20px;
	height: 20px;
	fill: var(--color-text-main);
	transition: var(--transition-smooth);
}
.audit-page .svc-testimonials-section .carousel-dots-indicator {
	display: flex;
	gap: 0.5rem;
	align-items: center;
}
.audit-page .svc-testimonials-section .carousel-dot {
	width: 8px;
	height: 8px;
	border-radius: var(--border-radius-pill);
	background-color: var(--color-border);
	border: none;
	cursor: pointer;
	padding: 0;
	transition: background-color 0.3s ease, width 0.3s ease;
}
.audit-page .svc-testimonials-section .carousel-dot.active {
	background-color: var(--color-primary);
	width: 18px;
}

/* Cloned FAQ Accordion Section */
.audit-page .svc-faq-section {
	padding: 20px 0 !important;
	background-color: #ffffff;
}
.audit-page .svc-faq-section .svc-faq-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
	align-items: start;
	margin-top: 2.5rem;
}
@media (min-width: 992px) {
	.audit-page .svc-faq-section .svc-faq-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 2.5rem;
	}
}
.audit-page .svc-faq-section .faq-column {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.audit-page .svc-faq-section .svc-faq-item {
	background: var(--color-bg-main);
	border: 1px solid var(--color-border);
	border-radius: var(--border-radius-lg);
	overflow: hidden;
	box-shadow: var(--shadow-subtle);
	transition: var(--transition-smooth);
}
.audit-page .svc-faq-section .svc-faq-header {
	width: 100%;
	padding: 1.25rem 1.75rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: none;
	border: none;
	cursor: pointer;
	text-align: left;
	font-family: var(--font-family);
	font-size: 1rem;
	font-weight: var(--font-weight-semibold);
	color: var(--color-text-main);
	transition: background-color 0.3s, color 0.3s;
}
.audit-page .svc-faq-section .svc-faq-header:hover {
	background-color: rgba(88, 186, 64, 0.04);
	color: var(--color-primary);
}
.audit-page .svc-faq-section .faq-icon-plus {
	position: relative;
	width: 14px;
	height: 14px;
	transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
	flex-shrink: 0;
	margin-left: 1rem;
}
.audit-page .svc-faq-section .faq-icon-plus::before,
.audit-page .svc-faq-section .faq-icon-plus::after {
	content: '';
	position: absolute;
	background-color: var(--color-text-muted);
	transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.3s;
}
.audit-page .svc-faq-section .faq-icon-plus::before {
	top: 6px;
	left: 0;
	width: 14px;
	height: 2px;
}
.audit-page .svc-faq-section .faq-icon-plus::after {
	top: 0;
	left: 6px;
	width: 2px;
	height: 14px;
}
.audit-page .svc-faq-section .svc-faq-content {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease;
	will-change: max-height, opacity;
}
.audit-page .svc-faq-section .faq-body {
	padding: 0 1.75rem 1.5rem 1.75rem;
	font-size: 0.925rem;
	color: var(--color-text-muted);
	line-height: 1.65;
}
.audit-page .svc-faq-section .svc-faq-item.active {
	border-color: rgba(88, 186, 64, 0.35);
}
.audit-page .svc-faq-section .svc-faq-item.active .faq-icon-plus {
	transform: rotate(135deg);
}
.audit-page .svc-faq-section .svc-faq-item.active .faq-icon-plus::before,
.audit-page .svc-faq-section .svc-faq-item.active .faq-icon-plus::after {
	background-color: var(--color-primary);
}
.audit-page .svc-faq-section .svc-faq-item.active .svc-faq-content {
	opacity: 1;
}

/* Cloned Team Grid Section */
.audit-page .seo-service-team-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
	margin-top: 3rem;
}
@media (min-width: 640px) {
	.audit-page .seo-service-team-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (min-width: 1024px) {
	.audit-page .seo-service-team-grid {
		grid-template-columns: repeat(4, 1fr);
		gap: 1.5rem;
		padding-left: 0;
		padding-right: 0;
	}
}
.audit-page .seo-service-team-grid .team-card {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s ease, box-shadow 0.4s ease !important;
}
.audit-page .audit-team-section.animate-active .seo-service-team-grid .team-card {
	opacity: 1;
	transform: translateY(0);
}
.audit-page .seo-service-team-grid .team-card:nth-child(1) { transition-delay: 100ms; }
.audit-page .seo-service-team-grid .team-card:nth-child(2) { transition-delay: 250ms; }
.audit-page .seo-service-team-grid .team-card:nth-child(3) { transition-delay: 400ms; }
.audit-page .seo-service-team-grid .team-card:nth-child(4) { transition-delay: 550ms; }
.audit-page .seo-service-team-grid .team-member-placeholder {
	width: 100%;
	height: 100%;
	background: #f1f5f9;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #94a3b8;
	font-weight: 600;
	font-size: 0.9rem;
}


/* ──────────────────────────────────────────────────────────────────────────
   12. MOBILE COLLAPSE RESPONSIVENESS OVERRIDES
   ────────────────────────────────────────────────────────────────────────── */
@media (max-width: 767px) {
	.audit-page .section-padding {
		padding: 3.5rem 0 !important;
	}
	.audit-page .pricing-grid,
	.audit-page .bg-cases-grid,
	.audit-page .seo-service-team-grid {
		grid-template-columns: 1fr;
		gap: 2rem;
	}
	.audit-page .pricing-card,
	.audit-page .bg-case-card,
	.audit-page .team-card {
		margin-bottom: 1.5rem;
	}
	.audit-page .pricing-card:last-child,
	.audit-page .bg-case-card:last-child,
	.audit-page .team-card:last-child {
		margin-bottom: 0;
	}
}

/* Highlight Blockquote styling matching image mockup */
.audit-page .audit-tab-panel-content blockquote {
	background: #f2faf0;
	border-left: 4px solid var(--color-primary);
	border-radius: 8px;
	padding: 1.5rem 2rem;
	margin: 2rem 0 0 0;
}
.audit-page .audit-tab-panel-content blockquote p.quote-title {
	color: var(--color-primary);
	font-weight: 700;
	font-size: 1.1rem;
	margin-top: 0;
	margin-bottom: 1rem;
}
.audit-page .audit-tab-panel-content blockquote ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}
.audit-page .audit-tab-panel-content blockquote li {
	position: relative;
	padding-left: 1.75rem;
	font-size: 0.95rem;
	line-height: 1.5;
	color: var(--color-text-muted);
}
.audit-page .audit-tab-panel-content blockquote li::before {
	content: "→";
	position: absolute;
	left: 0;
	top: -0.05rem;
	color: var(--color-primary);
	font-weight: bold;
	font-size: 1.1rem;
}

/* ==========================================================================
   FEATURE IMAGE SECTION (.services-roadmap-feature-img-section)
   ========================================================================== */
.audit-page .services-roadmap-feature-img-section {
	padding: 0 0 4rem 0;
	background-color: #ffffff;
}
.audit-page .services-roadmap-feature-figure {
	margin: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.audit-page .services-roadmap-feature-figure img {
	max-width: 100%;
	height: auto;
	border-radius: var(--border-radius-lg);
	box-shadow: var(--shadow-subtle);
}

/* ==========================================================================
   BENEFITS SECTION (.seo-benefits-section)
   ========================================================================== */
.audit-page .seo-benefits-section {
	position: relative;
	background-color: var(--color-bg-light, #f9fcf8);
	overflow: hidden;
	padding: 6rem 0;
}
.audit-page .seo-benefits-section .benefits-bg-glow {
	position: absolute;
	top: -10%;
	right: -10%;
	width: 600px;
	height: 600px;
	background: radial-gradient(circle, rgba(88, 186, 64, 0.05) 0%, rgba(255, 255, 255, 0) 70%);
	pointer-events: none;
	z-index: 1;
}
.audit-page .seo-benefits-section .benefits-bg-grid {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(var(--color-border) 1px, transparent 1px),
	                  linear-gradient(90deg, var(--color-border) 1px, transparent 1px);
	background-size: 40px 40px;
	opacity: 0.25;
	pointer-events: none;
	z-index: 1;
}
.audit-page .seo-benefits-section .benefits-bg-chart {
	position: absolute;
	bottom: 50px;
	right: 5%;
	width: 120px;
	height: 140px;
	opacity: 0.6;
	pointer-events: none;
	z-index: 1;
}
.audit-page .seo-benefits-section .benefits-bg-chart svg {
	width: 100%;
	height: 100%;
}
.audit-page .seo-benefits-section .benefits-bg-label {
	position: absolute;
	top: 20%;
	left: -50px;
	font-size: 8rem;
	font-weight: 700;
	color: var(--color-text-main);
	opacity: 0.015;
	pointer-events: none;
	user-select: none;
	z-index: 1;
	transform: rotate(-90deg);
}
.audit-page .seo-benefits-section .container {
	position: relative;
	z-index: 3;
}
.audit-page .seo-benefits-section .benefits-title span {
	color: var(--color-primary);
}
.audit-page .seo-benefits-section .benefits-desc {
	max-width: 680px;
	margin: 1rem auto 0 auto;
}
.audit-page .seo-benefits-section .benefits-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.5rem;
	margin-top: 3.5rem;
}
.audit-page .seo-benefits-section .benefit-card {
	background-color: #ffffff;
	border: 1px solid var(--color-border);
	border-radius: var(--border-radius-lg);
	padding: 2rem 1.5rem;
	position: relative;
	box-shadow: var(--shadow-subtle);
	transition: var(--transition-smooth);
}
.audit-page .seo-benefits-section .benefit-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--shadow-hover);
	border-color: rgba(88, 186, 64, 0.15);
}
.audit-page .seo-benefits-section .benefit-icon-wrap {
	width: 48px;
	height: 48px;
	background-color: var(--color-primary-light);
	border-radius: var(--border-radius-md);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.5rem;
}
.audit-page .seo-benefits-section .benefit-icon-wrap svg,
.audit-page .seo-benefits-section .benefit-icon-wrap img {
	width: 24px;
	height: 24px;
	display: block;
}
.audit-page .seo-benefits-section .benefit-num {
	position: absolute;
	top: 2rem;
	right: 1.5rem;
	font-size: 1.25rem;
	font-weight: 750;
	color: var(--color-primary);
	opacity: 0.12;
}
.audit-page .seo-benefits-section .benefit-card-title {
	font-size: 1.1rem;
	font-weight: 750;
	color: var(--color-text-main);
	margin-bottom: 0.75rem;
	line-height: 1.35;
}
.audit-page .seo-benefits-section .benefit-card-desc {
	font-size: 0.9rem;
	color: var(--color-text-muted);
	line-height: 1.55;
	margin: 0;
}
.audit-page .seo-benefits-section .benefits-pill {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #ffffff;
	border: 1px solid var(--color-border);
	border-radius: 100px;
	padding: 0.65rem 1.5rem;
	max-width: 780px;
	margin: 3.5rem auto 0 auto;
	box-shadow: var(--shadow-subtle);
}
.audit-page .seo-benefits-section .pill-feature {
	display: flex;
	align-items: center;
	gap: 10px;
}
.audit-page .seo-benefits-section .pill-left {
	padding-right: 1.5rem;
}
.audit-page .seo-benefits-section .pill-right {
	padding-left: 1.5rem;
}
.audit-page .seo-benefits-section .pill-label {
	background-color: var(--color-primary-pastel);
	color: var(--color-primary);
	font-size: 0.65rem;
	font-weight: var(--font-weight-bold);
	padding: 0.2rem 0.6rem;
	border-radius: var(--border-radius-pill);
	text-transform: uppercase;
}
.audit-page .seo-benefits-section .pill-text {
	font-size: 0.85rem;
	font-weight: var(--font-weight-semibold);
	color: var(--color-text-main);
}
.audit-page .seo-benefits-section .pill-icon-shield {
	color: var(--color-primary);
	flex-shrink: 0;
}
.audit-page .seo-benefits-section .pill-center-btn {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background-color: var(--color-primary);
	box-shadow: 0 4px 15px rgba(88, 186, 64, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	position: relative;
	z-index: 5;
}
.audit-page .seo-benefits-section .pill-center-btn svg,
.audit-page .seo-benefits-section .pill-center-btn img {
	width: 24px;
	height: 24px;
	display: block;
}

@media (max-width: 991px) {
	.audit-page .seo-benefits-section .benefits-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 1.25rem;
	}
	.audit-page .seo-benefits-section .benefits-bg-chart {
		display: none;
	}
	.audit-page .seo-benefits-section .benefit-card:nth-child(odd):last-child {
		grid-column: span 2;
	}
}
@media (max-width: 767px) {
	.audit-page .seo-benefits-section .benefits-grid {
		grid-template-columns: 1fr;
	}
	.audit-page .seo-benefits-section .benefit-card:nth-child(odd):last-child {
		grid-column: span 1;
	}
	.audit-page .seo-benefits-section .benefits-bg-label,
	.audit-page .seo-benefits-section .benefits-bg-chart {
		display: none;
	}
	.audit-page .seo-benefits-section .benefits-pill {
		flex-direction: column;
		gap: 1.5rem;
		border-radius: var(--border-radius-lg);
		padding: 1.5rem;
	}
	.audit-page .seo-benefits-section .pill-feature {
		width: 100%;
		justify-content: center;
		padding: 0 !important;
	}
}

/* ============================================================
   METHODOLOGY PROOF SECTION (.methodology-proof-wrapper)
   ============================================================ */
.audit-page .methodology-proof-section {
	padding: 0 0 6rem 0;
	background-color: #ffffff;
}
.audit-page .methodology-proof-wrapper {
	width: 100%;
	margin-top: 0;
	position: relative;
	z-index: 5;
}
.audit-page .proof-slider-wrapper {
	position: relative;
	width: 100%;
}
.audit-page .proof-nav-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background-color: #ffffff;
	border: 1px solid var(--color-border);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-text-main);
	z-index: 10;
	transition: all 0.3s ease;
	padding: 0;
}
.audit-page .proof-nav-btn:hover {
	background-color: var(--color-primary);
	color: #ffffff;
	border-color: transparent;
	box-shadow: 0 4px 15px rgba(88, 186, 64, 0.2);
}
.audit-page .proof-nav-btn.disabled {
	opacity: 0.4;
	cursor: not-allowed;
	pointer-events: none;
}
.audit-page .proof-nav-btn.prev-btn {
	left: -22px;
}
.audit-page .proof-nav-btn.next-btn {
	right: -22px;
}
.audit-page .proof-nav-btn svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.5;
	stroke-linecap: round;
	stroke-linejoin: round;
}

@media (max-width: 1240px) {
	.audit-page .proof-nav-btn.prev-btn {
		left: 5px;
	}
	.audit-page .proof-nav-btn.next-btn {
		right: 5px;
	}
}

@media (max-width: 767px) {
	.audit-page .proof-nav-btn {
		display: none;
	}
}

.audit-page .proof-slider-container {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.audit-page .proof-slider-track {
	display: flex;
	gap: 20px;
	transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
	will-change: transform;
}
.audit-page .proof-slide-col {
	display: flex;
	flex-direction: column;
	gap: 20px;
	flex-shrink: 0;
	width: 100%;
}
@media (min-width: 640px) {
	.audit-page .proof-slide-col {
		width: calc((100% - 20px) / 2);
	}
}
@media (min-width: 992px) {
	.audit-page .proof-slide-col {
		width: calc((100% - 40px) / 3);
	}
}
.audit-page .proof-card {
	background-color: #ffffff;
	border: 1px solid var(--color-border);
	border-radius: var(--border-radius-lg);
	box-shadow: var(--shadow-subtle);
	overflow: hidden;
	padding: 10px;
	margin: 0;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.audit-page .proof-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--shadow-hover);
}
.audit-page .proof-card img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: var(--border-radius-md);
	aspect-ratio: 1137 / 812;
	object-fit: cover;
	object-position: top left;
}

/* Dots */
.audit-page .proof-slider-dots {
	display: flex;
	justify-content: center;
	gap: 0.6rem;
	margin-top: 2.5rem;
}
.audit-page .proof-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: none;
	background-color: var(--color-border);
	cursor: pointer;
	padding: 0;
	transition: background-color 0.3s ease, transform 0.3s ease;
}
.audit-page .proof-dot:hover {
	transform: scale(1.2);
}
.audit-page .proof-dot.active {
	background-color: var(--color-primary);
	transform: scale(1.2);
}
