/* =========================================================
   iCheck Elementor Sections - Main Stylesheet
   ========================================================= */
:root {
	--icwe-primary: #33b44a;
	--icwe-primary-dark: #02901b;
	--icwe-primary-darker: #168624;
	--icwe-dark-bg: #011b26;
	--icwe-green-soft: rgba(51, 180, 74, 0.16);
	--icwe-text-dark: #101828;
	--icwe-text-gray: #344054;
	--icwe-text-gray-2: #5a5f75;
	--icwe-heading: #1a1a1a;
	--icwe-text-gray-600: #475467;
	--icwe-text-muted: #8994a6;
	--icwe-white: #ffffff;
	--icwe-radius: 16px;
	--icwe-font: inherit;
	--icwe-container: 1140px;
}

.icwe-hero-slider-wrap,
.icwe-feature-cards-wrap,
.icwe-compare-table-wrap,
.icwe-sticker-wrap,
.icwe-case-wrap,
.icwe-cta-banner,
.icwe-phero,
.icwe-ft,
.icwe-vs-wrap,
.icwe-sc-wrap,
.icwe-pl-wrap {
	box-sizing: border-box;
}

.icwe-hero-slider-wrap *,
.icwe-feature-cards-wrap *,
.icwe-compare-table-wrap *,
.icwe-sticker-wrap *,
.icwe-case-wrap *,
.icwe-cta-banner *,
.icwe-phero *,
.icwe-ft *,
.icwe-vs-wrap *,
.icwe-sc-wrap *,
.icwe-pl-wrap * {
	box-sizing: border-box;
}

/* ---------------------------------------------------------
   1. HERO SLIDER
   --------------------------------------------------------- */
.icwe-hero-slider-wrap {
	max-width: var(--icwe-container);
	margin: 0 auto;
}

.icwe-hero-slide {
	background-color: var(--icwe-dark-bg);
	background-size: cover;
	background-position: center bottom;
	border-radius: 24px;
	padding: 60px 40px 40px;
	position: relative;
	overflow: hidden;
}

.icwe-hero-slide-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(1, 27, 38, 0.2) 0%, rgba(1, 27, 38, 0.75) 100%);
	pointer-events: none;
}

.icwe-hero-top {
	position: relative;
	z-index: 2;
	max-width: 700px;
	margin: 0 auto 32px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	text-align: center;
}

.icwe-hero-top-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 16px;
	border-radius: 12px;
	background: var(--icwe-green-soft);
	color: #00ff2d;
	font-weight: 600;
	font-size: 15px;
}

.icwe-hero-top-title {
	color: #fff;
	font-size: clamp(24px, 3vw, 34px);
	font-weight: 700;
	margin: 0;
	line-height: 1.25;
}

.icwe-hero-card {
	position: relative;
	z-index: 2;
	max-width: 1200px;
	margin: 0 auto;
	border-radius: 24px;
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
	align-items: center;
	justify-content: space-between;
	backdrop-filter: blur(2px);
}

.icwe-hero-card-left {
	flex: 1 1 420px;
	min-width: 300px;
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.icwe-hero-card-heading {
	color: #fff;
	font-size: clamp(24px, 2.6vw, 34px);
	font-weight: 700;
	line-height: 1.25;
	margin: 0;
	letter-spacing: -0.5px;
}

.icwe-highlight {
	color: var(--icwe-primary);
}

.icwe-hero-features-wrap {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.icwe-hero-features-label {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #e5e5e5;
	font-size: 14px;
	font-weight: 600;
	white-space: nowrap;
}

.icwe-line {
	display: block;
	height: 1px;
	width: 20px;
	background: #33B44A;
}

.icwe-line-grow {
	flex: 1;
	width: auto;
}

.icwe-hero-features-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.icwe-hero-features-list li {
	display: flex;
	align-items: center;
	gap: 12px;
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
}

.icwe-check-icon {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	color: var(--icwe-primary);
}

.icwe-check-icon svg {
	width: 100%;
	height: 100%;
}

.icwe-hero-cta-row {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}

.icwe-btn-primary {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 16px;
	border-radius: 10px;
	background: linear-gradient(90deg, #0eb52c, var(--icwe-primary-dark));
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	text-decoration: none;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.icwe-btn-primary:hover {
	opacity: 0.9;
	color: #fff;
	transform: translateY(-1px);
}

.icwe-btn-primary svg {
	width: 20px;
	height: 20px;
}

.icwe-divider {
	width: 1px;
	height: 24px;
	background: rgba(255, 255, 255, 0.35);
}

.icwe-btn-text {
	color: #fff;
	font-weight: 700;
	font-size: 17px;
	text-decoration: none;
}

.icwe-btn-text:hover {
	color: var(--icwe-primary);
}

.icwe-hero-card-right {
	position: relative;
	flex: 1 1 480px;
	min-width: 280px;
	min-height: 380px;
}

.icwe-hero-side-image {
	width: 100%;
	height: 100%;
	min-height: 380px;
	border-radius: 16px;
	overflow: hidden;
}

.icwe-hero-side-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 16px;
}

.icwe-float-card {
	position: absolute;
	display: flex;
	align-items: center;
	gap: 12px;
	background: linear-gradient(93deg, #fff 7%, #f6f6f6 100%);
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 12px;
	padding: 12px 16px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
	max-width: 230px;
}

.icwe-float-icon,
.icwe-stat-icon {
	font-size: 20px;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--icwe-green-soft);
	border-radius: 50%;
	flex-shrink: 0;
}

.icwe-float-card strong {
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: #000;
	line-height: 1.4;
}

.icwe-float-card small {
	display: block;
	font-size: 12px;
	color: #444;
	line-height: 1.4;
}

.icwe-float-card-1 {
	left: 0;
	bottom: 0;
}

.icwe-float-card-2 {
	right: 0;
	top: 0;
}

.icwe-float-stat {
	right: 0;
	bottom: -8px;
	background: #fff;
}

.icwe-float-stat strong {
	font-size: 18px;
	color: var(--icwe-text-dark);
}

.icwe-hero-controls {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	margin-top: 24px;
}

.icwe-nav-arrow {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: rgba(228, 228, 228, 0.4);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #333;
	transition: background 0.2s ease;
	flex-shrink: 0;
}

.icwe-nav-arrow:hover {
	background: var(--icwe-primary);
	color: #fff;
}

.icwe-hero-pagination.swiper-pagination,
.icwe-sticker-pagination.swiper-pagination,
.icwe-case-pagination.swiper-pagination,
.icwe-fc-pagination.swiper-pagination,
.icwe-pl-pagination.swiper-pagination {
	position: static !important;
	display: flex;
	align-items: center;
	gap: 8px;
	width: auto !important;
}

.icwe-hero-pagination .swiper-pagination-bullet,
.icwe-sticker-pagination .swiper-pagination-bullet,
.icwe-case-pagination .swiper-pagination-bullet,
.icwe-fc-pagination .swiper-pagination-bullet,
.icwe-pl-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: #d9d9d9;
	opacity: 1;
	border-radius: 99px;
	transition: width 0.25s ease, background 0.25s ease;
}

.icwe-hero-pagination .swiper-pagination-bullet-active,
.icwe-sticker-pagination .swiper-pagination-bullet-active,
.icwe-case-pagination .swiper-pagination-bullet-active,
.icwe-fc-pagination .swiper-pagination-bullet-active,
.icwe-pl-pagination .swiper-pagination-bullet-active {
	width: 32px;
	background: var(--icwe-primary);
}

/* ---------------------------------------------------------
   2. FEATURE CARDS
   --------------------------------------------------------- */
.icwe-feature-cards-wrap {

	margin: 0 auto;

	position: relative;
}

/* Vùng chứa slider + mũi tên: mốc định vị cho 2 arrow 2 bên */
.icwe-fc-viewport {
	position: relative;
}

.icwe-fc-prev,
.icwe-fc-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
}

.icwe-fc-prev {
	left: -56px;
}

.icwe-fc-next {
	right: -56px;
}

/* Swiper tự thêm class này khi không còn slide để trượt */
.icwe-fc-prev.swiper-button-disabled,
.icwe-fc-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: default;
	pointer-events: none;
}

