/* ==========================================================================
   Hoa Mai Preschool — giao diện riêng (child theme của VinaSite)
   Bảng màu: xanh lá thương hiệu + vàng hoa mai + nền kem.
   Nạp SAU vs-base/vs-header/vs-footer nên các selector .hm-* ghi đè theme cha.
   ========================================================================== */

:root {
  --hm-green: #1f7a4d;
  --hm-green-d: #16603a;
  --hm-green-deep: #1a6440;
  --hm-yellow: #f2c230;
  --hm-yellow-d: #dba916;
  --hm-cream: #fdf8ea;
  --hm-cream-2: #fefaf1;
  --hm-ink: #2b3a33;
  --hm-muted: #6f7d75;
  --hm-line: #e7ede9;
  --hm-radius: 16px;
  --hm-radius-lg: 24px;
}

.hm-scope { color: var(--hm-ink); background: #fff; }
.hm-scope h1, .hm-scope h2, .hm-scope h3 { color: var(--hm-green-d); }

/* --------------------------------------------------------------------------
   Nút
   -------------------------------------------------------------------------- */
.hm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  min-height: 48px;
  padding: .7rem 1.5rem;
  border-radius: 999px;
  border: 2px solid transparent;
  font-weight: 600;
  font-size: .98rem;
  line-height: 1.25;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .12s ease, box-shadow .2s ease;
}
.hm-btn:hover { transform: translateY(-1px); }
.hm-btn:focus-visible { outline: 3px solid var(--hm-yellow); outline-offset: 3px; }
.hm-btn .vs-ico { width: 19px; height: 19px; flex: none; }

