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

/* ---------- Typography dùng chung ---------- */
.celleva-mb-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;
}
/* Hero eyebrow "CELLÉVA MEMBERSHIP" lớn hơn (32px). */
.celleva-mb-hero .celleva-mb-eyebrow { font-size: 32px; }
.celleva-mb-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-mb-head { margin-bottom: 44px; }
.celleva-mb-head--center { text-align: center; }

/* =========================================================
 * SECTION 1 – HERO
 * ========================================================= */
.celleva-mb-hero {
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
	padding-block: clamp(80px, 9vw, 170px);
}
.celleva-mb-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-mb-hero__text { position: relative; max-width: 600px; }
.celleva-mb-hero__title {
	font-family: var(--font-display);
	font-weight: 400;             /* Regular */
	font-size: clamp(30px, 8.5vw, 64px);
	overflow-wrap: break-word;
	line-height: 1.08;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--cl-text);
	margin: 0 0 14px;
}
.celleva-mb-hero__title span { display: block; }
.celleva-mb-hero__sub {
	font-family: var(--font-head);
	font-weight: 600;             /* SemiBold */
	font-size: 30px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--cl-text);
	margin: 0 0 16px;
}
.celleva-mb-hero__desc { color: var(--cl-text-soft); font-weight: 600; font-size: 20px; line-height: 1.8; max-width: 520px; margin: 0 0 26px; }
.celleva-mb-hero .celleva-btn { font-size: 15px; }

/* =========================================================
 * SECTION 2 – JOURNEY (5 bước)
 * ========================================================= */
.celleva-mb-journey { background: var(--cl-bg); padding-block: 28px; }
.celleva-mb-journey__steps {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: clamp(18px, 2.2vw, 36px);
	text-align: center;
}
.celleva-mb-jstep__num {
	display: block;
	font-family: var(--font-head);   /* Montserrat */
	font-weight: 600;                /* SemiBold */
	font-size: 48px;
	color: var(--cl-pink);
	line-height: 1;
	margin-bottom: 14px;
}
.celleva-mb-jstep__title {
	font-family: var(--font-head);
	font-weight: 700;             /* Bold */
	font-size: 20px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--cl-text);
	margin: 0 0 8px;
}
.celleva-mb-jstep__desc { font-size: 18px; font-weight: 600; line-height: 1.55; color: var(--cl-text-soft); margin: 0; }

/* =========================================================
 * SECTION 3 – TIERS (3 gói)
 * ========================================================= */
.celleva-mb-tiers { background: var(--cl-bg); padding-block: 28px; }
.celleva-mb-tiers__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(20px, 2.4vw, 36px);
	align-items: stretch;
}
.celleva-mb-tier {
	background: var(--cl-bg-soft);
	border-radius: 14px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
.celleva-mb-tier__img {
	width: 100%;
	aspect-ratio: 16 / 9;
	background: var(--cl-bg) center/cover no-repeat;
}
.celleva-mb-tier__body { padding: 26px 26px 30px; }
.celleva-mb-tier__head { display: flex; align-items: baseline; gap: 10px; margin-bottom: 4px; }
.celleva-mb-tier__num { font-family: var(--font-head); font-weight: 600; font-size: 24px; color: #424242; }
.celleva-mb-tier__name {
	font-family: var(--font-head);
	font-weight: 600;             /* SemiBold */
	font-size: 24px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #424242;
	margin: 0;
}
.celleva-mb-tier__ensub {
	font-family: var(--font-head);
	font-weight: 600;             /* SemiBold */
	font-size: 20px;
	letter-spacing: 0.04em;
	color: var(--cl-pink);
	margin: 0 0 14px;
}
.celleva-mb-tier__desc { font-size: 20px; font-weight: 600; line-height: 1.6; color: var(--cl-text-soft); margin: 0 0 16px; }
.celleva-mb-tier__list { list-style: none; padding: 0; margin: 0; }
.celleva-mb-tier__list li {
	position: relative;
	padding-left: 26px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	color: var(--cl-text);
	margin-bottom: 10px;
}
.celleva-mb-tier__list li::before {
	content: '';
	position: absolute; left: 0; top: 3px;
	width: 15px; height: 9px;
	border-left: 2px solid var(--cl-pink);
	border-bottom: 2px solid var(--cl-pink);
	transform: rotate(-45deg);
}

/* =========================================================
 * SECTION 4 – 2 BOX
 * ========================================================= */
.celleva-mb-feat { background: var(--cl-bg); padding-block: 28px; }
.celleva-mb-feat__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px, 2.4vw, 36px); }
.celleva-mb-fbox {
	background: var(--cl-bg-soft);
	border-radius: 14px;
	overflow: hidden;
	display: grid;
	grid-template-columns: 1fr clamp(150px, 16vw, 220px);
	align-items: stretch;
}
.celleva-mb-fbox__text { padding: clamp(28px, 3vw, 44px); }
.celleva-mb-fbox__img {
	background: var(--cl-bg) center/cover no-repeat;
	min-height: 100%;
}
.celleva-mb-fbox__heading {
	font-family: var(--font-display);
	font-weight: 400;
	font-size: clamp(18px, 1.8vw, 26px);
	line-height: 1.25;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--cl-text);
	margin: 0 0 12px;
}
.celleva-mb-fbox__desc { color: var(--cl-text-soft); font-size: 13.5px; line-height: 1.65; margin: 0 0 18px; }
.celleva-mb-fbox__list { list-style: none; padding: 0; margin: 0; }
.celleva-mb-fbox__list li {
	position: relative;
	padding-left: 26px;
	font-size: 13.5px;
	line-height: 1.5;
	color: var(--cl-text);
	margin-bottom: 12px;
}
.celleva-mb-fbox__list li::before {
	content: '';
	position: absolute; left: 0; top: 3px;
	width: 15px; height: 9px;
	border-left: 2px solid var(--cl-pink);
	border-bottom: 2px solid var(--cl-pink);
	transform: rotate(-45deg);
}

