.tnp-footer {
	--tnp: #E3344C;
	--tnp-d: #c62741;
	--tint: #fce9ec;
	--tint2: #fdeef0;
	--green: #1f9d63;
	--green-bg: #eefaf2;
	--ink: #111827;
	--muted: #6b7280;
	--line: #e5e7eb;
	--bg: #f9fafb;
	--card: #fff;
	margin-top: 56px;
	padding: 40px 0 28px;
	border-top: 1px solid var(--line);
	background: var(--bg);
	color: var(--ink);
	font-size: 14px;
	line-height: 1.55;
}

.tnp-footer a,
.tnp-footer a:hover,
.tnp-footer a:focus,
.tnp-footer a:active {
	color: inherit;
	text-decoration: none;
}

.tnp-footer svg {
	display: block;
}

/* ===== TRUST STRIP ===== */
.tnp-footer .ft-trust {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
	background: linear-gradient(120deg, var(--green-bg), #fff 72%);
	border: 1px solid rgba(31, 157, 99, .22);
	border-radius: 16px;
	padding: 16px 20px 16px 22px;
	margin-bottom: 16px;
}

.tnp-footer .ft-trust::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 5px;
	background: linear-gradient(180deg, #22a066, #177a4c);
}

.tnp-footer .ft-seal {
	width: 50px;
	height: 50px;
	flex: 0 0 auto;
	border-radius: 15px;
	background: linear-gradient(135deg, #22a066, #177a4c);
	color: #fff;
	display: grid;
	place-items: center;
	font-size: 26px;
	font-weight: 800;
	box-shadow: 0 5px 14px rgba(31, 157, 99, .32);
}

.tnp-footer .ft-trust .mid {
	flex: 1;
	min-width: 260px;
}

.tnp-footer .ft-trust .t-title {
	font-size: 15px;
	font-weight: 800;
	color: var(--ink);
	display: flex;
	align-items: center;
	gap: 7px;
	flex-wrap: wrap;
	margin-bottom: 3px;
}

.tnp-footer .ft-trust .t-title .g {
	color: var(--green);
	font-size: 12.5px;
	font-weight: 800;
}

.tnp-footer .ft-trust .t-sub {
	font-size: 13px;
	color: var(--muted);
	line-height: 1.5;
}

.tnp-footer .ft-trust .t-sub b {
	color: var(--green);
	font-weight: 700;
}

.tnp-footer .ft-trust .acts {
	display: flex;
	gap: 9px;
	flex-wrap: wrap;
}

.tnp-footer .tbtn {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 9px 15px;
	border-radius: 11px;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
	border: 1px solid transparent;
	transition: transform .15s, filter .15s, border-color .15s, color .15s;
}

.tnp-footer .tbtn:hover {
	transform: translateY(-1px);
	filter: brightness(1.04);
}

.tnp-footer .tbtn.pri,
.tnp-footer .tbtn.pri:hover,
.tnp-footer .tbtn.pri:focus {
	background: var(--tnp);
	color: #fff;
}

.tnp-footer .tbtn.pri i {
	color: #fff;
}

.tnp-footer .tbtn.gh,
.tnp-footer .tbtn.gh:focus {
	background: #fff;
	color: var(--ink);
	border-color: var(--line);
}

.tnp-footer .tbtn.gh:hover {
	border-color: var(--tnp);
	color: var(--tnp);
}

.tnp-footer .tbtn.gh:hover i {
	color: var(--tnp);
}

/* ===== 3 COLS ===== */
.tnp-footer .ft-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 16px;
	margin-bottom: 16px;
}

.tnp-footer .fcol {
	background: var(--card);
	border: 1px solid var(--line);
	border-radius: 16px;
	padding: 20px;
	box-shadow: 0 7px 20px rgba(0, 0, 0, .04);
}

.tnp-footer .fk {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 14px;
	color: var(--tnp);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .3px;
}

.tnp-footer .fk::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 999px;
	background: var(--tnp);
	box-shadow: 0 0 0 4px rgba(227, 52, 76, .1);
}

/* col 1 — cam kết */
.tnp-footer .brand {
	font-size: 19px;
	font-weight: 800;
	letter-spacing: -.3px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 9px;
	margin-bottom: 4px;
	line-height: 1.3;
	color: var(--ink);
}

