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

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

.hcmc-fr-hero {
	padding: 64px 0 48px;
	background: linear-gradient(180deg, #edf7ff 0%, #fff 90%);
}

.hcmc-fr-eyebrow {
	margin: 0 0 10px;
	font-size: 13px;
	font-weight: 700;
	color: var(--fr-brand-dk);
}

.hcmc-fr-hero h1 {
	margin: 0 0 12px;
	font-size: clamp(30px, 4vw, 46px);
	line-height: 1.12;
}

.hcmc-fr-lead {
	margin: 0;
	max-width: 900px;
	color: var(--fr-muted);
	line-height: 1.7;
	font-size: 18px;
}

.hcmc-fr-trustline {
	margin: 10px 0 0;
	color: #1e3a56;
	font-weight: 700;
}

.hcmc-fr-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 20px;
}

.hcmc-fr-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;
	cursor: pointer;
	transition: .2s ease;
}

.hcmc-fr-btn--wa { background: #25d366; color: #fff !important; border-color: #188848; }
.hcmc-fr-btn--ms { background: linear-gradient(135deg, #0084ff 0%, #00c6ff 100%); color: #fff !important; border-color: #006bd6; }
.hcmc-fr-btn--line { background: #fff; color: var(--fr-brand-dk) !important; border-color: #b7cee4; }
.hcmc-fr-btn--wa:hover, .hcmc-fr-btn--wa:focus-visible { background: #15753d !important; color: #fff !important; }
.hcmc-fr-btn--ms:hover, .hcmc-fr-btn--ms:focus-visible { background: linear-gradient(135deg, #0058ad 0%, #0079ee 100%) !important; color: #fff !important; }
.hcmc-fr-btn--line:hover, .hcmc-fr-btn--line:focus-visible { background: #eaf3fb !important; color: #073859 !important; }

.hcmc-fr-scope {
	padding: 24px 0;
	border-top: 1px solid #edf2f7;
	border-bottom: 1px solid #edf2f7;
}

.hcmc-fr-head {
	max-width: 840px;
	margin: 0 auto 14px;
	text-align: center;
}

.hcmc-fr-head h2 {
	margin: 0 0 10px;
	font-size: clamp(28px, 3.4vw, 38px);
}

.hcmc-fr-head p {
	margin: 0;
	color: var(--fr-muted);
	line-height: 1.7;
}

.hcmc-fr-scope__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.hcmc-fr-scope__card {
	border: 1px solid #dfe9f3;
	border-radius: 12px;
	background: #f9fcff;
	padding: 14px;
}

.hcmc-fr-scope__card h3 { margin: 0 0 8px; font-size: 18px; }
.hcmc-fr-scope__card p { margin: 0; color: var(--fr-muted); line-height: 1.65; }

.hcmc-fr-prepare {
	padding: 34px 0;
	background: linear-gradient(180deg, #fff 0%, #fff8f1 100%);
}

.hcmc-fr-prepare__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.hcmc-fr-prepare__content,
.hcmc-fr-prepare__media {
	border: 1px solid #e5edf6;
	border-radius: 14px;
	background: #fff;
	padding: 18px;
}

.hcmc-fr-prepare__content h2 { margin: 0 0 10px; font-size: 30px; }
.hcmc-fr-prepare__content ul {
	margin: 0;
	padding-left: 18px;
	display: grid;
	gap: 8px;
	color: #1e293b;
}

.hcmc-fr-prepare__media img {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	border-radius: 12px;
	display: block;
}

.hcmc-fr-location {
	margin: 12px 0 0;
	color: #1e293b;
	line-height: 1.7;
}

.hcmc-fr-workflow {
	padding: 30px 0;
	background: #fff;
}

.hcmc-fr-workflow__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.hcmc-fr-workflow__card {
	border: 1px solid #e3ebf5;
	border-radius: 12px;
	background: #f9fcff;
	padding: 14px;
}

.hcmc-fr-workflow__step {
	margin: 0 0 8px;
	display: inline-flex;
	padding: 4px 10px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #0a4b78;
	background: #e9f3ff;
}

.hcmc-fr-workflow__card h3 { margin: 0 0 7px; font-size: 18px; }
.hcmc-fr-workflow__card p { margin: 0; color: var(--fr-muted); line-height: 1.65; }

.hcmc-fr-audience {
	padding: 28px 0;
	background: #fff;
}

.hcmc-fr-audience__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.hcmc-fr-audience__card {
	border: 1px solid #e3ebf5;
	border-radius: 12px;
	background: #f9fcff;
	padding: 14px;
}

.hcmc-fr-audience__card h3 { margin: 0 0 7px; font-size: 18px; }
.hcmc-fr-audience__card p { margin: 0; color: var(--fr-muted); line-height: 1.65; }

.hcmc-fr-bridge {
	padding: 24px 0;
	background: #fff;
}

.hcmc-fr-bridge__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

.hcmc-fr-bridge__grid a {
	padding: 12px;
	border: 1px solid #d8e5f2;
	border-radius: 10px;
	background: #f8fbff;
	color: var(--fr-brand-dk);
	font-weight: 700;
	text-decoration: none;
}

.hcmc-fr-policy {
	padding: 30px 0;
	background: linear-gradient(180deg, #fff8f1 0%, #fff 100%);
}

.hcmc-fr-policy__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.hcmc-fr-policy__card {
	border: 1px solid #ecdccc;
	border-radius: 12px;
	background: #fffefc;
	padding: 14px;
}

.hcmc-fr-policy__card h3 { margin: 0 0 7px; font-size: 18px; }
.hcmc-fr-policy__card p { margin: 0; color: var(--fr-muted); line-height: 1.65; }

.hcmc-fr-faq {
	padding: 36px 0;
	background: #fff7ef;
}

.hcmc-fr-faq__list {
	max-width: 920px;
	margin: 0 auto;
	display: grid;
	gap: 10px;
}

.hcmc-fr-faq__item {
	border: 1px solid #dfe8f3;
	border-radius: 12px;
	background: #fff;
	overflow: hidden;
}

.hcmc-fr-faq__q {
	width: 100%;
	border: 0;
	background: #fff !important;
	color: #0f172a !important;
	padding: 15px 16px;
	font-size: 17px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	text-align: left;
	cursor: pointer;
}

.hcmc-fr-faq__q:hover,
.hcmc-fr-faq__q:focus-visible {
	background: #f8fafc !important;
	color: #0f172a !important;
	outline: none;
}

.hcmc-fr-faq__item.open .hcmc-fr-faq__q {
	background: #eff6ff !important;
	color: #0f172a !important;
}

.hcmc-fr-faq__q span {
	color: #0f172a !important;
	transition: transform .2s ease;
}

.hcmc-fr-faq__item.open .hcmc-fr-faq__q span { transform: rotate(180deg); }

.hcmc-fr-faq__a {
	padding: 0 16px 15px;
	border-top: 1px solid #e2e8f0;
}

.hcmc-fr-faq__a p {
	margin: 10px 0 0;
	color: #1e293b;
	line-height: 1.72;
}

.hcmc-fr-final {
	padding: 48px 0 58px;
	background: linear-gradient(145deg, #0a4f7f 0%, #0f6ea5 60%, #0b3f63 100%);
	color: #f8fcff;
	text-align: center;
}

.hcmc-fr-final h2 {
	margin: 0 0 10px;
	font-size: clamp(30px, 4vw, 42px);
}

.hcmc-fr-final p {
	margin: 0;
	color: #d9eefc;
}

.hcmc-fr-actions--center { justify-content: center; }

@media (max-width: 1024px) {
	.hcmc-fr-scope__grid,
	.hcmc-fr-workflow__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.hcmc-fr-audience__grid,
	.hcmc-fr-policy__grid { grid-template-columns: 1fr; }
	.hcmc-fr-prepare__grid { grid-template-columns: 1fr; }
	.hcmc-fr-bridge__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 768px) {
	.hcmc-fr-container { width: min(1160px, 100% - 28px); }
	.hcmc-fr-hero { padding: 44px 0 32px; }
	.hcmc-fr-lead { font-size: 16px; }
	.hcmc-fr-scope__grid,
	.hcmc-fr-workflow__grid,
	.hcmc-fr-bridge__grid,
	.hcmc-fr-audience__grid,
	.hcmc-fr-policy__grid { grid-template-columns: 1fr; }
	.hcmc-fr-btn { width: 100%; }
	.hcmc-fr-final { padding: 36px 0 42px; }
}