.icwe-fc-prev.swiper-button-lock,
.icwe-fc-next.swiper-button-lock {
	display: none;
}

.icwe-fc-controls {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 24px;
}

.icwe-fc-pagination.swiper-pagination-lock {
	display: none;
}

.icwe-fc-swiper {
	overflow: hidden;
	padding: 4px;
}

.icwe-fc-card {
	background: #fff;
	border: 1px solid #eef1f4;
	border-radius: 16px;
	padding: 16px;
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 12px;
	box-shadow: 0 4px 18px rgba(51, 180, 74, 0.06);
	transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.icwe-fc-card:hover {
	border-color: rgba(51, 180, 74, 0.5);
	box-shadow: 0 4px 20px rgba(51, 180, 74, 0.15);
}

.icwe-fc-card-head {
	min-height: 130px;
}

.icwe-fc-card h4 {
	margin: 0 0 8px;
	font-size: 17px;
	font-weight: 700;
	color: var(--icwe-text-dark);
	line-height: 1.4;
}

.icwe-fc-number {
	color: var(--icwe-primary);
}

.icwe-fc-card p {
	margin: 0;
	font-size: 15px;
	color: var(--icwe-text-gray);
	line-height: 1.5;
}

.icwe-fc-divider {
	display: block;
	height: 1px;
	background: #eef1f4;
	width: 100%;
}

.icwe-fc-image {
	border-radius: 8px;
	overflow: hidden;
	background: #fafafa;
	aspect-ratio: 1 / 1;
}

.icwe-fc-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.icwe-fc-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--icwe-primary);
	font-weight: 700;
	font-size: 16px;
	text-decoration: none;
	margin-top: auto;
}

.icwe-fc-link:hover {
	color: var(--icwe-primary-dark);
}

/* ---------------------------------------------------------
   3. COMPARISON TABLE
   --------------------------------------------------------- */
.icwe-compare-table-wrap {
	margin: 0 auto;
	overflow-x: auto;
}

.icwe-compare-table {
	display: flex;
	min-width: 640px;
	background: #fff;
	border: 1px solid #d5ddeb;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 9px 6px 40px rgba(17, 157, 40, 0.08);
}

