/* Huỳnh Khang — shared landing/page styles (single cached file) */

/* Archive landing categories */
.category-sua-may-tinh .archive-page-header .page-title,
.category-sua-laptop .archive-page-header .page-title,
.category-sua-may-in .archive-page-header .page-title,
.category-nap-muc-may-in .archive-page-header .page-title,
.category-cai-win .archive-page-header .page-title,
.category-tin-tuc .archive-page-header .page-title {
	display: none !important;
}

/* Typography */
.hk-section-title {
	text-align: center;
	font-size: 26px;
	font-weight: 800;
	color: #003366;
	margin-bottom: 14px;
}

.hk-section-title--archive {
	margin: 36px 0 24px;
}

.hk-section-title--lg {
	margin-bottom: 32px;
}

.hk-section-title--faq {
	margin-bottom: 28px;
}

.hk-section-title--md {
	margin-bottom: 16px;
}

.hk-section-title--spaced {
	margin-top: 36px;
	margin-bottom: 16px;
}

.hk-smt-page-h1 {
	text-align: center;
	font-size: 34px;
	font-weight: 900;
	color: #0f172a;
	line-height: 1.25;
	margin: 0 0 12px;
	letter-spacing: -0.3px;
}

.hk-smt-page-h1 em {
	font-style: normal;
	color: #0068ff;
}

.hk-smt-intro {
	text-align: center;
	color: #64748b;
	font-size: 15px;
	line-height: 1.75;
	max-width: 820px;
	margin: 0 auto 28px;
}

.hk-smt-intro--tight {
	max-width: 760px;
	margin-bottom: 8px;
}

.hk-link-accent {
	color: #0068ff;
	font-weight: 700;
	text-decoration: none;
}

.hk-link-accent:hover {
	text-decoration: underline;
}

/* Cards & grids */
.hk-smt-svc-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 20px;
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 15px;
}

.hk-smt-svc-card {
	background: #fff;
	border: 1px solid #eef2f7;
	border-radius: 16px;
	padding: 24px 22px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
	transition: all 0.35s ease;
}

.hk-smt-svc-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 28px rgba(0, 104, 255, 0.08);
	border-color: #cfe0ff;
}

.hk-smt-svc-card h3 {
	font-size: 17px;
	font-weight: 800;
	color: #003366;
	margin: 0 0 10px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.hk-smt-svc-card h3 svg {
	flex-shrink: 0;
	color: #0068ff;
}

.hk-smt-svc-card p {
	font-size: 14px;
	color: #555;
	line-height: 1.7;
	margin: 0;
}

.hk-smt-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	max-width: 900px;
	margin: 0 auto;
	padding: 0 15px;
}

.hk-smt-links a {
	display: inline-flex;
	align-items: center;
	padding: 10px 18px;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 50px;
	font-size: 14px;
	font-weight: 600;
	color: #0068ff !important;
	text-decoration: none !important;
	transition: all 0.25s ease;
}

.hk-smt-links a:hover {
	background: #0068ff;
	color: #fff !important;
	border-color: #0068ff;
}

/* FAQ */
.hk-smt-faq {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 15px;
}

.hk-smt-faq-item {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	margin-bottom: 12px;
	overflow: hidden;
}

.hk-smt-faq-item summary {
	padding: 18px 22px;
	font-weight: 700;
	color: #0f172a;
	cursor: pointer;
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	font-size: 15px;
}

.hk-smt-faq-item summary::-webkit-details-marker {
	display: none;
}

.hk-smt-faq-item summary::after {
	content: "+";
	font-size: 20px;
	color: #0068ff;
	font-weight: 400;
}

.hk-smt-faq-item[open] summary::after {
	content: "−";
}

.hk-smt-faq-item[open] summary {
	border-bottom: 1px solid #eef2f7;
}

.hk-smt-faq-item p {
	padding: 0 22px 18px;
	margin: 0;
	font-size: 14px;
	color: #555;
	line-height: 1.75;
}

/* Contact / forms */
.hk-contact-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
	margin: 0 0 24px;
}

.hk-contact-grid--single {
	grid-template-columns: 1fr;
}

