/* ==========================================================================
   CSS FOR SEO SERVICES CUSTOM TEMPLATE
   ========================================================================== */

/* Page-specific Container */
.seo-services-page {
	font-family: var(--font-family, 'Inter', sans-serif);
	color: var(--color-text-main, #1d2b1a);
	background: var(--color-bg-main, #ffffff);
}

/* Base Layout Elements */
.services-section {
	padding: 2.8125rem 0;
	position: relative;
	background: #ffffff;
}
.services-section.bg-light {
	background: #ffffff;
}

/* Dynamic Typography Scale */
.seo-services-subtitle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem 1.125rem;
	font-size: 0.75rem;
	font-weight: var(--font-weight-semibold, 600);
	color: var(--color-primary, #58BA40);
	background: var(--color-primary-light, rgba(88, 186, 64, 0.05));
	border-radius: var(--border-radius-pill, 9999px);
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-bottom: 1.5rem;
	border: 1px solid rgba(88, 186, 64, 0.1);
}
.seo-services-title {
	font-size: clamp(1.85rem, 4vw, 2.5rem);
	font-weight: var(--font-weight-headline-max, 750);
	line-height: 1.25;
	color: var(--color-text-main, #1d2b1a);
	margin-bottom: 1.25rem;
	letter-spacing: -0.5px;
}
.seo-services-title span {
	color: var(--color-primary, #58BA40);
}
.seo-services-desc {
	font-size: 1.05rem;
	line-height: 1.6;
	color: var(--color-text-muted, #52634f);
	max-width: 720px;
}
.seo-services-desc p {
	margin-bottom: 0;
}

/* Clean Section Header */
.services-section-header {
	margin-bottom: 3.5rem;
}
.services-section-header.center {
	text-align: center;
}
.services-section-header.center .seo-services-desc {
	margin: 0 auto;
}

/* Custom isolated buttons */
.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;
}
.services-btn-primary {
	background: var(--gradient-brand);
	color: #ffffff !important;
	box-shadow: 0 4px 15px rgba(88, 186, 64, 0.1);
}
.services-btn-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(88, 186, 64, 0.2);
}
.services-btn-outline {
	background: transparent;
	color: var(--color-text-main, #1d2b1a) !important;
	border: 1.5px solid var(--color-border, #e6ede4);
}
.services-btn-outline:hover {
	transform: translateY(-2px);
	border-color: var(--color-primary, #58BA40);
	background: var(--color-primary-light, rgba(88, 186, 64, 0.03));
}

/* Checkmarks lists */
.services-checkmark-list {
	margin: 1.5rem 0;
	padding-left: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 0.875rem;
}
.services-checkmark-list li {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	font-size: 0.975rem;
	color: var(--color-text-muted, #52634f);
	line-height: 1.45;
}
.services-checkmark-list svg {
	width: 1.25rem;
	height: 1.25rem;
	color: var(--color-primary, #58BA40);
	flex-shrink: 0;
	margin-top: 0.125rem;
}

/* 1. Hero Section */
.services-hero {
	padding: 6rem 0 2.25rem;
	position: relative;
	background: #ffffff !important;
	color: var(--color-text-main, #1d2b1a);
	overflow: hidden; /* Prevent background elements from causing horizontal page stretch */
}
.services-hero-overlay {
	position: absolute;
	inset: 0;
	background-image: url('http://seo-center.local/wp-content/uploads/2026/07/SEO-Center-Background.webp');
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	opacity: 0.35; /* Faded/Soft opacity to prevent distracting elements */
	z-index: 1;
	pointer-events: none;
}
.services-hero .container {
	position: relative;
	z-index: 2;
}
.services-hero-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 3.5rem;
	align-items: center;
}
@media (min-width: 992px) {
	.services-hero-grid {
		grid-template-columns: 3fr 2fr; /* 60/40 split — content column wider */
	}
}
.services-hero-content .seo-services-subtitle {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.5rem 1rem;
	font-size: 0.8rem;
	font-weight: var(--font-weight-semibold, 600);
	color: #2ea121;
	background: #e2f4dd;
	border-radius: var(--border-radius-pill, 9999px);
	margin-bottom: 1.5rem;
	border: 1px solid rgba(88, 186, 64, 0.1);
	text-transform: none;
	letter-spacing: normal;
}
.subtitle-icon {
	color: #2ea121;
	width: 1rem;
	height: 1rem;
	flex-shrink: 0;
}
.services-hero-content .seo-services-title {
	font-size: clamp(2.25rem, 5vw, 3.25rem);
	line-height: 1.15;
	margin-bottom: 1.5rem;
	color: var(--color-text-main, #1d2b1a);
}
.services-hero-content .seo-services-title span {
	color: var(--color-primary, #58BA40) !important;
	text-shadow: none;
}
.services-hero-content .seo-services-desc {
	font-size: 1.125rem;
	margin-bottom: 2rem;
	color: var(--color-text-muted, #52634f);
}
.services-hero-content .seo-services-desc p {
	color: var(--color-text-muted, #52634f) !important;
}
.services-hero-content .services-checkmark-list li {
	color: var(--color-text-muted, #52634f) !important;
}
.services-hero-content .services-checkmark-list .checkmark-circle {
	background: #e2f4dd;
	color: #2ea121;
}
.checkmark-circle {
	width: 1.35rem;
	height: 1.35rem;
	border-radius: 50%;
	background: #e2f4dd;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #2ea121;
	flex-shrink: 0;
}
.checkmark-circle svg {
	width: 0.825rem;
	height: 0.825rem;
	stroke-width: 3.5;
}
.services-hero-cta {
	display: flex;
	gap: 1.25rem;
	flex-wrap: wrap;
	margin-top: 2rem;
}
/* White primary button for green gradient contrast */
.services-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);
}
.services-hero-content .services-btn-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(88, 186, 64, 0.2);
}
.services-hero-content .services-btn-primary .btn-arrow-circle {
	background: rgba(255, 255, 255, 0.2) !important;
	color: #ffffff !important;
}
/* Outline secondary button for green gradient contrast */
.services-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;
}
.services-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;
}
.btn-arrow-circle {
	width: 1.35rem;
	height: 1.35rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	flex-shrink: 0;
	margin-left: 0.5rem;
	transition: var(--transition-smooth, transform 0.3s ease);
}
.services-btn-primary:hover .btn-arrow-circle {
	transform: translateX(2px);
}
.btn-arrow-circle svg {
	width: 0.825rem;
	height: 0.825rem;
	stroke-width: 3px;
}

/* Floating Mockup Graphics exactly matching Image 1 */
.services-hero-graphic {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1.15;
	display: flex;
	align-items: center;
	justify-content: center;
}
.services-hero-image-wrapper {
	width: 100%;
	height: 100%;
}
.services-hero-image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.services-hero-fallback-graphic {
	position: relative;
	width: 100%;
	height: 100%;
}
.services-graphic-bg-wrapper {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.services-graphic-bg-img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	opacity: 0.85;
}

/* 4 Overlapping Cards layout */
.services-graphic-card {
	position: absolute;
	background: #ffffff;
	border: 1px solid rgba(226, 238, 222, 0.7);
	border-radius: 12px;
	padding: 1rem 1.125rem;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.008);
	box-sizing: border-box;
	transition: var(--transition-smooth, all 0.3s ease);
}
.services-graphic-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 15px 35px rgba(88, 186, 64, 0.02);
}

.services-card-chart {
	width: 72%;
	left: 0%;
	top: 38%;
	z-index: 2;
	padding: 1.25rem;
}
.services-card-traffic {
	width: 42%;
	left: 2%;
	top: 2%;
	z-index: 3;
	animation: float-slow 6s ease-in-out infinite;
}
.services-card-keywords {
	width: 34%;
	right: 2%;
	top: 2%;
	z-index: 4;
	animation: float-fast 5s ease-in-out infinite;
}
.services-card-conv {
	width: 36%;
	right: 2%;
	bottom: 2%;
	z-index: 3;
	animation: float-slow 8s ease-in-out infinite;
}

.graphic-card-label {
	font-size: 0.75rem;
	font-weight: 600;
	color: #718096;
	margin-bottom: 0.25rem;
}
.graphic-card-val-row {
	display: flex;
	align-items: baseline;
	gap: 0.5rem;
	margin-bottom: 0.125rem;
}
.graphic-card-val {
	font-size: 1.6rem;
	font-weight: 750;
	color: #1a202c;
	line-height: 1.1;
}
.graphic-trend-badge {
	font-size: 0.75rem;
	font-weight: 700;
	color: #48bb78;
	background: #f0fff4;
	padding: 0.125rem 0.375rem;
	border-radius: 4px;
}
.graphic-card-sub {
	font-size: 0.7rem;
	color: #a0aec0;
	margin-bottom: 0.5rem;
}
.graphic-mini-sparkline {
	margin-top: 0.25rem;
}

/* Card 2 Keywords vertical bars */
.graphic-bar-chart {
	display: flex;
	align-items: flex-end;
	gap: 0.35rem;
	height: 1.75rem;
	margin-top: 0.5rem;
}
.graphic-bar {
	flex: 1;
	background: #e2f4dd;
	border-radius: 2px 2px 0 0;
	transition: background 0.3s;
}
.graphic-bar:last-child {
	background: #58BA40;
}

/* Card 3 Main Chart elements */
.chart-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1rem;
}
.chart-title {
	font-size: 0.85rem;
	font-weight: 700;
	color: #2d3748;
}
.chart-legend {
	display: flex;
	gap: 0.75rem;
	font-size: 0.725rem;
	color: #718096;
}
.legend-item {
	display: flex;
	align-items: center;
	gap: 0.25rem;
}
.legend-dot {
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	display: inline-block;
}
.legend-traffic .legend-dot {
	background: #58BA40;
}
.legend-keywords .legend-dot {
	background: #8ae073;
}
.chart-body {
	display: flex;
	gap: 0.75rem;
}
.chart-y-axis {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 110px;
	font-size: 0.7rem;
	color: #a0aec0;
	text-align: right;
	width: 1.25rem;
}
.chart-plot-area {
	flex-grow: 1;
	height: 110px;
}
.chart-plot-area svg {
	overflow: visible;
}
.chart-x-axis {
	display: flex;
	justify-content: space-between;
	margin-left: 2rem;
	margin-top: 0.35rem;
	font-size: 0.7rem;
	color: #a0aec0;
}

/* Card 4 Donut chart styling */
.conv-left {
	display: flex;
	flex-direction: column;
}
.conv-right {
	margin-left: auto;
	display: flex;
	align-items: center;
}
.donut {
	transform: rotate(-90deg);
}

/* Animations for floating cards */
@keyframes float-slow {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-8px); }
}
@keyframes float-medium {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-12px); }
}
@keyframes float-fast {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-6px); }
}

