/* ══ massage-tri-lieu — WARM-ARTISAN Identity ══
   Font: DM Sans | Tone: warm-light | Identity: WARM-ARTISAN
   Accent: Earth brown #8b6f5e — trị liệu, thư giãn, ấm áp
   Nav: Nav-2 Always Solid Light (khác spa-beauty transparent)
   Hero: H10 Geometric Split diagonal clip-path (khác spa-beauty H1 overlay)
   Cards: mrt- prefix, border-radius 8px, warm shadow hover lift -4px
*/

:root {
  /* Màu đất ấm — khác hoàn toàn với rose/pink(spa-beauty), green(agency), amber(restaurant) */
  --bg: #faf6f2;
  --surface: #ffffff;
  --dark: #1c1410;
  --dark2: #251c17;
  --border: #e8ddd6;
  --border-light: #f0e8e2;
  --text: #1e1712;
  --text-2: #7a6860;
  --text-3: #b0a098;
  --accent: #8b6f5e;       /* Earth brown chính */
  --accent-h: #755a4a;     /* Hover */
  --accent-light: #f5ede4; /* Nền nhạt accent */
  --accent-mid: #a8877a;   /* Trung gian */
  --sage: #7a8c7c;         /* Xanh rêu nhạt bổ trợ */
  --sage-light: #eef2ee;   /* Nền sage nhạt */
  --cream: #f5ede4;        /* Kem ấm */
  --cream2: #ede2d8;       /* Kem đậm hơn */
  --warm: #f5ede4;
  --warm2: #ede2d8;
  --sand: #d4b8a8;         /* Sand/tan bổ trợ */
  --sans: 'DM Sans', sans-serif;
  --bs-body-font-family: var(--sans);
  --bs-body-bg: var(--bg);
  --bs-body-color: var(--text);
  --bs-border-color: var(--border);
}

html { scroll-behavior: smooth; }
body { font-family: var(--sans); background: var(--bg); color: var(--text); overflow-x: hidden; -webkit-font-smoothing: antialiased; }
*, *::before, *::after { box-sizing: border-box; }
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-thumb { background: var(--cream2); border-radius: 4px; }
img { display: block; max-width: 100%; }

/* Layout */
.wd-container { max-width: 1100px; margin: 0 auto; padding: 0 clamp(20px, 5vw, 80px); }
.sec-pad { padding: clamp(72px, 10vw, 128px) 0; }

/* ── Reveal animation (data-reveal attr, khác với .reveal class của các template khác) ── */
[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .65s cubic-bezier(.22, 1, .36, 1), transform .65s cubic-bezier(.22, 1, .36, 1); }
[data-reveal].visible { opacity: 1; transform: none; }
[data-reveal].d1 { transition-delay: .1s; }
[data-reveal].d2 { transition-delay: .2s; }
[data-reveal].d3 { transition-delay: .3s; }
[data-reveal].d4 { transition-delay: .4s; }

