/**
 * Trang Thi công nội thất tại Vĩnh Phúc.
 */

.ntm-page-thi-cong-vinh-phuc .page-title,
.ntm-page-thi-cong-vinh-phuc .featured-title.page-title {
	display: none !important;
}

.ntm-thi-cong-vinh-phuc {
	background: var(--ntm-home-surface, #f5f7f7);
}

.ntm-tcvp-wrap {
	width: var(--ntm-home-container, min(1240px, calc(100% - 32px)));
	max-width: 100%;
	margin: 0 auto;
	padding-left: 16px;
	padding-right: 16px;
}

/* Hero */
.ntm-tcvp-hero {
	padding: 36px 0 48px;
	background: linear-gradient(180deg, #fff 0%, var(--ntm-home-surface, #f5f7f7) 100%);
}

.ntm-tcvp-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: 36px;
	align-items: center;
}

.ntm-tcvp-eyebrow {
	margin: 0 0 10px;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--ntm-home-primary, var(--primary-color));
}

.ntm-tcvp-hero__title {
	margin: 0 0 16px;
	font-size: clamp(1.55rem, 3.2vw, 2.25rem);
	font-weight: 700;
	line-height: 1.25;
	color: #1a1a1a !important;
	text-transform: none !important;
	letter-spacing: 0;
}

.ntm-tcvp-hero__lead {
	margin-bottom: 22px;
}

.ntm-tcvp-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.ntm-tcvp-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 22px;
	border-radius: 999px;
	font-size: 0.92rem;
	font-weight: 600;
	text-decoration: none !important;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.ntm-tcvp-btn--primary {
	background: var(--ntm-home-primary, var(--primary-color));
	color: #fff !important;
	box-shadow: 0 8px 24px color-mix(in srgb, var(--ntm-home-primary, var(--primary-color)) 28%, transparent);
}

.ntm-tcvp-btn--primary:hover {
	transform: translateY(-1px);
	color: #fff !important;
}

.ntm-tcvp-btn--ghost {
	border: 1px solid color-mix(in srgb, var(--ntm-home-primary, var(--primary-color)) 35%, #ccc);
	color: var(--ntm-home-primary, var(--primary-color)) !important;
	background: #fff;
}

.ntm-tcvp-hero__media,
.ntm-tcvp-item__media,
.ntm-tcvp-section__banner {
	margin: 0;
	border-radius: var(--ntm-home-radius, 14px);
	overflow: hidden;
	box-shadow: var(--ntm-home-shadow, 0 12px 40px rgba(0, 0, 0, 0.08));
	background: #e8ecec;
}

.ntm-tcvp-hero__media img,
.ntm-tcvp-item__media img,
.ntm-tcvp-section__banner img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ntm-tcvp-caption {
	padding: 10px 14px;
	font-size: 0.82rem;
	color: #666;
	background: #fff;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
}

/* Prose */
.ntm-tcvp-prose p {
	margin: 0 0 1em;
	line-height: 1.75;
	color: #444;
}

.ntm-tcvp-prose p:last-child {
	margin-bottom: 0;
}

.ntm-tcvp-prose ul {
	margin: 0 0 1em;
	padding-left: 1.2em;
	color: #444;
	line-height: 1.7;
}

.ntm-tcvp-prose li {
	margin-bottom: 0.35em;
}

/* Sections */
.ntm-tcvp-section {
	padding: 28px 0 12px;
}

.ntm-tcvp-section__title {
	margin: 0 0 18px;
	font-size: clamp(1.35rem, 2.5vw, 1.75rem);
	font-weight: 700;
	line-height: 1.3;
	color: #1a1a1a !important;
	text-transform: none !important;
}

.ntm-tcvp-section__intro {
	max-width: 920px;
	margin-bottom: 22px;
}

.ntm-tcvp-section__banner {
	max-width: 860px;
	margin: 0 auto 28px;
}

.ntm-tcvp-items {
	display: grid;
	gap: 20px;
	padding-bottom: 28px;
}

.ntm-tcvp-item {
	border-radius: var(--ntm-home-radius, 14px);
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.06);
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.04);
}

