/* =====================================================================
 * Celléva – Trang "Clinical Home-Care" (page 82)
 * Dùng chung tokens & .celleva-container / .celleva-section / .celleva-btn
 * ===================================================================== */

/* ---------- Typography & link dùng chung ---------- */
.celleva-hc-eyebrow {
	display: inline-block;
	font-family: var(--font-head);
	font-weight: 600;             /* SemiBold */
	font-size: 24px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--cl-pink);
	margin: 0 0 14px;
}
.celleva-hc-heading {
	font-family: var(--font-display);
	font-weight: 400;
	font-size: clamp(24px, 2.8vw, 40px);
	line-height: 1.18;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--cl-text);
	margin: 0;
}
.celleva-hc-head { margin-bottom: 40px; }
.celleva-hc-head--center { text-align: center; }
.celleva-hc-arrow-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-family: var(--font-head);
	font-weight: 400;             /* Regular */
	font-size: 20px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--cl-pink);
	white-space: nowrap;
	transition: gap .2s ease, color .2s ease;
}
.celleva-hc-arrow-link span { font-size: 1.2em; line-height: 0; }
.celleva-hc-arrow-link:hover { gap: 12px; color: var(--cl-text); }
/* Arrow link trong hero ("KHÁM PHÁ HOME-CARE") nhỏ hơn (15px). */
.celleva-hc-hero__btns .celleva-hc-arrow-link { font-size: 15px; }

/* =========================================================
 * SECTION 1 – HERO
 * ========================================================= */
.celleva-hc-hero {
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
	padding-block: clamp(80px, 9vw, 170px) clamp(110px, 11vw, 170px);
}
.celleva-hc-hero::before {
	content: '';
	position: absolute; inset: 0;
	background: linear-gradient(90deg, rgba(248,241,234,.95) 0%, rgba(248,241,234,.8) 42%, rgba(248,241,234,.2) 100%);
}
.celleva-hc-hero__text { position: relative; max-width: 580px; }
.celleva-hc-hero__title {
	font-family: var(--font-display);
	font-weight: 400;             /* Regular */
	font-size: clamp(30px, 8.5vw, 70px);
	overflow-wrap: break-word;
	line-height: 1.06;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--cl-text);
	margin: 0 0 16px;
}
.celleva-hc-hero__title span { display: block; }
.celleva-hc-hero__sub {
	font-family: var(--font-head);
	font-weight: 600;             /* SemiBold */
	font-size: 32px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--cl-text);
	margin: 0 0 16px;
}
.celleva-hc-hero__desc { color: var(--cl-text-soft); font-weight: 600; font-size: 20px; line-height: 1.8; max-width: 500px; margin: 0 0 26px; }
.celleva-hc-hero__btns { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 28px; }
.celleva-hc-hero__btns .celleva-btn { font-size: 15px; }

/* =========================================================
 * SECTION 2 – USP (4 thẻ nổi)
 * ========================================================= */
.celleva-hc-usp { padding-block: 0; margin-top: clamp(-90px, -7vw, -60px); position: relative; z-index: 3; }
.celleva-hc-usp__card {
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 24px 60px -24px rgba(40,24,16,.22);
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}
.celleva-hc-usp__item { padding: 30px 28px; border-left: 1px solid var(--cl-line); text-align: center; }
.celleva-hc-usp__item:first-child { border-left: 0; }
.celleva-hc-usp__title {
	font-family: var(--font-head);
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--cl-text);
	margin: 0 0 10px;
	line-height: 1.35;
}
.celleva-hc-usp__desc { font-size: 18px; font-weight: 700; line-height: 1.6; color: var(--cl-text-soft); margin: 0; }

/* =========================================================
 * SECTION 3 – TRIẾT LÝ HOMECARE
 * ========================================================= */
