body.page-id-3650 .entry-header,
body.page-id-3650 .entry-footer {
	display: none !important;
}

.cdn-policy-shell {
	max-width: 1120px;
	margin: 0 auto;
}

.cdn-policy-existing {
	max-width: 900px;
	margin: 0 auto;
}

.cdn-policy-v2 {
	--p-green: #14532d;
	--p-green-2: #166534;
	--p-gold: #f4b740;
	--p-cream: #fffaf0;
	--p-mint: #ecfdf3;
	--p-line: #dbe7df;
	--p-text: #172033;
	--p-muted: #667085;
	color: var(--p-text);
	font-family: Arial, sans-serif;
}

.cdn-policy-v2 * {
	box-sizing: border-box;
}

.cdn-policy-v2 a {
	color: inherit;
}

.cdn-policy-hero {
	position: relative;
	overflow: hidden;
	background: linear-gradient(160deg, var(--p-mint) 0%, var(--p-cream) 100%);
	border: 1px solid var(--p-line);
	color: var(--p-text);
	border-radius: 22px;
	padding: 40px 38px;
	margin-bottom: 22px;
}

.cdn-policy-hero::after {
	content: "";
	position: absolute;
	width: 240px;
	height: 240px;
	border-radius: 50%;
	right: -80px;
	top: -110px;
	background: rgba(22, 101, 52, 0.07);
}

.cdn-policy-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 14px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--p-green-2);
}

.cdn-policy-hero h1 {
	position: relative;
	z-index: 1;
	color: var(--p-green) !important;
	font-size: 36px !important;
	line-height: 1.18 !important;
	letter-spacing: -0.025em;
	margin: 0 0 14px !important;
	max-width: 760px;
}

.cdn-policy-hero > p:last-child {
	position: relative;
	z-index: 1;
	color: var(--p-muted) !important;
	font-size: 17px;
	line-height: 1.7;
	margin: 0 !important;
	max-width: 760px;
}

.cdn-policy-highlights {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
	margin: 0 0 24px;
}

.cdn-policy-highlight {
	position: relative;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--p-line);
	border-radius: 16px;
	padding: 21px 17px 19px;
	box-shadow: 0 1px 2px rgba(23, 32, 51, 0.04), 0 8px 24px rgba(20, 83, 45, 0.07);
}

.cdn-policy-highlight::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: var(--p-gold);
}

.cdn-policy-highlight strong {
	display: block;
	color: var(--p-green);
	font-size: 22px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	margin-bottom: 6px;
}

.cdn-policy-highlight span {
	display: block;
	color: var(--p-muted);
	font-size: 13px;
	line-height: 1.45;
}

.cdn-policy-jump {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	background: var(--p-cream);
	border-radius: 14px;
	padding: 12px;
	margin-bottom: 26px;
}

.cdn-policy-jump a {
	text-decoration: none !important;
	background: #fff;
	border: 1px solid var(--p-line);
	border-radius: 999px;
	padding: 9px 13px;
	color: var(--p-green) !important;
	font-size: 13px;
	font-weight: 700;
}

.cdn-policy-section {
	scroll-margin-top: 18px;
	background: #fff;
	border: 1px solid var(--p-line);
	border-radius: 18px;
	padding: 28px;
	margin-bottom: 16px;
}

.cdn-policy-section h2 {
	display: flex;
	align-items: center;
	gap: 11px;
	color: var(--p-green) !important;
	font-size: 22px !important;
	line-height: 1.3 !important;
	margin: 0 0 12px !important;
}

.cdn-policy-section h2 .num {
	display: inline-flex;
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: #eaf3ef;
	color: var(--p-green);
	font-size: 14px;
}

.cdn-policy-section p {
	font-size: 16px;
	line-height: 1.75;
	color: var(--p-text);
	margin: 0;
}

.cdn-policy-section + .cdn-policy-section {
	margin-top: 0;
}

.cdn-policy-two {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.cdn-policy-two .cdn-policy-section {
	height: 100%;
}

.cdn-policy-table-wrap {
	overflow-x: auto;
	margin-top: 16px;
}

.cdn-policy-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	min-width: 650px;
	border: 1px solid var(--p-line);
	border-radius: 14px;
	overflow: hidden;
}

.cdn-policy-table th,
.cdn-policy-table td {
	text-align: left;
	padding: 14px 16px;
	border-bottom: 1px solid var(--p-line);
	font-size: 14px;
}