.hm-btn--green { background: var(--hm-green); color: #fff; box-shadow: 0 4px 14px rgba(31,122,77,.24); }
.hm-btn--green:hover { background: var(--hm-green-d); color: #fff; }

.hm-btn--yellow { background: var(--hm-yellow); color: #33291a; box-shadow: 0 6px 18px rgba(0,0,0,.22); }
.hm-btn--yellow:hover { background: var(--hm-yellow-d); color: #33291a; }

.hm-btn--ghost { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.7); }
.hm-btn--ghost:hover { background: rgba(255,255,255,.2); color: #fff; }

.hm-btn--outline { background: #fff; color: var(--hm-green-d); border-color: var(--hm-line); }
.hm-btn--outline:hover { background: var(--hm-cream); color: var(--hm-green-d); border-color: var(--hm-green); }

.hm-btn--white { background: #fff; color: var(--hm-green-d); border-color: #ece4cf; box-shadow: 0 2px 10px rgba(0,0,0,.06); }
.hm-btn--white:hover { background: #fff; border-color: var(--hm-green); color: var(--hm-green-d); }

.hm-btn--block { width: 100%; }

/* Nút hotline: 2 dòng số + nhãn */
.hm-btn--phone { text-align: left; }
.hm-btn--phone span { display: flex; flex-direction: column; line-height: 1.2; }
.hm-btn--phone b { font-size: 1rem; color: var(--hm-green-d); }
.hm-btn--phone em { font-style: normal; font-size: .78rem; font-weight: 500; color: var(--hm-muted); }
.hm-btn--phone .vs-ico { color: var(--hm-yellow-d); width: 22px; height: 22px; }

/* --------------------------------------------------------------------------
   Tiêu đề khối
   -------------------------------------------------------------------------- */
.hm-eyebrow {
  display: block;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--hm-yellow-d);
  margin-bottom: .55rem;
}
.hm-head { text-align: center; max-width: 760px; margin: 0 auto 2.75rem; }
.hm-head__title {
  font-size: clamp(1.5rem, 3vw, 2.15rem);
  font-weight: 700;
  color: var(--hm-green-d);
  margin: 0;
}
.hm-head__title--left { text-align: left; }
.hm-center { text-align: center; margin-top: 2.5rem; }

/* --------------------------------------------------------------------------
   Header
   -------------------------------------------------------------------------- */
.hm-header .vs-bar.hm-bar {
  background: #fff;
  border-bottom: 1px solid var(--hm-line);
  box-shadow: none;
}
.vs-bar.hm-bar.is-stuck { box-shadow: 0 4px 18px rgba(20,60,40,.10); }
.hm-bar__inner {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 3vw, 2.5rem);
  min-height: 76px;
}
.hm-logo { display: inline-flex; align-items: center; gap: .55rem; text-decoration: none; flex: none; }
.hm-logo img { display: block; height: 52px; width: auto; }
.hm-logo__mark { font-size: 1.7rem; line-height: 1; }
.hm-logo__text { display: flex; flex-direction: column; line-height: 1.05; }
.hm-logo__text b { font-size: 1.12rem; font-weight: 800; color: var(--hm-green-d); letter-spacing: .02em; }
.hm-logo__text em { font-style: normal; font-size: .64rem; font-weight: 600; letter-spacing: .22em; color: var(--hm-yellow-d); }

.hm-nav { margin-inline: auto; }
.hm-header .vs-menu.hm-menu {
  display: flex;
  align-items: center;
  gap: clamp(.5rem, 1.6vw, 1.5rem);
  list-style: none;
  margin: 0;
  padding: 0;
}
.hm-header .hm-menu > li { position: relative; }
.hm-header .hm-menu > li > a {
  display: block;
  padding: .5rem .1rem;
  font-size: .95rem;
  font-weight: 500;
  color: var(--hm-ink);
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: color .18s ease, border-color .18s ease;
}
.hm-header .hm-menu > li > a:hover,
.hm-header .hm-menu > li.current-menu-item > a,
.hm-header .hm-menu > li.current_page_item > a {
  color: var(--hm-green);
  border-bottom-color: var(--hm-yellow);
}
.hm-header .hm-menu .sub-menu {
  position: absolute;
  top: 100%; left: 0;
  min-width: 220px;
  margin: 0; padding: .4rem 0;
  list-style: none;
  background: #fff;
  border: 1px solid var(--hm-line);
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(20,60,40,.12);
  opacity: 0; visibility: hidden; transform: translateY(6px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s;
  z-index: 60;
}
.hm-header .hm-menu > li:hover > .sub-menu,
.hm-header .hm-menu > li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.hm-header .hm-menu .sub-menu a {
  display: block; padding: .5rem 1rem; font-size: .92rem;
  color: var(--hm-ink); text-decoration: none;
}
.hm-header .hm-menu .sub-menu a:hover { background: var(--hm-cream); color: var(--hm-green); }

/* Cờ chuyển ngôn ngữ của Polylang nằm cuối menu — thu gọn thành 2 icon cờ. */
.hm-header .hm-menu > li.lang-item { margin-left: -.6rem; }
.hm-header .hm-menu > li.lang-item + li.lang-item { margin-left: -1rem; }
.hm-header .hm-menu > li.lang-item > a {
  display: inline-flex; align-items: center;
  padding: .35rem .3rem; border-bottom: 0; opacity: .55;
  transition: opacity .18s ease;
}
.hm-header .hm-menu > li.lang-item > a:hover,
.hm-header .hm-menu > li.lang-item.current-lang > a { opacity: 1; border-bottom: 0; }
.hm-header .hm-menu > li.lang-item img { display: block; width: 20px; height: auto; border-radius: 2px; }

.hm-header__actions { display: flex; align-items: center; gap: .6rem; flex: none; margin-left: auto; }
.hm-header__actions .hm-btn { min-height: 44px; padding: .55rem 1.15rem; font-size: .9rem; }
.hm-burger {
  display: none;
  align-items: center; justify-content: center;
  width: 44px; height: 44px;
  background: transparent; border: 1px solid var(--hm-line); border-radius: 10px;
  color: var(--hm-green-d); cursor: pointer;
}

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */
.hm-hero { position: relative; isolation: isolate; }
.hm-hero__slides { position: relative; min-height: clamp(420px, 62vh, 620px); }
.hm-hero__slide {
  position: absolute; inset: 0;
  display: flex; align-items: center;
  background: var(--hm-green-d) center/cover no-repeat;
  opacity: 0; visibility: hidden;
  transition: opacity .7s ease, visibility .7s;
}
.hm-hero__slide.is-active { opacity: 1; visibility: visible; }
.hm-hero__slide:first-child { position: relative; }
.hm-hero__veil {
  position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(12,42,27,.86) 0%, rgba(12,42,27,.70) 38%, rgba(12,42,27,.22) 68%, rgba(12,42,27,.10) 100%);
}
.hm-hero__inner { position: relative; z-index: 2; width: 100%; padding-block: clamp(3rem, 7vw, 5rem); }
.hm-hero__text { max-width: 620px; color: #fff; }
.hm-hero__eyebrow {
  display: block; font-size: .76rem; font-weight: 700;
  letter-spacing: .2em; text-transform: uppercase;
  color: var(--hm-yellow); margin-bottom: .9rem;
}
.hm-hero__title {
  font-size: clamp(2rem, 5vw, 3.35rem);
  font-weight: 800; color: #fff; line-height: 1.1; margin: 0 0 .4rem;
}
.hm-hero__sub {
  font-size: clamp(1.15rem, 2.4vw, 1.8rem);
  font-weight: 400; color: #fff; line-height: 1.35; margin: 0 0 1.1rem;
  max-width: 15ch;
}
.hm-hero__heart { display: inline-block; color: var(--hm-yellow); margin-left: .4rem; vertical-align: middle; }
.hm-hero__heart svg { display: block; }
.hm-hero__desc {
  font-size: .98rem; line-height: 1.7; color: rgba(255,255,255,.86);
  max-width: 46ch; margin: 0 0 1.75rem;
}
.hm-hero__cta { display: flex; flex-wrap: wrap; gap: .8rem; }

.hm-hero__dots {
  position: absolute; left: 50%; bottom: 1.6rem; transform: translateX(-50%);
  display: flex; gap: .5rem; z-index: 3;
}
.hm-dot {
  width: 9px; height: 9px; padding: 0;
  border: 0; border-radius: 50%;
  background: rgba(255,255,255,.45);
  cursor: pointer; transition: background-color .2s ease, width .2s ease;
}
.hm-dot.is-active { background: var(--hm-yellow); width: 22px; border-radius: 999px; }

.hm-hero__video {
  position: absolute; right: clamp(1rem, 5vw, 4rem); bottom: clamp(1.5rem, 6vw, 3.5rem);
  z-index: 3;
  display: flex; align-items: center; gap: .75rem;
  color: #fff; text-decoration: none; font-size: .9rem; line-height: 1.3;
}
.hm-hero__play {
  display: inline-flex; align-items: center; justify-content: center;
  width: 54px; height: 54px; border-radius: 50%;
  background: var(--hm-yellow); color: #33291a; flex: none;
  box-shadow: 0 6px 20px rgba(0,0,0,.28);
  transition: transform .18s ease;
}
.hm-hero__video:hover .hm-hero__play { transform: scale(1.06); }
.hm-hero__play .vs-ico { width: 28px; height: 28px; }

/* --------------------------------------------------------------------------
   Giá trị cốt lõi
   -------------------------------------------------------------------------- */
.hm-values { background: var(--hm-cream); padding-block: clamp(2.5rem, 5vw, 3.5rem); }
.hm-values__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: clamp(1rem, 2.2vw, 1.75rem);
  list-style: none; margin: 0; padding: 0;
}
.hm-value { text-align: center; }
.hm-value__ico {
  display: inline-flex; align-items: center; justify-content: center;
  width: 46px; height: 46px; margin-bottom: .6rem;
  color: var(--hm-green);
}
.hm-value__ico .vs-ico { width: 34px; height: 34px; stroke-width: 1.4; }
.hm-value__title { font-size: .95rem; font-weight: 700; color: var(--hm-green-d); margin: 0 0 .3rem; }
.hm-value__desc { font-size: .8rem; line-height: 1.55; color: var(--hm-muted); margin: 0; }

/* --------------------------------------------------------------------------
   5 lĩnh vực phát triển
   -------------------------------------------------------------------------- */
.hm-programs { background: #fff; padding-block: clamp(3rem, 6vw, 4.75rem); }
.hm-programs__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(.9rem, 1.8vw, 1.5rem);
  list-style: none; margin: 0; padding: 0;
}
.hm-prog {
  background: #fff;
  border: 1px solid var(--hm-line);
  border-radius: var(--hm-radius);
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.hm-prog:hover { transform: translateY(-5px); box-shadow: 0 14px 32px rgba(20,60,40,.12); border-color: #cfe3d7; }
.hm-prog__media {
  position: relative;
  aspect-ratio: 4 / 3;
  background: linear-gradient(140deg, #cfe6d8, #eaf3ed) center/cover no-repeat;
}
.hm-prog__ico {
  position: absolute; left: 50%; bottom: -26px; transform: translateX(-50%);
  display: inline-flex; align-items: center; justify-content: center;
  width: 52px; height: 52px; border-radius: 50%;
  background: #fff; color: var(--hm-green);
  box-shadow: 0 4px 14px rgba(20,60,40,.16);
}
.hm-prog__ico .vs-ico { width: 26px; height: 26px; }
.hm-prog__body { padding: 2.4rem 1rem 1.4rem; text-align: center; }
.hm-prog__title { font-size: 1rem; font-weight: 700; color: var(--hm-green-d); margin: 0 0 .4rem; }
.hm-prog__desc { font-size: .82rem; line-height: 1.6; color: var(--hm-muted); margin: 0; }

/* --------------------------------------------------------------------------
   Một ngày của bé
   -------------------------------------------------------------------------- */
.hm-day { background: var(--hm-cream-2); padding-block: clamp(3rem, 6vw, 4.75rem); }
.hm-day__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.hm-day__text .hm-eyebrow { text-align: left; }
.hm-day__text .hm-head__title { margin-bottom: 1.75rem; }

.hm-timeline { list-style: none; margin: 0 0 1.9rem; padding: 0 0 0 1.35rem; position: relative; }
.hm-timeline::before {
  content: ""; position: absolute; left: 4px; top: .55rem; bottom: .55rem;
  width: 2px; background: #e2d9bf;
}
.hm-timeline__item {
  position: relative;
  display: grid; grid-template-columns: 108px 1fr; gap: .75rem;
  padding: .3rem 0;
  font-size: .88rem;
}
.hm-timeline__item::before {
  content: ""; position: absolute; left: -1.35rem; top: .78rem;
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--hm-yellow); border: 2px solid var(--hm-cream-2);
}
.hm-timeline__time { color: var(--hm-green); font-weight: 600; white-space: nowrap; }
.hm-timeline__text { color: var(--hm-ink); }

.hm-day__media { position: relative; }
.hm-day__photo {
  aspect-ratio: 4 / 3;
  background: linear-gradient(140deg, #cfe6d8, #f0e7cc) center/cover no-repeat;
  border-radius: var(--hm-radius-lg);
  border-top-left-radius: 120px;
  border-bottom-right-radius: 120px;
  box-shadow: 0 18px 44px rgba(20,60,40,.14);
}
.hm-day__deco {
  position: absolute; right: -8px; bottom: -26px;
  color: var(--hm-green); opacity: .5; pointer-events: none;
}

/* --------------------------------------------------------------------------
   Con số nổi bật
   -------------------------------------------------------------------------- */
.hm-stats { background: var(--hm-green); color: #fff; padding-block: clamp(1.9rem, 3.6vw, 2.6rem); }
.hm-stats__grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: clamp(1rem, 3vw, 2rem);
  list-style: none; margin: 0; padding: 0;
}
.hm-stat { display: flex; align-items: center; justify-content: center; gap: .85rem; text-align: left; }
.hm-stat__ico { color: rgba(255,255,255,.85); flex: none; }
.hm-stat__ico .vs-ico { width: 30px; height: 30px; stroke-width: 1.4; }
.hm-stat__num { display: block; font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 800; line-height: 1.1; color: #fff; }
.hm-stat__label { display: block; font-size: .8rem; line-height: 1.4; color: rgba(255,255,255,.85); }

/* --------------------------------------------------------------------------
   Cảm nhận phụ huynh
   -------------------------------------------------------------------------- */
.hm-reviews { background: #fff; padding-block: clamp(3rem, 6vw, 4.75rem); }
.hm-reviews__wrap { display: flex; align-items: center; gap: .75rem; }
.hm-reviews__viewport { flex: 1; overflow: hidden; }
.hm-reviews__track {
  display: flex; gap: clamp(1rem, 2vw, 1.5rem);
  list-style: none; margin: 0; padding: .4rem;
  transition: transform .45s ease;
}
.hm-review {
  flex: 0 0 calc((100% - 2 * clamp(1rem, 2vw, 1.5rem)) / 3);
  background: #fff;
  border: 1px solid var(--hm-line);
  border-radius: var(--hm-radius);
  padding: 1.5rem 1.4rem;
  box-shadow: 0 2px 10px rgba(20,60,40,.05);
  display: flex; flex-direction: column; gap: .9rem;
}
.hm-review__quote { color: var(--hm-green); opacity: .5; }
.hm-review__quote .vs-ico { width: 30px; height: 30px; fill: currentColor; stroke: none; }
.hm-review__text { font-size: .89rem; line-height: 1.7; color: var(--hm-ink); margin: 0; flex: 1; }
.hm-review__who { display: flex; align-items: center; gap: .7rem; }
.hm-review__avatar {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--hm-cream); color: var(--hm-green); flex: none;
}
.hm-review__avatar .vs-ico { width: 22px; height: 22px; }
.hm-review__who strong { display: block; font-size: .88rem; color: var(--hm-green-d); }
.hm-review__who em { font-style: normal; font-size: .78rem; color: var(--hm-muted); }

.hm-arrow {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; flex: none;
  border: 1px solid var(--hm-line); border-radius: 50%;
  background: #fff; color: var(--hm-green-d); cursor: pointer;
  transition: background-color .18s ease, border-color .18s ease;
}
.hm-arrow:hover { background: var(--hm-cream); border-color: var(--hm-green); }
.hm-arrow .vs-ico { width: 20px; height: 20px; }

.hm-reviews__dots { display: flex; justify-content: center; gap: .45rem; margin-top: 1.5rem; }
.hm-reviews__dots button {
  width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%;
  background: #d8e3dc; cursor: pointer; transition: background-color .2s ease, width .2s ease;
}
.hm-reviews__dots button.is-active { background: var(--hm-green); width: 20px; border-radius: 999px; }

/* --------------------------------------------------------------------------
   Tin tức
   -------------------------------------------------------------------------- */
.hm-news { background: var(--hm-cream-2); padding-block: clamp(3rem, 6vw, 4.75rem); }
.hm-news__grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: clamp(1rem, 2vw, 1.5rem);
  list-style: none; margin: 0; padding: 0;
}
.hm-post {
  background: #fff;
  border: 1px solid var(--hm-line);
  border-radius: var(--hm-radius);
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform .2s ease, box-shadow .2s ease;
}
.hm-post:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(20,60,40,.12); }
.hm-post__media {
  display: block; aspect-ratio: 16 / 10;
  background: linear-gradient(140deg, #cfe6d8, #eaf3ed) center/cover no-repeat;
}
.hm-post__body { padding: 1rem 1.1rem 1.25rem; display: flex; flex-direction: column; gap: .5rem; flex: 1; }
.hm-post__date { font-size: .76rem; color: var(--hm-muted); }
.hm-post__title { font-size: .92rem; font-weight: 600; line-height: 1.5; margin: 0; flex: 1; }
.hm-post__title a { color: var(--hm-ink); text-decoration: none; }
.hm-post__title a:hover { color: var(--hm-green); }
.hm-post__more { display: inline-flex; align-items: center; gap: .35rem; font-size: .82rem; font-weight: 600; color: var(--hm-green); }
.hm-post__more .vs-ico { width: 16px; height: 16px; }

/* --------------------------------------------------------------------------
   Dải CTA
   -------------------------------------------------------------------------- */
.hm-cta { background: var(--hm-cream); padding-block: clamp(2.25rem, 4.5vw, 3rem); }
.hm-cta__inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: clamp(1.5rem, 4vw, 3rem); flex-wrap: wrap;
}
.hm-cta__title { font-size: clamp(1.2rem, 2.4vw, 1.6rem); font-weight: 700; color: var(--hm-green-d); margin: 0 0 .4rem; }
.hm-cta__text p { font-size: .88rem; color: var(--hm-muted); margin: 0; }
.hm-cta__actions { display: flex; align-items: center; gap: .75rem; flex-wrap: wrap; }

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */
.hm-footer { background: var(--hm-green-deep); color: rgba(255,255,255,.82); font-size: .875rem; }
.hm-footer__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.4fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  padding-block: clamp(2.5rem, 5vw, 3.5rem);
}
.hm-footer h3 { color: #fff; font-size: .95rem; font-weight: 700; margin: 0 0 1rem; }
.hm-footer a { color: rgba(255,255,255,.82); text-decoration: none; transition: color .18s ease; }
.hm-footer a:hover { color: var(--hm-yellow); }

.hm-footer__logo { display: inline-flex; align-items: center; gap: .55rem; margin-bottom: .85rem; }
.hm-footer__logo img { display: block; height: 48px; width: auto; }
.hm-footer .hm-logo__text b { color: #fff; }
.hm-footer .hm-logo__text em { color: var(--hm-yellow); }
.hm-footer__tag { font-size: .78rem; color: rgba(255,255,255,.6); margin: 0 0 .6rem; }
.hm-footer__desc { line-height: 1.7; margin: 0 0 1.1rem; max-width: 34ch; }

.hm-footer__socials { display: flex; gap: .5rem; }
.hm-footer__socials a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 50%;
  background: rgba(255,255,255,.12);
}
.hm-footer__socials a:hover { background: var(--hm-yellow); color: var(--hm-green-deep); }
.hm-footer__socials .vs-ico { width: 17px; height: 17px; }

.hm-footer__links { list-style: none; margin: 0; padding: 0; display: grid; gap: .55rem; }
.hm-footer__contact { list-style: none; margin: 0; padding: 0; display: grid; gap: .8rem; }
.hm-footer__contact li { display: flex; align-items: flex-start; gap: .6rem; line-height: 1.6; }
.hm-footer__contact .vs-ico { width: 18px; height: 18px; flex: none; margin-top: .15rem; color: var(--hm-yellow); }

.hm-footer__bottom { border-top: 1px solid rgba(255,255,255,.14); }
.hm-footer__bottom-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; flex-wrap: wrap;
  padding-block: 1rem; font-size: .78rem; color: rgba(255,255,255,.62);
}
.hm-footer__by a { color: rgba(255,255,255,.8); }

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 1100px) {
  .hm-values__grid { grid-template-columns: repeat(3, 1fr); row-gap: 1.75rem; }
  .hm-programs__grid { grid-template-columns: repeat(3, 1fr); }
  .hm-news__grid { grid-template-columns: repeat(2, 1fr); }
  .hm-footer__grid { grid-template-columns: 1fr 1fr; }
  .hm-review { flex-basis: calc((100% - clamp(1rem, 2vw, 1.5rem)) / 2); }
}

/* Menu chính có 7 mục (3 mục có menu con) nên cần khá nhiều bề ngang. Dưới
   1280px thu gọn khoảng cách, dưới 1200px chuyển hẳn sang nút burger — nếu để
   nguyên thì cụm nút bên phải bị đẩy tràn ra ngoài khung. */
@media (max-width: 1280px) {
  .hm-header .vs-menu.hm-menu { gap: .55rem; }
  .hm-header .hm-menu > li > a { font-size: .9rem; }
}
@media (max-width: 1200px) {
  .hm-nav { display: none; }
  .hm-burger { display: inline-flex; }
}

@media (max-width: 992px) {
  .hm-header__actions .hm-btn span { display: none; }
  .hm-header__actions .hm-btn { padding: .55rem .8rem; }
  .hm-day__inner { grid-template-columns: 1fr; }
  .hm-day__media { order: -1; }
  .hm-stats__grid { grid-template-columns: repeat(2, 1fr); row-gap: 1.5rem; }
}

@media (max-width: 780px) {
  .hm-hero__slides { min-height: 480px; }
  .hm-hero__sub { max-width: none; }
  .hm-hero__video { display: none; }
  .hm-values__grid { grid-template-columns: repeat(2, 1fr); }
  .hm-programs__grid { grid-template-columns: repeat(2, 1fr); }
  .hm-review { flex-basis: 100%; }
  .hm-arrow { display: none; }
  .hm-cta__inner { flex-direction: column; align-items: flex-start; }
  .hm-cta__actions { width: 100%; }
  .hm-cta__actions .hm-btn { flex: 1 1 100%; }
  .hm-footer__grid { grid-template-columns: 1fr; }
  .hm-timeline__item { grid-template-columns: 96px 1fr; font-size: .84rem; }
}

@media (max-width: 520px) {
  .hm-news__grid { grid-template-columns: 1fr; }
  .hm-programs__grid { grid-template-columns: 1fr; }
  .hm-stats__grid { grid-template-columns: 1fr; }
  .hm-hero__cta .hm-btn { flex: 1 1 100%; }
}

/* Chừa chỗ cho thanh hành động cố định dưới cùng trên di động (theme cha). */
@media (max-width: 992px) {
  .hm-footer__bottom { padding-bottom: 64px; }
}