.celleva-hc-phil { background: var(--cl-bg); padding-top: clamp(50px, 5vw, 90px); padding-bottom: clamp(16px, 1.8vw, 30px); }
.celleva-hc-phil__grid {
	display: grid;
	grid-template-columns: 1fr 1.25fr;
	gap: clamp(36px, 4vw, 80px);
	align-items: center;
}
.celleva-hc-phil__heading {
	font-family: var(--font-display);
	font-weight: 400;             /* Regular */
	font-size: 40px;
	line-height: 1.18;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: var(--cl-text);
	margin: 0 0 20px;
}
.celleva-hc-phil__desc { color: var(--cl-text-soft); font-weight: 600; font-size: 20px; line-height: 1.75; margin: 0 0 18px; }
.celleva-hc-phil__cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.celleva-hc-pcard__img {
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 12px;
	background: var(--cl-bg-soft) center/cover no-repeat;
	margin-bottom: 14px;
}
.celleva-hc-pcard__title {
	font-family: var(--font-head);
	font-weight: 700;             /* Bold */
	font-size: 21px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--cl-pink);
	margin: 0 0 8px;
}
.celleva-hc-pcard__desc { font-size: 20px; font-weight: 500; line-height: 1.55; color: var(--cl-text-soft); margin: 0; }

/* =========================================================
 * SECTION 4 – GIẢI PHÁP HOMECARE
 * ========================================================= */
.celleva-hc-sol { background: var(--cl-bg); padding-top: clamp(20px, 2.4vw, 40px); padding-bottom: clamp(30px, 3.5vw, 60px); }
/* Heading S4 "GIẢI PHÁP HOMECARE THEO MỤC TIÊU": Montserrat SemiBold 24px, màu hồng. */
.celleva-hc-sol .celleva-hc-heading {
	font-family: var(--font-head);   /* Montserrat */
	font-weight: 600;                /* SemiBold */
	font-size: 24px;
	color: #C68781;
}
/* 5 thẻ gộp: ảnh trên + chữ dưới, nền beige, 290×495. */
.celleva-hc-sol__cards {
	display: grid;
	grid-template-columns: repeat(5, 290px);
	gap: 14px;
	justify-content: center;
}
.celleva-hc-sol__card {
	width: 290px;
	min-height: 495px;
	background: var(--cl-bg-soft);
	border-radius: 14px;
	overflow: hidden;
	padding-bottom: 24px;
}
.celleva-hc-sol__cardimg {
	width: 100%;
	height: 270px;
	background: #ECE0D6 center/cover no-repeat;
	margin-bottom: 18px;
}
.celleva-hc-sol__title {
	font-family: var(--font-head);
	font-weight: 700;
	font-size: 21px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--cl-text);
	margin: 0 0 10px;
	line-height: 1.4;
	padding-inline: 22px;
}
.celleva-hc-sol__desc { font-size: 20px; line-height: 1.6; color: var(--cl-text-soft); margin: 0; padding-inline: 22px; }
@media (max-width: 1600px) {
	.celleva-hc-sol__cards { grid-template-columns: repeat(5, minmax(0, 290px)); }
	.celleva-hc-sol__card { width: 100%; }
}
.celleva-hc-sol__more { text-align: center; margin-top: 36px; }

/* =========================================================
 * SECTION 5 – QUY TRÌNH HOMECARE (5 bước)
 * ========================================================= */
.celleva-hc-routine { background: var(--cl-bg); padding-block: 28px; }
/* Box quy trình 1562×338, nền beige, căn giữa. */
.celleva-hc-routine__box {
	max-width: 1562px;
	min-height: 338px;
	margin-inline: auto;
	background: var(--cl-bg-soft);
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-block: 30px;
}
.celleva-hc-routine__sub {
	font-family: var(--font-head);
	font-weight: 600;             /* SemiBold */
	font-size: 24px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #424242;
	margin: 10px 0 0;
}
.celleva-hc-routine__steps {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: clamp(18px, 2.2vw, 36px);
	text-align: center;
}
.celleva-hc-rstep { position: relative; }
/* Gạch ngang nối giữa các bước (ngang tầm số). */
.celleva-hc-rstep:not(:last-child)::after {
	content: '';
	position: absolute;
	top: 19px;
	left: calc(50% + 40px);
	right: calc(-50% + 40px);
	height: 1px;
	background: var(--cl-pink-soft, #DCB1A8);
}
.celleva-hc-rstep__num {
	display: block;
	font-family: var(--font-head);   /* Montserrat */
	font-size: 36px;
	color: var(--cl-text);
	line-height: 1;
	margin-bottom: 12px;
}
.celleva-hc-rstep__title {
	font-family: var(--font-head);
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--cl-pink);
	margin: 0 0 8px;
}
.celleva-hc-rstep__desc { font-size: 18px; line-height: 1.55; color: var(--cl-text-soft); margin: 0; }

