.content img {
	width: 100%;
}

.detail-body {
	margin-top: 90px !important;
}

.guide-kpass-block {
	margin-top: 120px;
}
.guide-kpass-content {
	background-color: #F4F7FF;
	max-width: 828px;
	margin: 0 auto;
	padding: 90px 80px 90px;
}

.guide-kpass-content-footer {
	background-image: linear-gradient(#EDF2FF, #99B5FF);
	max-width: 828px;
	margin: 0 auto 50px;
	padding: 90px 40px
}

.guide-kpass-content .guide-kpass-title {
	text-align: center;
	position: relative;
}

.guide-kpass-content .guide-kpass-title .guide-kpass-title-text {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.4;
}

.guide-kpass-content .guide-kpass-title-text-sub {
	color: #4D4D4D;
	font-size: 18px;
	font-weight: 400;
	line-height: 140%; 
}

.guide-kpass-content-footer .guide-kpass-title {
	text-align: center;
	position: relative;
}

.guide-kpass-content-footer .guide-kpass-title .guide-kpass-title-text {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.4;
}

.guide-kpass-content-footer .guide-kpass-title .guide-kpass-title-text-sub {
	color: #4D4D4D;
	font-size: 18px;
	font-weight: 400;
	line-height: 140%; 
}

.guide-kpass-content .guide-kpass-logo {
	text-align: center;
	margin-top: 32px;
}

.guide-kpass-content-footer .guide-kpass-logo {
	text-align: center;
	margin-top: 32px;
}

.guide-kpass-guide-img {
	margin-top: 32px;
}

.guide-kpass-sologan-text {
	font-size: 26px;
	line-height: 1.4;
	font-weight: 700;
}

.guide-kpass-sologan-highlight {
	color: #4d08cf;
}

.btn-center {
	display: flex;
	justify-content: center;
}

.btn-left {
	margin-left: 20px !important;
}

.benefit-points {
	display: grid;
	gap: 18px;
	margin-top: 30px;
}

/* Card */
.point-card {
	background: #fff;
	border: 1px solid #e7ecf3;
	border-radius: 12px;
	box-shadow: 0 1px 0 rgba(20, 33, 61, 0.04);
	overflow: hidden;
}

/* Layout inside card */
.point-card__content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 22px 26px;
}

/*
  Quan trọng: dùng grid 2 cột để:
  - Badge ở cột 1
  - Title & desc ở cột 2
  => Dòng 2 (desc) sẽ căn trái theo chữ title (không theo badge)
*/
.point-card__text {
	display: grid;
	grid-template-columns: max-content 1fr;
	column-gap: 18px;
	row-gap: 10px;
	min-width: 0; /* tránh tràn khi title dài */
}

.point-badge {
	grid-column: 1;
	grid-row: 1;
	align-self: start;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 34px;
	padding: 0 16px;
	border-radius: 999px;
	background: #0b2c57;
	color: #fff;
	font-weight: 800;
	font-size: 14px;
	letter-spacing: 0.2px;
	white-space: nowrap;
}

.point-title {
	grid-column: 2;
	grid-row: 1;
	margin: 0;
	font-size: 22px;
	line-height: 1.25;
	font-weight: 800;
	color: #0a0f1a;
}

.point-desc {
	grid-column: 1/-1;
	grid-row: 2;
	margin: 0;
	font-size: 14px;
	line-height: 1.55;
	color: #5b6576;
	word-break: keep-all;
}

.point-em {
	font-weight: 900;
	color: #2a313d;
}