.cdn-policy-table th {
	background: var(--p-green);
	color: #fff;
	font-weight: 700;
}

.cdn-policy-table tr:last-child td {
	border-bottom: 0;
}

.cdn-policy-table td strong {
	color: var(--p-green);
}

.cdn-policy-apr {
	background: var(--p-cream);
	border-left: 5px solid var(--p-gold);
}

.cdn-policy-examples {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
	margin-top: 16px;
}

.cdn-policy-example {
	border: 1px solid var(--p-line);
	border-radius: 14px;
	padding: 18px;
	background: #fbfcfb;
}

.cdn-policy-example h3 {
	color: var(--p-green) !important;
	font-size: 16px !important;
	margin: 0 0 12px !important;
}

.cdn-policy-example dl {
	margin: 0;
}

.cdn-policy-example dl div {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 7px 0;
	border-bottom: 1px dashed var(--p-line);
}

.cdn-policy-example dl div:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.cdn-policy-example dt {
	color: #66766f;
	font-size: 13px;
}

.cdn-policy-example dd {
	color: var(--p-green);
	font-size: 13px;
	font-weight: 800;
	margin: 0;
	text-align: right;
}

.cdn-policy-note {
	margin-top: 16px !important;
	padding: 14px 16px;
	background: #f4f8f6;
	border-radius: 12px;
	font-size: 14px !important;
}

.cdn-policy-formula {
	font-size: 18px !important;
	font-weight: 800;
	color: var(--p-green) !important;
	background: var(--p-cream);
	border-radius: 12px;
	padding: 18px !important;
	text-align: center;
	margin-bottom: 12px !important;
}

.cdn-policy-cta {
	position: relative;
	overflow: hidden;
	text-align: center;
	background: var(--p-green);
	color: #fff;
	border-radius: 20px;
	padding: 38px 24px;
	margin-top: 26px;
}

.cdn-policy-cta h2 {
	color: #fff !important;
	font-size: 28px !important;
	margin: 0 0 10px !important;
}

.cdn-policy-cta p {
	color: #dce9e3 !important;
	font-size: 16px;
	line-height: 1.6;
	margin: 0 auto 20px !important;
	max-width: 650px;
}

.cdn-policy-cta a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none !important;
	background: #fff;
	color: var(--p-green) !important;
	border: 1px solid #fff;
	font-weight: 800;
	border-radius: 11px;
	padding: 14px 22px;
	min-height: 50px;
}

.cdn-policy-cta a:hover,
.cdn-policy-cta a:focus {
	background: var(--p-mint);
	border-color: var(--p-mint);
}

@media (max-width: 820px) {
	.cdn-policy-highlights {
		grid-template-columns: 1fr 1fr;
	}

	.cdn-policy-two,
	.cdn-policy-examples {
		grid-template-columns: 1fr;
	}

	.cdn-policy-hero {
		padding: 36px 28px;
	}

	.cdn-policy-hero h1 {
		font-size: 31px !important;
	}
}

@media (max-width: 520px) {
	.cdn-policy-hero {
		padding: 30px 20px;
		border-radius: 16px;
	}

	.cdn-policy-hero h1 {
		font-size: 27px !important;
	}

	.cdn-policy-highlights {
		grid-template-columns: 1fr;
	}

	.cdn-policy-section {
		padding: 21px 18px;
	}

	.cdn-policy-section h2 {
		font-size: 19px !important;
	}

	.cdn-policy-cta {
		padding: 30px 18px;
	}

	.cdn-policy-cta h2 {
		font-size: 24px !important;
	}
}

/* ── Mobile only (W1-7C) — không ảnh hưởng desktop ─────────────── */
@media (max-width: 767px) {
	.cdn-policy-shell,
	.cdn-policy-existing,
	.cdn-policy-v2 {
		max-width: 100%;
	}

	.cdn-policy-table-wrap {
		max-width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior-x: contain;
	}

	.cdn-policy-table {
		min-width: 560px;
	}

	.cdn-policy-table th,
	.cdn-policy-table td {
		padding: 11px 13px;
		font-size: 13px;
	}

	.cdn-policy-examples {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.cdn-policy-cta a {
		display: flex;
		width: 100%;
		max-width: 360px;
		margin: 0 auto;
		min-height: 48px;
	}
}