/* ══ NAV — Nav-2: Always Solid Light (không transparent, không scroll class) ══ */
/* Khác hoàn toàn với spa-beauty (transparent→scrolled) và agency (transparent→scrolled) */
#mrt-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 500;
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 1px 0 var(--border-light);
  transition: box-shadow .2s;
}
#mrt-nav.elevated { box-shadow: 0 4px 20px rgba(139, 111, 94, .1); }
.mrt-nav-inner {
  height: 64px; display: flex; align-items: center;
  justify-content: space-between; gap: 24px;
}
/* Logo: dot + text — khác italic style của spa-beauty */
.mrt-logo {
  display: flex; align-items: center; gap: 10px;
  font-size: 17px; font-weight: 600; color: var(--text);
  text-decoration: none; letter-spacing: -.3px; flex-shrink: 0;
}
.mrt-logo-icon {
  width: 32px; height: 32px; border-radius: 8px;
  background: var(--accent); display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.mrt-logo-icon svg { width: 16px; height: 16px; fill: none; stroke: #fff; stroke-width: 1.8; stroke-linecap: round; }
.mrt-logo-text { color: var(--text); }
.mrt-logo-sub { font-size: 10px; font-weight: 400; color: var(--text-3); letter-spacing: .5px; text-transform: uppercase; display: block; line-height: 1; }

.mrt-nav-links { display: flex; gap: 24px; }
.mrt-nav-links a {
  font-size: 13.5px; color: var(--text-2); text-decoration: none;
  transition: color .18s; letter-spacing: .1px; white-space: nowrap;
}
.mrt-nav-links a:hover, .mrt-nav-links a.active { color: var(--accent); }

/* CTA button: rectangle với border, khác pill của spa-beauty */
.mrt-nav-cta {
  font-size: 13px; font-weight: 500; background: var(--accent); color: #fff;
  padding: 9px 20px; border-radius: 8px; border: none; cursor: pointer;
  text-decoration: none; transition: all .2s; font-family: var(--sans);
  white-space: nowrap; flex-shrink: 0;
}
.mrt-nav-cta:hover { background: var(--accent-h); color: #fff; transform: translateY(-1px); }

.mrt-burger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; border: none; background: transparent; }
.mrt-burger span { display: block; width: 22px; height: 2px; background: var(--text-2); border-radius: 2px; transition: all .3s; }
.mrt-burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.mrt-burger.open span:nth-child(2) { opacity: 0; }
.mrt-burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile nav overlay */
.mrt-mobile-nav {
  position: fixed; inset: 0; background: rgba(250, 246, 242, .98);
  backdrop-filter: blur(12px); z-index: 490;
  display: flex; flex-direction: column; align-items: center;
  justify-content: center; gap: 32px;
  opacity: 0; pointer-events: none; transition: opacity .3s;
}
.mrt-mobile-nav.open { opacity: 1; pointer-events: auto; }
.mrt-mobile-nav a { font-size: 22px; font-weight: 500; color: var(--text-2); text-decoration: none; transition: color .2s; }
.mrt-mobile-nav a:hover { color: var(--accent); }
.mrt-mobile-nav .mob-cta { font-size: 15px; background: var(--accent); color: #fff; padding: 13px 40px; border-radius: 8px; margin-top: 8px; }
@media (max-width: 768px) { .mrt-nav-links, .mrt-nav-cta { display: none; } .mrt-burger { display: flex; } }

/* ══ Section header — khác eyebrow ::before/::after của spa-beauty ══ */
/* Dùng số thứ tự + line style thay vì dashes */
.mrt-label {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 11px; font-weight: 500; color: var(--accent);
  text-transform: uppercase; letter-spacing: 2px; margin-bottom: 16px;
}
.mrt-label-line { display: block; width: 24px; height: 1px; background: var(--sand); flex-shrink: 0; }
.mrt-heading {
  font-size: clamp(28px, 3.8vw, 46px); font-weight: 600; color: var(--text);
  line-height: 1.1; letter-spacing: -.8px; margin-bottom: 16px;
}
.mrt-heading em { color: var(--accent); font-style: italic; font-weight: 300; }
.mrt-subtext { font-size: 15px; font-weight: 300; color: var(--text-2); line-height: 1.78; max-width: 520px; }

/* Dark section variants */
.on-dark .mrt-label { color: var(--sand); }
.on-dark .mrt-label-line { background: rgba(212, 184, 168, .4); }
.on-dark .mrt-heading { color: #fff; }
.on-dark .mrt-heading em { color: var(--sand); }
.on-dark .mrt-subtext { color: rgba(255, 255, 255, .45); }

/* ══ HERO — H10 Geometric Split với diagonal clip-path ══ */
/* Khác hoàn toàn H1 overlay của spa-beauty, H2 split panel của agency */
.mrt-hero {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-top: 64px;
  background: var(--bg);
}
/* Nửa nền ấm bên phải — geometric diagonal */
.mrt-hero-geo {
  position: absolute; top: 0; right: 0; bottom: 0;
  width: 58%;
  background: var(--cream);
  clip-path: polygon(8% 0%, 100% 0%, 100% 100%, 0% 100%);
  z-index: 0;
}
/* Ảnh overlay trên nền cream */
.mrt-hero-img {
  position: absolute; top: 0; right: 0; bottom: 0;
  width: 55%;
  clip-path: polygon(8% 0%, 100% 0%, 100% 100%, 0% 100%);
  z-index: 1;
}
.mrt-hero-img img {
  width: 100%; height: 100%; object-fit: cover;
  opacity: .72;
}
.mrt-hero-img::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to left, rgba(28, 20, 16, .05), rgba(250, 246, 242, .6) 85%);
}
.mrt-hero-content { position: relative; z-index: 3; padding: clamp(60px, 8vw, 100px) 0; }
.mrt-hero-chip {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 500; color: var(--accent);
  background: var(--accent-light); border: 1px solid var(--cream2);
  padding: 6px 14px; border-radius: 6px; margin-bottom: 28px;
  letter-spacing: .8px; text-transform: uppercase;
}
.mrt-hero-chip-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--accent); }
.mrt-hero-title {
  font-size: clamp(42px, 5.5vw, 78px); font-weight: 300;
  color: var(--text); line-height: 1.08; letter-spacing: -1.5px; margin-bottom: 20px;
}
.mrt-hero-title strong { font-weight: 600; }
.mrt-hero-title em { color: var(--accent); font-style: italic; font-weight: 300; }
.mrt-hero-desc {
  font-size: clamp(14px, 1.4vw, 16px); font-weight: 300;
  color: var(--text-2); line-height: 1.78; max-width: 420px; margin-bottom: 36px;
}
.mrt-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 48px; }
/* Stat strip bên dưới hero — khác hero-trust của spa-beauty */
.mrt-hero-stats {
  display: flex; gap: 32px; flex-wrap: wrap;
  padding-top: 32px; border-top: 1px solid var(--border);
}
.mrt-stat-item { }
.mrt-stat-num { font-size: 28px; font-weight: 600; color: var(--text); letter-spacing: -1px; line-height: 1; margin-bottom: 4px; }
.mrt-stat-num span { font-size: 16px; font-weight: 300; color: var(--accent); }
.mrt-stat-label { font-size: 12px; font-weight: 400; color: var(--text-3); }

