.review-hero {
  display: grid;
  grid-template-columns: minmax(300px, 440px) minmax(0, 1fr);
  gap: 36px;
  align-items: center;
  width: min(1160px, calc(100% - 36px));
  margin: 0 auto;
  padding: 36px 0 24px;
}
.review-copy { display: grid; gap: 14px; }
.lead { margin: 0; color: var(--muted); line-height: 1.55; }
.review-visual {
  position: relative;
  display: block;
  padding: 12px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 18px;
  color: inherit;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.review-visual:hover { transform: translateY(-2px); border-color: #bac3d0; box-shadow: var(--shadow); }
.review-visual img { width: 100%; aspect-ratio: 1; object-fit: contain; background: #fff; border-radius: 12px; }
.review-badge {
  position: absolute;
  right: 24px;
  bottom: 24px;
  display: grid;
  padding: 12px 14px;
  color: #fff;
  background: var(--coral);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.review-badge strong { font-size: 24px; }
.review-badge span { font-size: 12px; }
.verdict-card {
  display: grid;
  gap: 8px;
  padding: 16px;
  background: #f0f8f4;
  border: 1px solid #c6ead8;
  border-radius: var(--radius);
}
.verdict-card span { color: var(--green-dark); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.verdict-card strong { font-size: 22px; line-height: 1.2; }
.verdict-card p { margin: 0; color: var(--muted); line-height: 1.55; }
.review-voucher { margin: 0; }
.review-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.review-notice { margin-top: 8px; }
.section-tight {
  width: min(1160px, calc(100% - 36px));
  margin: 0 auto;
  padding-top: 28px;
}
.compact-head { margin-bottom: 14px; }
.quick-picks-section {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}
.quick-picks-section .section-head { margin: 0; align-content: center; }
.quick-picks-section .section-head h2 { font-size: clamp(28px, 3vw, 40px); }
.quick-pick-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.quick-pick {
  min-height: 132px;
  display: grid;
  align-content: space-between;
  gap: 8px;
  padding: 16px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 26px rgba(15, 23, 42, .06);
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.quick-pick:hover { transform: translateY(-2px); border-color: #bac3d0; box-shadow: 0 16px 34px rgba(15, 23, 42, .10); }
.quick-pick span { color: var(--green-dark); font-size: 12px; font-weight: 950; text-transform: uppercase; }
.quick-pick strong { color: var(--coral); font-size: 24px; line-height: 1.05; }
.quick-pick small { color: var(--muted); line-height: 1.4; }
.quick-pick.is-best {
  color: #fff;
  background: linear-gradient(145deg, #123c31, #ef5b45);
  border-color: transparent;
}
.quick-pick.is-best span, .quick-pick.is-best strong, .quick-pick.is-best small { color: #fff; }
.compare-section {
  padding: 34px 0 0;
}
.compare-section .section-head {
  max-width: 900px;
}
.compare-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow);
}
.compare-table { width: 100%; min-width: 920px; border-collapse: collapse; background: #fff; }
.compare-table th, .compare-table td { padding: 14px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: middle; }
.compare-table th { color: var(--muted); background: var(--soft); font-size: 12px; text-transform: uppercase; }
.compare-table td:first-child { display: grid; grid-template-columns: 74px minmax(0, 1fr); gap: 12px; align-items: center; }
.compare-table td:first-child img { width: 74px; height: 74px; object-fit: contain; background: var(--soft); border-radius: var(--radius); grid-row: span 2; }
.compare-table td:first-child strong { align-self: end; line-height: 1.35; }
.compare-table td:first-child small { align-self: start; color: var(--muted); }
.compare-table b { color: var(--coral); white-space: nowrap; }
.best-row { background: #f8fffb; }
.compare-table .button { width: 100%; min-height: 42px; padding: 0 14px; font-size: 13px; }
.fit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.fit-grid article {
  padding: 20px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.fit-grid h3 { margin: 0 0 8px; }
.fit-grid p { margin: 0; color: var(--muted); line-height: 1.6; }
.after-fit-cta { margin-top: 16px; }
.faq-list {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}
.faq-list article {
  padding: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.faq-list h3 { margin: 0 0 6px; font-size: 16px; }
.faq-list p { margin: 0; color: var(--muted); line-height: 1.55; }
.voucher-reminder {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 360px) auto;
  gap: 18px;
  align-items: center;
  padding: 18px;
  color: #fff;
  background: linear-gradient(135deg, #172033, #123c31 58%, #ef5b45);
  border-radius: 14px;
  box-shadow: var(--shadow);
}
.voucher-reminder h2 { margin: 4px 0 0; font-size: clamp(24px, 3vw, 36px); line-height: 1.05; }
.voucher-reminder ol {
  display: grid;
  gap: 7px;
  margin: 0;
  padding-left: 20px;
  color: rgba(255, 255, 255, .86);
  font-weight: 750;
}
.voucher-reminder .button { background: var(--coral); white-space: nowrap; }
.review-sticky-cta {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 45;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px;
  background: rgba(255, 255, 255, .96);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}
.review-sticky-cta span { display: grid; font-size: 12px; }
.review-sticky-cta strong { color: var(--coral); font-size: 18px; }
.review-sticky-cta small { color: var(--muted); }
.review-sticky-cta .button { min-height: 42px; padding: 0 12px; font-size: 13px; }
.back-link { margin-top: 18px; }
@media (max-width: 980px) {
  .review-hero { grid-template-columns: 1fr; gap: 22px; padding-top: 18px; }
  .review-visual { order: -1; }
  .quick-picks-section { grid-template-columns: 1fr; }
  .quick-pick-grid { grid-template-columns: 1fr 1fr; }
  .voucher-reminder { grid-template-columns: 1fr; align-items: start; }
  .voucher-reminder .button { width: 100%; }
}
@media (max-width: 680px) {
  body[data-page-slug] { padding-bottom: 76px; }
  .review-hero, .section-tight { width: min(100% - 18px, 480px); }
  .review-copy h1 { font-size: clamp(32px, 10vw, 42px); }
  .review-visual img { max-height: 330px; }
  .review-actions { display: grid; grid-template-columns: 1fr; }
  .verdict-card strong { font-size: 19px; }
  .quick-picks-section { grid-template-columns: 1fr; }
  .quick-pick-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .quick-pick { min-height: 118px; padding: 12px; }
  .quick-pick strong { font-size: 20px; }
  .quick-pick small { font-size: 12px; }
  .compare-section { width: min(100% - 18px, 480px); }
  .compare-table-wrap { width: 100%; margin-left: auto; margin-right: auto; overflow: visible; border: 0; box-shadow: none; }
  .compare-table { min-width: 0; display: block; background: transparent; }
  .compare-table thead { display: none; }
  .compare-table tbody, .compare-table tr, .compare-table td { display: block; width: 100%; }
  .compare-table tr { margin-bottom: 12px; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 8px 24px rgba(15, 23, 42, .05); }
  .compare-table td { padding: 10px 12px; border-bottom: 0; }
  .compare-table td:first-child { display: grid; grid-template-columns: 76px minmax(0, 1fr); gap: 10px; padding-bottom: 6px; }
  .compare-table td:first-child img { width: 76px; height: 76px; }
  .compare-table td:nth-child(2)::before { content: "Giá: "; color: var(--muted); font-weight: 800; }
  .compare-table td:nth-child(3)::before { content: "Điểm mạnh: "; color: var(--muted); font-weight: 800; }
  .compare-table td:nth-child(4)::before { content: "Phù hợp: "; color: var(--muted); font-weight: 800; }
  .compare-table td:last-child .button { width: 100%; }
  .fit-grid { grid-template-columns: 1fr; }
  .after-fit-cta { width: 100%; }
  .voucher-reminder { width: min(100% - 18px, 480px); padding: 14px; }
  .review-sticky-cta.is-visible { display: flex; }
}
