/* ============================================
   THIỆP MỜI ONLINE - DU HÈ CÙNG CLOUD
   Bảng màu: trời xanh nhạt (#6cbce8) + trắng mây + chữ xanh xám (#2e4a5b)
   ============================================ */

:root {
  --sky-bg: #f3fbff;        /* nền sáng nhất */
  --sky-bg-deep: #ddf0fb;   /* nền chuyển sắc phía dưới */
  --sky-soft: #eaf6fd;      /* nền nhạt cho ô input, mảng phụ */
  --sky: #6cbce8;           /* XANH DA TRỜI NHẠT - màu chủ đạo (thay màu vàng cũ) */
  --sky-light: #b9e2f7;     /* nhạt hơn: viền, đường kẻ */
  --sky-deep: #2b86b8;      /* đậm hơn: chữ cần đọc rõ */
  --ink: #2e4a5b;           /* chữ chính */
  --ink-soft: #6d879a;      /* chữ phụ */
  --white: #ffffff;
  --lucky-red: #d92b2b;      /* đỏ may mắn cho mốc Vòng quay may mắn */
  --clover: #2f9e5b;         /* xanh lá cỏ 3 lá */
  --shadow: 0 14px 40px rgba(46, 74, 91, 0.14);
  --radius: 18px;
  --font-display: 'Quicksand', 'Be Vietnam Pro', sans-serif;
  --font-summer: 'Pacifico', 'Quicksand', cursive;   /* font "hè" cho tên sự kiện */
  --font-body: 'Be Vietnam Pro', 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}

body {
  font-family: var(--font-body);
  background: linear-gradient(180deg, #ffffff 0%, var(--sky-bg) 40%, var(--sky-bg-deep) 100%);
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* Dải mây mờ ở đáy trang cho có cảm giác bầu trời */
body::after {
  content: "";
  position: fixed;
  left: 0; right: 0; bottom: 0;
  height: 220px;
  pointer-events: none;
  z-index: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 220' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' fill-opacity='0.75' d='M0 160c60-40 110-10 160-30s90-50 150-30 80 60 140 50 90-60 160-50 110 60 180 45 120-55 190-35 130 60 220 40v100H0z'/%3E%3C/svg%3E") bottom center / 100% 100% no-repeat;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 18px 56px;
  position: relative;
  overflow-x: hidden;
}

/* ============================================
   MÂY TRANG TRÍ - dùng chung cho mọi trang thiệp
   Cách dùng: <div class="clouds"><span class="cloud c1"></span>...</div>
   ============================================ */
.clouds {
  position: absolute;
  inset: 12px;                 /* nằm gọn bên trong khung viền */
  overflow: hidden;
  pointer-events: none;
  border-radius: calc(var(--radius) - 6px);
  z-index: 0;
}

.cloud {
  position: absolute;
  left: -34%;
  background: var(--sky-light);
  border-radius: 100px;
  opacity: 0.3;
  will-change: left, transform;
  animation-name: cloud-travel, cloud-bob;
  animation-timing-function: linear, ease-in-out;
  animation-iteration-count: infinite, infinite;
}

.cloud::before,
.cloud::after {
  content: "";
  position: absolute;
  background: inherit;
  border-radius: 50%;
}

/* Mỗi đám mây trôi ngang hết chiều rộng thiệp rồi lặp lại,
   kèm nhấp nhô nhẹ theo chiều dọc cho tự nhiên.
   Muốn nhanh/chậm: sửa animation-duration (giá trị đầu = trôi ngang). */
.cloud.c1 { width: 92px;  height: 26px; top: 8%;  opacity: .30; animation-duration: 54s, 7.5s; animation-delay: -8s,  0s; }
.cloud.c1::before { width: 40px; height: 40px; top: -20px; left: 16px; }
.cloud.c1::after  { width: 28px; height: 28px; top: -12px; left: 50px; }

.cloud.c2 { width: 66px;  height: 20px; top: 23%; opacity: .22; animation-duration: 72s, 9s;   animation-delay: -40s, -2s; }
.cloud.c2::before { width: 30px; height: 30px; top: -15px; left: 10px; }
.cloud.c2::after  { width: 22px; height: 22px; top: -9px;  left: 36px; }

.cloud.c3 { width: 118px; height: 30px; top: 66%; opacity: .17; animation-duration: 63s, 8.5s; animation-delay: -22s, -4s; }
.cloud.c3::before { width: 50px; height: 50px; top: -26px; left: 20px; }
.cloud.c3::after  { width: 34px; height: 34px; top: -16px; left: 66px; }

/* Trôi ngang: xuất phát ngoài mép trái, đi hết rồi biến mất ngoài mép phải */
@keyframes cloud-travel {
  from { left: -34%; }
  to   { left: 116%; }
}

/* Nhấp nhô nhẹ theo chiều dọc */
@keyframes cloud-bob {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-7px); }
}