.icwe-compare-col {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.icwe-compare-col-label {
	flex: 1.5;
}

.icwe-compare-col-highlight {
	background: #e5f9ec;
}

.icwe-compare-head {
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 600;
	font-size: 17px;
	text-align: center;
	padding: 8px;
}

.icwe-head-dark {
	background: #15533c;
}

.icwe-head-highlight {
	background: linear-gradient(190deg, var(--icwe-primary) 8%, var(--icwe-primary-darker) 92%);
	font-weight: 700;
}

.icwe-compare-cell {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 68px;
	padding: 8px 24px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	border-right: 1px solid rgba(0, 0, 0, 0.06);
	font-size: 16px;
	color: var(--icwe-text-dark);
}

.icwe-compare-col:last-child .icwe-compare-cell {
	border-right: none;
}

.icwe-cell-label {
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 2px;
}

.icwe-cell-label strong {
	font-weight: 700;
	font-size: 17px;
}

.icwe-cell-sub {
	color: var(--icwe-text-gray-2);
	font-size: 14px;
}

.icwe-cell-highlight {
	font-weight: 600;
}

.icwe-status-icon {
	flex-shrink: 0;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	font-weight: 700;
	color: #fff;
}

/* SVG của icon "yes" đã tự vẽ hình tròn gradient nên không tô nền lần nữa,
   nếu không sẽ lòi ra một vòng xanh khác tông ở rìa. */
.icwe-status-yes {
	background: none;
}

.icwe-status-yes svg {
	width: 100%;
	height: 100%;
	display: block;
}

.icwe-status-no {
	background: #f04438;
}

.icwe-status-warning {
	background: #f5a623;
}

/* ---------------------------------------------------------
   4. STICKER SLIDER
   --------------------------------------------------------- */
.icwe-sticker-wrap {
	margin: 0 auto;
}

.icwe-sticker-swiper {}

button[aria-selected="true"] path {
	fill: #fff !important;
}

.icwe-sticker-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}

.icwe-sticker-slide img {
	max-width: 100%;
	height: auto;
	display: block;
}

.icwe-sticker-caption {
	margin: 0;
	font-size: 14px;
	color: var(--icwe-text-gray);
	text-align: center;
}

/* ---------------------------------------------------------
   5. CASE STUDY SLIDER
   --------------------------------------------------------- */
.icwe-case-wrap {

	margin: 0 auto;

}

.icwe-case-swiper {
	padding: 6px 6px 20px;
}

.icwe-case-card {
	background: #fff;
	border: 1px solid rgba(51, 180, 74, 0.5);
	border-radius: 16px;
	padding: 16px;
	box-shadow: 0 4px 18px rgba(51, 180, 74, 0.08);
	display: flex;
	flex-direction: column;
	gap: 12px;
	height: 100%;
}

.icwe-case-brand {
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	color: var(--icwe-text-dark);
}

.icwe-case-media {
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.icwe-case-media img {
	width: 100%;
	height: 178px;
	object-fit: cover;
	display: block;
}

.icwe-case-tag {
	position: absolute;
	top: 0;
	left: 0;
	background: var(--icwe-primary);
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	padding: 4px 10px 4px;
	border-bottom-right-radius: 6px;
	border-top-left-radius: 6px;
}

.icwe-case-stats {
	position: relative;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 16px 8px 12px;
	background: linear-gradient(180deg, #55ce4a 0%, #069430 100%);
	color: #fff;
}

.icwe-case-stat {
	flex: 1;
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
}

.icwe-case-stat-icon {
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.93);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
}

.icwe-case-stat strong {
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
}

.icwe-case-stat small {
	display: block;
	font-size: 11px;
	color: rgba(255, 255, 255, 0.85);
	line-height: 1.3;
}

.icwe-case-stat-sep {
	width: 1px;
	height: 24px;
	background: rgba(255, 255, 255, 0.5);
	flex-shrink: 0;
}

.icwe-case-quote {
	background: #edf2f9;
	border-radius: 12px;
	padding: 12px;
	font-size: 14px;
	color: var(--icwe-text-gray);
	line-height: 1.5;
}

button.is-active path {
	fill: #fff;
}

.icwe-case-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	color: var(--icwe-primary);
	font-weight: 700;
	font-size: 17px;
	text-decoration: none;
	margin-top: auto;
}

.icwe-case-link:hover {
	color: var(--icwe-primary-dark);
}

/* ---------------------------------------------------------
   6. CTA BANNER
   --------------------------------------------------------- */
.icwe-cta-banner {
	position: relative;
	max-width: 1600px;
	margin: 0 auto;
	border-radius: 32px;
	overflow: hidden;
	background: #011b26;
	background-size: cover;
	background-position: center;
	padding: 80px 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
	background-position: bottom;
}

.icwe-cta-waves {
	position: absolute;
	inset: 0;
	z-index: 0;
	line-height: 0;
}

.icwe-cta-waves svg {
	width: 100%;
	height: 100%;
}

.icwe-cta-inner {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	text-align: center;
	max-width: 840px;
}

.icwe-cta-badge {
	display: inline-flex;
	padding: 10px 16px;
	border-radius: 12px;
	background: var(--icwe-green-soft);
	color: var(--icwe-primary);
	font-weight: 600;
	font-size: 15px;
}

.icwe-cta-heading {
	margin: 0;
	color: #fff;
	font-size: clamp(26px, 3.4vw, 38px);
	font-weight: 700;
	line-height: 1.25;
	display: flex;
	flex-direction: column;
}

.icwe-cta-subheading {
	margin: 0;
	color: rgba(255, 255, 255, 0.85);
	font-size: 17px;
}

.icwe-cta-button {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 12px 12px 12px 24px;
	border-radius: 99px;
	background: linear-gradient(192deg, rgba(51, 180, 74, 0.4) 8%, rgba(22, 134, 36, 0.4) 92%);
	/* Nền nút chỉ 40% đục nên làm mờ luôn phần banner phía sau cho ra kính mờ */
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	color: #fff;
	font-weight: 700;
	font-size: 17px;
	text-decoration: none;
	transition: transform 0.2s ease;
}

.icwe-cta-button:hover {
	transform: translateY(-2px);
	color: #fff;
}

.icwe-cta-btn-icon {
	width: 33px;
	height: 33px;
	border-radius: 50%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: rotate(-30deg);
}

/* ---------------------------------------------------------
   7. PRODUCT HERO
   --------------------------------------------------------- */