.hk-contact-card {
	background: #fff;
	border: 1px solid #eef2f7;
	border-radius: 14px;
	padding: 18px 16px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.hk-contact-card--full {
	grid-column: 1 / -1;
}

.hk-contact-card strong {
	display: block;
	font-size: 13px;
	color: #64748b;
	margin-bottom: 6px;
	font-weight: 600;
}

.hk-contact-card span,
.hk-contact-card a {
	font-size: 15px;
	line-height: 1.5;
	text-decoration: none;
}

.hk-contact-card span {
	color: #475569;
	font-weight: 400;
	font-size: 14px;
}

.hk-contact-card a {
	color: #0068ff;
	font-weight: 700;
}

.hk-form-wrap {
	background: #fff;
	border: 1px solid #eef2f7;
	border-radius: 18px;
	padding: 24px 22px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.hk-form-wrap .tieudeform {
	display: none;
}

.hk-form-wrap .form-container {
	margin: 0;
}

.hk-form-wrap .wpcf7-form p {
	margin-bottom: 14px;
}

.hk-form-wrap input[type="text"],
.hk-form-wrap input[type="tel"],
.hk-form-wrap select,
.hk-form-wrap textarea {
	width: 100%;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 12px 14px;
	font-size: 14px;
	background: #fff;
}

.hk-form-wrap textarea {
	min-height: 110px;
	resize: vertical;
}

.hk-form-wrap .form-contact-twocol {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

.hk-form-wrap #submitBtn {
	width: 100%;
	border-radius: 999px;
	padding: 14px 24px;
	font-weight: 700;
}

.hk-zalo-cta-wrap {
	text-align: center;
	margin: 0 0 18px;
}

.hk-zalo-cta-wrap--compact {
	margin: 0;
}

.hk-zalo-cta-wrap a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 22px;
	background: #0068ff;
	color: #fff;
	border-radius: 999px;
	font-weight: 700;
	text-decoration: none;
}

/* Warranty lookup page */
.hk-warranty-page {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 15px;
}

.hk-warranty-page .hk-warranty-wrap {
	max-width: 100%;
}

.hk-warranty-info-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
	margin-top: 20px;
}

.hk-warranty-page .hk-policy-cta {
	margin-top: 20px;
}

@media (max-width: 768px) {
	.hk-warranty-info-grid {
		grid-template-columns: 1fr;
	}
}

.hk-warranty-wrap {
	background: #fff;
	border: 1px solid #eef2f7;
	border-radius: 18px;
	padding: 28px 24px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
	max-width: 640px;
	margin: 0 auto;
}

.hk-warranty-wrap .check_warranty_baohanh_form_box {
	justify-content: stretch;
	padding: 0;
	margin-bottom: 16px;
}

.hk-warranty-wrap .check_warranty_baohanh_form_box label {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	width: 100%;
	margin: 0;
}

.hk-warranty-wrap .check_warranty_baohanh_form_box input#check_warranty_phone {
	flex: 1;
	min-width: 180px;
	height: 48px;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 0 16px;
	font-size: 15px;
}

.hk-warranty-wrap .check_warranty_baohanh_form_box button.check_warranty_masp_submit {
	height: 48px;
	padding: 0 24px;
	border-radius: 999px;
	background: #0068ff !important;
	font-size: 15px;
	font-weight: 700;
}

.hk-warranty-wrap .check_warranty_baohanh_form_box button.check_warranty_masp_submit:hover {
	background: #0052cc !important;
}

.hk-warranty-wrap .check_warranty_baohanh_result {
	margin-top: 8px;
	text-align: left;
}

.hk-policy-link {
	text-align: center;
	margin: 16px 0 0;
	font-size: 14px;
}

.hk-policy-link a {
	color: #0068ff;
	font-weight: 700;
	text-decoration: none;
}

/* Policy / about content blocks */
.hk-policy-box,
.hk-about-box {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 15px;
}

.hk-policy-box h2,
.hk-about-box h2 {
	font-size: 20px;
	font-weight: 800;
	color: #003366;
	margin: 28px 0 12px;
	padding-top: 4px;
}

.hk-policy-box h2:first-child,
.hk-about-box h2:first-child {
	margin-top: 0;
}

.hk-policy-box p,
.hk-policy-box li,
.hk-about-box p,
.hk-about-box li {
	font-size: 14px;
	color: #475569;
	line-height: 1.75;
}

.hk-policy-box ul,
.hk-policy-box ol,
.hk-about-box ul,
.hk-about-box ol {
	margin: 0 0 16px;
	padding-left: 22px;
}

.hk-policy-box li,
.hk-about-box li {
	margin-bottom: 8px;
}