/* ══ Buttons — rectangular 8px (khác pill 20px của spa-beauty) ══ */
.mrt-btn-primary {
  font-size: 14px; font-weight: 500; background: var(--accent); color: #fff;
  padding: 13px 28px; border-radius: 8px; border: none; cursor: pointer;
  font-family: var(--sans); transition: all .2s; text-decoration: none;
  display: inline-block;
}
.mrt-btn-primary:hover { background: var(--accent-h); color: #fff; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(139, 111, 94, .28); }
.mrt-btn-outline {
  font-size: 14px; font-weight: 400; background: transparent;
  color: var(--text-2); padding: 13px 28px; border-radius: 8px;
  border: 1px solid var(--border); cursor: pointer; font-family: var(--sans);
  transition: all .2s; text-decoration: none; display: inline-block;
}
.mrt-btn-outline:hover { background: var(--cream); color: var(--accent); border-color: var(--sand); }
.mrt-btn-white {
  font-size: 14px; font-weight: 500; background: #fff; color: var(--dark);
  padding: 13px 28px; border-radius: 8px; border: none; cursor: pointer;
  font-family: var(--sans); transition: all .2s; text-decoration: none;
  display: inline-block;
}
.mrt-btn-white:hover { background: var(--cream); transform: translateY(-1px); color: var(--text); }

/* ══ Service cards (WARM-ARTISAN style) ══ */
/* Khác: border-radius 8px (không phải 18px), warm shadow, lift -4px */
.mrt-svc-card {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: 8px; overflow: hidden;
  transition: transform .28s cubic-bezier(.22, 1, .36, 1), box-shadow .28s;
  height: 100%;
}
.mrt-svc-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(139, 111, 94, .14); }
.mrt-svc-card:hover .mrt-svc-thumb { transform: scale(1.05); }
.mrt-svc-thumb-wrap { overflow: hidden; aspect-ratio: 16/10; }
.mrt-svc-thumb { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.mrt-svc-body { padding: 20px 22px 22px; }
.mrt-svc-tag {
  display: inline-block; font-size: 10px; font-weight: 500;
  color: var(--accent); background: var(--accent-light);
  padding: 3px 10px; border-radius: 4px; margin-bottom: 10px;
  text-transform: uppercase; letter-spacing: .8px;
}
.mrt-svc-name { font-size: 16px; font-weight: 600; color: var(--text); margin-bottom: 8px; letter-spacing: -.3px; }
.mrt-svc-desc { font-size: 13px; font-weight: 300; color: var(--text-2); line-height: 1.65; margin-bottom: 14px; }
.mrt-svc-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 14px; border-top: 1px solid var(--border-light); }
.mrt-svc-price { font-size: 15px; font-weight: 600; color: var(--accent); }
.mrt-svc-duration { font-size: 12px; color: var(--text-3); }