/* Người dùng bật chế độ giảm chuyển động -> mây đứng yên */
@media (prefers-reduced-motion: reduce) {
  .cloud { animation: none !important; left: 12%; }
  .cloud.c2 { left: 62%; }
  .cloud.c3 { left: 34%; }
  .clovers svg { animation: none !important; }
}

/* Nội dung luôn nằm trên lớp mây */
.book .page > *:not(.clouds) { position: relative; z-index: 1; }

/* Khung thiệp (bản nhiều file cũ) */
.card {
  width: 100%;
  max-width: 460px;
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 40px 30px;
  position: relative;
  border: 1px solid var(--sky-light);
  animation: fadeUp 0.7s ease both;
}

.card::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1.5px solid var(--sky-light);
  border-radius: calc(var(--radius) - 6px);
  pointer-events: none;
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Dòng đơn vị tổ chức trên cùng bìa thiệp */
.org-line {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.2px;
  color: var(--sky-deep);
  margin-bottom: 18px;
}

.eyebrow {
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  color: var(--sky-deep);
  margin-bottom: 10px;
  font-weight: 600;
}

/* Bản to hơn của "Trân trọng kính mời" ở bìa thiệp */
.eyebrow--lg {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: none;
  color: var(--sky-deep);
  margin-bottom: 8px;
}

/* Phần tên chương trình trong tiêu đề luôn nằm dòng riêng (trang Gala Dinner) */
h1.title strong {
  display: block;
  margin-top: 4px;
}

h1.title {
  font-family: var(--font-display);
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  color: var(--sky-deep);
  margin: 0 0 6px;
  line-height: 1.25;
}

/* Font "hè" cho tên sự kiện Du hè cùng Cloud */
h1.title--summer {
  font-family: var(--font-summer);
  font-weight: 400;
  font-size: 44px;
  line-height: 1.45;
  color: var(--sky);
  text-shadow: 0 2px 10px rgba(108, 188, 232, 0.28);
  padding-top: 6px;
}

.subtitle {
  text-align: center;
  color: var(--ink-soft);
  font-size: 15px;
  margin-bottom: 24px;
}

.divider {
  display: block;
  width: 60px;
  height: 2px;
  background: var(--sky);
  margin: 18px auto;
  border-radius: 2px;
}

.divider--center { display: block; }

p.lead {
  text-align: center;
  font-size: 16px;
  color: var(--ink-soft);
  margin: 0 0 18px;
}

/* 2 dòng Thời gian / Địa điểm dùng đúng font + cỡ chữ của dòng "Sự hiện diện" */
.event-meta {
  text-align: center;
  margin: 20px 0;
}

.event-meta .row {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink-soft);
  margin-bottom: 6px;
}

.event-meta .row strong {
  color: var(--sky-deep);
  font-weight: 600;
}

/* Nút bấm */
.btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 15px 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--sky-light), var(--sky));
  color: var(--white);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.5px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(108, 188, 232, 0.42);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  margin-top: 14px;
  font-family: var(--font-body);
}

.btn:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(108, 188, 232, 0.55); }
.btn:active { transform: translateY(0); }
.btn:disabled { opacity: 0.6; cursor: not-allowed; transform: none; }

/* Nút "Mở thiệp" ở bìa - to hơn hẳn */
.btn--hero {
  font-size: 19px;
  font-weight: 700;
  padding: 18px 24px;
  letter-spacing: 1px;
  margin-top: 18px;
}

.btn--ghost {
  background: transparent;
  color: var(--sky-deep);
  border: 1.5px solid var(--sky);
  box-shadow: none;
}

/* Progress step indicator */
.steps {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 22px;
}

.steps .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sky-light);
}

.steps .dot.active {
  background: var(--sky-deep);
  transform: scale(1.3);
}

/* Timeline lịch trình */
.timeline {
  list-style: none;
  margin: 18px 0;
  padding: 0;
}

.timeline li {
  position: relative;
  padding: 4px 0 20px 28px;
  border-left: 2px solid var(--sky-light);
}

.timeline li:last-child { border-left: 2px solid transparent; padding-bottom: 0; }