/* Icon */
.point-card__icon {
	flex: 0 0 110px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.point-card__icon img {
	width: 96px;
	height: auto;
	display: block;
}

.point-card__icon--with-chip .icon-chip {
	position: absolute;
	top: 6px;
	left: 6px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 22px;
	padding: 0 10px;
	border-radius: 999px;
	background: #ffe45a;
	color: #141414;
	font-size: 12px;
	font-weight: 900;
}

.fare-compare {
	background: #f5f7fb;
	padding-top: 18px;
}

.fare-compare__grid {
	max-width: 760px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 28px;
	position: relative;
	align-items: stretch;
}

.plan-card {
	background: #fff;
	border: 1px solid #e6ebf3;
	border-radius: 6px;
	padding: 16px 18px 18px;
	box-shadow: 0 1px 0 rgba(15, 23, 42, 0.03);
}

.plan-card__head {
	height: 40px;
	border-radius: 4px;
	background: #0f57b4;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 2px 0px 14px;
}

.plan-card__title {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 140%;
	text-align: center;
	color: #FFFFFF;
	flex: none;
	order: 0;
	flex-grow: 0;
}

.plan-card__spec {
	margin: 0;
}

.spec-row {
	display: flex;
	gap: 12px;
	align-items: baseline;
	padding: 6px 0;
}

.spec-row dt {
	margin: 0;
	color: #667085;
	font-size: 13px;
	line-height: 1.25;
	flex: 0 0 56%;
}

.spec-row dd {
	margin: 0;
	flex: 1;
	text-align: right;
	color: #111827;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.25;
}

.muted {
	font-weight: 500;
	color: #667085;
	font-size: 12px;
}

/* ===== VS badge ===== */
.vs-badge {
	width: 44px;
	height: 44px;
	border-radius: 999px;
	background: #ff8a00;
	border: 4px solid #fff;
	display: grid;
	place-items: center;
	box-shadow: 0 6px 14px rgba(15, 23, 42, 0.18);
	z-index: 2;
	position: absolute;
	left: 50%;
	top: 50%; /* canh giữa chiều cao 2 ô */
	transform: translate(-50%, -50%);
	z-index: 5;
}

.vs-badge__text {
	color: #fff;
	font-weight: 800;
	font-size: 12px;
	letter-spacing: 0.4px;
}

.fare-pricing {
	background: #f3f6fb;
	border-radius: 10px;
}

/* ===== Each block ===== */
.pricing-block {
	margin: 0 0 64px;
}

.pricing-block:last-child {
	margin-bottom: 0;
}

/* Head: pill + description */
.pricing-head {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	margin-top: 40px;
	margin-bottom: 20px
}

.pricing-pill {
	display: inline-flex;
	align-items: center;
	height: 28px;
	padding: 0 14px;
	border-radius: 999px;
	background: #0a2a55;
	color: #fff;
	font-weight: 700;
	font-size: 13px;
	line-height: 1;
	letter-spacing: -0.2px;
	white-space: nowrap;
}

.pricing-desc {
	margin: 0;
	color: #2b3440;
	font-size: 16px;
	line-height: 1.35;
}

/* ===== Table ===== */
.table-scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border-radius: 6px;
}

.pricing-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	background: #fff;
	border: 1px solid #dbe3f0;
	border-radius: 6px;
	overflow: hidden;
}

/* header */
.pricing-table thead th {
	background: #d6dff1;
	color: #111827;
	font-weight: 700;
	font-size: 16px;
	padding: 14px 12px;
	text-align: center;
	border-bottom: 1px solid #dbe3f0;
}

/* body cells */
.pricing-table tbody th,.pricing-table tbody td {
	font-size: 16px;
	padding: 14px 12px;
	border-bottom: 1px solid #e9eef7;
}

/* left column */
.pricing-table tbody th {
	background: #eef2f7;
	color: #2b3440;
	font-weight: 600;
	text-align: center;
}

/* value columns */
.pricing-table tbody td {
	background: #fff;
	color: #2b3440;
	text-align: center;
}

/* vertical dividers */
.pricing-table th+th,.pricing-table td+td {
	border-left: 1px solid #e1e7f3;
}

/* remove last row bottom line */
.pricing-table tbody tr:last-child th,.pricing-table tbody tr:last-child td
	{
	border-bottom: none;
}

/* round corners (works with separate borders) */
.pricing-table thead tr:first-child th:first-child {
	border-top-left-radius: 6px;
}

.pricing-table thead tr:first-child th:last-child {
	border-top-right-radius: 6px;
}

.pricing-table tbody tr:last-child th:first-child {
	border-bottom-left-radius: 6px;
}

.pricing-table tbody tr:last-child td:last-child {
	border-bottom-right-radius: 6px;
}

/* item card */
.faq-item {
	background: #ffffff;
	border: 1px solid #e7edf8;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 1px 0 rgba(15, 23, 42, 0.03);
}

.faq-item+.faq-item {
	margin-top: 24px;
}

/* question row */
.faq-q {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 14px;
}