/* ══ Process steps — LIST-ELEGANT pattern (không dùng card, chỉ border-bottom) ══ */
.mrt-step-list { }
.mrt-step-item {
  display: grid; grid-template-columns: 52px 1fr; gap: 20px;
  align-items: flex-start; padding: 24px 0; border-bottom: 1px solid var(--border-light);
}
.mrt-step-item:last-child { border-bottom: none; }
.mrt-step-num {
  width: 48px; height: 48px; border-radius: 8px; border: 1px solid var(--border);
  background: var(--surface); display: flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 600; color: var(--accent); flex-shrink: 0;
  font-variant-numeric: tabular-nums;
}
.mrt-step-title { font-size: 16px; font-weight: 600; color: var(--text); margin-bottom: 6px; letter-spacing: -.3px; }
.mrt-step-desc { font-size: 13.5px; font-weight: 300; color: var(--text-2); line-height: 1.7; }

/* ══ Therapist cards ══ */
.mrt-therapist-card { text-align: center; padding: 24px 16px; }
.mrt-therapist-wrap {
  width: 100px; height: 100px; border-radius: 50%;
  overflow: hidden; margin: 0 auto 16px;
  border: 3px solid var(--cream2);
  box-shadow: 0 4px 20px rgba(139, 111, 94, .15);
}
.mrt-therapist-img { width: 100%; height: 100%; object-fit: cover; }
.mrt-therapist-name { font-size: 15px; font-weight: 600; color: var(--text); margin-bottom: 4px; }
.mrt-therapist-title { font-size: 12.5px; font-weight: 400; color: var(--accent); margin-bottom: 6px; }
.mrt-therapist-exp { font-size: 12px; font-weight: 300; color: var(--text-3); }

