/* =====================================================================
   Truly Blocks for Elementor — style đóng gói
   Bảng màu: #cf9a2c vàng đồng · #2a2419 nâu đậm · #e8c26a vàng nhạt
             #f5efe6 kem · #fffdf9 trắng ngà · #efe6d4 tan · #5f5a4e chữ mờ
   Font: Phudu (tiêu đề) · Be Vietnam Pro (nội dung)
   ===================================================================== */

.tb,
.tb * {
	box-sizing: border-box;
}

.tb {
	--tb-gold: #cf9a2c;
	--tb-gold2: #e8c26a;
	--tb-dark: #2a2419;
	--tb-muted: #5f5a4e;
	--tb-cream: #f5efe6;
	--tb-ivory: #fffdf9;
	--tb-tan: #efe6d4;
	--tb-card: #fff;
	--tb-line: rgba(42, 36, 25, .1);
	--tb-danger: #b06a4a;
	--tb-ok: #5a9c6b;

	font-family: 'Be Vietnam Pro', system-ui, -apple-system, sans-serif;
	color: var(--tb-dark);
	line-height: 1.6;
}

/* Bọc canh giữa — độc lập với Content Width của Elementor */
.tb-wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding-left: 24px;
	padding-right: 24px;
}

.tb a {
	color: inherit;
	text-decoration: none;
}

/* ---- Chống tràn ngang (mobile) -----------------------------------
   Grid/flex item mặc định min-width:auto nên không co nhỏ hơn nội
   dung -> gây tràn viền. Ép min-width:0 và cho chữ dài tự ngắt. */
.tb,
.tb-wrap {
	overflow-wrap: break-word;
	word-wrap: break-word;
}
.tb-grid > *,
.tb-hero > *,
.tb-split > *,
.tb-row > *,
.tb-cmp > *,
.tb-cmp__item > *,
.tb-faq > *,
.tb-plans > *,
.tb-steps > *,
.tb-stats > *,
.tb-subgrid > *,
.tb-bars,
.tb-btns > *,
.tb-hero__text,
.tb-split__body,
.tb-split__media-col,
.tb-hero__stats > * {
	min-width: 0;
}
.tb img {
	max-width: 100%;
}

.tb h1,
.tb h2,
.tb h3 {
	font-family: 'Phudu', system-ui, sans-serif;
	margin: 0;
	letter-spacing: -.02em;
}

/* ---- Đầu section dùng chung ---------------------------------------- */
.tb-head {
	margin-bottom: 40px;
}
.tb-head--center {
	text-align: center;
}
.tb-head--left {
	text-align: left;
}
.tb-eyebrow {
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--tb-gold);
}
.tb-h2 {
	font-size: clamp(28px, 3.4vw, 38px);
	font-weight: 800;
	margin-top: 12px;
}
.tb-sub {
	font-size: 15px;
	color: var(--tb-muted);
	max-width: 620px;
	margin: 12px 0 0;
}
.tb-head--center .tb-sub {
	margin-left: auto;
	margin-right: auto;
}
.tb-head--dark .tb-h2 {
	color: #fff;
}
.tb-head--dark .tb-eyebrow {
	color: var(--tb-gold2);
}
.tb-head--dark .tb-sub {
	color: #c9c1ad;
}
.tb-hi {
	color: var(--tb-gold);
}

/* ---- Nút bấm ------------------------------------------------------- */
.tb-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 14px 26px;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	border: 1px solid transparent;
	transition: transform .15s ease, box-shadow .15s ease;
}
.tb-btn:hover {
	transform: translateY(-2px);
}
.tb-btn--dark {
	background: var(--tb-dark);
	color: #fff;
}
.tb-btn--gold {
	background: var(--tb-gold);
	color: #fff;
}
.tb-btn--gold2 {
	background: var(--tb-gold2);
	color: var(--tb-dark);
}
.tb-btn--light {
	background: #fff;
	border-color: rgba(42, 36, 25, .18);
	color: var(--tb-dark);
}
.tb-btn--ghost {
	background: transparent;
	border-color: rgba(42, 36, 25, .2);
	color: var(--tb-dark);
}
.tb-btn--ghost-light {
	background: transparent;
	border-color: rgba(255, 255, 255, .5);
	color: #fff;
}
.tb-btns {
	display: flex;
	flex-wrap: wrap;
	gap: 13px;
}