.ntm-tcvp-item--text {
	padding: 24px 26px;
}

.ntm-tcvp-item--media {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 28px;
	align-items: center;
	padding: 24px;
}

.ntm-tcvp-item--media.is-media-left .ntm-tcvp-item__media {
	order: -1;
}

.ntm-tcvp-item__head {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	margin-bottom: 12px;
}

.ntm-tcvp-item__number {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 36px;
	padding: 0 10px;
	border-radius: 999px;
	background: var(--ntm-home-primary, var(--primary-color));
	color: #fff;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1;
}

.ntm-tcvp-item__title {
	margin: 0;
	font-size: clamp(1.05rem, 2vw, 1.25rem);
	font-weight: 700;
	line-height: 1.35;
	color: #1a1a1a !important;
	text-transform: none !important;
}

/* Contact */
.ntm-tcvp-contact {
	padding: 16px 0 56px;
}

.ntm-tcvp-contact__card {
	padding: 40px 36px;
	border-radius: var(--ntm-home-radius, 14px);
	background: linear-gradient(
		135deg,
		color-mix(in srgb, var(--ntm-home-primary, var(--primary-color)) 92%, #000) 0%,
		var(--ntm-home-primary, var(--primary-color)) 100%
	);
	color: #fff;
	text-align: center;
	box-shadow: var(--ntm-home-shadow, 0 12px 40px rgba(0, 0, 0, 0.12));
}

.ntm-tcvp-contact__head {
	max-width: 640px;
	margin: 0 auto 28px;
}

.ntm-tcvp-contact__title {
	margin: 0 0 10px;
	font-size: clamp(1.3rem, 2.5vw, 1.65rem);
	font-weight: 700;
	color: #fff !important;
	text-transform: none !important;
}

.ntm-tcvp-contact__intro {
	margin: 0;
	opacity: 0.92;
	line-height: 1.65;
}

.ntm-tcvp-contact__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	max-width: 760px;
	margin: 0 auto 28px;
	padding: 0;
	list-style: none;
}

.ntm-tcvp-contact__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 100%;
	padding: 18px 16px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.16);
	text-align: center;
}

.ntm-tcvp-contact__item:last-child:nth-child(odd) {
	grid-column: 1 / -1;
	max-width: 380px;
	justify-self: center;
	width: 100%;
}

.ntm-tcvp-contact__label {
	display: block;
	margin-bottom: 8px;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	opacity: 0.82;
}

.ntm-tcvp-contact__value {
	display: block;
	font-size: 0.95rem;
	line-height: 1.55;
	font-weight: 500;
}

.ntm-page-thi-cong-vinh-phuc .ntm-tcvp-contact__value a {
	color: #fff !important;
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}

.ntm-tcvp-contact__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

.ntm-tcvp-contact .ntm-tcvp-btn--primary {
	background: #fff;
	color: var(--ntm-home-primary, var(--primary-color)) !important;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.ntm-tcvp-contact .ntm-tcvp-btn--on-dark {
	border-color: rgba(255, 255, 255, 0.55);
	color: #fff !important;
	background: transparent;
}

@media (max-width: 992px) {
	.ntm-tcvp-hero__grid,
	.ntm-tcvp-item--media {
		grid-template-columns: 1fr;
	}

	.ntm-tcvp-item--media.is-media-left .ntm-tcvp-item__media {
		order: 0;
	}
}

@media (max-width: 560px) {
	.ntm-tcvp-hero {
		padding-top: 24px;
	}

	.ntm-tcvp-item--text,
	.ntm-tcvp-item--media,
	.ntm-tcvp-contact__card {
		padding: 18px 16px;
	}

	.ntm-tcvp-contact__grid {
		grid-template-columns: 1fr;
	}

	.ntm-tcvp-contact__item:last-child:nth-child(odd) {
		grid-column: auto;
		max-width: none;
	}
}