.icwe-phero {
	position: relative;
	max-width: var(--icwe-container);
	margin: 0 auto;
	padding: 80px 60px;
	background: linear-gradient(180deg, #ffffff 0%, #eafaf0 100%);
	background-size: cover;
	background-position: center;
	border-radius: 24px;
	overflow: hidden;
}

.icwe-phero-glow {
	position: absolute;
	width: 900px;
	height: 900px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(51, 180, 74, 0.18) 0%, rgba(51, 180, 74, 0) 70%);
	pointer-events: none;
	z-index: 0;
}

.icwe-phero-glow-left {
	top: -300px;
	left: -400px;
}

.icwe-phero-glow-right {
	top: -200px;
	right: -500px;
}

.icwe-phero-inner {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	flex-wrap: wrap;
}

.icwe-phero-text {
	flex: 1 1 520px;
	min-width: 300px;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.icwe-phero-badge {
	display: inline-flex;
	align-self: flex-start;
	padding: 10px 16px;
	border-radius: 12px;
	background: var(--icwe-green-soft);
	color: var(--icwe-primary);
	font-weight: 600;
	font-size: 15px;
}

.icwe-phero-title {
	margin: 0;
	font-size: clamp(32px, 4vw, 48px);
	font-weight: 700;
	line-height: 1.25;
	color: #1e1e1e;
	letter-spacing: -1px;
	display: flex;
	flex-direction: column;
}

.icwe-phero-desc {
	margin: 0;
	font-size: 19px;
	line-height: 1.55;
	color: #1e1e1e;
}

.icwe-phero-features {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.icwe-phero-features li {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 18px;
	color: #1e1e1e;
	line-height: 1.5;
}

.icwe-check-solid {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}

.icwe-check-solid svg {
	width: 100%;
	height: 100%;
}

.icwe-phero-buttons {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	margin-top: 8px;
}

.icwe-btn-outline {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 14px 32px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.6);
	border: 1px solid #fff;
	backdrop-filter: blur(18px);
	color: #1cae36;
	font-weight: 600;
	font-size: 16px;
	text-decoration: none;
	transition: background 0.2s ease;
}

.icwe-btn-outline:hover {
	background: #fff;
	color: #1cae36;
}

.icwe-phero-visual {
	position: relative;
	flex: 1 1 560px;
	min-width: 300px;
	min-height: 560px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.icwe-phero-image {
	width: 100%;
	max-width: 640px;
}

.icwe-phero-image img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: contain;
}

.icwe-phero-stat {
	position: absolute;
	display: flex;
	align-items: center;
	gap: 12px;
	background: linear-gradient(93deg, rgba(255, 255, 255, 0.85) 7%, rgba(255, 255, 255, 0.65) 100%);
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 12px;
	padding: 14px 16px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(8px);
	z-index: 3;
}

.icwe-phero-stat-icon {
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	flex-shrink: 0;
}

.icwe-phero-stat strong {
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: #232b31;
	line-height: 1.3;
}

.icwe-phero-stat small {
	display: block;
	font-size: 12px;
	color: #000;
	line-height: 1.3;
}

.icwe-pos-top-left {
	top: 12%;
	left: -4%;
}

.icwe-pos-top-right {
	top: 6%;
	right: -2%;
}

.icwe-pos-mid-right {
	top: 48%;
	right: -6%;
}

.icwe-pos-bottom-left {
	bottom: 8%;
	left: -2%;
}

.icwe-pos-bottom-right {
	bottom: 4%;
	right: 2%;
}

/* ---------------------------------------------------------
   8. FEATURE TABS (tab + vertical slider)
   --------------------------------------------------------- */
.icwe-ft {
	max-width: var(--icwe-container);
	margin: 0 auto;
}

.icwe-ft>.icwe-ft-header,
.icwe-ft>.icwe-ft-tabs,
.icwe-ft>.icwe-ft-panels {
	position: relative;
	z-index: 2;
}

.icwe-ft {
	position: relative;
}

.icwe-ft-inner-bg,
.icwe-ft-glow {
	display: none;
}

/* Dark rounded container wrapping everything */
.icwe-ft-header,
.icwe-ft-tabs,
.icwe-ft-panels {
	position: relative;
}

.icwe-ft {
	background: transparent;
}

.icwe-ft-header {
	background: #121212;
	background-image: linear-gradient(0deg, rgba(51, 180, 74, 0) 1%, rgba(51, 180, 74, 0.15) 99%);
	border-radius: 60px 60px 0 0;
	padding: 40px 88px 24px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
}

.icwe-ft-badge {
	display: inline-flex;
	padding: 10px 16px;
	border-radius: 12px;
	background: var(--icwe-green-soft);
	color: #00ff2d;
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 12px;
}

.icwe-ft-title {
	margin: 0;
	color: #fff;
	font-size: clamp(26px, 3.4vw, 38px);
	font-weight: 700;
	line-height: 1.3;
}

.icwe-ft-subtitle {
	margin: 0;
	color: #a6a6a6;
	font-size: 18px;
	max-width: 930px;
	line-height: 1.4;
}

.icwe-ft-tabs {
	display: flex;
	gap: 16px;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.icwe-ft-tab {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 16px;
	border-radius: 6px;
	border: none;
	background: #e4e7ec;
	color: var(--icwe-text-dark);
	font-weight: 500;
	font-size: 16px;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease;
	font-family: inherit;
}

.icwe-ft-tab:hover {
	background: #d5dae1;
}

.icwe-ft-tab.is-active {
	background: linear-gradient(189deg, var(--icwe-primary) 8%, var(--icwe-primary-darker) 92%);
	color: #fff;
	font-weight: 700;
}

/* Chứa được cả 3 dạng: emoji, icon font (<i>) và SVG upload từ Elementor */
.icwe-ft-tab-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	font-size: 16px;
	line-height: 1;
}

.icwe-ft-tab-icon svg,
.icwe-ft-tab-icon img {
	width: 18px;
	height: 18px;
	display: block;
}

/* SVG không tự khai fill sẽ ăn theo màu chữ của tab (đổi màu khi active) */
.icwe-ft-tab-icon svg {
	fill: currentColor;
}

.icwe-ft-tab-icon img {
	object-fit: contain;
}

.icwe-ft-panels {
	padding: 60px 0px;
	overflow: hidden;
}

.icwe-ft-panel {
	display: none;
}

.icwe-ft-panel.is-active {
	display: block;
	animation: icwe-fade 0.4s ease;
}

@keyframes icwe-fade {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.icwe-ft-body {
	display: flex;
	gap: 80px;
	align-items: center;
}

.icwe-ft-visual {
	flex: 1 1 50%;
	min-width: 0;
	position: relative;
	aspect-ratio: 1604 / 980;
}

.icwe-ft-image {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 0.5s ease;
	pointer-events: none;
}

.icwe-ft-image.is-active {
	opacity: 1;
	position: relative;
	pointer-events: auto;
}

.icwe-ft-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px;
	display: block;
	background: rgba(255, 255, 255, 0.97);
}

.icwe-ft-items {
	flex: 1 1 50%;
	min-width: 0;
	display: flex;
	gap: 24px;
	position: relative;
}

/* Cột timeline rộng 24px để chứa node active, nhưng bù margin âm hai bên
   nên vẫn chỉ chiếm 2px trong layout — vạch kẻ giữ nguyên vị trí cũ. */
.icwe-ft-timeline {
	position: relative;
	width: 24px;
	margin-left: -11px;
	margin-right: -11px;
	flex-shrink: 0;
}

.icwe-ft-timeline-track,
.icwe-ft-timeline-progress {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 2px;
	border-radius: 2px;
}

.icwe-ft-timeline-track {
	bottom: 0;
	background: rgba(255, 255, 255, 0.15);
}

.icwe-ft-timeline-progress {
	height: 0;
	background: var(--icwe-primary);
	/* Desktop chạy theo chiều cao, mobile theo chiều rộng */
	transition: height 0.3s ease, width 0.3s ease;
}

/* Node thường: vòng trắng 2px, lõi tối (∅10) */
.icwe-ft-timeline-node {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -50%);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #000504;
	border: 2px solid #fff;
	transition: width 0.3s ease, height 0.3s ease, background 0.3s ease,
		border-color 0.3s ease, box-shadow 0.3s ease;
}