.tnp-footer .brand .r {
	color: var(--tnp);
}

.tnp-footer .brand-vf {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-size: 10.5px;
	font-weight: 800;
	color: var(--green);
	background: var(--green-bg);
	border: 1px solid rgba(31, 157, 99, .25);
	padding: 2px 8px;
	border-radius: 99px;
	margin: 6px 0 0;
}

.tnp-footer .cam-desc {
	font-size: 13px;
	color: #4b5563;
	line-height: 1.6;
	margin: 8px 0 14px;
}

.tnp-footer .cam-list {
	display: grid;
	gap: 9px;
}

.tnp-footer .cam-i {
	display: flex;
	gap: 9px;
	font-size: 13px;
	color: #374151;
	line-height: 1.45;
}

.tnp-footer .cam-i .ck {
	width: 20px;
	height: 20px;
	flex: 0 0 auto;
	border-radius: 6px;
	background: var(--green-bg);
	color: var(--green);
	font-weight: 800;
	font-size: 12px;
	display: grid;
	place-items: center;
}

/* col 2 — liên hệ */
.tnp-footer .fk-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	margin-bottom: 14px;
}

.tnp-footer .fk-row .fk {
	margin-bottom: 0;
}

.tnp-footer .online {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-size: 12px;
	font-weight: 700;
	color: var(--green);
}

.tnp-footer .online .dot {
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: var(--green);
	box-shadow: 0 0 0 3px rgba(31, 157, 99, .18);
}

.tnp-footer a.phone-card,
.tnp-footer a.phone-card:hover,
.tnp-footer a.phone-card:focus {
	display: flex;
	align-items: center;
	gap: 13px;
	background: var(--tint2);
	border: 1px solid rgba(227, 52, 76, .14);
	border-radius: 14px;
	padding: 14px;
	margin-bottom: 12px;
	color: inherit;
}

.tnp-footer .phone-card .pic {
	width: 46px;
	height: 46px;
	flex: 0 0 auto;
	border-radius: 13px;
	background: var(--tnp);
	color: #fff;
	display: grid;
	place-items: center;
	font-size: 20px;
}

.tnp-footer .phone-card .pic i {
	color: #fff;
}

.tnp-footer .phone-card .pnum {
	font-size: 22px;
	font-weight: 800;
	letter-spacing: -.5px;
	color: var(--tnp);
	line-height: 1;
}

.tnp-footer .phone-card .psub {
	font-size: 11.5px;
	color: var(--muted);
	margin-top: 3px;
}

.tnp-footer .ct-acts {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	margin-bottom: 14px;
}

.tnp-footer .cbtn.full {
	grid-column: 1 / -1;
}

.tnp-footer .cbtn,
.tnp-footer .cbtn:focus {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 9px 6px;
	border-radius: 10px;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
	border: 1px solid var(--line);
	background: var(--bg);
	color: #374151;
	transition: all .15s;
}

.tnp-footer .cbtn:hover {
	transform: translateY(-1px);
	color: #374151;
	border-color: var(--line);
	background: var(--bg);
}

.tnp-footer .cbtn.pri,
.tnp-footer .cbtn.pri:hover,
.tnp-footer .cbtn.pri:focus {
	background: var(--tnp);
	color: #fff;
	border-color: var(--tnp);
}

.tnp-footer .cbtn.pri i {
	color: #fff;
}

.tnp-footer .addr {
	display: flex;
	gap: 8px;
	font-size: 12.5px;
	color: #4b5563;
	line-height: 1.5;
	margin-bottom: 12px;
}

.tnp-footer .addr .pin,
.tnp-footer .addr .pin i {
	color: var(--tnp);
	flex: 0 0 auto;
}

.tnp-footer .cskh {
	background: var(--bg);
	border: 1px solid var(--line);
	border-radius: 11px;
	padding: 11px 13px;
	font-size: 12px;
	color: var(--muted);
	line-height: 1.5;
}

.tnp-footer .cskh b {
	color: var(--ink);
	display: block;
	margin-bottom: 3px;
	font-size: 12.5px;
}

.tnp-footer .cskh a,
.tnp-footer .cskh a:hover,
.tnp-footer .cskh a:focus {
	color: var(--tnp);
	font-weight: 600;
}