.hk-policy-box strong,
.hk-about-box strong {
	color: #0f172a;
}

.hk-legal-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
	margin: 16px 0 8px;
}

.hk-legal-card {
	background: #fff;
	border: 1px solid #eef2f7;
	border-radius: 14px;
	padding: 16px 18px;
}

.hk-legal-card strong {
	display: block;
	font-size: 12px;
	color: #64748b;
	margin-bottom: 6px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.3px;
}

.hk-legal-card span {
	font-size: 14px;
	color: #0f172a;
	font-weight: 600;
	line-height: 1.55;
}

.hk-about-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin: 24px 0 8px;
}

.hk-about-links a {
	display: inline-flex;
	align-items: center;
	padding: 10px 18px;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 50px;
	font-size: 14px;
	font-weight: 600;
	color: #0068ff !important;
	text-decoration: none !important;
	transition: all 0.25s ease;
}

.hk-about-links a:hover {
	background: #0068ff;
	color: #fff !important;
	border-color: #0068ff;
}

.hk-policy-cta,
.hk-news-cta {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin-top: 28px;
}

.hk-news-cta {
	margin-top: 8px;
}

.hk-policy-cta a,
.hk-news-cta a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 22px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none !important;
	transition: all 0.25s ease;
}

.hk-policy-cta .hk-btn-primary,
.hk-news-cta .hk-btn-zalo {
	background: #0068ff;
	color: #fff !important;
}

.hk-policy-cta .hk-btn-primary:hover,
.hk-news-cta .hk-btn-zalo:hover {
	background: #0052cc;
	color: #fff !important;
}

.hk-policy-cta .hk-btn-outline {
	background: #fff;
	color: #0068ff !important;
	border: 1px solid #dbeafe;
}

.hk-news-cta .hk-btn-call {
	background: #003366;
	color: #fff !important;
}

.hk-news-cta .hk-btn-call:hover {
	background: #004080;
	color: #fff !important;
}

.hk-intro-note {
	text-align: center;
	color: #64748b;
	font-size: 14px;
	max-width: 760px;
	margin: 0 auto 22px;
	line-height: 1.7;
}

/* WooCommerce Zalo quote */
.woocommerce .price,
.woocommerce .amount,
.woocommerce .woocommerce-Price-amount,
.product-small .price,
.product-small .price-wrapper {
	display: none !important;
}

.woocommerce form.cart,
.woocommerce .quantity,
.woocommerce .single_add_to_cart_button,
.woocommerce .variations_button {
	display: none !important;
}

.hk-zalo-quote {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: #0068ff !important;
	color: #fff !important;
	border: none !important;
	border-radius: 999px !important;
	padding: 12px 22px !important;
	font-weight: 700 !important;
	font-size: 15px !important;
	text-decoration: none !important;
	box-shadow: 0 8px 20px rgba(0, 104, 255, 0.22);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hk-zalo-quote:hover {
	transform: translateY(-1px);
	box-shadow: 0 12px 24px rgba(0, 104, 255, 0.28);
	color: #fff !important;
}

.hk-zalo-quote.is-small {
	padding: 10px 16px !important;
	font-size: 13px !important;
	margin-top: 10px;
	width: 100%;
	max-width: 220px;
}

.product-small .box-text .hk-zalo-quote.is-small {
	display: inline-flex;
	margin: 8px auto 0;
}

.hk-product-zalo-box {
	margin: 18px 0 10px;
	padding: 18px 20px;
	background: #f8fbff;
	border: 1px solid #dbeafe;
	border-radius: 16px;
}

.hk-product-zalo-lead {
	margin: 0 0 14px;
	color: #334155;
	line-height: 1.7;
	font-size: 14px;
}

.hk-product-zalo-meta {
	margin: 12px 0 0;
	font-size: 14px;
	color: #64748b;
}

.hk-product-zalo-meta a {
	color: #0068ff;
	font-weight: 700;
	text-decoration: none;
}

@media (max-width: 768px) {
	.hk-smt-page-h1 {
		font-size: 28px;
	}

	.hk-contact-grid,
	.hk-form-wrap .form-contact-twocol,
	.hk-legal-grid {
		grid-template-columns: 1fr;
	}

	.hk-warranty-wrap .check_warranty_baohanh_form_box label {
		flex-direction: column;
	}

	.hk-warranty-wrap .check_warranty_baohanh_form_box button.check_warranty_masp_submit {
		width: 100%;
	}
}