/* 2. Partners Logos - Carousel Cloned from Homepage */
.brands-section {
	padding: 2.8125rem 0;
	background-color: var(--color-bg-main);
}
.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;
}
.brands-section .section-title-wrapper {
	margin-bottom: 2.25rem !important;
}
.brands-bar {
	text-align: center;
	margin-bottom: 3.5rem;
}
.brands-bar:last-child {
	margin-bottom: 0;
}
.brand-logo-item {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 90px;
	padding: 0 10px;
	width: 100%;
	box-sizing: border-box;
}
.brand-logo-item img {
	max-height: 80px;
	max-width: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	opacity: 1;
	filter: none !important;
	transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.brand-logo-item img:hover {
	transform: scale(1.08);
}
.partners-grid-slider {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 1rem 0;
}
.partners-grid-track {
	display: flex;
	transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
	will-change: transform;
	width: 100%;
}
.partners-grid-page {
	width: 100%;
	flex-shrink: 0;
	box-sizing: border-box;
}
.partners-logos-grid-6col {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 1.75rem 1.25rem;
	width: 100%;
	justify-items: center;
	align-items: center;
}
@media (max-width: 991px) {
	.partners-logos-grid-6col {
		grid-template-columns: repeat(4, 1fr);
		gap: 2rem 1.5rem;
	}
}
@media (max-width: 767px) {
	.partners-logos-grid-6col {
		grid-template-columns: repeat(3, 1fr);
		gap: 1.5rem 1rem;
	}
}
@media (max-width: 480px) {
	.partners-logos-grid-6col {
		grid-template-columns: repeat(2, 1fr);
	}
}
.partners-dots-indicator {
	display: flex;
	justify-content: center;
	gap: 0.6rem;
	margin-top: 2.5rem;
}
.partners-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;
}
.partners-dot:hover {
	transform: scale(1.2);
}
.partners-dot.active {
	background-color: var(--color-primary);
	transform: scale(1.2);
}

/* 3. Core Solutions - Split Layout Cloned from Homepage */
.services-layout {
	display: grid;
	grid-template-columns: 1fr;
	gap: 4rem;
	align-items: start;
}

@media (min-width: 992px) {
	.services-layout { grid-template-columns: 0.8fr 1.2fr; }
}

.services-left {
	position: sticky;
	top: 120px;
}

.services-btn {
	margin-top: 1rem;
}

.services-grid-block {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
}

@media (min-width: 576px) {
	.services-grid-block { grid-template-columns: repeat(2, 1fr); }
}