/* ---- Placeholder ảnh ---------------------------------------------- */
.tb-ph {
	background: repeating-linear-gradient(45deg, #eee4d2, #eee4d2 11px, #e4d8c0 11px, #e4d8c0 22px);
	border: 1px solid var(--tb-line);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #9a9079;
	font-size: 12px;
}
.tb-media {
	border-radius: 16px;
	overflow: hidden;
}
.tb-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* =====================================================================
   HERO
   ===================================================================== */
.tb--hero {
	background: linear-gradient(180deg, #fffdf9, #f5efe6);
}
.tb--hero-dark {
	background: var(--tb-dark);
	color: var(--tb-cream);
}
.tb-hero {
	display: grid;
	gap: 46px;
	align-items: center;
}
.tb-hero--split {
	grid-template-columns: 1.05fr .95fr;
}
.tb-hero--full {
	grid-template-columns: 1fr;
}
.tb-hero__badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 15px;
	border-radius: 8px;
	background: var(--tb-tan);
	font-size: 12.5px;
	font-weight: 700;
	letter-spacing: .03em;
	color: var(--tb-gold);
	text-transform: uppercase;
}
.tb--hero-dark .tb-hero__badge {
	background: rgba(232, 194, 106, .15);
	color: var(--tb-gold2);
}
.tb-hero__title {
	font-size: clamp(34px, 5vw, 54px);
	line-height: 1.06;
	font-weight: 800;
	margin: 20px 0 0;
}
.tb-hero__desc {
	font-size: 17px;
	line-height: 1.65;
	color: var(--tb-muted);
	max-width: 540px;
	margin: 20px 0 0;
}
.tb--hero-dark .tb-hero__desc {
	color: #c9c1ad;
}
.tb-hero .tb-btns {
	margin-top: 28px;
}
.tb-hero__note {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 22px;
	font-size: 13.5px;
	font-weight: 600;
	color: var(--tb-gold);
}
.tb--hero-dark .tb-hero__note {
	color: var(--tb-gold2);
}
.tb-hero__note .tb-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--tb-ok);
}
.tb-hero__media {
	aspect-ratio: 4 / 5;
	border-radius: 16px;
}
.tb-hero__stats {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 40px;
}
.tb-hero__stats--boxed {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.tb-hero__stats--boxed .tb-hstat {
	background: #fff;
	border: 1px solid var(--tb-line);
	border-radius: 12px;
	padding: 16px 18px;
}
.tb-hero__stats--inline {
	gap: 28px;
	align-items: center;
}
.tb-hstat__num {
	font-size: 30px;
	font-weight: 800;
	color: var(--tb-gold);
}
.tb-hstat__label {
	font-size: 12.5px;
	color: var(--tb-muted);
	margin-top: 2px;
}
.tb--hero-dark .tb-hstat__label {
	color: #a89f88;
}
.tb-hstat__sep {
	width: 1px;
	align-self: stretch;
	background: rgba(42, 36, 25, .14);
}
.tb--hero-dark .tb-hstat__sep {
	background: rgba(255, 255, 255, .18);
}

/* =====================================================================
   TICKER
   ===================================================================== */
.tb--ticker {
	background: var(--tb-dark);
	overflow: hidden;
}
/* Ticker chạy full-bleed (bỏ giới hạn 1200px + padding của wrap) */
.tb.tb--ticker .tb-wrap {
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}
.tb-ticker {
	overflow: hidden;
}
.tb-ticker__track {
	display: flex;
	width: max-content;
	animation: tb-tkr 26s linear infinite;
	will-change: transform;
}
.tb-ticker__group {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	white-space: nowrap;
	font-size: 15px;
	font-weight: 600;
	color: var(--tb-gold2);
	text-transform: uppercase;
	letter-spacing: .05em;
}
@keyframes tb-tkr {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}
/* Dừng khi rê chuột */
.tb-ticker:hover .tb-ticker__track {
	animation-play-state: paused;
}

/* =====================================================================
   CARD GRID (dịch vụ / giá trị / cam kết / tính năng / pain points…)
   ===================================================================== */
.tb-grid {
	display: grid;
	gap: 20px;
}
.tb-grid--2 { grid-template-columns: repeat(2, 1fr); }
.tb-grid--3 { grid-template-columns: repeat(3, 1fr); }
.tb-grid--4 { grid-template-columns: repeat(4, 1fr); }
.tb-grid--5 { grid-template-columns: repeat(5, 1fr); }

.tb-card {
	background: var(--tb-card);
	border: 1px solid var(--tb-line);
	border-radius: 14px;
	padding: 28px;
	display: flex;
	flex-direction: column;
	transition: transform .18s ease, box-shadow .18s ease;
}
.tb-card--link:hover {
	transform: translateY(-3px);
	box-shadow: 0 16px 40px rgba(42, 36, 25, .12);
}
.tb-card__icon {
	width: 46px;
	height: 46px;
	border-radius: 11px;
	background: var(--tb-tan);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--tb-gold);
	font-weight: 800;
	font-size: 18px;
}
.tb-card__title {
	font-size: 18px;
	font-weight: 700;
	margin: 18px 0 8px;
}
.tb-card__text {
	font-size: 14px;
	line-height: 1.6;
	color: var(--tb-muted);
	margin: 0;
}
.tb-card__price {
	margin-top: auto;
	padding-top: 18px;
	font-size: 12px;
	color: #9a9079;
}
.tb-card__price b {
	font-size: 17px;
	font-weight: 800;
	color: var(--tb-gold);
}
/* Card nền tối (patient journey, tech stack, spec strip, why-us) */
.tb-grid--dark .tb-card {
	background: rgba(255, 255, 255, .06);
	border-color: rgba(255, 255, 255, .1);
	color: var(--tb-cream);
}
.tb-grid--dark .tb-card__title {
	color: #fff;
}
.tb-grid--dark .tb-card__text {
	color: #c9c1ad;
}
.tb-grid--dark .tb-card__icon {
	background: rgba(232, 194, 106, .14);
	color: var(--tb-gold2);
}
/* Bọc panel tối quanh grid */
.tb-panel-dark {
	background: var(--tb-dark);
	color: var(--tb-cream);
	border-radius: 20px;
	padding: 52px;
}

