/* ============================================================================
   moshikub.com/rate — เรทราคา

   ต่อยอดจาก profile.css (โหลดคู่กัน) ใส่เฉพาะของที่มีแต่หน้านี้
   หน้านี้มีหน้าที่เดียว: ทำให้คนที่กำลังจะจ่ายเงินเห็นราคาและเงื่อนไข
   ครบภายในหน้าจอแรก แล้วค่อยตามด้วยหลักฐานว่าทำไมถึงคุ้ม
   ============================================================================ */

.lede--rate { padding-bottom: 0; }
.lede--rate .lede__tag { max-width: 58ch; font-size: 1.05rem; }
.sec--first { border-top: 0; padding-top: var(--gap-sub); }

/* ---------- แพ็กเกจราคา ---------- */

.plans {
  list-style: none; margin: 0; padding: 0;
  display: grid; gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr));
}

.plan {
  padding: 1.4rem 1.5rem 1.5rem;
  border: 1px solid var(--line); border-radius: var(--radius-lg);
  background: var(--surface);
}
/* ตัวที่แนะนำใช้พื้นสีแบรนด์ ไม่ใช่แค่ขอบหนาขึ้น
   เพราะขอบหนาอย่างเดียวคนมองไม่ออกว่าต่างกันตรงไหน */
.plan--hi { background: var(--brand-wash); border-color: transparent; }

.plan__lead { margin: 0 0 0.15rem; font-size: 0.85rem; color: var(--brand-text); font-weight: 600; }
.plan h3 { margin: 0; padding: 0; border: 0; font-size: 1.15rem; }

.plan__price { margin: 0.55rem 0 1rem; display: flex; align-items: baseline; gap: 0.4rem; }
.plan__price b {
  font-size: clamp(2rem, 5vw, 2.6rem); font-weight: 700;
  letter-spacing: -0.03em; line-height: 1;
  font-variant-numeric: tabular-nums;
}
.plan__price span { color: var(--ink-soft); font-size: 0.92rem; }

.plan ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.4rem; }
.plan ul li { position: relative; padding-left: 1.35rem; font-size: 0.94rem; }
.plan ul li::before {
  content: ""; position: absolute; left: 0; top: 0.62em;
  width: 0.7rem; height: 0.38rem;
  border-left: 2px solid var(--brand-text); border-bottom: 2px solid var(--brand-text);
  rotate: -45deg;
}

/* ---------- เงื่อนไข ---------- */

.terms { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.55rem; }
.terms li { position: relative; padding-left: 1.75rem; font-size: 0.97rem; }
.terms li::before {
  position: absolute; left: 0; top: 0;
  width: 1.25rem; text-align: center; font-weight: 700;
}
.terms .is-yes::before { content: "✓"; color: var(--brand-text); }
.terms .is-no::before  { content: "✕"; color: var(--ink-soft); }
.terms .is-no { color: var(--ink-soft); }

/* ---------- ตัวเลขหลักฐาน ---------- */

.facts--rate { list-style: none; grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr)); }
.facts--rate .fact b { font-size: clamp(1.3rem, 3vw, 1.6rem); }

/* ---------- แท่งเปรียบเทียบยอดวิว ---------- */

.bars { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.7rem; }
.bars li {
  display: grid; gap: 0.15rem 0.9rem;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}
@media (min-width: 40rem) {
  .bars li { grid-template-columns: 17rem minmax(0, 1fr) 4rem; }
}
.bars__label { font-size: 0.93rem; }
.bars__track {
  grid-column: 1 / -1; height: 0.6rem;
  background: var(--brand-wash); border-radius: 999px; overflow: hidden;
}
@media (min-width: 40rem) { .bars__track { grid-column: auto; } }
.bars__track i { display: block; height: 100%; background: var(--brand); border-radius: 999px; }
.bars__n {
  font-size: 0.9rem; font-weight: 700; color: var(--brand-text);
  text-align: right; font-variant-numeric: tabular-nums;
}