/* Node active: đĩa gradient xanh ∅24, lõi trắng ∅12.5, quầng sáng xanh.
   Blur 15.4px = 2 × stdDeviation 7.7 của filter trong SVG. */
.icwe-ft-timeline-node.is-active {
	width: 24px;
	height: 24px;
	border-color: transparent;
	background: linear-gradient(180deg, #55ce4a 0%, #069430 100%);
	box-shadow: 0 1px 15.4px rgba(51, 180, 74, 0.95);
}

.icwe-ft-timeline-node.is-active::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 12.5px;
	height: 12.5px;
	border-radius: 50%;
	background: #fff;
}

.icwe-ft-items-list {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.icwe-ft-item {
	display: flex;
	align-items: flex-start;
	gap: 24px;
	padding: 11px 16px;
	border-radius: 16px;
	/* Viền trong suốt sẵn để item không cao thêm 2px lúc active */
	border: 1px solid transparent;
	background: transparent;
	text-align: left;
	cursor: pointer;
	transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
	font-family: inherit;
	width: 100%;
}

.icwe-ft-item.is-active {
	background: rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	border-color: rgba(255, 255, 255, 0.16);
	box-shadow: 0 8px 28px rgba(14, 20, 38, 0.35);
}

/* Icon item: khối bo góc 16px, nền trắng + glyph xanh khi thường,
   nền gradient xanh + glyph trắng khi active/focus. */
.icwe-ft-item-icon {
	flex-shrink: 0;
	width: 60px;
	height: 60px;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.95);
	color: var(--icwe-primary);
	transition: background 0.3s ease, color 0.3s ease;
}

.icwe-ft-item.is-active .icwe-ft-item-icon,
.icwe-ft-item:focus .icwe-ft-item-icon,
.icwe-ft-item:focus-visible .icwe-ft-item-icon {
	background: linear-gradient(180deg, #55ce4a 0%, #069430 100%);
	color: #fff;
}

.icwe-ft-item-icon svg {
	width: 100%;
	height: 100%;
	display: block;
}

.icwe-ft-item-text strong {
	display: block;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	line-height: 1.5;
	margin-bottom: 4px;
	transition: color 0.3s ease;
}

.icwe-ft-item.is-active .icwe-ft-item-text strong {
	color: var(--icwe-primary);
}

.icwe-ft-item-text small {
	display: block;
	font-size: 14px;
	color: #cecece;
	line-height: 1.6;
}

/* ---------------------------------------------------------
   9. VIDEO SHOWCASE (popup YouTube)
   --------------------------------------------------------- */
.icwe-vs-wrap {
	margin: 0 auto;
}

.icwe-vs-grid {
	display: flex;
	align-items: flex-start;
	gap: 40px;
}

.icwe-vs-featured-right .icwe-vs-grid {
	flex-direction: row-reverse;
}

.icwe-vs-featured-col {
	flex: 0 1 550px;
	min-width: 0;
}

.icwe-vs-list {
	flex: 1 1 500px;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

/* --- Item (dùng chung cho video nổi bật và item danh sách) --- */
.icwe-vs-item {
	display: flex;
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

.icwe-vs-item:hover,
.icwe-vs-item:focus {
	text-decoration: none;
	color: inherit;
}

/* Item chưa gắn link YouTube được render thành <div>, không phải thứ bấm được */
div.icwe-vs-item {
	cursor: default;
}

.icwe-vs-featured {
	flex-direction: column;
	gap: 12px;
}

.icwe-vs-list-item {
	flex-direction: row;
	align-items: flex-start;
	gap: 12px;
}

/* --- Thumbnail --- */
.icwe-vs-thumb {
	position: relative;
	display: block;
	overflow: hidden;
	background: #0d0f12;
	flex-shrink: 0;
}

.icwe-vs-featured .icwe-vs-thumb {
	width: 100%;
	aspect-ratio: 600 / 296;
	border-radius: 8px;
}

.icwe-vs-list-item .icwe-vs-thumb {
	flex: 0 0 244px;
	width: 244px;
	aspect-ratio: 244 / 140;
	border-radius: 4px;
}

.icwe-vs-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.35s ease;
}

.icwe-vs-item:hover .icwe-vs-thumb img {
	transform: scale(1.04);
}

/* Gradient tối dần từ đáy lên, dừng ở 45% chiều cao */
.icwe-vs-thumb-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 45%);
	pointer-events: none;
}