/* =====================================================================
   STATS
   ===================================================================== */
.tb-stats {
	display: grid;
	gap: 18px;
}
.tb-stats--boxed .tb-stat {
	background: var(--tb-tan);
	border-radius: 14px;
	padding: 26px;
	text-align: center;
}
.tb-stats--inline {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	align-items: center;
}
.tb-stat__num {
	font-size: 40px;
	font-weight: 800;
	color: var(--tb-gold);
	font-family: 'Phudu', sans-serif;
}
.tb-stats--inline .tb-stat__num {
	font-size: 30px;
}
.tb-stat__label {
	font-size: 13px;
	color: var(--tb-muted);
	margin-top: 4px;
}
.tb-stat__sep {
	width: 1px;
	align-self: stretch;
	background: rgba(42, 36, 25, .14);
}

/* =====================================================================
   FEATURE SPLIT (media + text, tuỳ chọn progress / sub-grid)
   ===================================================================== */
.tb-split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: center;
}
.tb-split--panel {
	border-radius: 20px;
	padding: 48px;
	border: 1px solid var(--tb-line);
	background: var(--tb-card);
}
.tb-split--dark {
	background: var(--tb-dark);
	color: var(--tb-cream);
	border: none;
}
.tb-split--dark .tb-h2,
.tb-split--dark .tb-split__title {
	color: #fff;
}
.tb-split--dark .tb-eyebrow {
	color: var(--tb-gold2);
}
.tb-split--dark .tb-split__text {
	color: #c9c1ad;
}
.tb-split--media-right .tb-split__media {
	order: 2;
}
.tb-split__media {
	aspect-ratio: 1 / 1;
	border-radius: 16px;
}
.tb-split__title {
	font-size: clamp(26px, 3vw, 34px);
	font-weight: 800;
	line-height: 1.15;
	margin: 12px 0 0;
}
.tb-split__text {
	font-size: 15.5px;
	line-height: 1.7;
	color: var(--tb-muted);
	margin: 16px 0 0;
}
.tb-split .tb-btn {
	margin-top: 22px;
}
/* Progress bars */
.tb-bars {
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.tb-bar__top {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 8px;
}
.tb-bar__val {
	color: var(--tb-gold2);
}
.tb-bar__track {
	height: 7px;
	border-radius: 99px;
	background: rgba(255, 255, 255, .12);
}
.tb-split:not(.tb-split--dark) .tb-bar__track {
	background: rgba(42, 36, 25, .1);
}
.tb-bar__fill {
	height: 100%;
	border-radius: 99px;
	background: var(--tb-gold2);
}
.tb-split:not(.tb-split--dark) .tb-bar__fill {
	background: var(--tb-gold);
}
/* Sub grid (industries tags / why-us 2x2) */
.tb-subgrid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}
.tb-subgrid--2 { grid-template-columns: repeat(2, 1fr); }
.tb-subgrid--3 { grid-template-columns: repeat(3, 1fr); }
.tb-tag-box {
	background: var(--tb-cream);
	border-radius: 12px;
	padding: 18px;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}