/* ---------- สัดส่วนคนดู ---------- */

.stats {
  margin: 0; display: grid; gap: 1px;
  grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
  background: var(--line-soft);
  border: 1px solid var(--line-soft); border-radius: var(--radius); overflow: hidden;
}
.stats > div { background: var(--surface); padding: 0.9rem 1rem; }
.stats dt { color: var(--ink-soft); font-size: 0.88rem; }
.stats dd {
  margin: 0.1rem 0 0; font-size: 1.3rem; font-weight: 700;
  color: var(--brand-text); letter-spacing: -0.02em; font-variant-numeric: tabular-nums;
}

/* ---------- ตัวเลขรายแพลตฟอร์ม ---------- */

.plats { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)); }
.plat {
  padding: 1rem 1.15rem 1.15rem;
  border: 1px solid var(--line-soft); border-radius: var(--radius);
  background: var(--surface);
}
.plat h4 {
  display: flex; align-items: center; gap: 0.5rem;
  margin: 0; font-size: 1rem; font-weight: 700;
}
.plat__period { margin: 0.15rem 0 0.75rem; font-size: 0.8rem; color: var(--ink-soft); }
.plat dl { margin: 0; display: grid; gap: 0.4rem; }
.plat dl > div { display: flex; align-items: baseline; justify-content: space-between; gap: 0.75rem; }
.plat dt { color: var(--ink-soft); font-size: 0.88rem; }
.plat dd {
  margin: 0; font-weight: 700; font-size: 1rem; color: var(--brand-text);
  font-variant-numeric: tabular-nums;
}

/* ---------- แถบสัดส่วน ---------- */

.split { margin-top: 0.9rem; }
.split__bar { display: flex; height: 1.1rem; border-radius: 999px; overflow: hidden; background: var(--brand-wash); }
.split__bar i { display: block; height: 100%; }
.split__key { list-style: none; margin: 0.6rem 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 0.4rem 1.2rem; }
.split__key li { display: flex; align-items: baseline; gap: 0.4rem; font-size: 0.9rem; }
.split__key li::before { content: ""; width: 0.65rem; height: 0.65rem; border-radius: 3px; }
.split__key b { font-weight: 700; font-variant-numeric: tabular-nums; }
.split__key span { color: var(--ink-soft); }

/* ไล่น้ำหนักจากสีแบรนด์ตัวเดียว ไม่ใช้สีสุ่มคนละโทน
   ส่วนแรกเข้มสุดเพราะเป็นตัวที่ต้องการให้เห็นก่อน

   ⚠️ ต้องระบุให้ชัดว่าเป็นชิ้นไหน — เคยเขียนเป็น [data-i="0"] ลอย ๆ
   แล้วมันไปทาสีพื้นให้ <li> ในคำอธิบายด้วย กลายเป็นแถบสีทับตัวหนังสือ */
.split__bar i[data-i="0"],
.cbars__track i[data-i="0"] { background: var(--brand); }
.split__bar i[data-i="1"],
.cbars__track i[data-i="1"] { background: color-mix(in oklch, var(--brand) 45%, var(--surface)); }
.split__bar i[data-i="2"],
.cbars__track i[data-i="2"] { background: color-mix(in oklch, var(--brand) 20%, var(--surface)); }

.split__key li[data-i="0"]::before { background: var(--brand); }
.split__key li[data-i="1"]::before { background: color-mix(in oklch, var(--brand) 45%, var(--surface)); }
.split__key li[data-i="2"]::before { background: color-mix(in oklch, var(--brand) 20%, var(--surface)); }

/* ---------- แท่งแนวนอนเทียบชุดข้อมูล ---------- */

