.dp-pc {
    display: block;
    margin: auto;
}

.dp-sp {
    display: none;
    margin: auto;
}

.product-hero {
    padding-bottom: 5px;
}

/* Icon App Store — căn giữa dọc localnav (mobile không lệch bottom) */
.we-localnav__title {
    display: flex !important;
    align-items: center !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    height: 52px;
    box-sizing: border-box;
}

.we-localnav__title > .kOqhQd {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    flex-shrink: 0;
    display: block;
    object-fit: cover;
    border-radius: 22%;
}

.we-localnav__title-text {
    display: inline;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .we-localnav__title {
        height: 48px;
    }

    .we-localnav__title > .kOqhQd {
        width: 36px;
        height: 36px;
        margin-right: 8px;
    }
}

.list-review {
    height: 181px;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.list-review::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.list-review .slick-list {
    overflow: hidden;
}

.list-review .slick-initialized .slick-slide {
    margin: 5px;
    height: 181px;
    width: 100%;
}

.list-review .l-column--equal-height>.we-customer-review {
    max-height: 181px;
    width: 100%;
}

.list-info {
    margin-bottom: 5px;
    height: 90px;
    display: flex;
}

.list-info img {
    width: auto !important;
    height: 90px;
    cursor: pointer;
    padding: 15px 18px;
    display: block;
}

.list-info li {
    position: relative;
}

.list-info li::before {
    content: "";
    display: block;
    width: 0;
    height: 50px;
    background: #ADADAD;
    border-right: 1px solid #ADADAD;
    position: absolute;
    right: 0;
    top: 20px;
}

.slick-initialized .slick-slide {
    display: block;
    margin: 5px;
    cursor: pointer;
    border: none;
    outline: none;
}

.slider-list.slick-initialized .slick-slide {
    margin: 15px;
    height: auto !important;
}

.list-info.slick-initialized .slick-slide {
    display: block;
    margin: 0px;
    width: 100px !important;
}

/* Nền gắn vào container — chừa padding để hover scale không bị cắt */
.slider-list {
    background-image: url(./../images/bg-all-step.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 32px 8px 36px;
}

.slider-list .slick-track {
    background-image: none !important;
    margin: 0;
    padding: 0;
    height: auto !important;
}

.slider-list .slick-list {
    margin: 0;
    padding: 0;
    overflow: visible;
    height: auto !important;
}

.slider-list .step-slide,
.slider-list .box-images {
    outline: none;
    position: relative;
    overflow: visible;
    padding: 6px;
    box-sizing: border-box;
}

.slider-list .step-slide:hover,
.slider-list .box-images:hover {
    z-index: 20;
}

.slider-list .step-slide .responsive-image,
.slider-list .box-images .responsive-image,
[data-sitehub="ios_steps_images"] img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 540px;
    display: block;
    margin: 0 auto;
    object-fit: contain;
    cursor: zoom-in;
    transition: transform 0.3s ease-out;
    transform-origin: center center;
    will-change: transform;
}

@media (hover: hover) and (pointer: fine) {
    .slider-list .step-slide:hover .responsive-image,
    .slider-list .box-images:hover .responsive-image,
    [data-sitehub="ios_steps_images"] .step-slide:hover img {
        transform: scale(1.08);
    }
}

.responsive-image {
    max-height: 540px;
}

.back-button {
	display: none; /* Hide by default */
	position: fixed;
    left: auto;
    top: 8px;
    right: 20px;
    z-index: 10000;
    padding: 0;
}

.back-button a {
	display: inline-block;
	line-height: 0;
}

.back-button img {
	width: 40px;
	height: 40px;
}

@media (max-width: 576px) {
	.back-button {
		display: block; /* Show on mobile screens */
	}
}

@media screen and (max-width: 768px) {
    .dp-pc {
        display: none;
    }

    .dp-sp {
        display: block;
    }

    .list-info img {
        height: 87px;
    }

    .slick-initialized .slick-slide {
        display: block;
        margin: 5px;
    }

    .slider-list.slick-initialized .slick-slide {
        margin: 10px;
    }

    .slider-list .slick-list {
        margin: 0;
    }

    .slider-list .responsive-image.slick-slide,
    .slider-list .responsive-image,
    [data-sitehub="ios_steps_images"] img {
        max-height: 540px;
        height: auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .responsive-image {
        height: auto;
        max-height: 540px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 600px) {
    .list-info {
        overflow: hidden;
        height: 70px;
    }

    .list-info img {
        width: auto !important;
        height: 70px;
        cursor: pointer;
        padding: 10px;
        display: block;
    }

    .list-info.slick-initialized .slick-slide {
        width: 76px !important;
    }

    a.btn-download {
        min-width: 90px;
        height: 32px;
        padding: 0 14px;
        font-size: 13px;
    }

    a.btn-guide {
        font-size: 13px;
    }
}

@media screen and (max-width: 374px) {
    a.btn-download {
        min-width: 80px;
        height: 30px;
        padding: 0 10px;
        font-size: 12px;
    }

    a.btn-guide {
        font-size: 12px;
    }
}

/* Global font: Roboto (giữ icon font) */
html,
body {
    font-family: "Roboto", sans-serif !important;
}
/* Video guide modal */
.modal__bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.85);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	box-sizing: border-box;
}

.modal__bg.active {
	opacity: 1;
	visibility: visible;
}

.modal__align {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: relative;
}

.modal__content {
	position: relative;
	width: 100%;
	max-width: 90vw;
	max-height: 90vh;
	background: #000;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
	transform: scale(0.9);
	transition: transform 0.3s ease-in-out;
	display: flex;
	flex-direction: column;
}

.modal__bg.active .modal__content {
	transform: scale(1);
}

.modal__content.modal-home {
	max-width: 1200px;
	aspect-ratio: 16 / 9;
}

.modal__close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 40px;
	height: 40px;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	cursor: pointer;
	z-index: 10000;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.modal__close:hover {
	background-color: #fff;
	transform: scale(1.1);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.modal__close:active {
	transform: scale(0.95);
}

.modal__close svg {
	width: 20px;
	height: 20px;
	color: #000;
	stroke: #000;
}

.modal__video-align {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000;
}

.modal__spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	border: 4px solid rgba(255, 255, 255, 0.3);
	border-top-color: #fff;
	border-radius: 50%;
	animation: spin 1s linear infinite;
	z-index: 10;
	display: none;
}

.modal__spinner.active {
	display: block;
}

@keyframes spin {
	to {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

#videoWrapper {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

#videoWrapper video {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
	.modal__content {
		max-width: 95vw;
		max-height: 85vh;
		border-radius: 8px;
	}

	.modal__content.modal-home {
		max-width: 95vw;
		aspect-ratio: 16 / 9;
	}

	.modal__close {
		top: 10px;
		right: 10px;
		width: 36px;
		height: 36px;
	}

	.modal__close svg {
		width: 18px;
		height: 18px;
	}

	.modal__bg {
		padding: 10px;
	}
}

@media screen and (max-width: 480px) {
	.modal__content {
		max-width: 100vw;
		max-height: 80vh;
		border-radius: 0;
	}

	.modal__content.modal-home {
		max-width: 100vw;
	}

	.modal__close {
		top: 8px;
		right: 8px;
		width: 32px;
		height: 32px;
		background-color: rgba(255, 255, 255, 0.95);
	}

	.modal__close svg {
		width: 16px;
		height: 16px;
	}

	.modal__bg {
		padding: 0;
	}
}

/* Lightbox xem ảnh steps / promo */
.slider-list img,
[data-sitehub="android_ios_images"] img,
[data-sitehub="ios_steps_images"] img,
[data-sitehub="android_steps_images"] img {
	cursor: zoom-in;
}

.img-lightbox {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: none;
	background: rgba(0, 0, 0, 0.88);
	box-sizing: border-box;
}

.img-lightbox.is-open {
	display: block;
}

.img-lightbox__stage {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 64px 72px 56px;
	box-sizing: border-box;
}

.img-lightbox__img {
	display: block;
	margin: 0 auto;
	max-width: min(92vw, 1100px);
	max-height: calc(100vh - 120px);
	width: auto;
	height: auto;
	object-fit: contain;
	border-radius: 8px;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
	float: none !important;
}

.img-lightbox button.img-lightbox__close,
.img-lightbox button.img-lightbox__nav {
	position: absolute;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px !important;
	height: 44px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 50% !important;
	background: rgba(255, 255, 255, 0.95) !important;
	color: #111 !important;
	box-sizing: border-box !important;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
	font: 0 / 0 a !important;
	cursor: pointer;
	outline: none !important;
	-webkit-appearance: none;
	appearance: none;
}

.img-lightbox button.img-lightbox__close:focus,
.img-lightbox button.img-lightbox__nav:focus,
.img-lightbox button.img-lightbox__close:focus-visible,
.img-lightbox button.img-lightbox__nav:focus-visible {
	outline: none !important;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35), 0 0 0 2px rgba(255, 255, 255, 0.7);
}

.img-lightbox button.img-lightbox__close {
	top: 16px;
	right: 16px;
}

.img-lightbox button.img-lightbox__nav {
	top: 50%;
	transform: translateY(-50%);
}

.img-lightbox button.img-lightbox__prev { left: 16px; }
.img-lightbox button.img-lightbox__next { right: 16px; }

.img-lightbox button.img-lightbox__nav.is-disabled,
.img-lightbox button.img-lightbox__nav:disabled {
	opacity: 0.35;
	cursor: default;
	pointer-events: none;
}

.img-lightbox button.img-lightbox__close::before,
.img-lightbox button.img-lightbox__nav::before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.img-lightbox button.img-lightbox__close::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2.4' stroke-linecap='round'%3E%3Cpath d='M6 6l12 12M18 6L6 18'/%3E%3C/svg%3E");
}