.timeline li::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--sky);
  border: 2px solid var(--white);
  box-shadow: 0 0 0 2px var(--sky-light);
}

.timeline .time {
  font-weight: 700;
  color: var(--sky-deep);
  font-size: 13px;
  display: block;
}

.timeline .desc {
  font-size: 15px;
  color: var(--ink);
}

.timeline .desc strong { font-weight: 700; color: var(--ink); }

/* Mốc "Vòng quay may mắn" - chỉ dòng chữ đỏ, khung giờ và chấm tròn giữ nguyên màu xanh */
.timeline li.lucky .desc strong {
  color: var(--lucky-red);
  font-weight: 800;
  letter-spacing: 0.2px;
}

.clovers {
  display: inline-flex;
  gap: 2px;
  margin-left: 5px;
  vertical-align: -3px;
}

.clovers svg {
  width: 15px;
  height: 15px;
  display: block;
  transform-origin: 50% 90%;
  animation: clover-sway 2.8s ease-in-out infinite;
}

.clovers svg:nth-child(2) { animation-delay: 0.35s; }
.clovers svg:nth-child(3) { animation-delay: 0.7s; }

@keyframes clover-sway {
  0%, 100% { transform: rotate(-9deg); }
  50%      { transform: rotate(9deg); }
}

/* Cột mốc NGÀY trong lịch trình - in đậm, nổi bật */
.timeline li.day-mark {
  padding: 2px 0 12px 28px;
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.6px;
  color: var(--sky-deep);
}

.timeline li.day-mark::before {
  left: -9px;
  top: 4px;
  width: 16px;
  height: 16px;
  background: var(--sky-deep);
  box-shadow: 0 0 0 3px var(--sky-light);
}

.timeline li.day-mark + li { padding-top: 2px; }

/* Trang địa điểm - mã QR */
.qr-box {
  display: block;
  width: 210px;
  max-width: 62%;
  margin: 6px auto 12px;
  padding: 12px;
  background: var(--white);
  border: 2px solid var(--sky-light);
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(108, 188, 232, 0.28);
  transition: transform 0.15s ease;
}

.qr-box:hover { transform: translateY(-3px); }
.qr-box img { display: block; width: 100%; height: auto; }

.qr-hint {
  text-align: center;
  font-size: 13.5px;
  color: var(--ink-soft);
  margin: 0 0 6px;
}

.map-frame {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--sky-light);
  margin: 16px 0;
  aspect-ratio: 16/9;
  background: var(--sky-bg-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink-soft);
  font-size: 13px;
  text-align: center;
  padding: 10px;
}

.map-frame iframe { width: 100%; height: 100%; border: 0; }

/* Form trang đăng ký */
.field { margin-bottom: 16px; }

.field label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--sky-deep);
  margin-bottom: 6px;
}

.field input {
  width: 100%;
  padding: 13px 14px;
  border-radius: 10px;
  border: 1.5px solid var(--sky-light);
  background: var(--sky-soft);
  font-size: 15px;
  font-family: var(--font-body);
  color: var(--ink);
  outline: none;
  transition: border-color 0.15s ease;
}

.field input:focus { border-color: var(--sky); }

.form-msg {
  text-align: center;
  font-size: 13px;
  min-height: 18px;
  margin-top: 10px;
}

.form-msg.error { color: #b3452c; }
.form-msg.success { color: #2f7d51; }

/* Trang bốc số - thẻ cào */
.scratch-wrap {
  position: relative;
  width: 100%;
  max-width: 320px;
  margin: 10px auto 20px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(46, 74, 91, 0.18);
}

.prize-face {
  width: 100%;
  aspect-ratio: 16/10;
  background: linear-gradient(135deg, #f2fbff, #d7eefb);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px dashed var(--sky);
}

.prize-face .prize-label {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--sky-deep);
  margin-bottom: 6px;
}

.prize-face .prize-number {
  font-family: var(--font-display);
  font-size: 56px;
  font-weight: 700;
  color: var(--sky-deep);
}

#scratchCanvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  touch-action: none;
  cursor: grab;
}

.hint {
  text-align: center;
  font-size: 13px;
  color: var(--ink-soft);
  margin-top: -6px;
  margin-bottom: 6px;
}

/* Dòng nhắc lưu số ở trang cuối */
.save-note {
  text-align: center;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--sky-deep);
  margin: 0 0 8px;
}

.footer-note {
  margin-top: 26px;
  text-align: center;
  font-size: 12px;
  color: var(--ink-soft);
  opacity: 0.85;
}