.tb-split--dark .tb-tag-box {
	background: rgba(255, 255, 255, .05);
	border: 1px solid rgba(255, 255, 255, .1);
	color: #fff;
}

/* =====================================================================
   FEATURE ROWS (xen kẽ trái/phải)
   ===================================================================== */
.tb-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 44px;
	align-items: center;
}
.tb-row + .tb-row {
	margin-top: 44px;
}
.tb-row--alt .tb-row__col {
	order: 2;
}
.tb-row__media {
	aspect-ratio: 4 / 3;
	border-radius: 16px;
}
.tb-row__kicker {
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--tb-gold);
}
.tb-row__title {
	font-size: 26px;
	font-weight: 800;
	margin: 10px 0 0;
}
.tb-row__text {
	font-size: 15px;
	line-height: 1.68;
	color: var(--tb-muted);
	margin: 14px 0 0;
}
.tb-chips-inline {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 16px;
}
.tb-pill {
	font-size: 12.5px;
	font-weight: 600;
	color: var(--tb-gold);
	background: var(--tb-tan);
	padding: 6px 12px;
	border-radius: 999px;
}

/* =====================================================================
   PORTFOLIO
   ===================================================================== */
.tb-proj {
	background: var(--tb-card);
	border: 1px solid var(--tb-line);
	border-radius: 16px;
	overflow: hidden;
	display: block;
	transition: transform .18s ease, box-shadow .18s ease;
}
.tb-proj:hover {
	transform: translateY(-3px);
	box-shadow: 0 16px 40px rgba(42, 36, 25, .12);
}
.tb-proj__media {
	aspect-ratio: 3 / 2;
}
.tb-proj__body {
	padding: 20px;
}
.tb-proj__cat {
	font-size: 12px;
	color: var(--tb-gold);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .05em;
}
.tb-proj__title {
	font-size: 18px;
	font-weight: 700;
	margin-top: 5px;
}
.tb-proj__desc {
	font-size: 13.5px;
	color: var(--tb-muted);
	margin-top: 6px;
}

/* =====================================================================
   TESTIMONIALS
   ===================================================================== */