/* col 3 — chuyên gia */
.tnp-footer .agent {
	display: flex;
	align-items: center;
	gap: 12px;
	background: var(--bg);
	border: 1px solid var(--line);
	border-radius: 13px;
	padding: 12px;
	margin-bottom: 11px;
}

.tnp-footer .agent .ava {
	width: 48px;
	height: 48px;
	flex: 0 0 auto;
	border-radius: 50%;
	background: linear-gradient(135deg, #c9d3dd, #94a3b8);
	overflow: hidden;
	border: 2px solid #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
}

.tnp-footer .agent .ava img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.tnp-footer .agent .info {
	flex: 1;
	min-width: 0;
}

.tnp-footer .agent .an {
	font-size: 14.5px;
	font-weight: 800;
	color: var(--ink);
}

.tnp-footer .agent .ar {
	font-size: 11.5px;
	color: var(--muted);
}

.tnp-footer .agent .arow {
	display: flex;
	align-items: center;
	gap: 7px;
	margin-top: 5px;
	flex-wrap: wrap;
}

.tnp-footer a.soc,
.tnp-footer a.soc:hover,
.tnp-footer a.soc:focus {
	width: 24px;
	height: 24px;
	border-radius: 7px;
	display: grid;
	place-items: center;
	color: #fff;
	flex: 0 0 auto;
}

.tnp-footer .soc svg {
	width: 13px;
	height: 13px;
	fill: #fff;
	color: #fff;
}

.tnp-footer .soc svg path {
	fill: #fff;
}

.tnp-footer a.soc.fb,
.tnp-footer a.soc.fb:hover { background: #1877f2; color: #fff; }
.tnp-footer a.soc.tt,
.tnp-footer a.soc.tt:hover { background: #111; color: #fff; }
.tnp-footer a.soc.yt,
.tnp-footer a.soc.yt:hover { background: #ff0000; color: #fff; }
.tnp-footer a.soc.ig,
.tnp-footer a.soc.ig:hover {
	background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
	color: #fff;
}
.tnp-footer a.soc.th,
.tnp-footer a.soc.th:hover { background: #111; color: #fff; }
.tnp-footer a.soc.x,
.tnp-footer a.soc.x:hover { background: #111; color: #fff; }

.tnp-footer .agent a.aph,
.tnp-footer .agent a.aph:hover,
.tnp-footer .agent a.aph:focus {
	margin-left: auto;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 12.5px;
	font-weight: 800;
	color: var(--tnp);
	white-space: nowrap;
}

.tnp-footer .agent a.aph i {
	color: var(--tnp);
}

.tnp-footer .follow {
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px dashed var(--line);
}

.tnp-footer .follow .flab {
	font-size: 12px;
	color: var(--muted);
	font-weight: 600;
	margin-bottom: 9px;
}

.tnp-footer .follow .frow {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.tnp-footer .follow a.soc,
.tnp-footer .follow a.soc:hover {
	width: 34px;
	height: 34px;
	border-radius: 10px;
}

.tnp-footer .follow .soc svg {
	width: 16px;
	height: 16px;
}

/* ===== BAR ===== */
.tnp-footer .ft-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
	padding: 16px 4px 4px;
}

.tnp-footer .ft-logo {
	display: inline-flex;
	align-items: center;
}

.tnp-footer .ft-logo img {
	height: 35px;
	width: auto;
}

.tnp-footer .ft-cp {
	color: var(--muted);
	font-size: 12.5px;
}

.tnp-footer .ft-links {
	display: flex;
	gap: 16px;
	font-size: 12.5px;
	color: var(--muted);
}

.tnp-footer .ft-links a,
.tnp-footer .ft-links a:focus {
	color: var(--muted);
}

.tnp-footer .ft-links a:hover {
	color: var(--tnp);
}

@media (max-width: 920px) {
	.tnp-footer .ft-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.tnp-footer {
		padding: 28px 0 20px;
	}

	.tnp-footer .ct-acts {
		grid-template-columns: 1fr;
	}

	.tnp-footer .ft-bar {
		flex-direction: column;
		text-align: center;
	}

	.tnp-footer .agent a.aph {
		margin-left: 0;
		width: 100%;
	}
}