.service-card {
	background: var(--color-bg-main, #ffffff);
	border: 1px solid var(--color-border, #e6ede4);
	border-radius: var(--border-radius-lg, 10px);
	padding: 2rem;
	box-shadow: var(--shadow-subtle, 0 4px 20px rgba(0, 0, 0, 0.008));
	transition: var(--transition-smooth, all 0.3s ease);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	will-change: transform, opacity;
}

.service-card:hover {
	transform: translateY(-12px) !important;
	border-color: var(--color-primary, #58BA40) !important;
	box-shadow: var(--shadow-hover, 0 8px 30px rgba(88, 186, 64, 0.008));
}

.service-card-top h3,
.service-card-top h4 {
	font-size: 1.25rem;
	margin-top: 0;
	margin-bottom: 0.75rem;
	font-weight: var(--font-weight-bold, 700);
	color: var(--color-text-main, #1d2b1a);
}

.service-card-top p {
	font-size: 0.9rem;
	line-height: 1.6;
	margin-bottom: 1.5rem;
	color: var(--color-text-muted, #52634f);
}

.service-card-link {
	font-size: 0.85rem;
	font-weight: var(--font-weight-semibold, 600);
	color: var(--color-primary, #58BA40);
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	text-decoration: none;
	transition: var(--transition-smooth, all 0.3s ease);
}

.service-card:hover .service-card-link {
	transform: translateX(5px);
}

/* Service Card Icon Stagger & Hover */
.service-card-icon-wrapper {
	width: 48px;
	height: 48px;
	border-radius: var(--border-radius-md, 8px);
	background: var(--color-primary-light, rgba(88, 186, 64, 0.05));
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.25rem;
	transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.4s ease;
}

.service-card-icon {
	width: 24px;
	height: 24px;
	fill: var(--color-primary, #58BA40);
	transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.services-grid-block .service-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;
}

.services-right.animate-active .service-card,
.services-grid-block.animate-active .service-card {
	opacity: 1;
	transform: translateY(0);
}

.services-grid-block .service-card:nth-child(1) { transition-delay: 0ms; }
.services-grid-block .service-card:nth-child(2) { transition-delay: 100ms; }
.services-grid-block .service-card:nth-child(3) { transition-delay: 200ms; }
.services-grid-block .service-card:nth-child(4) { transition-delay: 300ms; }
.services-grid-block .service-card:nth-child(5) { transition-delay: 400ms; }
.services-grid-block .service-card:nth-child(6) { transition-delay: 500ms; }

.service-card:hover .service-card-icon-wrapper {
	background: var(--color-primary, #58BA40);
}

.service-card:hover .service-card-icon {
	fill: #ffffff;
	transform: rotate(10deg) scale(1.1);
}

/* 4. Strategy / Năng lực cốt lõi */
.services-strategy-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 4rem;
	align-items: center;
}
@media (min-width: 992px) {
	.services-strategy-grid {
		grid-template-columns: 0.95fr 1.05fr;
	}
}

/* Left Graphic Panel for Strategy */
.services-strategy-graphic {
	position: relative;
	width: 100%;
}
.strategy-image-container {
	position: relative;
	border-radius: var(--border-radius-lg, 10px);
	overflow: hidden;
	box-shadow: var(--shadow-subtle, 0 4px 20px rgba(0, 0, 0, 0.008));
	aspect-ratio: 1.05 / 1;
}
.strategy-main-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.strategy-card-floating {
	position: absolute;
	bottom: -1.5rem;
	right: 1.5rem;
	background: #ffffff;
	border: 1px solid var(--color-border, #e6ede4);
	border-radius: var(--border-radius-md, 8px);
	padding: 1.125rem 1.5rem;
	box-shadow: 0 12px 30px rgba(0,0,0,0.006);
	z-index: 2;
}
.strategy-floating-label {
	font-size: 0.725rem;
	color: var(--color-text-muted, #52634f);
	margin-bottom: 0.25rem;
}
.strategy-floating-num {
	font-size: 1.5rem;
	font-weight: var(--font-weight-headline-max, 750);
	color: var(--color-text-main, #1d2b1a);
	line-height: 1;
}
.strategy-floating-avatars {
	display: flex;
	margin-top: 0.625rem;
	padding-left: 0.375rem;
}
.strategy-floating-avatar {
	width: 1.85rem;
	height: 1.85rem;
	border-radius: 50%;
	border: 2px solid #ffffff;
	margin-left: -0.5rem;
	object-fit: cover;
	aspect-ratio: 1/1;
}
.strategy-floating-avatar:first-child {
	margin-left: 0;
}

/* Right Content Strategy */
.services-strategy-content .seo-services-title {
	margin-bottom: 1.5rem;
}
.services-strategy-content .seo-services-desc {
	margin-bottom: 2rem;
}
.services-strategy-content .services-checkmark-list {
	margin-bottom: 2.5rem;
}

/* 5. Roadmap / Quy trình triển khai - Serpentine Timeline */
/* Override global style.css which sets bg-light & borders on .roadmap-section */
.seo-services-page .roadmap-section {
	background-color: #ffffff !important;
	border-top: none !important;
	border-bottom: none !important;
}

.roadmap-timeline-serpentine {
	position: relative;
	margin-top: 2.5rem;
}

/* 5b. Feature Image below Roadmap */
.services-roadmap-feature-img-section {
	padding: 0 0 2.25rem;
	background: #ffffff;
}
.services-roadmap-feature-figure {
	margin: 0;
	padding: 0;
	line-height: 0;
	border-radius: var(--border-radius-lg, 10px);
	overflow: hidden;
	aspect-ratio: 16 / 9;
}
.services-roadmap-feature-figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

@media (min-width: 1025px) {
	.roadmap-timeline-serpentine {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 4rem 2rem;
		margin-top: 4.5rem;
	}
	
	.roadmap-timeline-serpentine .roadmap-step-1 { grid-row: 1; grid-column: 1; }
	.roadmap-timeline-serpentine .roadmap-step-2 { grid-row: 1; grid-column: 2; }
	.roadmap-timeline-serpentine .roadmap-step-3 { grid-row: 1; grid-column: 3; }
	.roadmap-timeline-serpentine .roadmap-step-4 { grid-row: 1; grid-column: 4; }
	.roadmap-timeline-serpentine .roadmap-step-5 { grid-row: 2; grid-column: 4; }
	.roadmap-timeline-serpentine .roadmap-step-6 { grid-row: 2; grid-column: 3; }
	.roadmap-timeline-serpentine .roadmap-step-7 { grid-row: 2; grid-column: 2; }
	
	.roadmap-timeline-serpentine .roadmap-step-num::after,
	.roadmap-timeline-serpentine .roadmap-step-num::before {
		content: none !important;
	}
}

@media (max-width: 1024px) {
	.roadmap-timeline-serpentine {
		display: flex;
		flex-direction: column;
		gap: 2.25rem;
		padding-left: 2.5rem;
		padding-top: 0;
		margin-top: 2.5rem;
	}
	.roadmap-timeline-serpentine::before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 20px;
		width: 2px;
		background-color: var(--color-border);
		z-index: 1;
	}
}

.roadmap-step {
	position: relative;
	z-index: 2;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media (max-width: 1024px) {
	.roadmap-timeline-serpentine .roadmap-step {
		text-align: left;
		align-items: flex-start;
	}
}

.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) {
	.roadmap-timeline-serpentine .roadmap-step-num {
		position: absolute;
		left: -2.5rem;
		top: -2px;
		margin-bottom: 0;
		border-color: var(--color-bg-light, #f9fcf8);
	}
}

.roadmap-step:hover .roadmap-step-num {
	transform: scale(1.1);
	background: var(--color-primary-hover, #4aa036);
}

.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;
}

.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;
}

.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) {
	.roadmap-timeline-serpentine .roadmap-step-desc {
		max-width: 100%;
	}
}

/* Roadmap Timeline Serpentine SVG Overlay & Step Scale */
.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;
}
.roadmap-timeline-serpentine .roadmap-step.animate-active .roadmap-step-num {
	transform: scale(1);
}
.roadmap-timeline-serpentine .roadmap-step:hover .roadmap-step-num {
	transform: scale(1.1) !important;
}
.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) {
	.serpentine-svg-line {
		display: block;
	}
	.roadmap-timeline-serpentine .roadmap-step {
		height: 180px;
	}
	/* Shift content left on Col 4 (Step 4 & Step 5) to clear the right curve line */
	.roadmap-timeline-serpentine .roadmap-step-4 .roadmap-step-badge,
	.roadmap-timeline-serpentine .roadmap-step-4 .roadmap-step-title,
	.roadmap-timeline-serpentine .roadmap-step-4 .roadmap-step-desc,
	.roadmap-timeline-serpentine .roadmap-step-5 .roadmap-step-badge,
	.roadmap-timeline-serpentine .roadmap-step-5 .roadmap-step-title,
	.roadmap-timeline-serpentine .roadmap-step-5 .roadmap-step-desc {
		transform: translateX(-50px);
	}
}
.serpentine-progress-line {
	stroke-dasharray: 2000;
	stroke-dashoffset: 2000;
	transition: stroke-dashoffset 0.1s linear;
}

/* Progressive delays for sequential animation */
.roadmap-step-1 { transition-delay: 0.1s !important; }
.roadmap-step-2 { transition-delay: 0.2s !important; }
.roadmap-step-3 { transition-delay: 0.3s !important; }
.roadmap-step-4 { transition-delay: 0.4s !important; }
.roadmap-step-5 { transition-delay: 0.5s !important; }
.roadmap-step-6 { transition-delay: 0.6s !important; }
.roadmap-step-7 { transition-delay: 0.7s !important; }

/* 6. Success Stories / Dự án tiêu biểu */
.services-cases-header-grid {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	margin-bottom: 3.5rem;
}
@media (min-width: 768px) {
	.services-cases-header-grid {
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-end;
	}
}
.services-cases-header-left {
	flex-grow: 1;
}
.services-cases-header-right {
	flex-shrink: 0;
}
.services-cases-all-btn {
	display: inline-flex;
	align-items: center;
	font-weight: var(--font-weight-semibold, 600);
	color: var(--color-primary, #58BA40);
	text-decoration: none;
	transition: var(--transition-smooth, all 0.3s ease);
}
.services-cases-all-btn:hover {
	gap: 0.35rem;
	color: var(--color-primary-hover, #4aa036);
}
.services-cases-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
}
@media (min-width: 768px) {
	.services-cases-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}
.services-case-card {
	background: #ffffff;
	border: 1px solid var(--color-border, #e6ede4);
	border-radius: var(--border-radius-lg, 10px);
	padding: 2rem 1.75rem;
	box-shadow: var(--shadow-subtle, 0 4px 20px rgba(0, 0, 0, 0.008));
	transition: var(--transition-smooth, all 0.3s ease);
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}
.services-case-card:hover {
	transform: translateY(-4px);
	border-color: rgba(88, 186, 64, 0.2);
	box-shadow: 0 10px 30px rgba(88, 186, 64, 0.008);
}
.services-case-logo-box {
	height: 2.5rem;
	display: flex;
	align-items: center;
	margin-bottom: 1.5rem;
}
.services-case-logo-box img {
	max-height: 2.25rem;
	width: auto;
	object-fit: contain;
}
.services-case-growth {
	font-size: clamp(2rem, 5vw, 2.75rem);
	font-weight: var(--font-weight-headline-max, 750);
	color: var(--color-primary, #58BA40);
	line-height: 1;
	margin-bottom: 0.5rem;
}
.services-case-desc {
	font-size: 0.95rem;
	line-height: 1.55;
	color: var(--color-text-muted, #52634f);
	margin-bottom: 1.5rem;
	flex-grow: 1;
}
.services-case-sparkline {
	height: 3.5rem;
	width: 100%;
	margin-bottom: 1.5rem;
	display: block;
}
.services-case-sparkline svg {
	width: 100%;
	height: 100%;
}
.services-case-link {
	display: inline-flex;
	align-items: center;
	font-size: 0.875rem;
	font-weight: var(--font-weight-semibold, 600);
	color: var(--color-primary, #58BA40);
	text-decoration: none;
	transition: var(--transition-smooth, all 0.3s ease);
	margin-top: auto;
}
.services-case-link:hover {
	gap: 0.35rem;
	color: var(--color-primary-hover, #4aa036);
}

/* 7. AI Tech Banner */
.services-tech-banner {
	padding: 2.8125rem 0;
	padding-top: 0 !important;
}
.tech-banner-container {
	background: var(--gradient-dark);
	border-radius: var(--border-radius-lg, 10px);
	padding: 3.5rem 2rem;
	color: #ffffff;
	display: grid;
	grid-template-columns: 1fr;
	gap: 3.5rem;
	align-items: center;
	box-shadow: 0 10px 40px rgba(11, 17, 8, 0.15);
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}
@media (min-width: 992px) {
	.tech-banner-container {
		grid-template-columns: 1.2fr 0.8fr;
		padding: 4.5rem 4rem;
	}
}
.tech-banner-left {
	position: relative;
	z-index: 2;
}
.tech-banner-left .seo-services-subtitle {
	color: var(--color-primary, #58BA40);
	background: rgba(88, 186, 64, 0.1);
	border-color: rgba(88, 186, 64, 0.2);
}
.tech-banner-left .seo-services-title {
	color: #ffffff !important;
	font-size: clamp(2rem, 4vw, 2.75rem);
}
.tech-banner-left .seo-services-desc {
	color: var(--color-dark-text-muted, #8ca388);
	margin-bottom: 2.25rem;
	font-size: 1.05rem;
}
.tech-banner-left .services-btn-primary {
	background: var(--gradient-brand);
	box-shadow: 0 4px 15px rgba(88, 186, 64, 0.3);
}

/* Tech interactive Graphic */
.tech-banner-right {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 2;
}
.tech-graphic-interactive {
	width: 100%;
	max-width: 320px;
	aspect-ratio: 1 / 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tech-graphic-interactive img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.tech-ai-core-fallback {
	position: relative;
	width: 15rem;
	height: 15rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tech-ai-orb {
	position: absolute;
	width: 4rem;
	height: 4rem;
	background: radial-gradient(circle, #7bd564 0%, #58BA40 60%, transparent 100%);
	border-radius: 50%;
	box-shadow: 0 0 30px rgba(88, 186, 64, 0.6);
	z-index: 2;
	animation: pulse-core 3s ease-in-out infinite;
}
.tech-ai-ring {
	position: absolute;
	border: 1.5px dashed rgba(88, 186, 64, 0.45);
	border-radius: 50%;
}
.tech-ai-ring-1 {
	width: 8rem;
	height: 8rem;
	animation: rotate-clockwise 12s linear infinite;
}
.tech-ai-ring-2 {
	width: 12rem;
	height: 12rem;
	border: 1px solid rgba(88, 186, 64, 0.25);
	animation: rotate-counter 18s linear infinite;
}
.tech-ai-node {
	position: absolute;
	width: 0.75rem;
	height: 0.75rem;
	background: #ffffff;
	border: 2px solid var(--color-primary, #58BA40);
	border-radius: 50%;
}
.tech-ai-node-1 { top: 0; left: 50%; transform: translate(-50%, -50%); }
.tech-ai-node-2 { bottom: 0; left: 50%; transform: translate(-50%, 50%); }
.tech-ai-node-3 { left: 0; top: 50%; transform: translate(-50%, -50%); }
.tech-ai-node-4 { right: 0; top: 50%; transform: translate(50%, -50%); }

@keyframes pulse-core {
	0%, 100% { transform: scale(1); opacity: 0.8; }
	50% { transform: scale(1.15); opacity: 1; filter: brightness(1.2); }
}
@keyframes rotate-clockwise {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
@keyframes rotate-counter {
	0% { transform: rotate(360deg); }
	100% { transform: rotate(0deg); }
}


/* 9. Testimonials & FAQ Dual Block */
.services-dual-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 4.5rem;
}
@media (min-width: 992px) {
	.services-dual-grid {
		grid-template-columns: 1fr 1fr;
		gap: 3.5rem;
	}
}

/* Left: Slider Testimonial */
.services-testimonial-container {
	background: var(--color-bg-light, #f9fcf8);
	border: 1px solid var(--color-border, #e6ede4);
	border-radius: var(--border-radius-lg, 10px);
	padding: 3rem 2.5rem;
	display: flex;
	flex-direction: column;
	position: relative;
	box-sizing: border-box;
}
.testimonial-quote-icon {
	color: rgba(88, 186, 64, 0.15);
	font-size: 5rem;
	line-height: 1;
	font-family: Georgia, serif;
	position: absolute;
	top: 1.5rem;
	left: 2rem;
	pointer-events: none;
	user-select: none;
}
.testimonial-slider {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 2rem;
	flex-grow: 1;
}
.testimonial-slide {
	display: none;
	animation: fadeIn 0.4s ease-in-out forwards;
}
.testimonial-slide.active {
	display: block;
}
.testimonial-text {
	font-size: 1.15rem;
	line-height: 1.6;
	color: var(--color-text-main, #1d2b1a);
	font-style: italic;
	margin-bottom: 2rem;
	position: relative;
	z-index: 2;
}
.testimonial-user {
	display: flex;
	align-items: center;
	gap: 1.125rem;
}
.testimonial-avatar {
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 50% !important; /* Đồng bộ hình tròn */
	object-fit: cover;
	aspect-ratio: 1 / 1;
	flex-shrink: 0;
	border: 1px solid var(--color-border, #e6ede4);
}
.testimonial-meta {
	display: flex;
	flex-direction: column;
}
.testimonial-name {
	font-size: 1.05rem;
	font-weight: var(--font-weight-bold, 700);
	color: var(--color-text-main, #1d2b1a);
}
.testimonial-role {
	font-size: 0.85rem;
	color: var(--color-text-muted, #52634f);
	margin-top: 0.125rem;
}

/* Slider pagination/arrows */
.testimonial-controls {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-top: auto;
}
.testimonial-nav-btn {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	background: #ffffff;
	border: 1px solid var(--color-border, #e6ede4);
	color: var(--color-text-main, #1d2b1a);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: var(--transition-smooth, all 0.3s ease);
}
.testimonial-nav-btn:hover {
	border-color: var(--color-primary, #58BA40);
	color: var(--color-primary, #58BA40);
	transform: translateY(-1px);
	box-shadow: 0 4px 10px rgba(0,0,0,0.02);
}
.testimonial-nav-btn svg {
	width: 1.15rem;
	height: 1.15rem;
}
.testimonial-dots {
	display: flex;
	gap: 0.5rem;
}
.testimonial-dot {
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background: var(--color-border, #e6ede4);
	cursor: pointer;
	transition: var(--transition-smooth, all 0.2s ease);
}
.testimonial-dot.active {
	background: var(--color-primary, #58BA40);
	width: 1.125rem;
	border-radius: 4px;
}

@keyframes fadeIn {
	from { opacity: 0; transform: translateY(5px); }
	to { opacity: 1; transform: translateY(0); }
}

/* Right: Accordion FAQ */
.faq-accordion {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.faq-item {
	background: #ffffff;
	border: 1px solid var(--color-border, #e6ede4);
	border-radius: var(--border-radius-md, 8px);
	overflow: hidden;
	transition: var(--transition-smooth, all 0.3s ease);
}
.faq-item:hover {
	border-color: rgba(88, 186, 64, 0.2);
}
.faq-question {
	width: 100%;
	padding: 1.35rem 1.75rem;
	background: #ffffff;
	border: none;
	text-align: left;
	font-size: 1.05rem;
	font-weight: var(--font-weight-semibold, 600);
	color: var(--color-text-main, #1d2b1a);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	cursor: pointer;
	transition: var(--transition-smooth, all 0.3s ease);
}
.faq-toggle-icon {
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	background: var(--color-primary-light, rgba(88, 186, 64, 0.05));
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-primary, #58BA40);
	flex-shrink: 0;
	transition: var(--transition-smooth, transform 0.3s ease);
}
.faq-toggle-icon svg {
	width: 0.875rem;
	height: 0.875rem;
	stroke-width: 2.5;
}
.faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1), padding 0.4s cubic-bezier(0.16, 1, 0.3, 1);
	padding: 0 1.75rem;
	box-sizing: border-box;
}
.faq-answer-inner {
	padding-bottom: 1.35rem;
	font-size: 0.95rem;
	line-height: 1.55;
	color: var(--color-text-muted, #52634f);
}
.faq-answer-inner p:last-child {
	margin-bottom: 0;
}

/* Accordion Active States */
.faq-item.active {
	border-color: var(--color-primary, #58BA40);
	box-shadow: var(--shadow-subtle, 0 4px 20px rgba(0,0,0,0.008));
}
.faq-item.active .faq-toggle-icon {
	transform: rotate(45deg);
	background: var(--color-primary, #58BA40);
	color: #ffffff;
}
.faq-item.active .faq-answer {
	/* max-height handled inline via JS on click */
}

/* 10. Form liên hệ tư vấn (Final CTA Banner) */
.services-final-cta {
	padding: 2.8125rem 0;
}
.final-cta-container {
	background: var(--gradient-brand);
	border-radius: 20px;
	padding: 4rem 2.5rem;
	color: #ffffff;
	display: grid;
	grid-template-columns: 1fr;
	gap: 3rem;
	align-items: center;
	position: relative;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(88, 186, 64, 0.15);
	box-sizing: border-box;
}
@media (min-width: 992px) {
	.final-cta-container {
		grid-template-columns: 1.25fr 0.75fr;
		padding: 4.5rem 5rem;
	}
}
.final-cta-left {
	position: relative;
	z-index: 2;
}
.final-cta-title {
	font-size: clamp(2rem, 4.5vw, 2.75rem);
	font-weight: var(--font-weight-headline-max, 750);
	line-height: 1.2;
	color: #ffffff !important;
	margin-bottom: 1rem;
	letter-spacing: -0.5px;
}
.final-cta-desc {
	font-size: 1.1rem;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.95);
}
.final-cta-desc p {
	margin-bottom: 0;
}
.final-cta-right {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: flex-start;
}
@media (min-width: 992px) {
	.final-cta-right {
		justify-content: flex-end;
	}
}
.final-cta-btn {
	background: #ffffff !important;
	color: var(--color-primary, #58BA40) !important;
	padding: 1rem 2.5rem;
	font-size: 1rem;
	font-weight: var(--font-weight-bold, 700);
	border-radius: var(--border-radius-md, 8px);
	text-transform: uppercase;
	letter-spacing: 0.5px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
	transition: var(--transition-smooth, all 0.3s ease);
}
.final-cta-btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
	background: #fdfdfd !important;
}

/* Background Bubbles decorative */
.final-cta-bubble {
	position: absolute;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
	border-radius: 50%;
	pointer-events: none;
	z-index: 1;
}
.bubble-1 {
	width: 15rem;
	height: 15rem;
	top: -5rem;
	left: -5rem;
}
.bubble-2 {
	width: 10rem;
	height: 10rem;
	bottom: -3rem;
	left: 30%;
}
.bubble-3 {
	width: 6rem;
	height: 6rem;
	top: 20%;
	right: 15%;
}

/* Responsive Overrides & Mobile Layout protection */
@media (max-width: 991px) {
	.services-section {
		padding: 2.25rem 0 !important;
	}
	.services-hero {
		padding: 5rem 0 2.25rem !important;
	}
	.services-hero-grid {
		gap: 2.5rem;
	}
	.services-hero-content {
		text-align: center;
	}
	.services-hero-content .services-checkmark-list {
		align-items: center;
	}
	.services-hero-cta {
		justify-content: center;
	}
	.services-hero-graphic {
		max-width: 440px;
		margin: 0 auto;
	}
	.services-strategy-grid {
		gap: 3rem;
	}
	.services-strategy-content {
		text-align: center;
	}
	.services-strategy-content .services-checkmark-list {
		align-items: center;
	}
	.services-strategy-content .services-btn {
		margin: 0 auto;
	}
	.strategy-badge-experience {
		width: 4.5rem;
		height: 4.5rem;
		top: -0.75rem;
		left: -0.75rem;
	}
	.strategy-exp-val {
		font-size: 1.15rem;
	}
	.strategy-card-floating {
		bottom: -1rem;
		right: 1rem;
		padding: 0.75rem 1.125rem;
	}
	.strategy-floating-num {
		font-size: 1.25rem;
	}
	.tech-banner-container {
		text-align: center;
		padding: 3rem 1.5rem;
	}
	.tech-banner-right {
		margin-top: 1rem;
	}
	.final-cta-container {
		text-align: center;
		padding: 3rem 1.5rem;
	}
	.final-cta-right {
		justify-content: center;
	}
}

/* Mobile specific styling */
@media (max-width: 767px) {
	.services-btn {
		width: 100%; /* Stretch buttons to full width on mobile */
	}
	.services-hero-cta {
		flex-direction: column;
		width: 100%;
	}
	.pricing-card {
		padding: 2rem 1.5rem;
	}
	.services-testimonial-container {
		padding: 2rem 1.5rem;
	}
	.faq-question {
		padding: 1.125rem 1.25rem;
		font-size: 0.975rem;
	}
	.faq-answer {
		padding: 0 1.25rem;
	}
}

/* Dynamic Odd-Stretch Grid UI Rule on Mobile */
@media (max-width: 599px) {
	.services-solutions-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 1rem;
	}
	.services-solutions-card {
		padding: 1.25rem 1rem;
	}
	.services-solutions-card:nth-child(odd):last-child {
		grid-column: span 2;
	}
	.services-solution-title {
		font-size: 0.95rem;
	}
	.services-solution-desc {
		font-size: 0.825rem;
		margin-bottom: 1rem;
	}

}

/* 5a. Methodology Section V3 - Cloned from About Page */
.methodology-section {
	position: relative;
	overflow: hidden;
	background-color: var(--color-bg-main);
	padding: 2.8125rem 0;
}
.methodology-layout {
	display: grid;
	grid-template-columns: 1fr;
	gap: 3rem;
	align-items: center;
}
@media (min-width: 992px) {
	.methodology-layout {
		grid-template-columns: 1.15fr 0.85fr;
		gap: 4rem;
	}
}
.methodology-desc {
	font-size: 1rem;
	line-height: 1.75;
	color: var(--color-text-muted, #52634f);
}
.highlight-word {
	position: relative;
	color: var(--color-primary, #58BA40);
	font-weight: var(--font-weight-bold, 700);
	background: linear-gradient(120deg, rgba(88, 186, 64, 0.12) 0%, rgba(88, 186, 64, 0.12) 100%);
	background-repeat: no-repeat;
	background-size: 0% 100%;
	background-position: 0 0;
	transition: background-size 0.8s cubic-bezier(0.16, 1, 0.3, 1);
	padding: 0 4px;
	border-radius: var(--border-radius-sm, 4px);
	display: inline-block;
}
.methodology-left.animate-active .highlight-word {
	background-size: 100% 100%;
}
.methodology-left.animate-active .highlight-word:nth-of-type(1) { transition-delay: 0.4s; }
.methodology-left.animate-active .highlight-word:nth-of-type(2) { transition-delay: 0.8s; }
.methodology-left.animate-active .highlight-word:nth-of-type(3) { transition-delay: 1.2s; }

.conversion-matrix-visual {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.25rem;
	margin-top: 3rem;
	background: var(--color-bg-light, #f9fcf8);
	padding: 2.25rem;
	border-radius: var(--border-radius-lg, 10px);
	border: 1px solid var(--color-border, #e6ede4);
}
@media (min-width: 576px) {
	.conversion-matrix-visual {
		flex-direction: row;
		justify-content: space-between;
	}
	.matrix-arrow svg {
		transform: rotate(-90deg);
	}
}
@media (max-width: 575px) {
	.conversion-matrix-visual .matrix-card {
		width: 100% !important;
		box-sizing: border-box;
	}
}
.matrix-card {
	flex: 1;
	background: #ffffff;
	border: 1px solid var(--color-border, #e6ede4);
	border-radius: var(--border-radius-md, 8px);
	padding: 1.5rem 1rem;
	display: flex;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	text-align: center !important;
	gap: 0.5rem !important;
	min-height: 140px !important;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.005);
	transition: var(--transition-smooth, all 0.3s ease);
}
.matrix-card:hover {
	transform: translateY(-4px);
	border-color: var(--color-primary, #58BA40);
	box-shadow: 0 8px 25px rgba(88, 186, 64, 0.05);
}
.matrix-icon {
	font-size: 1.5rem;
	margin-bottom: 0.25rem;
}
.matrix-label {
	font-size: 0.8rem;
	font-weight: var(--font-weight-bold, 700);
	color: var(--color-text-main, #1d2b1a);
	line-height: 1.35;
}
.matrix-arrow {
	color: var(--color-primary, #58BA40);
	opacity: 0.7;
}
.matrix-arrow svg {
	width: 24px;
	height: 24px;
	fill: currentColor;
}
.methodology-cards-grid {
	display: flex;
	flex-direction: column;
	gap: 1.5rem !important;
}
.methodology-feature-card {
	background: #ffffff;
	border: 1px solid var(--color-border, #e6ede4);
	border-radius: var(--border-radius-lg, 10px);
	padding: 2.25rem;
	box-shadow: var(--shadow-subtle, 0 4px 20px rgba(0, 0, 0, 0.008));
	transition: var(--transition-smooth, all 0.3s ease);
}
.methodology-feature-card:hover {
	transform: translateY(-8px);
	border-color: var(--color-primary, #58BA40);
	box-shadow: var(--shadow-hover, 0 8px 30px rgba(88, 186, 64, 0.008));
}
.feature-card-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1.25rem;
}
.feature-card-num {
	font-size: 1.75rem;
	font-weight: 700;
	color: rgba(88, 186, 64, 0.2);
	line-height: 1;
}
.feature-card-check {
	width: 20px;
	height: 20px;
	fill: var(--color-primary, #58BA40);
}
.bg-blur-blob {
	position: absolute;
	width: 400px;
	height: 400px;
	background: radial-gradient(circle, rgba(88, 186, 64, 0.05) 0%, rgba(88, 186, 64, 0) 70%);
	border-radius: 50%;
	filter: blur(40px);
	z-index: 0;
	pointer-events: none;
}
.blob-center-left { top: 45%; left: -150px; }
.blob-center-right { top: 60%; right: -150px; }

/* 6. Success Stories Section - Cloned from page-bao-gia-seo.css */
.bg-cases-section {
  background: #ffffff;
  padding: 2.8125rem 0;
}
.bg-cases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.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);
}
.bg-case-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover, 0 8px 30px rgba(88, 186, 64, 0.008));
}
.bg-case-thumb {
  height: 200px;
  overflow: hidden;
  background: var(--color-border, #e6ede4);
  position: relative;
}
.bg-case-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition-smooth, all 0.3s ease);
}
.bg-case-card:hover .bg-case-thumb img {
  transform: scale(1.05);
}
.bg-case-content {
  padding: 2rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.bg-case-logo {
  max-height: 28px;
  width: auto;
  object-fit: contain;
  margin-bottom: 1.25rem;
  align-self: flex-start;
}
.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;
}
.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);
}
.bg-case-stat-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
}
.bg-case-stat-label {
  color: var(--color-text-muted, #52634f);
}
.bg-case-stat-val {
  font-weight: var(--font-weight-bold, 700);
  color: var(--color-primary, #58BA40);
}

.bg-section-header {
  text-align: center;
  margin-bottom: 3.5rem;
}
.bg-section-title {
  font-size: 2.25rem;
  font-weight: var(--font-weight-headline-max, 750);
  color: var(--color-text-main, #1d2b1a);
  margin-top: 0.5rem;
}


@media (max-width: 768px) {
  .bg-cases-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   BENEFITS SECTION (.seo-benefits-section)
   ============================================================ */
.seo-benefits-section {
	position: relative;
	overflow-x: hidden;
	background: #ffffff;
}

/* --- Background Decorations --- */
.seo-benefits-section .benefits-bg-glow {
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse 70% 60% at 50% 40%, rgba(88, 186, 64, 0.06) 0%, transparent 70%);
	pointer-events: none;
	z-index: 0;
}
.seo-benefits-section .benefits-bg-grid {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(88, 186, 64, 0.05) 1px, transparent 1px),
		linear-gradient(90deg, rgba(88, 186, 64, 0.05) 1px, transparent 1px);
	background-size: 48px 48px;
	pointer-events: none;
	z-index: 0;
}
.seo-benefits-section .benefits-bg-chart {
	position: absolute;
	top: 0;
	right: 0;
	width: 220px;
	height: 240px;
	opacity: 0.85;
	pointer-events: none;
	z-index: 0;
}
.seo-benefits-section .benefits-bg-chart svg {
	width: 100%;
	height: 100%;
}
.seo-benefits-section .benefits-bg-label {
	position: absolute;
	left: 3%;
	top: 38%;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: var(--color-primary, #58BA40);
	background: rgba(88, 186, 64, 0.08);
	border: 1px solid rgba(88, 186, 64, 0.18);
	border-radius: var(--border-radius-pill, 9999px);
	padding: 0.25rem 0.75rem;
	pointer-events: none;
	z-index: 0;
	opacity: 0.75;
}

/* --- Section Header --- */
.seo-benefits-section .container {
	position: relative;
	z-index: 1;
}
.seo-benefits-section .benefits-title span {
	color: var(--color-primary, #58BA40);
}
.seo-benefits-section .benefits-desc {
	max-width: 560px;
	margin: 0.75rem auto 0;
	text-align: center;
	font-size: 0.9375rem;
	color: var(--color-text-muted, #52634f);
}

/* --- Benefits Grid (4 cards) --- */
.seo-benefits-section .benefits-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.25rem;
	margin-top: 2.5rem;
}

/* --- Benefit Card --- */
.seo-benefits-section .benefit-card {
	background: #ffffff;
	border-radius: 16px;
	padding: 1.75rem 1.25rem 1.5rem;
	text-align: center;
	box-shadow: 0 4px 24px rgba(88, 186, 64, 0.07), 0 1px 8px rgba(0, 0, 0, 0.05);
	border: 1px solid rgba(88, 186, 64, 0.1);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
	transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.seo-benefits-section .benefit-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 12px 36px rgba(88, 186, 64, 0.13), 0 2px 12px rgba(0, 0, 0, 0.07);
}

/* Icon circle */
.seo-benefits-section .benefit-icon-wrap {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: rgba(88, 186, 64, 0.08);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0.25rem;
	flex-shrink: 0;
}
.seo-benefits-section .benefit-icon-wrap svg,
.seo-benefits-section .benefit-icon-wrap img {
	width: 32px;
	height: 32px;
}

/* Number */
.seo-benefits-section .benefit-num {
	font-size: 0.8125rem;
	font-weight: 600;
	color: var(--color-primary, #58BA40);
	letter-spacing: 0.04em;
}

/* Title */
.seo-benefits-section .benefit-card-title {
	font-size: 1rem;
	font-weight: 700;
	color: var(--color-text-main, #1d2b1a);
	margin: 0;
	line-height: 1.4;
}

/* Description */
.seo-benefits-section .benefit-card-desc {
	font-size: 0.875rem;
	color: var(--color-text-muted, #52634f);
	margin: 0;
	line-height: 1.6;
}

/* --- Bottom Feature Pill --- */
.seo-benefits-section .benefits-pill {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.5rem;
	margin-top: 2rem;
	background: rgba(249, 252, 248, 0.85);
	border: 1px solid rgba(88, 186, 64, 0.15);
	border-radius: var(--border-radius-pill, 9999px);
	padding: 0.875rem 2rem;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}
.seo-benefits-section .pill-feature {
	display: flex;
	align-items: center;
	gap: 0.625rem;
	flex: 1;
}
.seo-benefits-section .pill-left {
	justify-content: flex-end;
}
.seo-benefits-section .pill-right {
	justify-content: flex-start;
}
.seo-benefits-section .pill-label {
	font-size: 0.875rem;
	font-weight: 700;
	color: var(--color-primary, #58BA40);
	background: rgba(88, 186, 64, 0.1);
	border-radius: 6px;
	padding: 0.2rem 0.5rem;
	letter-spacing: 0.04em;
	flex-shrink: 0;
}
.seo-benefits-section .pill-text {
	font-size: 0.875rem;
	font-weight: 500;
	color: var(--color-text-main, #1d2b1a);
	line-height: 1.4;
}
.seo-benefits-section .pill-icon-shield {
	flex-shrink: 0;
}

/* Center icon button */
.seo-benefits-section .pill-center-btn {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #ffffff;
	border: 2px solid rgba(88, 186, 64, 0.25);
	box-shadow: 0 0 0 6px rgba(88, 186, 64, 0.07), 0 4px 16px rgba(88, 186, 64, 0.15);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.seo-benefits-section .pill-center-btn svg,
.seo-benefits-section .pill-center-btn img {
	width: 32px;
	height: 32px;
}

/* ---- Responsive ---- */

/* Tablet: 2x2 grid */
@media (max-width: 1024px) {
	.seo-benefits-section .benefits-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.seo-benefits-section .benefits-bg-chart {
		width: 120px;
		height: 140px;
	}
	/* Odd-stretch rule for dynamic count */
	.seo-benefits-section .benefit-card:nth-child(odd):last-child {
		grid-column: span 2;
	}
}

/* Mobile: 1 column + pill stacks vertically */
@media (max-width: 640px) {
	.seo-benefits-section .benefits-grid {
		grid-template-columns: 1fr;
		gap: 1rem;
	}
	.seo-benefits-section .benefit-card:nth-child(odd):last-child {
		grid-column: span 1;
	}
	.seo-benefits-section .benefits-bg-label,
	.seo-benefits-section .benefits-bg-chart {
		display: none;
	}
	.seo-benefits-section .benefits-pill {
		flex-direction: column;
		border-radius: 16px;
		padding: 1.25rem 1.25rem;
		gap: 1rem;
	}
	.seo-benefits-section .pill-feature {
		flex-direction: row;
		justify-content: center;
		text-align: center;
	}
	.seo-benefits-section .pill-left,
	.seo-benefits-section .pill-right {
		justify-content: center;
	}
}

/* ============================================================
   CLONED TESTIMONIALS SLIDER SECTION (.svc-testimonials-section)
   ============================================================ */
.svc-testimonials-section {
	background-color: #ffffff;
	position: relative;
	overflow: hidden;
}

.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) {
	.svc-testimonials-section .testimonials-header-row {
		flex-direction: row;
		align-items: flex-end;
	}
}

.svc-testimonials-section .testimonials-header-left {
	max-width: 650px;
}

.svc-testimonials-section .testimonials-carousel-container {
	position: relative;
	width: 100%;
	overflow: visible;
}

.svc-testimonials-section .carousel-track-wrapper {
	overflow: hidden;
	width: 100%;
}

.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;
}

/* Slide item sizing for 3 items on desktop, 2 on tablet, 1 on mobile */
.svc-testimonials-section #svcTestimonialsCarousel .slide-item {
	width: calc((100% - 1.5rem * 2) / 3);
	flex-shrink: 0;
}

@media (max-width: 1023px) {
	.svc-testimonials-section #svcTestimonialsCarousel .slide-item {
		width: calc((100% - 1.5rem) / 2);
	}
}

@media (max-width: 639px) {
	.svc-testimonials-section #svcTestimonialsCarousel .slide-item {
		width: 100%;
	}
}

/* Card custom styles */
.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;
	box-shadow: var(--shadow-subtle);
	transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.6s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s;
}

.svc-testimonials-section .testimonial-card:hover {
	transform: translateY(-10px);
	box-shadow: var(--shadow-hover);
	border-color: rgba(88, 186, 64, 0.25);
}

.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;
}

.svc-testimonials-section .testimonial-rating {
	color: #ffb800;
	font-size: 1rem;
	margin-bottom: 1rem;
	display: inline-flex;
	gap: 2px;
}

.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;
}

.svc-testimonials-section.animate-active .testimonial-rating .star-item {
	opacity: 1;
	transform: scale(1);
}

.svc-testimonials-section .testimonial-text {
	font-size: 0.95rem;
	line-height: 1.65;
	color: var(--color-text-muted);
	margin-bottom: 2rem;
}

.svc-testimonials-section .testimonial-user {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-top: auto;
}

.svc-testimonials-section .testimonial-avatar {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
	background: #ffffff;
	border: 1px solid var(--color-border);
	padding: 2px;
}

.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);
}

.svc-testimonials-section .testimonial-user-info span {
	font-size: 0.75rem;
	color: var(--color-text-muted);
}

.svc-testimonials-section .carousel-nav-controls {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.5rem;
	margin-top: 2.5rem;
}

.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;
	box-shadow: var(--shadow-subtle);
	transition: var(--transition-smooth);
}

.svc-testimonials-section .carousel-control-btn:hover:not(:disabled) {
	background-color: var(--color-primary);
	border-color: var(--color-primary);
}

.svc-testimonials-section .carousel-control-btn:hover:not(:disabled) svg {
	fill: #ffffff;
}

.svc-testimonials-section .carousel-control-btn:disabled {
	opacity: 0.35;
	cursor: not-allowed;
}

.svc-testimonials-section .carousel-control-btn svg {
	width: 20px;
	height: 20px;
	fill: var(--color-text-main);
	transition: var(--transition-smooth);
}

.svc-testimonials-section .carousel-dots-indicator {
	display: flex;
	gap: 0.5rem;
	align-items: center;
}

.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: var(--transition-smooth);
}

.svc-testimonials-section .carousel-dot.active {
	background-color: var(--color-primary);
	width: 18px;
}


/* ============================================================
   CLONED FAQ ACCORDION SECTION (.svc-faq-section)
   ============================================================ */
.svc-faq-section {
	background-color: #ffffff;
	position: relative;
}

.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) {
	.svc-faq-section .svc-faq-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 2.5rem;
	}
}

.svc-faq-section .faq-column {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.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);
}

.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;
}

.svc-faq-section .svc-faq-header:hover {
	background-color: rgba(88, 186, 64, 0.04);
	color: var(--color-primary);
}

.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;
}

.svc-faq-section .faq-icon-plus::before,
.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;
}

/* Horizontal line */
.svc-faq-section .faq-icon-plus::before {
	top: 6px;
	left: 0;
	width: 14px;
	height: 2px;
}

/* Vertical line */
.svc-faq-section .faq-icon-plus::after {
	top: 0;
	left: 6px;
	width: 2px;
	height: 14px;
}

/* Collapsible content */
.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;
}

.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;
}

.svc-faq-section .svc-faq-body p {
	margin: 0;
}

/* Active state */
.svc-faq-section .svc-faq-item.active {
	border-color: rgba(88, 186, 64, 0.35);
}

.svc-faq-section .svc-faq-item.active .faq-icon-plus {
	transform: rotate(135deg);
}

.svc-faq-section .svc-faq-item.active .faq-icon-plus::before,
.svc-faq-section .svc-faq-item.active .faq-icon-plus::after {
	background-color: var(--color-primary);
}

.svc-faq-section .svc-faq-item.active .svc-faq-content {
	opacity: 1;
}

/* ============================================================
   SERVICES TEAM SECTION (.seo-service-team-section)
   ============================================================ */
.seo-service-team-section {
	background: #ffffff;
}

.seo-service-team-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
	margin-top: 3rem;
}

@media (min-width: 640px) {
	.seo-service-team-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1024px) {
	.seo-service-team-grid {
		grid-template-columns: repeat(4, 1fr);
		gap: 2rem;
	}
}

/* Stagger animations for Services team grid */
.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;
}

.seo-service-team-section.animate-active .seo-service-team-grid .team-card {
	opacity: 1;
	transform: translateY(0);
}

.seo-service-team-grid .team-card:nth-child(1) { transition-delay: 100ms; }
.seo-service-team-grid .team-card:nth-child(2) { transition-delay: 250ms; }
.seo-service-team-grid .team-card:nth-child(3) { transition-delay: 400ms; }
.seo-service-team-grid .team-card:nth-child(4) { transition-delay: 550ms; }

/* Tăng khoảng cách giữa tên và chức danh thành viên */
.seo-service-team-grid .team-member-name {
	margin-bottom: 0.35rem;
}

/* Custom placeholder style for avatars when not uploaded */
.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;
}

/* ============================================================
   AI RECOMMENDATIONS SECTION (.ai-recommendation-section)
   ============================================================ */
.ai-recommendation-section {
	position: relative;
	background-color: #ffffff;
	overflow: hidden;
	padding-bottom: 35px !important;
}

.ai-recommendation-section .blob-network-decor {
	position: absolute;
	top: 10%;
	left: -5%;
	width: 400px;
	height: 400px;
	background: radial-gradient(circle, rgba(88, 186, 64, 0.04) 0%, rgba(255, 255, 255, 0) 70%);
	pointer-events: none;
	z-index: 1;
}

.ai-recommendation-section .blob-chart-3d-decor {
	position: absolute;
	top: 5%;
	right: -5%;
	width: 500px;
	height: 500px;
	background: radial-gradient(circle, rgba(88, 186, 64, 0.03) 0%, rgba(255, 255, 255, 0) 75%);
	pointer-events: none;
	z-index: 1;
}

.ai-recommendation-section .section-subtitle {
	display: inline-block;
	padding: 0.35rem 1rem;
	font-size: 0.75rem;
	font-weight: 700;
	color: #2ea121;
	background-color: #e2f4dd;
	border-radius: var(--border-radius-pill);
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 1.25rem;
	box-shadow: var(--shadow-badge);
}

.ai-recommendation-section .section-title span {
	background: var(--gradient-brand);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 750;
}

.ai-recommendation-section .section-desc {
	max-width: 800px;
	margin: 1.25rem auto 0 auto;
	font-size: 1rem;
	color: var(--color-text-muted);
	line-height: 1.6;
}

/* Mock Tabs / Static Badges */
.ai-mock-tabs-wrapper {
	display: flex;
	justify-content: center;
	margin-top: 2.5rem;
	margin-bottom: 1.75rem;
	width: 100%;
}

.ai-note {
	text-align: left;
	font-size: 0.85rem;
	color: var(--color-text-muted);
	margin-bottom: 1.5rem;
	font-style: italic;
	display: flex;
	align-items: center;
	gap: 0.35rem;
	opacity: 0.85;
}

.ai-note-icon {
	font-size: 1rem;
	line-height: 1;
}

.ai-mock-tabs {
	display: flex;
	gap: 0.75rem;
	padding: 0.5rem;
	background-color: #f9fcf8;
	border: 1px solid var(--color-border);
	border-radius: var(--border-radius-pill);
	max-width: 100%;
	overflow-x: auto;
	scrollbar-width: none;
}

.ai-mock-tabs::-webkit-scrollbar {
	display: none;
}

.mock-tab-item {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.65rem 1.25rem;
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--color-text-muted);
	background-color: #ffffff;
	border: 1px solid var(--color-border);
	border-radius: var(--border-radius-pill);
	white-space: nowrap;
	cursor: default;
	transition: all 0.3s ease;
}

.mock-tab-icon {
	width: 16px;
	height: 16px;
	object-fit: contain;
}

.mock-tab-icon-fallback {
	font-size: 0.95rem;
	line-height: 1;
}

/* Lưới 5 khối AI (Masonry/Grid Layout) */
.ai-platform-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 15px;
	margin-bottom: 4rem;
	position: relative;
	z-index: 2;
}

.ai-platform-card {
	background-color: #ffffff;
	border: 1px solid var(--color-border);
	border-radius: var(--border-radius-lg);
	box-shadow: var(--shadow-subtle);
	padding: 1.25rem;
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ai-platform-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--shadow-hover);
}

.card-google, .card-chatgpt, .card-gemini, .card-perplexity, .card-other-ai {
	grid-column: span 1;
}

@media (min-width: 992px) {
	.ai-platform-grid {
		grid-template-columns: repeat(10, 1fr);
		gap: 15px;
	}
	.card-google {
		grid-column: span 5;
	}
	.card-chatgpt {
		grid-column: span 5;
	}
	.card-gemini {
		grid-column: span 3;
	}
	.card-perplexity {
		grid-column: span 3;
	}
	.card-other-ai {
		grid-column: span 4;
	}
}

/* Card Header */
.ai-card-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid var(--color-border);
	padding-bottom: 1rem;
}

.ai-card-title-wrap {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.ai-platform-logo {
	width: 24px;
	height: 24px;
	object-fit: contain;
}

.ai-platform-logo-svg {
	width: 24px;
	height: 24px;
	display: block;
}

.ai-card-title-wrap h3 {
	margin: 0;
	font-size: 1.15rem;
	font-weight: 700;
	color: var(--color-text-main);
}

.ai-sparkle-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	background-color: var(--color-bg-light);
	border-radius: 50%;
	color: var(--color-primary);
	font-weight: bold;
}

/* Card Body & Screenshots */
.ai-card-body {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.ai-screenshots-wrap {
	display: grid;
	gap: 1rem;
	width: 100%;
}

.ai-screenshots-wrap.double {
	grid-template-columns: repeat(2, 1fr);
}

.ai-screenshots-wrap.single {
	grid-template-columns: 1fr;
}

.ai-screenshot-container {
	border: 1px solid #e2e8f0;
	border-radius: var(--border-radius-md);
	overflow: hidden;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.015);
	background-color: #ffffff;
	width: 100%;
	max-width: 285px;
	height: 180px !important; /* Cố định chiều cao tuyệt đối cho tất cả các ảnh */
	margin: 0 auto;
}

.ai-screenshot-btn {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	display: block;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

.ai-screenshot {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	display: block;
	transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
	image-rendering: -webkit-optimize-contrast; /* Giúp ảnh thu nhỏ sắc nét hơn */
	image-rendering: crisp-edges;
}

.ai-screenshot-btn:hover .ai-screenshot {
	transform: scale(1.06);
}

/* Magnifier Zoom overlay */
.ai-screenshot-overlay {
	position: absolute;
	inset: 0;
	background: rgba(10, 10, 10, 0.4);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: 2;
}

.ai-screenshot-btn:hover .ai-screenshot-overlay {
	opacity: 1;
}

.ai-screenshot-zoom-icon {
	width: 38px;
	height: 38px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	color: var(--color-text-main);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
	transform: scale(0.9);
	transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.ai-screenshot-btn:hover .ai-screenshot-zoom-icon {
	transform: scale(1);
}

.ai-screenshot-zoom-icon svg {
	width: 20px;
	height: 20px;
}

.ai-platform-card img:not(.ai-platform-logo):not(.mock-tab-icon):not(.ai-screenshot) {
	width: 100%;
	height: auto;
	max-height: 180px;
	object-fit: cover;
	display: block;
}

/* UI Mockups fallbacks */
.ai-mockup {
	border-radius: var(--border-radius-md);
	padding: 1.25rem;
	font-family: var(--font-family);
	font-size: 0.825rem;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	text-align: left;
	min-height: 200px;
	box-sizing: border-box;
	border: 1px solid var(--color-border);
}

/* Google mock styling */
.ai-mockup.google-mock {
	background-color: #ffffff;
	color: #1f2937;
	border-color: #e5e7eb;
}

.mock-search-header {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	border-bottom: 1px solid #f3f4f6;
	padding-bottom: 0.5rem;
}

.mock-g-logo {
	font-weight: 700;
	color: #4285F4;
	font-size: 1.1rem;
}

.mock-search-bar {
	flex-grow: 1;
	background-color: #f3f4f6;
	border-radius: 9999px;
	padding: 0.25rem 0.75rem;
	font-size: 0.725rem;
	color: #4b5563;
}

.mock-ai-box {
	background-color: #f0fdf4;
	border: 1px solid #dcfce7;
	border-radius: var(--border-radius-md);
	padding: 0.75rem;
	font-size: 0.775rem;
}

.mock-ai-tag {
	color: #166534;
	font-weight: 700;
	margin-bottom: 0.35rem;
	font-size: 0.725rem;
}

.mock-ai-box ul {
	margin: 0.35rem 0 0 0;
	padding-left: 1.1rem;
}

.mock-ai-box li {
	margin-bottom: 0.25rem;
}

/* ChatGPT mock styling */
.ai-mockup.chatgpt-mock {
	background-color: #0d0d0d;
	color: #ececf1;
	border-color: #2a2b32;
}

.mock-chat-bubble {
	padding: 0.5rem 0.75rem;
	border-radius: var(--border-radius-md);
	line-height: 1.4;
}

.mock-chat-bubble.user {
	background-color: #202123;
	align-self: flex-end;
	font-size: 0.75rem;
	max-width: 90%;
}

.mock-chat-bubble.ai {
	background-color: transparent;
	align-self: flex-start;
	padding-left: 0;
	font-size: 0.775rem;
}

.mock-chat-bubble.ai ol {
	padding-left: 1.1rem;
	margin: 0.35rem 0 0 0;
}

.mock-chat-bubble.ai li {
	margin-bottom: 0.35rem;
}

/* Gemini mock styling */
.ai-mockup.gemini-mock {
	background-color: #131314;
	color: #e3e3e3;
	border-color: #2d2f31;
}

.ai-mockup.gemini-mock .mock-chat-bubble.user {
	background-color: #2b2a2b;
}

.ai-mockup.gemini-mock ul {
	margin: 0.35rem 0 0 0;
	padding-left: 1.1rem;
}

/* Perplexity mock styling */
.ai-mockup.perplexity-mock {
	background-color: #191a1a;
	color: #e8e8e8;
	border-color: #2d2e2e;
}

.mock-perplexity-header {
	border-bottom: 1px solid #2d2e2e;
	padding-bottom: 0.5rem;
}

.mock-p-logo {
	color: #3aa290;
	font-weight: 700;
	font-size: 0.775rem;
}

.mock-p-query {
	display: block;
	font-weight: 600;
	margin-top: 0.25rem;
	color: #ffffff;
}

.mock-perplexity-body {
	font-size: 0.775rem;
}

.mock-p-source-box {
	background-color: #202222;
	border-left: 3px solid #3aa290;
	padding: 0.5rem;
	margin-top: 0.5rem;
	border-radius: 0 4px 4px 0;
}

/* Other mock styling */
.ai-mockup.other-mock {
	background-color: #f8fafc;
	color: #334155;
	border-color: #e2e8f0;
}

.mock-other-input {
	font-weight: 600;
	font-size: 0.75rem;
	color: #64748b;
}

.mock-other-result {
	background-color: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: var(--border-radius-sm);
	padding: 0.5rem;
	font-size: 0.75rem;
}

/* Infinite Carousel (Slider) */
.ai-infinite-carousel-wrapper {
	position: relative;
	overflow: hidden;
	padding: 1.5rem 0;
	margin-bottom: 3rem;
	width: 100%;
}

.ai-infinite-carousel {
	display: flex;
	width: 100%;
	overflow: hidden;
}

.marquee-track {
	display: flex;
	gap: 2rem;
	width: max-content;
	animation: marquee-scroll 45s linear infinite;
}

.marquee-track:hover {
	animation-play-state: paused;
}

.carousel-slide-item {
	flex-shrink: 0;
	width: 320px;
	height: 200px;
	border-radius: var(--border-radius-md);
	overflow: hidden;
	border: 1px solid var(--color-border);
	box-shadow: var(--shadow-subtle);
	background-color: #ffffff;
}

.carousel-slide-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mock-slide {
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #ffffff 0%, #f0fdf4 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	color: var(--color-primary);
	font-size: 1.05rem;
	border: 1px dashed var(--color-primary-pastel);
	box-sizing: border-box;
}

@keyframes marquee-scroll {
	0% { transform: translateX(0); }
	100% { transform: translateX(-50%); }
}

/* ============================================================
   AI RECOMMENDATIONS RESPONSIVE STYLE
   ============================================================ */
@media (max-width: 991px) {
	.ai-platform-grid {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}
	.card-google, .card-chatgpt, .card-gemini, .card-perplexity, .card-other-ai {
		grid-column: span 1;
	}
}

@media (max-width: 767px) {
	.ai-screenshots-wrap.double {
		grid-template-columns: 1fr;
	}
	.mock-tab-item {
		padding: 0.5rem 1rem;
		font-size: 0.8rem;
	}
}

/* ============================================================
   METHODOLOGY PROOF SECTION (.methodology-proof-wrapper)
   ============================================================ */
.methodology-proof-wrapper {
	width: 100%;
	margin-top: 5rem;
	position: relative;
	z-index: 5;
}
.proof-header-block {
	text-align: center;
	margin-bottom: 3rem;
}
.proof-subtitle-badge {
	color: var(--color-primary);
	background-color: var(--color-primary-light);
	font-weight: 700;
	padding: 0.35rem 1rem;
	border-radius: var(--border-radius-pill);
	text-transform: uppercase;
	font-size: 0.75rem;
	letter-spacing: 0.08em;
	display: inline-block;
	margin-bottom: 1rem;
}
.proof-title-main {
	font-weight: 750;
	font-size: 2.25rem;
	color: var(--color-text-main);
	margin-bottom: 1rem;
}
.proof-desc-sub {
	max-width: 800px;
	margin: 0 auto;
	color: var(--color-text-muted);
	line-height: 1.65;
	font-size: 1rem;
}
.proof-note {
	font-size: 0.85rem;
	color: var(--color-text-muted);
	font-style: italic;
	margin-top: 1rem;
	opacity: 0.85;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.25rem;
}
.proof-slider-wrapper {
	position: relative;
	width: 100%;
}
.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;
}
.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);
}
.proof-nav-btn.disabled {
	opacity: 0.4;
	cursor: not-allowed;
	pointer-events: none;
}
.proof-nav-btn.prev-btn {
	left: -22px;
}
.proof-nav-btn.next-btn {
	right: -22px;
}
.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) {
	.proof-nav-btn.prev-btn {
		left: 5px;
	}
	.proof-nav-btn.next-btn {
		right: 5px;
	}
}

@media (max-width: 767px) {
	.proof-nav-btn {
		display: flex;
		width: 36px;
		height: 36px;
		z-index: 12;
	}
	.proof-nav-btn svg {
		width: 16px;
		height: 16px;
		stroke-width: 3;
	}
	.proof-nav-btn.prev-btn {
		left: 2px;
	}
	.proof-nav-btn.next-btn {
		right: 2px;
	}
}

.proof-slider-container {
	position: relative;
	overflow-x: auto;
	width: 100%;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none; /* Firefox */
}
.proof-slider-container::-webkit-scrollbar {
	display: none; /* Chrome, Safari */
}
.proof-slider-track {
	display: flex;
	gap: 20px;
}
.proof-slide-col {
	display: flex;
	flex-direction: column;
	gap: 20px;
	flex-shrink: 0;
	width: 100%;
	scroll-snap-align: start;
}
@media (min-width: 640px) {
	.proof-slide-col {
		width: calc((100% - 20px) / 2);
	}
}
@media (min-width: 992px) {
	.proof-slide-col {
		width: calc((100% - 40px) / 3);
	}
}
.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;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	width: 100%;
	aspect-ratio: 1.63; /* Cố định tỉ lệ khung hình vàng 16:10 */
	box-sizing: border-box;
	display: block;
}
.proof-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--shadow-hover);
}

.proof-zoom-btn {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	display: block;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	border-radius: var(--border-radius-md);
}

.proof-zoom-btn img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	display: block;
	transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
}

.proof-zoom-btn:hover img {
	transform: scale(1.06);
}

.proof-zoom-overlay {
	position: absolute;
	inset: 0;
	background: rgba(10, 10, 10, 0.4);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: 2;
}

.proof-zoom-btn:hover .proof-zoom-overlay {
	opacity: 1;
}

.proof-zoom-icon {
	width: 38px;
	height: 38px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	color: var(--color-text-main);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
	transform: scale(0.9);
	transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.proof-zoom-btn:hover .proof-zoom-icon {
	transform: scale(1);
}

.proof-zoom-icon svg {
	width: 20px;
	height: 20px;
}

/* Dots */
.proof-slider-dots {
	display: flex;
	justify-content: center;
	gap: 0.6rem;
	margin-top: 2.5rem;
}
.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;
}
.proof-dot:hover {
	transform: scale(1.2);
}
.proof-dot.active {
	background-color: var(--color-primary);
	transform: scale(1.2);
}

/* ============================================================
   GLOBAL SECTION SPACING & UNIFORM 60PX GAP (DỊCH VỤ SEO ONLY)
   ============================================================ */
.page-template-seo-services-template section:not(.consult-section):not(.services-hero):not(.pricing-section):not(.seo-benefits-section),
.page-template-seo-services-template .section-padding:not(.consult-section):not(.services-hero):not(.pricing-section):not(.seo-benefits-section),
.page-template-seo-services-template .services-section:not(.pricing-section):not(.seo-benefits-section),
.page-template-seo-services-template .roadmap-section,
.page-template-seo-services-template .services-roadmap-feature-img-section,
.page-template-seo-services-template .methodology-section,
.page-template-seo-services-template .seo-service-team-section,
.page-template-seo-services-template .brands-section,
.page-template-seo-services-template .bg-cases-section,
.page-template-seo-services-template .ai-recommendation-section,
.page-template-seo-services-template .services-tech-banner,
.page-template-seo-services-template .svc-testimonials-section,
.page-template-seo-services-template .svc-faq-section {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 60px !important;
}

/* Hero section special top padding to clear header and 50px bottom padding */
.page-template-seo-services-template .services-hero {
	padding-top: 120px !important;
	padding-bottom: 50px !important;
	margin-top: 0 !important;
	margin-bottom: 60px !important;
}

/* Keep 50px top and bottom padding for Pricing and Benefits sections */
.page-template-seo-services-template .pricing-section,
.page-template-seo-services-template .seo-benefits-section {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
	margin-top: 0 !important;
	margin-bottom: 60px !important;
}

/* Reset bottom margin on last child elements of sections to prevent extra padding */
.page-template-seo-services-template .ai-platform-grid {
	margin-bottom: 0 !important;
}
.page-template-seo-services-template .methodology-proof-wrapper {
	margin-top: 3rem !important;
}
.page-template-seo-services-template .proof-slider-dots {
	margin-top: 1.5rem !important;
}
.page-template-seo-services-template .partners-dots-indicator {
	margin-top: 1.5rem !important;
}
.page-template-seo-services-template .testimonial-dots {
	margin-top: 1.5rem !important;
}
.page-template-seo-services-template .brands-bar {
	margin-bottom: 0 !important;
}