.tb-quote {
	background: var(--tb-tan);
	border-radius: 18px;
	padding: 34px;
}
.tb-quote__stars {
	color: var(--tb-gold);
	font-size: 16px;
	letter-spacing: 3px;
}
.tb-quote__text {
	font-size: 16.5px;
	line-height: 1.6;
	font-weight: 500;
	margin: 16px 0 0;
}
.tb-quote__who {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 22px;
}
.tb-quote__avatar {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	object-fit: cover;
	background: repeating-linear-gradient(45deg, #ddd0b6, #ddd0b6 6px, #d2c3a3 6px, #d2c3a3 12px);
	flex-shrink: 0;
}
.tb-quote__name {
	font-weight: 700;
	font-size: 15px;
}
.tb-quote__role {
	font-size: 13px;
	color: var(--tb-muted);
}

/* =====================================================================
   TEAM
   ===================================================================== */
.tb-member {
	background: var(--tb-card);
	border: 1px solid var(--tb-line);
	border-radius: 14px;
	overflow: hidden;
}
.tb-member__media {
	aspect-ratio: 4 / 3;
}
.tb-member__body {
	padding: 18px;
}
.tb-member__name {
	font-size: 17px;
	font-weight: 700;
}
.tb-member__role {
	font-size: 13px;
	color: var(--tb-gold);
	margin-top: 2px;
}

/* =====================================================================
   PROCESS STEPS
   ===================================================================== */
.tb-steps {
	display: grid;
	gap: 20px;
}
.tb-step {
	background: var(--tb-card);
	border: 1px solid var(--tb-line);
	border-radius: 14px;
	padding: 26px;
}
.tb-steps--plain .tb-step {
	background: transparent;
	border: none;
	padding: 0;
}
.tb-step__head {
	display: flex;
	align-items: center;
	gap: 12px;
}
.tb-step__num {
	width: 40px;
	height: 40px;
	border-radius: 10px;
	background: var(--tb-tan);
	color: var(--tb-gold);
	font-weight: 800;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	flex-shrink: 0;
	font-family: 'Phudu', sans-serif;
}
.tb-steps--plain .tb-step__num {
	background: none;
	width: auto;
	height: auto;
	font-size: 30px;
	color: var(--tb-gold2);
}
.tb-step__date {
	font-size: 12px;
	color: #9a9079;
	font-weight: 600;
}
.tb-step__title {
	font-size: 16px;
	font-weight: 700;
	margin: 14px 0 5px;
}
.tb-steps--plain .tb-step__title {
	margin-top: 12px;
}
.tb-step__text {
	font-size: 13.5px;
	line-height: 1.6;
	color: var(--tb-muted);
	margin: 0;
}
/* bước cuối tô đậm */
.tb-step--accent {
	background: var(--tb-dark);
	color: var(--tb-cream);
}
.tb-step--accent .tb-step__num {
	background: var(--tb-gold2);
	color: var(--tb-dark);
}
.tb-step--accent .tb-step__text {
	color: #c9c1ad;
}
/* panel tối bọc process (light steps on dark) */
.tb-steps--on-dark .tb-step__num {
	background: none;
	font-size: 30px;
	color: var(--tb-gold2);
	width: auto;
	height: auto;
}
.tb-steps--on-dark .tb-step {
	background: transparent;
	border: none;
	padding: 0;
}
.tb-steps--on-dark .tb-step__text {
	color: #c9c1ad;
}
.tb-steps--on-dark .tb-step__title {
	color: #fff;
}

/* =====================================================================
   PRICING
   ===================================================================== */
.tb-plans {
	display: grid;
	gap: 18px;
	align-items: stretch;
}
.tb-plan {
	background: var(--tb-card);
	border: 1px solid rgba(42, 36, 25, .12);
	border-radius: 18px;
	padding: 30px;
	display: flex;
	flex-direction: column;
	position: relative;
}
.tb-plan--featured {
	background: var(--tb-dark);
	color: var(--tb-cream);
}
.tb-plan__badge {
	position: absolute;
	top: 18px;
	right: 18px;
	font-size: 11px;
	font-weight: 700;
	color: var(--tb-dark);
	background: var(--tb-gold2);
	padding: 5px 11px;
	border-radius: 999px;
}
.tb-plan__name {
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: var(--tb-gold);
}
.tb-plan--featured .tb-plan__name {
	color: var(--tb-gold2);
}
.tb-plan__price {
	display: flex;
	align-items: baseline;
	gap: 8px;
	margin: 14px 0 2px;
}
.tb-plan__price b {
	font-size: 28px;
	font-weight: 800;
	font-family: 'Phudu', sans-serif;
}
.tb-plan__per {
	font-size: 13px;
	color: #9a9079;
}
.tb-plan__old {
	font-size: 15px;
	color: #a89f88;
	text-decoration: line-through;
}
.tb-plan__desc {
	font-size: 13px;
	line-height: 1.5;
	color: var(--tb-muted);
	min-height: 38px;
}
.tb-plan--featured .tb-plan__desc {
	color: #c9c1ad;
}
.tb-plan__hr {
	height: 1px;
	background: rgba(42, 36, 25, .1);
	margin: 18px 0;
}
.tb-plan--featured .tb-plan__hr {
	background: rgba(255, 255, 255, .14);
}
.tb-plan__list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-size: 13.5px;
	color: #3f3a30;
	margin: 0;
	padding: 0;
	list-style: none;
}
.tb-plan--featured .tb-plan__list {
	color: #e8e2d4;
}
.tb-plan__list li::before {
	content: "✓";
	color: var(--tb-ok);
	font-weight: 800;
	margin-right: 9px;
}
.tb-plan--featured .tb-plan__list li::before {
	color: var(--tb-gold2);
}
.tb-plan .tb-btn {
	justify-content: center;
	width: 100%;
	padding: 13px;
}
.tb-plan__cta-wrap {
	margin-top: auto;
	padding-top: 24px;
}

/* =====================================================================
   COMPARISON (vấn đề / giải pháp)
   ===================================================================== */