.cbars { list-style: none; margin: 0.75rem 0 0; padding: 0; display: grid; gap: 0.7rem; }
.cbars > li { display: grid; gap: 0.25rem; }
@media (min-width: 34rem) {
  .cbars > li { grid-template-columns: 8.5rem minmax(0, 1fr); align-items: center; gap: 0.9rem; }
}
.cbars__label { font-size: 0.9rem; }
.cbars__lines { display: grid; gap: 0.2rem; min-width: 0; }
.cbars__track {
  position: relative; display: block; height: 1.05rem;
  background: var(--brand-wash); border-radius: 999px;
}
.cbars__track i { display: block; height: 100%; border-radius: 999px; min-width: 2px; }
.cbars__track em {
  position: absolute; inset: 0 0.55rem 0 auto;
  display: flex; align-items: center;
  font-style: normal; font-size: 0.76rem; font-weight: 700;
  color: var(--brand-on); font-variant-numeric: tabular-nums;
}
.cbars__legend {
  list-style: none; margin: 0.6rem 0 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: 0.4rem 1.1rem; font-size: 0.85rem; color: var(--ink-soft);
}
.cbars__legend li { display: flex; align-items: center; gap: 0.4rem; }
.cbars__legend li::before { content: ""; width: 0.65rem; height: 0.65rem; border-radius: 3px; }
.cbars__legend li[data-i="0"]::before { background: var(--brand); }
.cbars__legend li[data-i="1"]::before { background: color-mix(in oklch, var(--brand) 45%, var(--surface)); }

.two { display: grid; gap: 1.75rem; }
@media (min-width: 46rem) { .two { grid-template-columns: 1fr 1fr; gap: 2rem; } }
.two__h { margin: 0; font-weight: 600; font-size: 0.94rem; }

/* ---------- กราฟเส้น ---------- */

.line { margin: 1rem 0 0; }
.line svg { width: 100%; height: 8.5rem; display: block; overflow: visible; }
.line__area { fill: var(--brand-wash); }
.line__path { fill: none; stroke: var(--brand); stroke-width: 0.7; vector-effect: non-scaling-stroke; }
.line__dots circle { fill: var(--brand); stroke: var(--surface); stroke-width: 0.35; }
.line__x {
  list-style: none; margin: 0.6rem 0 0; padding: 0;
  display: grid; grid-auto-flow: column; grid-auto-columns: 1fr; gap: 0.2rem;
}
.line__x li { text-align: center; min-width: 0; }
.line__x b {
  display: block; font-size: 0.78rem; font-weight: 700;
  color: var(--brand-text); font-variant-numeric: tabular-nums;
}
.line__x span { display: block; font-size: 0.72rem; color: var(--ink-soft); }

/* ---------- ตัวอย่างคลิป ---------- */

/* ล็อกจำนวนคอลัมน์ตายตัว ไม่ใช้ auto-fill
   เพราะคลิปมี 12 อัน ถ้าปล่อยให้เบราว์เซอร์คิดเองจะได้ 5 คอลัมน์ = 5+5+2
   แถวสุดท้ายเหลือ 2 อันโหว่ ๆ · ทุกค่าที่เลือกต้องหาร 12 ลงตัว (2·3·4·6) */