/* =========================================================
 * SECTION 6 – KHUYẾN NGHỊ TỪ BÁC SĨ
 * ========================================================= */
.celleva-hc-doctor { background: var(--cl-bg); padding-block: 28px; }
/* Banner 1562×338, ảnh nền (hc10), text căn giữa. */
.celleva-hc-doctor__banner {
	max-width: 1562px;
	min-height: 338px;
	margin-inline: auto;
	background: var(--cl-bg-soft) center/cover no-repeat;
	border-radius: 16px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px;
	text-align: center;
}
.celleva-hc-doctor__body { max-width: 640px; text-align: center; }
.celleva-hc-doctor__text {
	font-family: var(--font-body);
	font-weight: 600;             /* SemiBold */
	font-size: 20px;
	line-height: 1.85;
	color: var(--cl-text-soft);
	margin: 0 0 16px;
}
.celleva-hc-doctor__sign { font-family: var(--font-head); font-weight: 600; font-size: 20px; color: #424242; margin: 0; }

/* =========================================================
 * SECTION 7 – CTA (dải hồng)
 * ========================================================= */
/* Dải hồng full-width là background; nội dung căn 1562px (thẳng hàng banner bác sĩ).
   Sector cao 300px, ảnh lấp đầy chiều cao. */
.celleva-hc-cta { padding-block: 0; background: var(--cl-pink); }
.celleva-hc-cta__grid {
	max-width: 1562px;
	min-height: 300px;
	margin-inline: auto;
	display: grid;
	grid-template-columns: 750px 1fr;
	align-items: stretch;
	gap: clamp(30px, 4vw, 70px);
}
.celleva-hc-cta__photo {
	width: 750px;
	background: var(--cl-bg-soft) center/cover no-repeat;
}
.celleva-hc-cta__body { color: #fff; align-self: center; padding-right: clamp(20px, 3vw, 50px); }
.celleva-hc-cta .celleva-btn { width: 240px; height: 45px; padding: 0; justify-content: center; gap: 8px; font-size: 15px; white-space: nowrap; }
.celleva-hc-cta .celleva-btn svg { width: 16px; height: 16px; }
.celleva-hc-cta__heading {
	font-family: var(--font-head);   /* Montserrat */
	font-weight: 600;                /* SemiBold */
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 16px;
}
.celleva-hc-cta__desc { color: rgba(255,255,255,.92); font-weight: 600; font-size: 20px; line-height: 1.7; max-width: 460px; margin: 0 0 26px; }

/* =====================================================================
 *  RESPONSIVE
 * ===================================================================== */
@media (max-width: 1024px) {
	.celleva-hc-usp__card { grid-template-columns: repeat(2, 1fr); }
	.celleva-hc-usp__item:nth-child(odd) { border-left: 0; }
	.celleva-hc-usp__item:nth-child(n+3) { border-top: 1px solid var(--cl-line); }
	.celleva-hc-phil__grid { grid-template-columns: 1fr; }
	.celleva-hc-sol__cards { grid-template-columns: repeat(3, minmax(0, 290px)); row-gap: 24px; }
	.celleva-hc-routine__steps { grid-template-columns: repeat(3, 1fr); row-gap: 32px; }
	.celleva-hc-rstep::after { display: none; }
	.celleva-hc-cta__grid { grid-template-columns: 1fr; padding-inline: 24px; }
	.celleva-hc-cta__photo { width: 100%; height: auto; aspect-ratio: 750 / 300; }
}
@media (max-width: 680px) {
	.celleva-hc-hero { padding-block: 70px 110px; }
	.celleva-hc-hero::before { background: linear-gradient(180deg, rgba(248,241,234,.5) 0%, rgba(248,241,234,.95) 70%); }
	.celleva-hc-usp__card { grid-template-columns: 1fr; }
	.celleva-hc-usp__item { border-left: 0; border-top: 1px solid var(--cl-line); }
	.celleva-hc-usp__item:first-child { border-top: 0; }
	.celleva-hc-phil__cards { grid-template-columns: 1fr; }
	.celleva-hc-sol__cards { grid-template-columns: repeat(2, minmax(0, 290px)); }
	.celleva-hc-routine__steps { grid-template-columns: repeat(2, 1fr); }
}