/* =========================================================
 * SECTION 5 + 6 – CLOSING BAND (Quote + CTA)
 * Decor member7 chạy dọc bên trái, text canh phải (theo thiết kế).
 * ========================================================= */
.celleva-mb-closing {
	background-color: var(--cl-bg-soft);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	padding-block: clamp(48px, 6vw, 100px);
}
/* Khối text dồn về nửa phải, canh giữa từng dòng. */
.celleva-mb-closing__inner {
	max-width: 560px;
	margin-left: auto;
	text-align: center;
}
.celleva-mb-closing__quote { margin-bottom: clamp(40px, 5vw, 72px); }

.celleva-mb-quote__text {
	font-family: var(--font-head);   /* Montserrat */
	font-weight: 600;                /* SemiBold */
	font-size: 20px;
	line-height: 1.55;
	letter-spacing: 0.01em;
	color: var(--cl-text);
	margin: 0 0 18px;
}
.celleva-mb-quote__sign { font-family: var(--font-head); font-weight: 700; font-size: 20px; color: var(--cl-text); margin: 0; }

.celleva-mb-cta__heading {
	font-family: var(--font-display);
	font-weight: 400;             /* Regular */
	font-size: 40px;
	line-height: 1.2;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--cl-pink);
	margin: 0 0 14px;
}
.celleva-mb-cta__desc { color: var(--cl-text-soft); font-weight: 600; font-size: 20px; line-height: 1.7; margin: 0 auto 22px; max-width: 420px; }

/* Nút nhỏ gọn theo thiết kế (khác nút hero lớn). */
.celleva-mb-closing .celleva-btn {
	padding: 12px 26px;
	font-size: 15px;
	gap: 8px;
}
.celleva-mb-closing .celleva-btn svg { width: 14px; height: 14px; }

/* =====================================================================
 *  RESPONSIVE
 * ===================================================================== */
@media (max-width: 1024px) {
	.celleva-mb-journey__steps { grid-template-columns: repeat(3, 1fr); row-gap: 32px; }
	.celleva-mb-tiers__grid { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; }
	.celleva-mb-feat__grid { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
	.celleva-mb-hero { padding-block: 70px; }
	.celleva-mb-hero::before { background: linear-gradient(180deg, rgba(248,241,234,.5) 0%, rgba(248,241,234,.95) 70%); }
	.celleva-mb-journey__steps { grid-template-columns: repeat(2, 1fr); }
	.celleva-mb-fbox { grid-template-columns: 1fr; }
	.celleva-mb-fbox__img { min-height: 220px; order: -1; }
	/* Mobile: căn giữa các đoạn text (desktop vẫn căn trái như thiết kế). */
	.celleva-mb-fbox__text { text-align: center; }
	.celleva-mb-fbox__list { display: inline-block; text-align: left; }
	/* Bỏ decor nền để chữ dễ đọc trên mobile. */
	.celleva-mb-closing { background-image: none !important; }
	.celleva-mb-closing__inner { margin-left: 0; max-width: none; }
}