@media (max-width: 420px) {
  h1.title { font-size: 32px; }
  h1.title--summer { font-size: 34px; }
  .card { padding: 32px 20px; }
}

/* ============================================
   PHIÊN BẢN "QUYỂN THIỆP" - 1 trang duy nhất, lật trang kiểu sách
   ============================================ */

.page-outer {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 12px;
  position: relative;
  z-index: 1;
}

.book-shell {
  width: 100%;
  max-width: 540px;
  perspective: 2400px;
  position: relative;
}

@media (min-width: 620px) {
  .book h1.title { font-size: 48px; }
  .book h1.title--summer { font-size: 50px; }
}

/* Bóng gáy sách bên trái để gợi cảm giác quyển thiệp */
.book-shell::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 10px;
  bottom: 10px;
  width: 16px;
  background: linear-gradient(to right, rgba(46, 74, 91, 0.14), rgba(46, 74, 91, 0));
  border-radius: var(--radius) 0 0 var(--radius);
  pointer-events: none;
  z-index: 500;
}

.book {
  position: relative;
  width: 100%;
  height: clamp(460px, 94vh, 800px);
  transform-style: preserve-3d;
}

.book .page {
  position: absolute;
  inset: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  padding: 42px 32px 34px;
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 1px solid var(--sky-light);
  justify-content: safe center;
  overflow-y: auto;
  backface-visibility: hidden;
  transform-origin: left center;
  transform: rotateY(0deg);
  transition: transform 0.85s cubic-bezier(0.45, 0.05, 0.15, 1), box-shadow 0.85s ease;
  pointer-events: none;
  animation: none;
}

.book .page.active { pointer-events: auto; }

/* Khung viền trang trí bên trong mỗi trang thiệp */
.book .page::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1.5px solid var(--sky-light);
  border-radius: calc(var(--radius) - 6px);
  pointer-events: none;
  z-index: 2;
}

/* Đường viền phụ mảnh hơn, tạo cảm giác khung đôi nhẹ nhàng */
.book .page::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid var(--sky-light);
  border-radius: calc(var(--radius) - 12px);
  opacity: 0.45;
  pointer-events: none;
  z-index: 2;
}

.book .page.flipped {
  transform: rotateY(-178deg);
  box-shadow: -18px 0 30px rgba(46, 74, 91, 0.18);
}

/* Thanh điều hướng dưới quyển thiệp */
.book-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 18px;
}

.nav-btn {
  width: 42px;
  height: 42px;
  flex: none;
  border-radius: 50%;
  border: 1.5px solid var(--sky);
  background: var(--white);
  color: var(--sky-deep);
  font-size: 20px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(46, 74, 91, 0.12);
  transition: transform 0.15s ease, opacity 0.15s ease;
}

.nav-btn:hover { transform: translateY(-2px); }
.nav-btn:disabled { opacity: 0.35; cursor: not-allowed; transform: none; }

.dots { display: flex; gap: 10px; }

.dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: var(--sky-light);
  cursor: pointer;
  transition: transform 0.15s ease, background 0.15s ease, opacity 0.15s ease;
}

.dots .dot.active {
  background: var(--sky-deep);
  transform: scale(1.35);
}

.dots .dot.locked { opacity: 0.4; cursor: not-allowed; }

.page-count {
  text-align: center;
  font-size: 12px;
  color: var(--ink-soft);
  letter-spacing: 1px;
  margin-top: 8px;
}

/* Toast thông báo nhỏ */
.toast {
  position: fixed;
  left: 50%;
  bottom: 26px;
  transform: translate(-50%, 20px);
  background: var(--ink);
  color: var(--white);
  padding: 12px 20px;
  border-radius: 999px;
  font-size: 13px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.25);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 1000;
  max-width: 90vw;
  text-align: center;
}

.toast.show { opacity: 1; transform: translate(-50%, 0); }

/* Trạng thái "đã đăng ký" ở trang nhập tên */
.already-box { text-align: center; padding: 20px 0; }

.already-box .name {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 700;
  color: var(--sky-deep);
  margin: 6px 0 18px;
}

@media (max-width: 420px) {
  .book .page { padding: 36px 26px 30px; }
  .book { height: clamp(440px, 93vh, 760px); }
}

/* ============================================
   CÁC TRANG LỊCH TRÌNH (trang 4 - chuyến đi, trang 5 - Gala Dinner)
   ============================================ */
