/* ===== Á ĐÔNG — LANDING BÁN TRÚ VỆ TINH (khối 6–9, khu vực AEON Tân Phú) ===== */
/* Kế thừa design system từ style.css và các component landing từ tuyensinh.css. */
/* File này chỉ bổ sung các section RIÊNG của trang bán trú vệ tinh:            */
/*   - Mô hình "bán trú vệ tinh là gì" (3 giai đoạn trong ngày)                 */
/*   - Lịch trình mẫu 1 ngày (timeline)                                         */
/*   - Lợi ích cho phụ huynh                                                    */
/*   - Ô nội dung placeholder (đưa đón / chi phí) cho cô Thảo điền số liệu thật */

/* ---------- Câu khẳng định lời hứa cốt lõi trong hero ---------- */
.lp-hero-promise {
  display: inline-flex; align-items: flex-start; gap: 10px;
  background: rgba(240,199,94,0.12); border: 1px solid rgba(240,199,94,0.4);
  border-radius: var(--radius-md); padding: 12px 16px; margin-bottom: 22px;
  font-size: 15px; color: rgba(255,255,255,0.92); max-width: 540px;
}
.lp-hero-promise .ic { flex-shrink: 0; color: var(--gold-300); margin-top: 1px; }
.lp-hero-promise strong { color: var(--gold-300); font-weight: 700; }