/* ══ Review cards ══ */
/* Khác spa-beauty .rv: không dùng border-radius 18px, dùng 8px + left border accent */
.mrt-review-card {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: 8px; padding: 24px; height: 100%;
  border-left: 3px solid var(--sand);
}
.mrt-review-stars { color: #f59e0b; font-size: 12px; letter-spacing: 2px; margin-bottom: 14px; }
.mrt-review-text { font-size: 13.5px; font-weight: 300; color: var(--text-2); line-height: 1.75; margin-bottom: 18px; font-style: italic; }
.mrt-review-foot { display: flex; align-items: center; gap: 10px; padding-top: 14px; border-top: 1px solid var(--border-light); }
.mrt-review-av { width: 36px; height: 36px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.mrt-review-name { font-size: 13px; font-weight: 500; color: var(--text); }
.mrt-review-info { font-size: 11.5px; color: var(--text-3); }

/* ══ Combo / Pricing cards ══ */
.mrt-combo-card {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: 8px; padding: 28px 26px; height: 100%;
  transition: transform .25s, box-shadow .25s;
  position: relative; overflow: hidden;
}
.mrt-combo-card:hover { transform: translateY(-4px); box-shadow: 0 14px 44px rgba(139, 111, 94, .12); }
.mrt-combo-card.featured { border-color: var(--accent); }
.mrt-combo-badge {
  position: absolute; top: -1px; right: 24px;
  background: var(--accent); color: #fff;
  font-size: 10px; font-weight: 500; padding: 4px 12px;
  border-radius: 0 0 8px 8px; text-transform: uppercase; letter-spacing: .8px;
}
.mrt-combo-name { font-size: 18px; font-weight: 600; color: var(--text); margin-bottom: 6px; letter-spacing: -.3px; }
.mrt-combo-tagline { font-size: 13px; font-weight: 300; color: var(--text-2); margin-bottom: 20px; line-height: 1.6; }
.mrt-combo-price-wrap { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--border-light); }
.mrt-combo-price { font-size: 30px; font-weight: 600; color: var(--accent); letter-spacing: -1px; line-height: 1; }
.mrt-combo-price small { font-size: 14px; font-weight: 300; color: var(--text-3); }
.mrt-combo-original { font-size: 13px; text-decoration: line-through; color: var(--text-3); margin-top: 4px; }
.mrt-combo-items { list-style: none; padding: 0; margin: 0 0 24px; display: flex; flex-direction: column; gap: 10px; }
.mrt-combo-items li { font-size: 13px; font-weight: 300; color: var(--text-2); display: flex; align-items: flex-start; gap: 8px; }
.mrt-combo-items li::before { content: '✓'; color: var(--sage); font-size: 12px; font-weight: 600; flex-shrink: 0; margin-top: 1px; }

/* ══ BENTO Grid — trang chủ feature section ══ */
.mrt-bento { display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: auto; gap: 16px; }
.mrt-bento-item {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: 8px; overflow: hidden; position: relative;
}
.mrt-bento-item.large { grid-column: span 2; }
.mrt-bento-img { width: 100%; height: 100%; object-fit: cover; min-height: 220px; }
.mrt-bento-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(28,20,16,.7) 0%, transparent 60%); }
.mrt-bento-content { position: absolute; bottom: 20px; left: 20px; right: 20px; }
.mrt-bento-title { font-size: 16px; font-weight: 600; color: #fff; margin-bottom: 4px; }
.mrt-bento-sub { font-size: 12px; font-weight: 300; color: rgba(255,255,255,.65); }

/* Info box (dark bg section) */
.mrt-info-box {
  background: var(--accent-light); border: 1px solid var(--cream2);
  border-radius: 8px; padding: 24px; height: 100%;
  display: flex; flex-direction: column; justify-content: center;
}
.mrt-info-box .mrt-label { margin-bottom: 12px; }
.mrt-info-box-title { font-size: 20px; font-weight: 600; color: var(--text); margin-bottom: 10px; letter-spacing: -.4px; }
.mrt-info-box-text { font-size: 14px; font-weight: 300; color: var(--text-2); line-height: 1.7; }

/* ══ STAT-BAR section ══ */
.mrt-stat-bar { background: var(--dark2); padding: clamp(48px, 7vw, 80px) 0; }
.mrt-stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.mrt-stat-box { text-align: center; }
.mrt-big-num { font-size: clamp(36px, 5vw, 54px); font-weight: 600; color: #fff; letter-spacing: -1.5px; line-height: 1; margin-bottom: 8px; }
.mrt-big-num sub { font-size: .5em; font-weight: 300; color: var(--sand); vertical-align: middle; }
.mrt-stat-desc { font-size: 13px; font-weight: 300; color: rgba(255,255,255,.4); }
@media (max-width: 768px) { .mrt-stat-grid { grid-template-columns: repeat(2, 1fr); } }

/* ══ ALTERNATING STRIPS (feature đặc trưng) ══ */
.mrt-strip { display: flex; align-items: center; gap: clamp(40px, 6vw, 80px); padding: clamp(64px, 9vw, 100px) 0; border-bottom: 1px solid var(--border-light); }
.mrt-strip:last-child { border-bottom: none; }
.mrt-strip.reverse { flex-direction: row-reverse; }
.mrt-strip-img-wrap { flex: 0 0 48%; position: relative; }
.mrt-strip-img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 8px; }
.mrt-strip-img-tag {
  position: absolute; bottom: 16px; left: 16px;
  background: rgba(250, 246, 242, .92); backdrop-filter: blur(8px);
  padding: 10px 14px; border-radius: 8px;
  border: 1px solid var(--border);
}
.mrt-strip-img-tag-num { font-size: 18px; font-weight: 600; color: var(--accent); letter-spacing: -.5px; line-height: 1; }
.mrt-strip-img-tag-label { font-size: 11px; font-weight: 400; color: var(--text-3); }
.mrt-strip-content { flex: 1; }
.mrt-benefit-list { list-style: none; padding: 0; margin: 20px 0 0; display: flex; flex-direction: column; gap: 12px; }
.mrt-benefit-item { display: flex; align-items: flex-start; gap: 10px; font-size: 13.5px; font-weight: 300; color: var(--text-2); }
.mrt-benefit-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--sage); flex-shrink: 0; margin-top: 7px; }
@media (max-width: 768px) { .mrt-strip, .mrt-strip.reverse { flex-direction: column; } .mrt-strip-img-wrap { flex: none; width: 100%; } }