.page--sched h1.title { font-size: 28px; }
.page--sched .subtitle { font-size: 14px; margin-bottom: 0; }
.page--sched .divider { margin: 16px auto 12px; }
.page--sched .timeline { margin: 10px 0 6px; }
.page--sched .timeline li { padding: 2px 0 15px 28px; }
.page--sched .timeline li:last-child { padding-bottom: 0; }

/* Trang nhiều mốc giờ -> giờ và nội dung nằm cùng 1 dòng cho gọn khung */
.page--trip .timeline li,
.page--compact .timeline li { padding: 1px 0 10px 28px; }
.page--trip .timeline .time,
.page--compact .timeline .time { display: inline; margin-right: 8px; }
.page--trip .timeline .desc,
.page--compact .timeline .desc { font-size: 14.5px; }
.page--trip .timeline li.day-mark,
.page--compact .timeline li.day-mark { padding: 3px 0 8px 28px; }

@media (min-width: 620px) {
  .page--sched h1.title { font-size: 32px; }
}

@media (max-width: 420px) {
  .page--sched h1.title { font-size: 24px; }
  .page--sched .timeline li { padding: 2px 0 10px 28px; }
  .page--trip .timeline li,
  .page--compact .timeline li { padding: 1px 0 6px 28px; }
  .page--trip .timeline .desc,
  .page--compact .timeline .desc { font-size: 14px; }
  .page--trip .timeline li.day-mark,
  .page--compact .timeline li.day-mark { padding: 3px 0 6px 28px; }
  .qr-box { width: 180px; max-width: 70%; }
}

/* Màn hình thấp (iPhone 8/SE, cửa sổ chia đôi...): dồn thêm cho vừa khung */
@media (max-height: 700px) {
  .page-outer { padding: 8px 10px; }
  .book { height: clamp(430px, 96vh, 800px); }
  .book .page { padding: 24px 24px 20px; }
  .clouds { inset: 9px; }
  .book .page::before { inset: 9px; }
  .book .page::after { inset: 14px; }
  .page--sched h1.title { font-size: 22px; }
  .page--sched .subtitle { font-size: 13px; }
  .page--sched .divider { margin: 10px auto 6px; }
  .page--sched .timeline { margin: 6px 0 2px; }
  .page--sched .timeline li { padding: 1px 0 7px 28px; }
  .page--sched .timeline .desc { font-size: 13.5px; }
  .page--sched .btn { margin-top: 7px; padding: 11px 18px; }
  .page--trip .timeline li,
  .page--compact .timeline li { padding: 0 0 3px 28px; }
  .page--trip .timeline .desc,
  .page--compact .timeline .desc { font-size: 13.5px; }
  .page--trip .timeline li.day-mark,
  .page--compact .timeline li.day-mark { padding: 1px 0 4px 28px; font-size: 15px; }
  .qr-box { width: 165px; padding: 9px; }
}

/* Màn hình rất thấp (cửa sổ nhỏ, điện thoại đời cũ): dồn tối đa để hạn chế cuộn */
@media (max-height: 660px) {
  .page-outer { padding: 8px 10px; }
  .book { height: clamp(430px, 96vh, 800px); }
  .book .page { padding: 22px 22px 18px; }
  h1.title { font-size: 26px; }
  h1.title--summer { font-size: 30px; }
  .eyebrow--lg { font-size: 20px; }
  .subtitle { margin-bottom: 14px; }
  p.lead { font-size: 15px; margin-bottom: 12px; }
  .event-meta { margin: 12px 0; }
  .event-meta .row { font-size: 15px; }
  .divider { margin: 12px auto; }
  .btn { margin-top: 9px; padding: 12px 18px; }
  .btn--hero { font-size: 17px; padding: 14px 20px; }
  .qr-box { width: 150px; padding: 8px; margin-bottom: 8px; }
  .qr-hint { font-size: 12.5px; }
  .org-line { margin-bottom: 12px; }
  .footer-note { margin-top: 16px; }

  /* 2 trang lịch trình nhiều dòng nhất -> dồn mạnh tay hơn */
  .page--sched .divider { margin: 8px auto 5px; }
  .page--sched .timeline { margin: 4px 0 2px; }
  .page--sched .timeline li,
  .page--trip .timeline li,
  .page--compact .timeline li { padding: 0 0 3px 28px; }
  .page--sched .timeline .desc,
  .page--compact .timeline .desc { font-size: 13.5px; }
  .page--trip .timeline li.day-mark,
  .page--compact .timeline li.day-mark { padding: 1px 0 4px 28px; font-size: 15px; }
  .page--sched h1.title { font-size: 21px; }
  .page--sched .subtitle { font-size: 13px; }
}