/* ---------- "Bán trú vệ tinh là gì" — 3 giai đoạn trong ngày ---------- */
.phase-flow {
  display: grid; gap: 16px; grid-template-columns: 1fr;
  align-items: stretch; margin-top: 8px;
}
.phase-step {
  position: relative;
  background: var(--white); border-radius: var(--radius-lg);
  border: 1px solid var(--border-soft); box-shadow: var(--shadow-card);
  padding: 28px 26px; text-align: center;
  display: flex; flex-direction: column; align-items: center;
}
.phase-step .phase-tag {
  display: inline-block; font-size: 12px; font-weight: 800;
  letter-spacing: .05em; text-transform: uppercase;
  color: var(--navy-900); background: var(--gold-gradient);
  border-radius: 999px; padding: 5px 14px; margin-bottom: 16px;
}
.phase-step .ic {
  width: 60px; height: 60px; border-radius: 16px;
  background: var(--navy-900); color: var(--gold-300);
  display: flex; align-items: center; justify-content: center; margin-bottom: 16px;
}
.phase-step .ic svg { width: 30px; height: 30px; }
.phase-step h3 { font-size: 19px; margin-bottom: 8px; }
.phase-step p { font-size: 14.5px; margin: 0; }
/* Giai đoạn chiều (Á Đông) nổi bật */
.phase-step.is-highlight { border-color: rgba(212,175,55,0.55); background: #FBF7EC; }
.phase-step.is-highlight .ic { background: var(--gold-gradient); color: var(--navy-900); }

/* Mũi tên nối giữa các giai đoạn (mobile: xuống, desktop: sang phải) */
.phase-arrow {
  display: flex; align-items: center; justify-content: center;
  color: var(--gold-500);
}
.phase-arrow svg { width: 28px; height: 28px; }
.phase-arrow .arrow-down { display: block; }
.phase-arrow .arrow-right { display: none; }

@media (min-width: 860px) {
  .phase-flow { grid-template-columns: 1fr auto 1fr auto 1fr; gap: 10px; }
  .phase-arrow .arrow-down { display: none; }
  .phase-arrow .arrow-right { display: block; }
}

/* Kết luận mô hình (khối "tối về không cần học thêm") */
.model-outcome {
  margin-top: 34px; text-align: center;
  background: var(--navy-900); color: #fff;
  border-radius: var(--radius-lg); padding: 34px 26px;
}
.model-outcome h3 { color: #fff; font-size: clamp(20px, 3vw, 26px); margin-bottom: 10px; }
.model-outcome h3 em { font-style: normal; background: var(--gold-gradient); -webkit-background-clip: text; background-clip: text; color: transparent; }
.model-outcome p { color: rgba(255,255,255,0.82); max-width: 640px; margin: 0 auto 20px; }

/* ---------- Lịch trình mẫu 1 ngày (timeline) ---------- */
.day-timeline { max-width: 760px; margin: 0 auto; position: relative; }
.tl-item { position: relative; display: grid; grid-template-columns: 120px 1fr; gap: 18px; padding-bottom: 26px; }
.tl-item:last-child { padding-bottom: 0; }
/* Đường dọc nối các mốc */
.tl-item::before {
  content: ""; position: absolute; left: 131px; top: 34px; bottom: -4px;
  width: 2px; background: rgba(212,175,55,0.35);
}
.tl-item:last-child::before { display: none; }
.tl-time {
  text-align: right; font-family: 'Playfair Display', serif; font-weight: 700;
  color: var(--navy-900); font-size: 16px; padding-top: 5px; line-height: 1.25;
}
.tl-time .tl-time-ph {
  display: inline-block; font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 12px; font-weight: 600; color: var(--ink-soft);
  background: rgba(212,175,55,0.14); border: 1px dashed rgba(212,175,55,0.6);
  border-radius: 6px; padding: 2px 8px;
}
.tl-body { position: relative; padding-left: 26px; }
.tl-dot {
  position: absolute; left: -8px; top: 6px; width: 18px; height: 18px;
  border-radius: 50%; background: var(--gold-gradient);
  border: 3px solid var(--white); box-shadow: 0 0 0 1px rgba(212,175,55,0.5); z-index: 2;
}
.tl-body h3 { font-size: 17px; margin-bottom: 4px; }
.tl-body p { font-size: 14px; margin: 0; }
.tl-body .tl-loc {
  display: inline-block; margin-top: 6px; font-size: 12px; font-weight: 700;
  letter-spacing: .03em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px;
}
.tl-loc.loc-truong { color: var(--navy-900); background: var(--cream); border: 1px solid var(--border-soft); }
.tl-loc.loc-adong { color: var(--navy-900); background: var(--gold-gradient); }
@media (max-width: 560px) {
  .tl-item { grid-template-columns: 84px 1fr; gap: 12px; }
  .tl-item::before { left: 95px; }
  .tl-time { font-size: 14px; }
}

/* ---------- Lợi ích cho phụ huynh ---------- */
.benefit-grid { display: grid; gap: 20px; grid-template-columns: 1fr; }
.benefit-card {
  display: flex; gap: 16px; align-items: flex-start;
  background: var(--white); border-radius: var(--radius-lg);
  border: 1px solid var(--border-soft); box-shadow: var(--shadow-card);
  padding: 24px 24px;
}
.benefit-card .ic {
  flex-shrink: 0; width: 46px; height: 46px; border-radius: 12px;
  background: var(--gold-gradient); color: var(--navy-900);
  display: flex; align-items: center; justify-content: center;
}
.benefit-card .ic svg { width: 23px; height: 23px; }
.benefit-card h3 { font-size: 17px; margin-bottom: 5px; }
.benefit-card p { font-size: 14px; margin: 0; }
@media (min-width: 680px) { .benefit-grid { grid-template-columns: 1fr 1fr; } }

/* ---------- Ô nội dung placeholder (cô Thảo điền số liệu thật) ---------- */
/* Dùng cho: dịch vụ đưa đón, chi phí/gói dịch vụ — tránh tự bịa thông tin.   */
.adong-placeholder {
  max-width: 680px; margin: 6px auto 0;
  border: 1.5px dashed rgba(212,175,55,0.7); border-radius: var(--radius-md);
  padding: 22px 24px; background: rgba(212,175,55,0.07);
  color: var(--ink-soft); font-size: 14.5px;
}
.adong-placeholder strong { color: var(--gold-500); display: block; margin-bottom: 6px; font-size: 15px; }
.adong-placeholder ul { margin: 10px 0 0; padding-left: 2px; }
.adong-placeholder li { position: relative; padding-left: 18px; margin-bottom: 6px; font-size: 14px; }
.adong-placeholder li::before { content: "•"; position: absolute; left: 2px; color: var(--gold-500); font-weight: 700; }
.bg-navy .adong-placeholder { color: rgba(255,255,255,0.85); background: rgba(240,199,94,0.06); }
.bg-navy .adong-placeholder li { color: rgba(255,255,255,0.85); }

/* Thẻ mô tả đưa đón (khung trực quan quanh phần placeholder) */
.pickup-card {
  max-width: 780px; margin: 0 auto;
  background: var(--white); border-radius: var(--radius-lg);
  border: 1px solid var(--border-soft); box-shadow: var(--shadow-soft);
  padding: 32px 28px; text-align: center;
}
.pickup-card .ic-lead {
  width: 66px; height: 66px; border-radius: 50%;
  background: var(--navy-900); color: var(--gold-300);
  display: flex; align-items: center; justify-content: center; margin: 0 auto 16px;
}
.pickup-card .ic-lead svg { width: 32px; height: 32px; }
.pickup-card h3 { font-size: 21px; margin-bottom: 8px; }
.pickup-card > p { max-width: 560px; margin: 0 auto 6px; font-size: 15px; }
@media (min-width: 520px) { .pickup-card { padding: 40px 40px; } }

/* Thẻ giáo viên featured nổi bật trên nền kem của section đội ngũ */
#doi-ngu.bg-cream .featured-teacher { background: var(--white); }

/* Bảng chi phí placeholder (khung gói) */
.price-card {
  max-width: 560px; margin: 0 auto;
  background: #FBF7EC; border: 1px solid rgba(212,175,55,0.4);
  border-radius: var(--radius-lg); box-shadow: var(--shadow-card);
  padding: 34px 30px; text-align: center;
}
.price-card .flag {
  display: inline-block; background: var(--gold-gradient); color: var(--navy-900);
  font-weight: 800; font-size: 12px; letter-spacing: .04em; text-transform: uppercase;
  padding: 6px 16px; border-radius: 999px; margin-bottom: 16px;
}
.price-card h3 { font-size: 22px; margin-bottom: 10px; }
.price-card .price-amount {
  font-family: 'Playfair Display', serif; font-weight: 800;
  font-size: clamp(28px, 5vw, 40px); color: var(--navy-900); line-height: 1.1; margin: 6px 0 4px;
}
.price-card .price-amount .ph { color: var(--gold-500); }
.price-card .price-unit { font-size: 14px; color: var(--ink-soft); }