.icwe-vs-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(228, 228, 228, 0.4);
	color: #fff;
	transition: background 0.2s ease, color 0.2s ease;
}

.icwe-vs-featured .icwe-vs-play {
	width: 64px;
	height: 64px;
	box-shadow: 0 5px 66px rgba(0, 0, 0, 0.1);
}

.icwe-vs-list-item .icwe-vs-play {
	width: 26px;
	height: 26px;
	box-shadow: 0 2px 27px rgba(0, 0, 0, 0.1);
}

.icwe-vs-play svg {
	display: block;
}

.icwe-vs-item:hover .icwe-vs-play {
	background: var(--icwe-primary);
}

.icwe-vs-duration {
	position: absolute;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.icwe-vs-featured .icwe-vs-duration {
	right: 5px;
	bottom: 5px;
	padding: 8px 16px;
	border-radius: 7px;
	font-size: 14px;
}

.icwe-vs-list-item .icwe-vs-duration {
	right: 2px;
	bottom: 2px;
	padding: 3px 6px;
	border-radius: 3px;
	font-size: 12px;
}

/* --- Khối chữ --- */
.icwe-vs-info {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.icwe-vs-featured .icwe-vs-info {
	gap: 6px;
	width: 100%;
}

.icwe-vs-list-item .icwe-vs-info {
	gap: 4px;
	flex: 1 1 0;
}

.icwe-vs-title {
	display: block;
	color: var(--icwe-heading);
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.icwe-vs-featured .icwe-vs-title {
	font-size: 24px;
	line-height: 32px;
}

.icwe-vs-list-item .icwe-vs-title {
	font-size: 20px;
	line-height: 30px;
}

.icwe-vs-desc {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-weight: 300;
}

.icwe-vs-featured .icwe-vs-desc {
	font-size: 18px;
	line-height: 30px;
	color: var(--icwe-text-gray-600);
	-webkit-line-clamp: 2;
	line-clamp: 2;
}

.icwe-vs-list-item .icwe-vs-desc {
	font-size: 16px;
	line-height: 24px;
	color: var(--icwe-text-muted);
	-webkit-line-clamp: 2;
	line-clamp: 2;
}

.icwe-vs-meta {
	display: flex;
	align-items: center;
	font-size: 13px;
	line-height: 24px;
	font-weight: 300;
	color: var(--icwe-text-gray);
}

.icwe-vs-featured .icwe-vs-meta {
	gap: 8px;
}

.icwe-vs-list-item .icwe-vs-meta {
	gap: 6px;
}

.icwe-vs-dot {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: currentColor;
	flex-shrink: 0;
}

.icwe-vs-item:focus-visible {
	outline: 2px solid var(--icwe-primary);
	outline-offset: 4px;
	border-radius: 8px;
}

/* --- Popup --- */
.icwe-vs-modal {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: none;
}

.icwe-vs-modal.is-open {
	display: block;
}

.icwe-vs-modal-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.82);
}

.icwe-vs-modal-dialog {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: min(1120px, 92vw);
}

.icwe-vs-modal-player {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	background: #000;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}

.icwe-vs-modal-player iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.icwe-vs-modal-close {
	position: absolute;
	top: -48px;
	right: 0;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0;
	padding: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.16);
	color: #fff;
	cursor: pointer;
	transition: background 0.2s ease;
}

.icwe-vs-modal-close:hover {
	background: var(--icwe-primary);
}

body.icwe-vs-modal-open {
	overflow: hidden;
}

/* ---------------------------------------------------------
   10. SOLUTION CARDS (lưới thẻ giải pháp)
   --------------------------------------------------------- */
.icwe-sc-wrap {
	margin: 0 auto;
}

.icwe-sc-grid {
	display: grid;
	grid-template-columns: repeat(var(--icwe-sc-cols, 3), minmax(0, 1fr));
	gap: 24px;
}

.icwe-sc-card {
	position: relative;
	height: 288px;
	border-radius: 16px;
	overflow: hidden;
	background: var(--icwe-white);
	/* Viền trong suốt để thẻ không nhảy 1px khi chuyển sang trạng thái nổi bật */
	border: 1px solid transparent;
	transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
	box-shadow: 0 4px 18px 6px rgb(0 0 0 / 7%);
}

/* Trạng thái nổi bật: viền xanh nhạt + gradient + đổ bóng xanh */
.icwe-sc-card.is-active,
.icwe-sc-hover-highlight .icwe-sc-card:hover,
.icwe-sc-hover-highlight .icwe-sc-card:focus-within {
	border-color: rgba(51, 180, 74, 0.5);
	box-shadow: 0 4px 18px 6px rgba(51, 180, 74, 0.08);
	background-image: linear-gradient(185.47deg, rgba(255, 255, 255, 0.5) 68.76%, rgba(75, 219, 135, 0.06) 94.34%);
}

/* Ảnh rộng hơn thẻ và tràn khỏi đáy, bị cắt bởi overflow của thẻ */
.icwe-sc-image {
	position: absolute;
	left: 26px;
	bottom: 0px;
	width: 117.9%;
	height: 94.8%;
	object-fit: cover;
	pointer-events: none;
	user-select: none;
}

.icwe-sc-card.is-active .icwe-sc-image,
.icwe-sc-hover-highlight .icwe-sc-card:hover .icwe-sc-image {
	mix-blend-mode: darken;
}

.icwe-sc-body {
	position: absolute;
	left: 16px;
	top: 16px;
	width: 60.2%;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.icwe-sc-text {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.icwe-sc-title {
	margin: 0;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	color: var(--icwe-text-dark);
}

.icwe-sc-desc {
	margin: 0;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: var(--icwe-text-gray);
	/* Chốt 4 dòng để hàng link của mọi thẻ nằm ngang nhau */
	min-height: 96px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	overflow: hidden;
}

.icwe-sc-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	align-self: flex-start;
	font-size: 16px;
	line-height: 28px;
	font-weight: 700;
	color: var(--icwe-primary);
	text-decoration: none;
}

a.icwe-sc-link:hover,
a.icwe-sc-link:focus {
	color: var(--icwe-primary-dark);
	text-decoration: none;
}

.icwe-sc-arrow {
	flex-shrink: 0;
	transition: transform 0.25s ease;
}

a.icwe-sc-link:hover .icwe-sc-arrow {
	transform: translateX(4px);
}

/* ---------------------------------------------------------
   11. PRESS LOGOS (hàng logo báo chí / đối tác)
   --------------------------------------------------------- */
.icwe-pl-wrap {
	margin: 0 auto;
}

.icwe-pl-swiper {
	overflow: hidden;
}

/* Ít logo hơn số cột thì Swiper khoá lại; căn giữa cho cân thay vì dồn trái */
.icwe-pl-swiper.swiper-lock .swiper-wrapper {
	justify-content: center;
}

.icwe-pl-swiper .swiper-slide {
	height: auto;
}

.icwe-pl-card {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 114px;
	border-radius: 13px;
	background: var(--icwe-white);
	text-decoration: none;
	box-shadow: 0 4px 18px rgb(0 0 0 / 8%);
	margin: 17px 0px;
}

.icwe-pl-card img {
	display: block;
	/* Logo giữ tỉ lệ gốc, chỉ bị giới hạn bởi khung 150×50 sau padding */
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
}

a.icwe-pl-card {
	transition: box-shadow 0.25s ease, transform 0.25s ease;
}

a.icwe-pl-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(16, 24, 40, 0.08);
}

.icwe-pl-controls {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}

.icwe-pl-pagination.swiper-pagination-lock {
	display: none;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1024px) {
	.icwe-hero-card {
		flex-direction: column-reverse;
	}
	.icwe-feature-cards-wrap{
		padding: 0px !important;
	}

	.icwe-hero-card-left {
		width: 100%;
	}

	.icwe-hero-slide {
		padding: 16px;
		padding-bottom: 30px;
	}

	.icwe-fc-card-head{
		    min-height: 82px;
	}
	/* Không đủ chỗ cho rãnh 2 bên: mũi tên nổi đè lên mép slider */
	.icwe-feature-cards-wrap {
		padding: 24px 16px;
	}

	.icwe-fc-prev {
		left: -8px;
	}

	.icwe-fc-next {
		right: -8px;
	}

	.icwe-fc-prev,
	.icwe-fc-next {
		background: rgba(255, 255, 255, 0.92);
	}

	.icwe-hero-card-right {
		width: 100%;
		min-height: 320px;
		flex: 1 1 100%;
	}

	.icwe-hero-cta-row {
		justify-content: center;

	}

	.icwe-hero-card-left {
		flex: unset;
	}

	.icwe-float-card {
		max-width: 200px;
		padding: 8px 12px;
	}

	.icwe-phero {
		padding: 48px 24px;
	}

	.icwe-phero-visual {
		min-height: 420px;
	}

	.icwe-ft-header,
	.icwe-ft-tabs,
	.icwe-ft-panels {
		padding-left: 32px;
		padding-right: 32px;
	}

	.icwe-ft-header {
		border-radius: 32px 32px 0 0;
	}

	.icwe-ft-panels {
		border-radius: 0 0 32px 32px;
	}

	.icwe-ft-body {
		flex-direction: column;
		gap: 32px;
	}

	.icwe-ft-visual,
	.icwe-ft-items {
		width: 100%;
		flex: 1 1 100%;
	}

	/* Video showcase: xếp dọc, video nổi bật chiếm hết chiều ngang */
	.icwe-vs-grid,
	.icwe-vs-featured-right .icwe-vs-grid {
		flex-direction: column;
		gap: 32px;
	}

	.icwe-vs-featured-col,
	.icwe-vs-list {
		flex: 1 1 auto;
		width: 100%;
	}

	.icwe-vs-list-item .icwe-vs-thumb {
		flex-basis: 220px;
		width: 220px;
	}

	.icwe-sc-grid {
		grid-template-columns: repeat(var(--icwe-sc-cols-tablet, 2), minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.icwe-hero-slide {
		padding: 32px 12px 24px;
	}

	.icwe-hero-card {
		padding: 16px;
		gap: 24px;
	}
	.icwe-hero-card{
		padding: 0px;
	}

	.icwe-hero-card-heading {
		font-size: 24px;
	}

	.icwe-float-card {
		position: static;
		max-width: none;
		margin-top: 8px;
	}

	.icwe-hero-card-right {
		display: flex;
		flex-direction: column;
		min-height: auto;
	}

	.icwe-hero-side-image {
		min-height: 220px;
	}

	.icwe-compare-table {
		min-width: 560px;
	}

	/* Mũi tên nhỏ lại để không che nội dung thẻ khi chỉ hiện 1 slide */
	.icwe-fc-prev,
	.icwe-fc-next {
		width: 36px;
		height: 36px;
	}

	.icwe-fc-prev {
		left: -4px;
	}

	.icwe-fc-next {
		right: -4px;
	}

	.icwe-cta-banner {
		padding: 40px 16px;
	}

	/* Video showcase mobile */
	.icwe-vs-wrap {
		padding: 0px !important
	}

	.icwe-vs-featured .icwe-vs-title {
		font-size: 20px;
		line-height: 28px;
		white-space: normal;
	}

	.icwe-vs-featured .icwe-vs-desc {
		font-size: 16px;
		line-height: 24px;
	}

	.icwe-vs-list-item .icwe-vs-thumb {
		flex-basis: 140px;
		width: 140px;
	}

	.icwe-vs-list-item .icwe-vs-title {
		font-size: 16px;
		line-height: 24px;
		white-space: normal;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		line-clamp: 2;
	}

	.icwe-vs-list-item .icwe-vs-meta,
	.icwe-vs-list-item .icwe-vs-desc {
		font-size: 14px;
		line-height: 20px;
	}

	.icwe-vs-list-item .icwe-vs-desc {
		-webkit-line-clamp: 2;
		line-clamp: 2;
	}

	.icwe-vs-modal-close {
		top: -44px;
	}

	/* Solution cards mobile */
	.icwe-sc-wrap {
		padding: 0px;
	}

	.icwe-sc-grid {
		grid-template-columns: repeat(var(--icwe-sc-cols-mobile, 1), minmax(0, 1fr));
	}

	.icwe-case-stats {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}

	.icwe-case-stat-sep {
		display: none;
	}

	/* Feature Tabs mobile: timeline nằm ngang phía trên, item thành thẻ trượt ngang */
	.icwe-ft-items {
		flex-direction: column;
		gap: 20px;
	}

	.icwe-ft-timeline {
		width: 100%;
		height: 24px;
		margin: 0;
	}

	.icwe-ft-timeline-track {
		top: 50%;
		left: 0;
		right: 0;
		bottom: auto;
		width: auto;
		height: 2px;
		transform: translateY(-50%);
	}

	.icwe-ft-timeline-progress {
		top: 50%;
		left: 0;
		width: 0;
		height: 2px;
		transform: translateY(-50%);
	}

	.icwe-ft-timeline-node {
		top: 50%;
		left: 0;
	}

	.icwe-ft-items-list {
		flex-direction: row;
		gap: 16px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		/* Ẩn thanh cuộn, điều hướng đã có node timeline */
		scrollbar-width: none;
	}

	.icwe-ft-items-list::-webkit-scrollbar {
		display: none;
	}

	.icwe-ft-item {
		flex: 0 0 86%;
		scroll-snap-align: start;
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
		padding: 24px 20px;
		border-radius: 24px;
		background: rgba(255, 255, 255, 0.06);
		border-color: rgba(255, 255, 255, 0.1);
	}

	.icwe-ft-item.is-active {
		background: rgba(255, 255, 255, 0.14);
	}

	.icwe-ft-item-text strong {
		font-size: 22px;
		margin-bottom: 8px;
	}

	.icwe-ft-item-text small {
		font-size: 16px;
		line-height: 1.65;
	}

	/* Product Hero mobile */
	.icwe-phero {
		padding: 32px 16px;
	}

	.icwe-phero-title {
		font-size: 32px;
	}

	.icwe-phero-desc,
	.icwe-phero-features li {
		font-size: 16px;
	}

	.icwe-phero-visual {
		min-height: auto;
		margin-top: 24px;
	}

	/* Trên mobile: xếp thẻ số liệu tĩnh xuống dưới ảnh cho gọn */
	.icwe-phero-stat {
		position: static;
		margin-top: 12px;
		width: 100%;
	}

	.icwe-phero-visual {
		flex-wrap: wrap;
	}

	.icwe-phero-image {
		width: 100%;
	}

	/* Feature Tabs mobile */
	.icwe-ft {
		padding: 16px 12px;
	}

	.icwe-ft-header,
	.icwe-ft-tabs,
	.icwe-ft-panels {
		padding-left: 16px;
		padding-right: 16px;
	}

	.icwe-ft-header {
		border-radius: 24px 24px 0 0;
		padding-top: 32px;
	}

	.icwe-ft-panels {
		border-radius: 0 0 24px 24px;
		padding-bottom: 40px;
	}

	.icwe-ft-tabs {
		flex-wrap: nowrap;
		overflow-x: auto;
		justify-content: flex-start;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.icwe-ft-tabs::-webkit-scrollbar {
		display: none;
	}

	.icwe-ft-tab {
		flex-shrink: 0;
	}

	.icwe-ft-item {
		padding: 16px 12px;
		gap: 16px;
	}

	.icwe-ft-item-icon {
		width: 48px;
		height: 48px;
		/* Giữ đúng tỉ lệ bo góc 16/60 của thiết kế */
		border-radius: 13px;
	}

	.icwe-ft-item-text strong {
		font-size: 17px;
	}
}