.faq-q__text {
	margin: 0;
	font-size: 14px;
	line-height: 1.35;
	color: #1f2937;
	font-weight: 700;
}

/* answer box inside card */
.faq-a {
	background: #dfe9ff;
	display: flex;
	gap: 12px;
	padding: 12px 14px;
	border-top: 1px solid rgba(231, 237, 248, 0.9);
}

.faq-a__body {
	color: #233044;
	font-size: 13px;
	line-height: 1.45;
}

.faq-a__body b {
	font-weight: 800;
}

/* badges */
.faq-badge {
	width: 22px;
	height: 22px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 800;
	flex: 0 0 22px;
}

.faq-badge--q {
	background: #ff7a00;
	color: #ffffff;
}

.faq-badge--a {
	background: #cfd7e6;
	color: #334155;
}

	.faq {
		padding-bottom: 30px;
		padding-top: 30px;
	}

@media ( max-width : 768px) {
	.faq-q,.faq-a {
		padding: 10px 12px;
		gap: 10px;
	}
	.faq-q__text {
		font-size: 13.5px;
	}
	.faq-a__body {
		font-size: 12.5px;
	}
	.faq-badge {
		width: 20px;
		height: 20px;
		flex-basis: 20px;
		font-size: 11.5px;
	}
	.fare-pricing {
		border-radius: 0; 
		background: #f3f6fb;
		padding-bottom: 80px;
		margin-top: 40px;
	}
	.pricing-block {
		margin: 0 0 44px; 
		display: flex;
		flex-direction: column;
		align-items: center; 
	}
	.pricing-block:last-child {
		margin-bottom: 0;
	}
	.pricing-head {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin: 0 0 14px;
	}
	.pricing-pill {
		height: 28px;
		padding: 0 16px;
		font-size: 13px;
	}
	.pricing-desc {
		text-align: center; 
		font-size: 16px;
		color: #2b3440;
	}
	.table-scroll {
		width: 100%;
		overflow: visible; 
		border-radius: 6px;
		display: flex;
		justify-content: center;
	}
	.pricing-table {
		width: min(360px, 100%); 
		min-width: 0; 
	}
	.pricing-table thead th,.pricing-table tbody th,.pricing-table tbody td
		{
		padding: 12px 10px;
		font-size: 16px;
	}
	.fare-compare__grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}
	.vs-badge {
		grid-column: auto;
		grid-row: auto;
		place-self: center;
		margin: -6px 0;
	}
	.plan-card__head {
		margin: 2px 0px 12px;
	}
	.spec-row dt {
		flex-basis: 60%;
	}
	.point-card__content {
		padding: 28px 18px;
		gap: 18px;
		flex-direction: column;
		align-items: center;
	}
	.point-card__text {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 14px;
		text-align: center;
	}
	.point-badge {
		height: 34px;
		padding: 0 18px;
		font-size: 14px;
		margin: 0 auto;
	}
	.point-title {
		font-size: 22px;
		line-height: 1.25;
	}
	.point-desc {
		font-size: 14px;
		line-height: 1.6;
		max-width: 22em; 
	}
	.point-card__icon {
		width: 100%;
		justify-content: center;
	}
	.point-card__icon img {
		width: 96px;
	}
	.point-card__icon--with-chip .icon-chip {
		top: -10px;
		left: calc(50% - 38px);
	}
	.notice-detail .detail-body .notice-content {
		padding: 0;
	}
	.guide-kpass-content .guide-kpass-title .guide-kpass-title-text-sub {
		font-size: 18px;
	}
	.guide-kpass-content {
		padding: 80px 20px 0px;
	}
	.guide-kpass-content-footer {
		padding: 90px 20px 0px;
	}
	.guide-kpass-guide-title {
		font-size: 19px;
	}
	.btn-center {
		display: block !important;
	}
	.btn-left {
		margin-left: 0px !important;
		margin-top: 20px !important;
	}
	.guide-kpass-content .guide-kpass-logo {
		text-align: center !important;
		margin-top: 32px !important;
		display: flex !important;
		justify-content: center !important;
	}
	.guide-kpass-content-footer .guide-kpass-logo {
		text-align: center !important;
		margin-top: 32px !important;
		display: flex !important;
		justify-content: center !important;
	}

	.fare-compare {
		padding-top: 40px;
	}

	.guide-kpass-block {
		margin-top: 90px;
	}
}