.tb-cmp {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
.tb-cmp__col {
	border-radius: 16px;
	padding: 30px;
	border: 1px solid var(--tb-line);
	background: var(--tb-card);
}
.tb-cmp__col--bad {
	--mark: var(--tb-danger);
}
.tb-cmp__col--good {
	background: var(--tb-dark);
	color: var(--tb-cream);
	border: none;
	--mark: var(--tb-gold2);
}
.tb-cmp__label {
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--mark);
}
.tb-cmp__list {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin-top: 18px;
}
.tb-cmp__item {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	font-size: 14.5px;
	line-height: 1.55;
	color: var(--tb-muted);
}
.tb-cmp__col--good .tb-cmp__item {
	color: #e8e2d4;
}
.tb-cmp__mark {
	color: var(--mark);
	font-weight: 800;
	flex-shrink: 0;
}

/* =====================================================================
   FAQ
   ===================================================================== */
.tb-faq {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}
.tb-faq--1col {
	grid-template-columns: 1fr;
}
.tb-faq__item {
	background: var(--tb-card);
	border: 1px solid var(--tb-line);
	border-radius: 12px;
	padding: 24px;
}
.tb-faq__q {
	font-size: 16px;
	font-weight: 700;
	margin: 0;
	display: flex;
	justify-content: space-between;
	gap: 12px;
	align-items: center;
}
.tb-faq__a {
	font-size: 13.5px;
	line-height: 1.6;
	color: var(--tb-muted);
	margin: 8px 0 0;
}
/* chế độ accordion */
.tb-faq--acc .tb-faq__q {
	cursor: pointer;
}
.tb-faq--acc .tb-faq__toggle {
	color: var(--tb-gold);
	transition: transform .2s ease;
	font-family: 'Phudu', sans-serif;
}
.tb-faq--acc .tb-faq__item:not(.is-open) .tb-faq__a {
	display: none;
}
.tb-faq--acc .tb-faq__item.is-open .tb-faq__toggle {
	transform: rotate(45deg);
}

/* =====================================================================
   BEFORE / AFTER
   ===================================================================== */
