.hcmc-why-wrapper {
	--wc-text: #0f172a;
	--wc-muted: #475569;
	--wc-brand: #0d5e95;
	--wc-brand-dk: #0a4b78;
	--wc-border: #dbe7f3;
	color: var(--wc-text);
	background: #fff;
}

.hcmc-wc-full { width: 100%; }
.hcmc-wc-container { width: min(1160px, 100% - 40px); margin: 0 auto; }

.hcmc-wc-hero {
	padding: 56px 0 38px;
	background: linear-gradient(180deg, #eef7ff 0%, #fff 90%);
}
.hcmc-wc-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
	gap: 20px;
	align-items: center;
}
.hcmc-wc-eyebrow {
	margin: 0 0 10px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .03em;
	color: var(--wc-brand-dk);
}
.hcmc-wc-hero h1 { margin: 0 0 10px; font-size: clamp(31px, 4vw, 50px); line-height: 1.1; }
.hcmc-wc-lead { margin: 0; color: var(--wc-muted); line-height: 1.72; font-size: 18px; }
.hcmc-wc-note { margin: 12px 0 0; color: #1e3a56; line-height: 1.65; }

.hcmc-wc-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.hcmc-wc-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 18px;
	border-radius: 10px;
	border: 1px solid transparent;
	font-weight: 700;
	text-decoration: none !important;
}
.hcmc-wc-btn--wa { background: #25d366; color: #fff !important; border-color: #188848; }
.hcmc-wc-btn--ms { background: linear-gradient(135deg, #0084ff 0%, #00b6ff 100%); color: #fff !important; border-color: #006ad4; }
.hcmc-wc-btn--line { background: #fff; color: var(--wc-brand-dk) !important; border-color: #b8cee2; }

.hcmc-wc-hero__media img {
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 16px;
	border: 1px solid #dce9f5;
}

.hcmc-wc-proof { padding: 20px 0; border-top: 1px solid #e8f0f8; border-bottom: 1px solid #e8f0f8; }
.hcmc-wc-proof__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.hcmc-wc-proof__grid > div { background: #f8fbff; border: 1px solid var(--wc-border); border-radius: 12px; padding: 12px; }
.hcmc-wc-proof strong { display: block; margin-bottom: 4px; }
.hcmc-wc-proof span { color: var(--wc-muted); font-size: 14px; }

.hcmc-wc-layout {
	display: grid;
	grid-template-columns: 168px minmax(0, 1fr);
	gap: 14px;
	padding: 24px 0;
	align-items: start;
}
.hcmc-wc-layout__side { position: sticky; top: 112px; }
.hcmc-wc-nav { display: grid; gap: 8px; padding: 10px; background: #fff; border: 1px solid #d8e5f2; border-radius: 14px; }
.hcmc-wc-chip {
	display: inline-flex;
	width: 100%;
	padding: 8px 12px;
	border-radius: 10px;
	border: 1px solid #caddee;
	background: #fff;
	color: #0d4266;
	text-decoration: none;
	font-weight: 600;
	font-size: 13px;
}
.hcmc-wc-chip:hover, .hcmc-wc-chip:focus-visible, .hcmc-wc-chip.is-active {
	background: #0d5e95;
	border-color: #0d5e95;
	color: #fff;
}

.hcmc-wc-section { padding: 30px 0; scroll-margin-top: 96px; }
.hcmc-wc-section--tint { background: #f8fbff; border: 1px solid #e7eff8; border-radius: 14px; padding: 24px; }
.hcmc-wc-section--faq { background: #fff7ef; border: 1px solid #f1dcc5; border-radius: 14px; padding: 24px; }
.hcmc-wc-head { margin-bottom: 14px; }
.hcmc-wc-head h2 { margin: 0 0 8px; font-size: clamp(27px, 3vw, 38px); line-height: 1.2; }
.hcmc-wc-head p { margin: 0; color: var(--wc-muted); line-height: 1.7; }

.hcmc-wc-grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.hcmc-wc-card { background: #fff; border: 1px solid var(--wc-border); border-radius: 12px; padding: 14px; }
.hcmc-wc-card h3 { margin: 0 0 8px; }
.hcmc-wc-card ul { margin: 0; padding-left: 18px; display: grid; gap: 6px; line-height: 1.62; }
.hcmc-wc-card p { margin: 0; color: var(--wc-muted); line-height: 1.68; }

.hcmc-wc-feature { display: grid; grid-template-columns: minmax(260px, .85fr) minmax(0, 1.15fr); gap: 14px; align-items: center; }
.hcmc-wc-feature__media img {
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 12px;
	border: 1px solid var(--wc-border);
}
.hcmc-wc-feature__copy ul { margin: 0; padding-left: 18px; display: grid; gap: 8px; line-height: 1.65; }
.hcmc-wc-links { margin: 12px 0 0; color: #27445f; line-height: 1.7; }

.hcmc-wc-price-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.hcmc-wc-price-card { background: #fff; border: 1px solid #dce8f4; border-radius: 12px; padding: 12px; }
.hcmc-wc-price-card h3 { margin: 0 0 8px; font-size: 18px; }
.hcmc-wc-price-card h3 a { color: #0d466f; text-decoration: none; }
.hcmc-wc-price-card__vnd { margin: 0; font-weight: 800; color: #064b34; }
.hcmc-wc-price-card__usd { margin: 4px 0 0; color: #334155; font-size: 14px; }
.hcmc-wc-price-card__usd span { display: inline-block; margin-left: 5px; color: #0b6b45; font-weight: 700; }
.hcmc-wc-price-card__actions { margin-top: 10px; display: flex; gap: 8px; flex-wrap: wrap; }
.hcmc-wc-wa-mini {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 12px;
	border-radius: 999px;
	background: #1fa855;
	color: #fff !important;
	text-decoration: none !important;
	font-weight: 700;
	font-size: 13px;
}
.hcmc-wc-more-mini {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 12px;
	border-radius: 999px;
	border: 1px solid #cfe0ef;
	background: #f7fbff;
	color: #0d466f;
	text-decoration: none !important;
	font-weight: 700;
	font-size: 13px;
}
.hcmc-wc-price-note { margin: 12px 0 0; color: var(--wc-muted); }

.hcmc-wc-table-wrap { overflow-x: auto; border: 1px solid #d4e2ef; border-radius: 12px; background: #fff; }
.hcmc-wc-table { width: 100%; min-width: 860px; border-collapse: collapse; }
.hcmc-wc-table th, .hcmc-wc-table td { padding: 12px 10px; border-bottom: 1px solid #edf2f7; text-align: left; vertical-align: top; line-height: 1.55; }
.hcmc-wc-table thead th { background: #deebf7; color: #0a3554; font-weight: 900; white-space: nowrap; }

.hcmc-wc-steps { margin: 0; padding-left: 18px; display: grid; gap: 8px; line-height: 1.64; }
.hcmc-wc-country-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }

.hcmc-wc-faq { display: grid; gap: 10px; }
.hcmc-wc-faq__item { border: 1px solid #ecd7bf; border-radius: 12px; background: #fff; overflow: hidden; }
.hcmc-wc-faq__q {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 14px 16px;
	background: #fff;
	border: 0;
	cursor: pointer;
	text-align: left;
	font-size: 17px;
	font-weight: 700;
	color: #1f2937;
}
.hcmc-wc-faq__a { padding: 0 16px 14px; }
.hcmc-wc-faq__a p { margin: 0; color: #4b5563; line-height: 1.7; }

.hcmc-wc-final { background: #0a3252; color: #f8fbff; padding: 34px 0; }
.hcmc-wc-final h2 { margin: 0 0 8px; font-size: clamp(28px, 3.4vw, 42px); color: #fff; }
.hcmc-wc-final p { margin: 0; max-width: 860px; color: #d6e6f4; line-height: 1.75; }

@media (max-width: 1100px) {
	.hcmc-wc-proof__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.hcmc-wc-layout { display: block; }
	.hcmc-wc-layout__side { position: static; margin-bottom: 12px; }
}

@media (max-width: 900px) {
	.hcmc-wc-hero__grid,
	.hcmc-wc-grid-2,
	.hcmc-wc-feature,
	.hcmc-wc-price-grid,
	.hcmc-wc-country-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
	.hcmc-wc-container { width: min(1160px, 100% - 24px); }
	.hcmc-wc-hero { padding: 38px 0 24px; }
	.hcmc-wc-lead { font-size: 16px; }
	.hcmc-wc-nav { padding: 0; border: 0; background: transparent; }
	.hcmc-wc-chip { width: auto; }
	.hcmc-wc-layout__side { margin-bottom: 4px; }
	.hcmc-wc-layout__main .hcmc-wc-section--tint,
	.hcmc-wc-layout__main .hcmc-wc-section--faq { padding: 18px; }
	.hcmc-wc-btn { width: 100%; }
}