/* ══ CTA section ══ */
.mrt-cta-sec {
  background: var(--accent); padding: clamp(64px, 9vw, 100px) 0;
  text-align: center; position: relative; overflow: hidden;
}
.mrt-cta-sec::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,.1) 0%, transparent 60%);
}
.mrt-cta-title { font-size: clamp(26px, 4vw, 48px); font-weight: 600; color: #fff; line-height: 1.1; margin-bottom: 12px; letter-spacing: -.8px; position: relative; }
.mrt-cta-sub { font-size: 15px; font-weight: 300; color: rgba(255,255,255,.7); margin-bottom: 32px; position: relative; }
.mrt-cta-actions { position: relative; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ══ Page hero (inner pages) ══ */
.mrt-page-hero {
  padding: calc(64px + clamp(48px, 6vw, 80px)) 0 clamp(48px, 6vw, 72px);
  background: var(--cream); border-bottom: 1px solid var(--border);
}
.mrt-ph-label { font-size: 11px; font-weight: 500; color: var(--accent); text-transform: uppercase; letter-spacing: 2px; margin-bottom: 14px; }
.mrt-ph-title { font-size: clamp(32px, 4.5vw, 56px); font-weight: 600; color: var(--text); line-height: 1.1; letter-spacing: -1px; margin-bottom: 12px; }
.mrt-ph-title em { color: var(--accent); font-style: italic; font-weight: 300; }
.mrt-ph-sub { font-size: clamp(14px, 1.4vw, 16px); font-weight: 300; color: var(--text-2); max-width: 480px; line-height: 1.7; }

/* ══ Price table (dich-vu page) ══ */
.mrt-price-row {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 0; border-bottom: 1px solid var(--border-light); gap: 16px;
}
.mrt-price-row:last-child { border-bottom: none; }
.mrt-price-name { font-size: 15px; font-weight: 400; color: var(--text); }
.mrt-price-detail { font-size: 12.5px; font-weight: 300; color: var(--text-3); margin-top: 2px; }
.mrt-price-amount { font-size: 16px; font-weight: 600; color: var(--accent); white-space: nowrap; }
.mrt-price-section-head {
  background: var(--cream); border: 1px solid var(--border);
  border-radius: 8px; padding: 16px 22px; margin-bottom: 4px; margin-top: 24px;
}
.mrt-price-section-head:first-child { margin-top: 0; }
.mrt-price-section-title { font-size: 14px; font-weight: 600; color: var(--text); margin: 0; }
.mrt-price-section-sub { font-size: 12px; font-weight: 300; color: var(--text-3); margin: 0; }

/* ══ Form (dat-lich page) ══ */
.mrt-form-card {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: 8px; padding: clamp(28px, 4vw, 44px);
}
.mrt-form-title { font-size: 20px; font-weight: 600; color: var(--text); margin-bottom: 6px; letter-spacing: -.4px; }
.mrt-form-sub { font-size: 14px; font-weight: 300; color: var(--text-2); margin-bottom: 28px; }
.mrt-form-group { margin-bottom: 20px; }
.mrt-form-label { display: block; font-size: 13px; font-weight: 500; color: var(--text-2); margin-bottom: 7px; }
.mrt-form-label span { color: var(--accent); }
.mrt-form-control {
  width: 100%; padding: 11px 14px; font-size: 14px; font-weight: 300;
  color: var(--text); background: var(--bg); border: 1px solid var(--border);
  border-radius: 8px; font-family: var(--sans); transition: border-color .18s, box-shadow .18s;
  outline: none; appearance: none;
}
.mrt-form-control:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(139,111,94,.1); background: var(--surface); }
.mrt-form-control::placeholder { color: var(--text-3); }
select.mrt-form-control { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23a09d97' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; padding-right: 32px; }
textarea.mrt-form-control { resize: vertical; min-height: 96px; }
.mrt-form-submit { width: 100%; padding: 14px; font-size: 15px; font-weight: 500; background: var(--accent); color: #fff; border: none; border-radius: 8px; cursor: pointer; font-family: var(--sans); transition: all .2s; margin-top: 8px; }
.mrt-form-submit:hover { background: var(--accent-h); transform: translateY(-1px); box-shadow: 0 8px 24px rgba(139,111,94,.3); }
.mrt-notice { background: var(--cream); border: 1px solid var(--border); border-radius: 8px; padding: 16px 20px; font-size: 13px; font-weight: 300; color: var(--text-2); line-height: 1.7; }

/* ══ Contact info cards ══ */
.mrt-contact-box {
  display: flex; gap: 16px; align-items: flex-start;
  padding: 20px; background: var(--surface); border: 1px solid var(--border);
  border-radius: 8px; margin-bottom: 12px;
}
.mrt-contact-icon {
  width: 40px; height: 40px; border-radius: 8px;
  background: var(--accent-light); display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; font-size: 18px;
}
.mrt-contact-label { font-size: 11px; font-weight: 500; color: var(--text-3); text-transform: uppercase; letter-spacing: .8px; margin-bottom: 5px; }
.mrt-contact-val { font-size: 14px; font-weight: 400; color: var(--text); line-height: 1.6; }
.mrt-contact-val a { color: var(--accent); text-decoration: none; }
.mrt-contact-val a:hover { text-decoration: underline; }

/* Map embed */
.mrt-map-wrap { border-radius: 8px; overflow: hidden; border: 1px solid var(--border); }
.mrt-map-wrap iframe { display: block; width: 100%; height: 300px; border: none; }

/* ══ Footer ══ */
/* Khác spa-beauty: 3-col, không italics, warm brown background */
#mrt-footer { background: var(--dark2); }
.mrt-ft-top { padding: clamp(56px, 8vw, 88px) 0 clamp(40px, 6vw, 64px); border-bottom: 1px solid rgba(255,255,255,.06); }
.mrt-ft-logo {
  display: flex; align-items: center; gap: 10px;
  font-size: 18px; font-weight: 600; color: #fff; margin-bottom: 14px;
  text-decoration: none;
}
.mrt-ft-logo-icon {
  width: 30px; height: 30px; border-radius: 7px;
  background: var(--accent); display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.mrt-ft-logo-icon svg { width: 14px; height: 14px; fill: none; stroke: #fff; stroke-width: 2; stroke-linecap: round; }
.mrt-ft-desc { font-size: 13px; font-weight: 300; color: rgba(255,255,255,.35); line-height: 1.7; max-width: 240px; margin-bottom: 20px; }
.mrt-ft-socials { display: flex; gap: 8px; }
.mrt-ft-soc {
  width: 34px; height: 34px; border-radius: 7px; border: 1px solid rgba(255,255,255,.09);
  color: rgba(255,255,255,.35); display: flex; align-items: center; justify-content: center;
  font-size: 13px; cursor: pointer; transition: all .15s; text-decoration: none;
}
.mrt-ft-soc:hover { border-color: rgba(255,255,255,.28); color: rgba(255,255,255,.8); }
.mrt-ft-col-title { font-size: 11px; font-weight: 600; color: rgba(255,255,255,.55); text-transform: uppercase; letter-spacing: .8px; margin-bottom: 16px; }
.mrt-ft-links { display: flex; flex-direction: column; gap: 10px; }
.mrt-ft-links a { font-size: 13px; font-weight: 300; color: rgba(255,255,255,.35); text-decoration: none; transition: color .15s; }
.mrt-ft-links a:hover { color: rgba(255,255,255,.75); }
.mrt-ft-hours { display: flex; flex-direction: column; gap: 8px; }
.mrt-ft-hour-row { display: flex; justify-content: space-between; gap: 16px; font-size: 13px; font-weight: 300; color: rgba(255,255,255,.35); }
.mrt-ft-hour-row span:last-child { color: rgba(255,255,255,.55); }
.mrt-ft-bottom { padding: 18px 0; text-align: center; }
.mrt-ft-copy { font-size: 12px; font-weight: 300; color: rgba(255,255,255,.2); }

/* ══ Zalo float button ══ */
.zalo-float {
  position: fixed; bottom: 24px; right: 24px; z-index: 999;
  width: 52px; height: 52px; border-radius: 50%;
  background: #0068FF; color: #fff;
  display: flex; align-items: center; justify-content: center;
  text-decoration: none; box-shadow: 0 4px 20px rgba(0,104,255,.4);
  font-size: 22px; transition: transform .2s;
}
.zalo-float:hover { transform: scale(1.08); color: #fff; }

/* ══ Responsive ══ */
@media (max-width: 992px) {
  .mrt-bento { grid-template-columns: repeat(2, 1fr); }
  .mrt-bento-item.large { grid-column: span 2; }
  .mrt-stat-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 576px) {
  .mrt-bento { grid-template-columns: 1fr; }
  .mrt-bento-item.large { grid-column: span 1; }
  .mrt-hero-title { font-size: 40px; }
  .mrt-hero-geo, .mrt-hero-img { display: none; }
  .mrt-hero { background: var(--cream); }
  .mrt-hero-content { padding: 40px 0 60px; }
}