.clips { display: grid; gap: 0.75rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (min-width: 30rem) { .clips { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 44rem) { .clips { gap: 1rem; grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (min-width: 62rem) { .clips { grid-template-columns: repeat(6, minmax(0, 1fr)); } }
.clip { display: block; color: inherit; text-decoration: none; }
.clip__thumb {
  position: relative; display: block; overflow: hidden;
  border-radius: var(--radius-sm); background: var(--surface-alt);
  aspect-ratio: 3 / 4;
}
/* thumb ของ YouTube เป็นแนวนอน 4:3 แต่คลิปเป็นแนวตั้ง
   ต้อง cover + จับกลางภาพ ไม่งั้นจะได้ขอบดำบน-ล่าง */
.clip__thumb img { width: 100%; height: 100%; object-fit: cover; }
.clip__play {
  position: absolute; inset: 50% auto auto 50%; translate: -50% -50%;
  width: 2.75rem; height: 2.75rem; display: grid; place-items: center;
  border-radius: 50%; background: color-mix(in oklch, var(--ink) 55%, transparent);
  color: #fff; backdrop-filter: blur(2px);
  transition: scale var(--dur-fast) var(--ease-out);
}
.clip:hover .clip__play { scale: 1.1; }
.clip__len {
  position: absolute; inset: auto 0.35rem 0.35rem auto;
  background: color-mix(in oklch, var(--ink) 70%, transparent); color: #fff;
  border-radius: 5px; padding: 0 0.3rem; font-size: 0.72rem; font-variant-numeric: tabular-nums;
}
.clip__title {
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
  margin-top: 0.45rem; font-size: 0.85rem; line-height: 1.45;
}
.clip:hover .clip__title { color: var(--brand-text); }

/* ---------- กล่องเล่นคลิป ---------- */

.vmodal {
  width: 100vw; max-width: 100vw; height: 100dvh; max-height: 100dvh;
  margin: 0; padding: 0; border: 0; background: #000;
  display: grid; place-content: center; gap: 0.75rem;
}
.vmodal:not([open]) { display: none; }   /* display:grid ข้างบนชนะ [open] ของเบราว์เซอร์ */
.vmodal::backdrop { background: #000; }
.vmodal__frame {
  width: min(94vw, calc((100dvh - 7rem) * 9 / 16));
  aspect-ratio: 9 / 16; background: #000;
}
.vmodal__frame iframe, .vmodal__frame > div { width: 100%; height: 100%; border: 0; }
.vmodal__cap {
  margin: 0; text-align: center; color: #d8dee2; font-size: 0.9rem;
  max-width: min(94vw, 40rem); margin-inline: auto;
}
.vmodal__x {
  position: fixed; inset: 1rem 1rem auto auto; z-index: 1;
  width: 2.5rem; height: 2.5rem; border-radius: 50%;
  border: 1px solid #ffffff33; background: #ffffff1a; color: #fff;
  font-size: 1.1rem; cursor: pointer;
}
.vmodal__x:hover { background: #ffffff2e; }

/* ---------- ตัวเลขกลุ่ม LINE / OpenChat ---------- */

.deltas { list-style: none; margin: 0.75rem 0 0; padding: 0; display: grid; gap: 0.65rem; }
.deltas li {
  display: grid; gap: 0 0.5rem;
  grid-template-columns: auto auto 1fr;
  align-items: baseline;
  padding-bottom: 0.6rem; border-bottom: 1px solid var(--line-soft);
}
.deltas li:last-child { border-bottom: 0; padding-bottom: 0; }
.deltas b {
  font-size: 1.3rem; font-weight: 700; letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
}
.deltas i {
  font-style: normal; font-size: 0.78rem; font-weight: 700;
  color: var(--brand-text); background: var(--brand-wash);
  border-radius: 999px; padding: 0.05rem 0.45rem;
}
.deltas span { font-size: 0.92rem; }
.deltas em {
  grid-column: 1 / -1; font-style: normal;
  font-size: 0.82rem; color: var(--ink-soft);
}

.oc {
  display: flex; align-items: flex-start; gap: 0.7rem;
  margin: 1.25rem 0 0; padding: 0.85rem 1rem;
  background: var(--brand-tint); border: 1px solid var(--line-soft);
  border-radius: var(--radius);
}
.oc strong { display: block; font-size: 0.94rem; font-weight: 600; }
.oc em { display: block; font-style: normal; font-size: 0.85rem; color: var(--ink-soft); }

/* ---------- ผลงานคอมมูนิตี้ ---------- */

.wall {
  display: grid; gap: 0.6rem;
  grid-template-columns: repeat(auto-fill, minmax(9rem, 1fr));
}
.wall figure { margin: 0; }
.wall img {
  width: 100%; aspect-ratio: 3 / 4; object-fit: cover;
  border-radius: var(--radius-sm); border: 1px solid var(--line-soft);
  background: var(--surface-alt);
}
.empty {
  padding: 1.1rem 1.25rem; border: 1px dashed var(--line);
  border-radius: var(--radius); color: var(--ink-soft); font-size: 0.92rem;
}
.empty code {
  background: var(--brand-wash); color: var(--brand-text);
  padding: 0.05rem 0.35rem; border-radius: 5px; font-size: 0.88em;
}

/* ---------- ปิดท้าย ---------- */

.end__line { display: flex; flex-wrap: wrap; gap: 0.6rem; justify-content: center; margin: 0; }

/* ---------- รูปแบบคอนเทนต์ + คลิปตัวอย่างของแต่ละแบบ ---------- */

.fmts { list-style: none; margin: 0.75rem 0 0; padding: 0; display: grid; gap: 1rem; }
.fmts > li {
  display: grid; gap: 0.3rem 0.9rem;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  padding-bottom: 0.9rem; border-bottom: 1px solid var(--line-soft);
}
.fmts > li:last-child { border-bottom: 0; padding-bottom: 0; }
@media (min-width: 46rem) {
  .fmts > li { grid-template-columns: 15rem minmax(0, 1fr) 4rem; }
}
.fmts__style { font-size: 0.95rem; font-weight: 600; }
.fmts__track {
  grid-column: 1 / -1; height: 0.6rem;
  background: var(--brand-wash); border-radius: 999px; overflow: hidden;
}
@media (min-width: 46rem) { .fmts__track { grid-column: auto; } }
.fmts__track i { display: block; height: 100%; background: var(--brand); border-radius: 999px; }
.fmts__n {
  font-size: 0.9rem; font-weight: 700; color: var(--brand-text);
  text-align: right; font-variant-numeric: tabular-nums;
}
.fmts__clip {
  grid-column: 1 / -1;
  font-size: 0.85rem; color: var(--ink-soft); line-height: 1.5;
}
.fmts__clip a { color: var(--brand-text); font-weight: 600; text-decoration: none; }
.fmts__clip a:hover { text-decoration: underline; }

/* ---------- เคสจริง ---------- */

.case { padding-top: var(--gap-sub); }
.case + .case { border-top: 1px solid var(--line-soft); margin-top: var(--gap-sub); }
.case h3 { padding-top: 0; border-top: 0; }
.case__clip { margin: 0.4rem 0 1rem; font-size: 0.92rem; color: var(--ink-soft); }
.case__clip strong { color: var(--ink); font-weight: 600; }
.case__clip a { color: var(--brand-text); font-weight: 600; text-decoration: none; }
.case__clip a:hover { text-decoration: underline; }
.case__clip em { display: block; font-style: normal; font-size: 0.84rem; margin-top: 0.15rem; }
.case .facts { margin-bottom: 1rem; }

.deltas--wide { grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr)); gap: 1rem; }
.deltas--wide li { border-bottom: 0; padding-bottom: 0; align-content: start; }

/* ============================================================================
   ภาพสไลด์จริงจากเรทการ์ด

   เดิมหน้านี้เขียนตัวเลขเป็น HTML อย่างเดียว อ่านง่ายก็จริงแต่คนซื้อสื่อ
   ยังต้องเชื่อคำพูดเราอยู่ดี พอวางภาพหลังบ้านคู่กับตัวเลขที่เพิ่งอ่านจบ
   มันกลายเป็นหลักฐาน ไม่ใช่คำโฆษณา — เลยแทรกไว้ท้ายหัวข้อที่มันพูดถึง
   ไม่ได้กองรวมไว้ท้ายหน้าเป็นอัลบั้ม

   ตัวหนังสือในสไลด์เล็กมาก (ต้นฉบับ 5040px ย่อลงมาเหลือ 1500px)
   เลยต้องกดขยายได้ทุกใบ ไม่งั้นใส่ไปก็เท่านั้น
   ============================================================================ */

/* ภาพต้องการที่หายใจมากกว่าตัวหนังสือ — ก้อนสูง 400px+ ถ้าเว้นบนแค่ 20px
   เท่ากับย่อหน้าธรรมดา สายตาจะอ่านว่ามันเป็นส่วนหนึ่งของย่อหน้าก่อนหน้า
   ไม่ใช่หลักฐานชิ้นใหม่ */
.slide { margin: clamp(1.75rem, 3.5vw, 2.5rem) auto 0; }
.slide__zoom {
  display: block; width: 100%; padding: 0; cursor: zoom-in;
  border: 1px solid var(--line); border-radius: var(--radius);
  background: var(--surface-alt); overflow: hidden; position: relative;
  transition: border-color var(--dur) var(--ease-out), box-shadow var(--dur) var(--ease-out);
}
.slide__zoom img { display: block; width: 100%; height: auto; }
.slide__zoom:hover, .slide__zoom:focus-visible {
  border-color: var(--brand); box-shadow: var(--shadow-sm);
}
/* คำว่า "ขยาย" โผล่ตอนชี้ — บอกว่ากดได้โดยไม่ต้องมีไอคอนแปะค้างทุกใบ */
.slide__hint {
  position: absolute; right: 0.6rem; bottom: 0.6rem;
  padding: 0.2rem 0.6rem; border-radius: 999px;
  background: var(--btn); color: var(--btn-on);
  font-size: 0.75rem; font-weight: 600;
  opacity: 0; transform: translateY(0.3rem);
  transition: opacity var(--dur) var(--ease-out), transform var(--dur) var(--ease-out);
}
.slide__zoom:hover .slide__hint, .slide__zoom:focus-visible .slide__hint {
  opacity: 1; transform: none;
}
.slide figcaption {
  margin-top: 0.5rem; font-size: 0.84rem; color: var(--ink-soft); line-height: 1.55;
  text-wrap: pretty;
}
/* สไลด์เดี่ยวที่ไม่ได้อยู่ในกริด — จำกัดความกว้างไม่ให้ยาวเกินบรรทัดอ่าน
   แล้วจัดกึ่งกลาง ถ้าชิดซ้ายมันจะดูเหมือนวางค้างไว้ ไม่ได้ตั้งใจวาง */
.slide--wide { max-width: 46rem; margin-inline: auto; }

/* สองใบเรียงกัน — ภาพหลักฐานที่เล่าเรื่องเดียวกันควรอยู่ระดับสายตาเดียวกัน */
.shots {
  display: grid; gap: 1rem; margin-top: clamp(1.75rem, 3.5vw, 2.5rem);
  grid-template-columns: repeat(auto-fit, minmax(19rem, 1fr));
}
.shots .slide { margin: 0; }

/* ---------- ภาพรวม 6 เดือน ---------- */

.ovs {
  list-style: none; margin: 1rem 0 1.5rem; padding: 0;
  display: grid; gap: 0.75rem;
  grid-template-columns: repeat(auto-fit, minmax(9.5rem, 1fr));
}
.ovs li {
  padding: 0.9rem 1rem; border-radius: var(--radius);
  background: var(--brand-tint); border: 1px solid var(--line-soft);
  display: grid; gap: 0.1rem; align-content: start;
}
.ovs b {
  font-size: 1.5rem; font-weight: 700; letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums; line-height: 1.15;
}
.ovs span { font-size: 0.84rem; color: var(--ink-soft); }
.ovs i {
  font-style: normal; font-size: 0.78rem; font-weight: 600; color: var(--brand-text);
}

/* ---------- คลิปที่ทำยอดสูงสุด ---------- */

/* คลิปมี 8 ใบ เลยล็อกเป็น 2 หรือ 4 คอลัมน์ตายตัว ไม่ใช้ auto-fit
   เพราะ auto-fit ให้ 3 คอลัมน์ที่จอ 1280 แล้วแถวสุดท้ายเหลือ 2 ใบ ดูแหว่ง
   2 กับ 4 หาร 8 ลงตัวทั้งคู่ กริดเลยเต็มทุกแถวเสมอ */
.virals {
  list-style: none; margin: 1.25rem 0 0; padding: 0;
  display: grid; gap: 1.25rem 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 58rem) { .virals { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.virals > li { display: grid; gap: 0.45rem; align-content: start; }
.virals .slide { margin: 0; }
.virals__n { margin: 0; display: flex; align-items: baseline; flex-wrap: wrap; gap: 0.5rem;
  font-size: 0.88rem; color: var(--ink-soft); }
.virals__n b {
  font-size: 1.35rem; font-weight: 700; color: var(--ink);
  letter-spacing: -0.02em; font-variant-numeric: tabular-nums;
}
.virals__n i {
  font-style: normal; font-size: 0.75rem; font-weight: 600;
  padding: 0.15rem 0.5rem; border-radius: 999px;
  background: var(--brand-wash); color: var(--brand-text);
}
.virals__t { margin: 0; font-size: 0.85rem; color: var(--ink-soft); line-height: 1.55; }

.tags--big li { padding: 0.4rem 0.95rem; font-size: 0.95rem; font-weight: 600; }

/* ---------- กล่องขยายภาพ ---------- */

.lb {
  border: 0; padding: 0; max-width: min(96vw, 1500px); max-height: 94vh;
  background: transparent; color: #fff; overflow: visible;
}
.lb::backdrop { background: oklch(0.185 0.03 232 / 0.9); }
.lb img {
  display: block; width: 100%; height: auto; max-height: 84vh; object-fit: contain;
  border-radius: var(--radius); background: #000;
}
.lb__cap {
  margin: 0.7rem 0 0; font-size: 0.88rem; line-height: 1.55;
  text-align: center; text-wrap: pretty;
}
.lb__x {
  position: absolute; top: -2.6rem; right: 0;
  width: 2.2rem; height: 2.2rem; border: 0; border-radius: 999px;
  background: oklch(1 0 0 / 0.15); color: #fff; font-size: 1.4rem; line-height: 1;
  cursor: pointer;
}
.lb__x:hover { background: oklch(1 0 0 / 0.28); }
@media (max-width: 40rem) { .lb__x { top: -2.4rem; } }

/* ---------- ช่องทางขอใบเสนอราคา ----------
   แทนที่บล็อกราคาเดิม จุดนี้คือสิ่งเดียวที่คนเปิดหน้านี้มาหา
   เลยต้องเด่นเท่าที่ราคาเคยเด่น ไม่ใช่ลิงก์ตัวหนังสือเล็ก ๆ ท้ายย่อหน้า */
.quote {
  display: grid; gap: 0.75rem; margin-top: 1.15rem;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
}
.quote__way {
  display: flex; align-items: center; gap: 0.85rem;
  padding: 1rem 1.15rem; text-decoration: none;
  border: 1px solid var(--line); border-radius: var(--radius-lg);
  background: var(--surface); color: var(--ink);
  transition: border-color var(--dur) var(--ease-out), box-shadow var(--dur) var(--ease-out),
              transform var(--dur) var(--ease-out);
}
.quote__way:hover, .quote__way:focus-visible {
  border-color: var(--brand); box-shadow: var(--shadow-sm); transform: translateY(-2px);
}
.quote__way svg { flex: none; color: var(--btn); }
.quote__way span { display: grid; gap: 0.1rem; min-width: 0; }
.quote__way b { font-size: 1.02rem; font-weight: 700; }
.quote__way em {
  font-style: normal; font-size: 0.88rem; color: var(--ink-soft);
  overflow-wrap: anywhere;
}
@media (prefers-reduced-motion: reduce) { .quote__way:hover { transform: none; } }