.tb-ba {
	background: var(--tb-card);
	border: 1px solid var(--tb-line);
	border-radius: 14px;
	overflow: hidden;
}
.tb-ba__pair {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.tb-ba__cell {
	aspect-ratio: 1;
	position: relative;
}
.tb-ba__cell img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.tb-ba__tag {
	position: absolute;
	top: 8px;
	left: 8px;
	font-size: 10px;
	font-weight: 700;
	padding: 3px 8px;
	border-radius: 6px;
}
.tb-ba__tag--before {
	color: #fff;
	background: rgba(42, 36, 25, .7);
}
.tb-ba__tag--after {
	color: var(--tb-dark);
	background: var(--tb-gold2);
}
.tb-ba__before {
	background: repeating-linear-gradient(45deg, #eee4d2, #eee4d2 9px, #e4d8c0 9px, #e4d8c0 18px);
}
.tb-ba__after {
	background: repeating-linear-gradient(45deg, #e8e0cf, #e8e0cf 9px, #ded1b6 9px, #ded1b6 18px);
}
.tb-ba__title {
	padding: 16px;
	font-size: 14px;
	font-weight: 700;
}

/* =====================================================================
   CTA BANNER
   ===================================================================== */
.tb-cta {
	background: linear-gradient(135deg, #cf9a2c, #9a6c12);
	color: #fff;
	border-radius: 22px;
	padding: 60px;
	text-align: center;
}
.tb-cta__title {
	font-size: clamp(30px, 4vw, 42px);
	font-weight: 800;
	line-height: 1.1;
	margin: 0 auto;
	max-width: 680px;
}
.tb-cta__desc {
	font-size: 17px;
	color: rgba(255, 255, 255, .85);
	margin: 16px auto 0;
	max-width: 520px;
}
.tb-cta .tb-btns {
	justify-content: center;
	margin-top: 28px;
}
.tb-cta .tb-btn--light {
	color: #9a6c12;
	border: none;
}

/* =====================================================================
   CONTACT INFO
   ===================================================================== */
.tb-contact {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.tb-info {
	background: var(--tb-card);
	border: 1px solid var(--tb-line);
	border-radius: 16px;
	padding: 24px;
	display: flex;
	gap: 16px;
	align-items: center;
}
.tb-info__icon {
	width: 48px;
	height: 48px;
	border-radius: 12px;
	background: var(--tb-tan);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--tb-gold);
	font-size: 20px;
	flex-shrink: 0;
}
.tb-info__label {
	font-size: 12.5px;
	color: #9a9079;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .05em;
}
.tb-info__value {
	font-size: 17px;
	font-weight: 800;
	color: var(--tb-dark);
}
.tb-info__value--sm {
	font-size: 15px;
	font-weight: 600;
}
.tb-map {
	aspect-ratio: 16 / 10;
	border-radius: 16px;
	overflow: hidden;
}
.tb-map iframe {
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}

/* =====================================================================
   CHIPS (bộ lọc danh mục)
   ===================================================================== */
.tb-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.tb-chip {
	font-size: 13.5px;
	font-weight: 600;
	color: var(--tb-muted);
	background: #fff;
	border: 1px solid rgba(42, 36, 25, .12);
	padding: 9px 18px;
	border-radius: 999px;
}
.tb-chip--active {
	color: #fff;
	background: var(--tb-gold);
	border-color: var(--tb-gold);
	font-weight: 700;
}

/* =====================================================================
   FORM
   ===================================================================== */
.tb-form {
	background: var(--tb-card);
	border: 1px solid var(--tb-line);
	border-radius: 20px;
	padding: 40px;
}
.tb-form__title {
	font-size: 24px;
	font-weight: 800;
	margin: 0 0 6px;
}
.tb-form__sub {
	font-size: 14px;
	color: var(--tb-muted);
	margin: 0 0 24px;
}
.tb-form__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}
.tb-field {
	margin-top: 16px;
}
.tb-field:first-child,
.tb-form__row .tb-field {
	margin-top: 0;
}
.tb-field label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 7px;
}
.tb-input {
	width: 100%;
	padding: 13px 15px;
	border: 1px solid rgba(42, 36, 25, .16);
	border-radius: 10px;
	font-size: 14.5px;
	font-family: inherit;
	color: var(--tb-dark);
	background: #fff;
	outline: none;
}
.tb-input:focus {
	border-color: var(--tb-gold);
	box-shadow: 0 0 0 3px rgba(207, 154, 44, .15);
}
.tb-input::placeholder {
	color: #a8a08e;
}
.tb-form__submit {
	width: 100%;
	margin-top: 22px;
	padding: 15px;
	border: none;
	border-radius: 10px;
	background: var(--tb-gold);
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	font-family: inherit;
	cursor: pointer;
}
.tb-form__note {
	font-size: 12.5px;
	color: #9a9079;
	text-align: center;
	margin: 14px 0 0;
}
.tb-form__note a {
	color: var(--tb-gold);
	font-weight: 700;
}
.tb-form__thanks {
	text-align: center;
	padding: 48px 20px;
}
.tb-form__thanks .tb-check {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: var(--tb-tan);
	color: var(--tb-gold);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	margin: 0 auto;
}

/* =====================================================================
   RESPONSIVE
   ===================================================================== */
@media (max-width: 1024px) {
	.tb-grid--5 { grid-template-columns: repeat(3, 1fr); }
	.tb-grid--4 { grid-template-columns: repeat(2, 1fr); }
	.tb-plans { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
	.tb-hero,
	.tb-split,
	.tb-row,
	.tb-cmp,
	.tb-faq,
	.tb-subgrid,
	.tb-form__row {
		grid-template-columns: 1fr;
	}
	.tb-grid--2,
	.tb-grid--3,
	.tb-grid--4,
	.tb-grid--5,
	.tb-plans {
		grid-template-columns: 1fr;
	}
	.tb-hero__stats--boxed {
		grid-template-columns: repeat(3, 1fr);
	}
	.tb-subgrid {
		grid-template-columns: 1fr;
	}
	.tb-row--alt .tb-row__col {
		order: 0;
	}
	.tb-panel-dark,
	.tb-split--panel,
	.tb-cta {
		padding: 30px;
	}
	.tb-stat__sep,
	.tb-hstat__sep {
		display: none;
	}
	.tb-stats--inline,
	.tb-hero__stats--inline {
		gap: 20px;
	}
	.tb-wrap {
		padding-left: 18px;
		padding-right: 18px;
	}
}
@media (max-width: 480px) {
	.tb-hero__stats--boxed {
		grid-template-columns: 1fr;
	}
	.tb-hero__title {
		font-size: 30px;
	}
	.tb-panel-dark,
	.tb-split--panel,
	.tb-cta {
		padding: 24px;
	}
}