.img-lightbox button.img-lightbox__prev::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 6l-6 6 6 6'/%3E%3C/svg%3E");
}

.img-lightbox button.img-lightbox__next::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 6l6 6-6 6'/%3E%3C/svg%3E");
}

.img-lightbox__counter {
	position: absolute;
	bottom: 18px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	line-height: 1.2;
	background: rgba(0, 0, 0, 0.45);
	padding: 6px 12px;
	border-radius: 999px;
	pointer-events: none;
}

@media screen and (max-width: 600px) {
	.img-lightbox__stage {
		padding: 56px 48px 48px;
	}
	.img-lightbox button.img-lightbox__nav {
		width: 40px !important;
		height: 40px !important;
		left: 8px;
		right: auto;
		z-index: 2;
	}
	.img-lightbox button.img-lightbox__next {
		left: auto;
		right: 8px;
	}
	.img-lightbox button.img-lightbox__close {
		width: 38px !important;
		height: 38px !important;
		top: 10px;
		right: 10px;
	}
}

/* Promo ảnh màn hình — tỷ lệ tự nhiên, full width trên PC */
[data-sitehub="android_ios_images"] {
	margin-left: 0 !important;
	width: 100%;
	list-style: none;
	padding: 0;
}

/* Giữ thanh scroll ngang phần Ảnh màn hình (không ẩn như list-review) */
.we-screenshot-viewer__screenshots-list.l-row--peek,
[data-sitehub="android_ios_images"].l-row--peek {
	overflow-x: auto !important;
	overflow-y: hidden !important;
	scrollbar-width: thin;
	-ms-overflow-style: auto;
}

.we-screenshot-viewer__screenshots-list.l-row--peek::-webkit-scrollbar,
[data-sitehub="android_ios_images"].l-row--peek::-webkit-scrollbar {
	display: block;
	height: 8px;
}

[data-sitehub="android_ios_images"] .promo-slide {
	padding: 0 6px;
	outline: none;
	box-sizing: border-box;
}

[data-sitehub="android_ios_images"] .promotion-banner {
	display: block;
	width: 100%;
	line-height: 0;
}

[data-sitehub="android_ios_images"] .promotion-banner__img {
	display: block;
	width: 100% !important;
	height: auto !important;
	max-width: 100%;
	object-fit: contain;
	border-radius: 10px;
	aspect-ratio: auto;
}

[data-sitehub="android_ios_images"].slick-initialized .slick-list {
	margin: 0 -6px;
}

[data-sitehub="android_ios_images"].slick-initialized .slick-slide {
	height: auto;
}

[data-sitehub="android_ios_images"] .slick-prev,
[data-sitehub="android_ios_images"] .slick-next,
[data-sitehub="android_ios_images"] .slick-dots {
	display: none !important;
}

