/* ===== Section lead paragraph ===== */
.section-lead {
	text-align: center;
	max-width: 620px;
	margin: 0 auto 32px;
	font-size: 16px;
	line-height: 1.6;
	color: var(--text-body);
}

/* ===== Service overview icon color variant ===== */
.service-overview-card .col-inner:hover .service-overview-icon { background: var(--primary); box-shadow: 0 4px 10px rgba(212,175,55,0.35); }

/* ===== Icon-circle gold variant (Lợi ích section) ===== */
.icon-circle.gold { border-color: #EFDDA8; background: #FCF6E8; color: var(--secondary); }

/* ===== Service detail rows (Khám phá chi tiết dịch vụ) — mỗi service-detail-row
là 1 [row] native (2 col: ảnh + nội dung), thứ tự đảo (ảnh phải/trái) chỉ cần
đổi thứ tự [col] trong shortcode, không cần class .reverse/order nữa ===== */
.service-detail-row {
	background: #fff;
	border: 1px solid var(--border);
	border-radius: var(--radius-lg);
	overflow: hidden;
	box-shadow: var(--shadow-card);
	margin-bottom: 16px;
	align-items: stretch;
}
.service-detail-row:last-child { margin-bottom: 0; }
.service-detail-row > .col > .col-inner { height: 100%; }
.service-detail-img { min-height: 150px; border-radius: 0; font-size: 12.5px; height: 100%; }
.service-detail-body .col-inner{ padding: 16px 24px; display: flex; flex-direction: column; justify-content: center; height: 100%; }
.service-detail-body .btn { padding: 10px 22px; font-size: 17px; align-self: flex-start; }
.service-detail-body h3 {
	display: flex;
	align-items: center;
	gap: 9px;
	font-size: 20px;
	font-weight: 700;
	color: var(--primary);
	margin: 0 0 8px;
}
.service-detail-body h3 svg { width: 20px; height: 20px; color: var(--primary); flex-shrink: 0; }
.service-detail-body > p { font-size: 16px; line-height: 1.5; margin: 0 0 10px; color: var(--text-body); }

.check-list { margin: 0 0 10px; padding: 0; list-style: none; }
.check-list li {
	position: relative;
	padding-left: 22px;
	font-size: 16px;
	color: var(--text-body);
	line-height: 1.3;
}
.check-list li::before {
	content: '✓';
	position: absolute;
	left: 0; top: 0;
	color: var(--secondary);
	font-weight: 800;
}

/* ===== Process steps v2 (Quy trình tham gia chương trình) — .process-steps-v2
chỉ còn giữ vị trí cho đường nối chấm; layout cột do native [col] đảm nhiệm ===== */
.process-steps-v2 {
	position: relative;
}
.process-steps-v2::before {
	content: '';
	position: absolute;
	top: 58px;
	left: 8%;
	right: 8%;
	height: 0;
	border-top: 2px dashed #EFDDA8;
	z-index: 0;
}
.process-step-v2 .col-inner{
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.process-v2-num {
	display: block;
	font-size: 20px;
    font-weight: 600;
	line-height: 1;
	color: var(--secondary);
	margin-bottom: 10px;
}
.process-v2-icon {
	width: 70px; height: 70px;
	border-radius: 50%;
	background: #fff;
	border: 1.5px solid #EFDDA8;
	color: var(--secondary);
	display: flex; align-items: center; justify-content: center;
	margin-bottom: 10px;
}
.process-v2-icon svg { width: 35px; height: 35px; }
.process-v2-label { font-size: 15px; font-weight: 600; color: var(--text-dark); line-height: 1.3; }


.faq-accordion .accordion-item {
	background: #fff;
	border: 1px solid var(--border);
	border-radius: var(--radius-sm);
	overflow: hidden;
	margin-bottom: 14px;
}
.faq-accordion .accordion-item:last-child { margin-bottom: 0; }
.faq-accordion .accordion-title {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 14px 18px;
	font-size: 18px;
	font-weight: 600;
	color: var(--text-dark);
    border-top: 0;
}
.faq-accordion .accordion-title span { flex: 1; }
.faq-accordion .toggle {
	position: static !important;
    flex-shrink: 0;
    width: 30px !important;
    height: 30px !important;
    min-height: auto;
    background: var(--bg-soft);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .25s ease, color .25s ease;
    opacity: 1;
    margin: 0;
}
.faq-accordion .toggle i { display: none; }
.faq-accordion .toggle::before {
	content: '+';
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
}
.faq-accordion .accordion-title.active .toggle { background: var(--primary); color: #fff; }
.faq-accordion .accordion-title.active .toggle::before { content: '\2212'; }
.faq-accordion .accordion-inner { padding: 20px 18px 16px; }
.faq-accordion .accordion-inner p { margin: 0; font-size: 15px; line-height: 1.55; color: var(--text-body); }

/* ===== CTA banner photo variant (1 khối duy nhất, không chia cột) ===== */
.cta-banner-photo {
	position: relative;
	overflow: hidden;
	padding: 32px 40px;
	display: block;
}
.cta-banner-photo-bg {
	position: absolute;
	inset: 0;
	background: linear-gradient(115deg, #3a2a20 0%, #a85f2e 55%, #e0a34a 100%);
}
.cta-banner-photo-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(20,14,10,0.72) 0%, rgba(20,14,10,0.35) 55%, rgba(20,14,10,0.1) 100%);
}
.cta-banner-photo .cta-content { position: relative; z-index: 1; max-width: 480px; }
.cta-banner-photo .cta-content h3 { font-size: 22px; font-weight: 800; margin: 0 0 8px; color: #fff; }
.cta-banner-photo .cta-content p { font-size: 13.5px; margin: 0 0 18px; color: rgba(255,255,255,0.9); }


/* ===== Responsive ===== */
@media (max-width: 600px) {
	.cta-banner-photo .cta-content { max-width: 100%; text-align: center; }
	.cta-banner-photo .cta-content .btn { margin: 0 auto; }
	.service-detail-body { padding: 20px; }
	.process-steps-v2::before{display: none;}
	.service-detail-body {
		order: 1;
	}
}
