/* ===========================================================
   TURBO BJ — Ultimate LP overrides
   Surgical patches on top of the cloned page.
   =========================================================== */

/* --- 1. Hide broken top-bar icons (hamburger menu + cart bag) --- */
.header__menuBtn,
.header-navigation__image--bag,
.header-navigation__tools .header-navigation__image--bag,
li.header-navigation__image--bag {
  display: none !important;
}
/* keep the nav bar tidy on the right side */
.header-navigation__tools { gap: 0 !important; }


/* ============================================================
   HERO CAROUSEL — Swiper.js Thumbs Gallery (V2 chosen)
   ============================================================ */
.hero-gallery {
  max-width: 100%;
  margin: 0 auto;
}
.hero-swiper-wrap {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: flex-start;
}
.hero-swiper-wrap .main-wrap {
  position: relative;
  flex: 1;
  min-width: 0;
}
.hero-swiper-wrap .swiper-main {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
}
.hero-swiper-wrap .swiper-main .swiper-slide {
  display: flex; align-items: center; justify-content: center;
  background: #fff;
}
.hero-swiper-wrap .swiper-main .swiper-slide img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.hero-swiper-wrap .swiper-main .swiper-button-prev,
.hero-swiper-wrap .swiper-main .swiper-button-next {
  width: 33px; height: 33px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.12);
  color: #1c212c;
  margin-top: 0;
  transform: translateY(-50%);
  top: 50%;
}
.hero-swiper-wrap .swiper-main .swiper-button-prev::after,
.hero-swiper-wrap .swiper-main .swiper-button-next::after {
  font-size: 14px; font-weight: 700;
}
.hero-swiper-wrap .swiper-main .swiper-button-prev { left: 10px; }
.hero-swiper-wrap .swiper-main .swiper-button-next { right: 10px; }
.hero-swiper-wrap .swiper-main .swiper-pagination { bottom: 8px; }
.hero-swiper-wrap .swiper-main .swiper-pagination-bullet {
  background: #fff; opacity: 0.7;
  width: 7px; height: 7px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.25);
}
.hero-swiper-wrap .swiper-main .swiper-pagination-bullet-active {
  background: #e10027; opacity: 1;
}
.hero-swiper-wrap .thumbs-wrap {
  width: 96px;
  flex-shrink: 0;
  max-height: 500px;
  overflow: hidden;
}
.hero-swiper-wrap .swiper-thumbs {
  height: 500px;
  width: 100%;
}
.hero-swiper-wrap .swiper-thumbs .swiper-slide {
  width: 88px !important;
  height: 88px !important;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid transparent;
  cursor: pointer;
  background: #fff;
  opacity: 0.85;
  transition: opacity 0.15s ease, border-color 0.15s ease;
}
.hero-swiper-wrap .swiper-thumbs .swiper-slide:hover { opacity: 1; }
.hero-swiper-wrap .swiper-thumbs .swiper-slide img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}
.hero-swiper-wrap .swiper-thumbs .swiper-slide-thumb-active {
  border-color: #e10027 !important;
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .hero-swiper-wrap { flex-direction: column; }
  .hero-swiper-wrap .main-wrap { width: 100%; }
  .hero-swiper-wrap .thumbs-wrap {
    width: 100%; max-height: 96px; height: 96px;
  }
  .hero-swiper-wrap .swiper-thumbs { height: 96px; width: 100%; }
}

/* ============================================================
   TESTIMONIALS CAROUSEL — V2 transform slider (chosen)
   ============================================================ */
.tb-tcarousel-wrap {
  max-width: 1132px;
  margin: 0 auto;
  padding: 0 24px;
}
.tb-tcarousel {
  position: relative;
  padding: 0 56px;
}
.tb-tviewport {
  overflow: hidden;
  width: 100%;
}
.tb-ttrack {
  display: flex;
  will-change: transform;
  transition: transform 420ms cubic-bezier(0.22, 0.61, 0.36, 1);
  user-select: none;
  -webkit-user-select: none;
  cursor: grab;
}
.tb-ttrack.dragging {
  transition: none;
  cursor: grabbing;
}
.tb-tcard {
  flex: 0 0 auto;
  width: 320px;
  min-height: 220px;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  margin-right: 24px;
  border: 1px solid #ececec;
  box-shadow: 0 1px 3px rgba(15,23,42,0.04);
  display: flex;
  flex-direction: column;
}
.tb-tcard .tb-tstars {
  display: inline-flex;
  gap: 2px;
  margin-bottom: 12px;
}
.tb-tcard .tb-tstar {
  width: 22px; height: 22px;
  background: #00B67A;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.tb-tcard .tb-tstar svg { width: 14px; height: 14px; fill: white; position: relative; z-index: 1; }
.tb-tcard .tb-tstar-empty { background: #d8d8d8; }
.tb-tcard .tb-tstar-half {
  position: relative;
  background: #d8d8d8;
  overflow: hidden;
}
.tb-tcard .tb-tstar-half .tb-tstar-fill {
  position: absolute;
  inset: 0;
  width: 50%;
  background: #00B67A;
}
.tb-tcard .tb-ttitle {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 1.3;
  color: #1c212c;
}
.tb-tcard .tb-tbody {
  font-size: 13.5px;
  line-height: 1.5;
  color: #4b5563;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  flex: 1;
}
.tb-tcard .tb-tmeta {
  margin-top: 12px;
  font-size: 12px;
  color: #6b7280;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tb-tcard .tb-tmeta strong {
  color: #1c212c;
  font-weight: 600;
}
.tb-tcarousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px; height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 2px 8px rgba(15,23,42,0.08);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  z-index: 5;
  transition: all 180ms ease;
  color: #1c212c;
  padding: 0;
}
.tb-tcarousel-arrow:hover {
  background: #f9fafb;
  box-shadow: 0 4px 14px rgba(15,23,42,0.12);
  transform: translateY(-50%) scale(1.05);
}
.tb-tcarousel-arrow:active { transform: translateY(-50%) scale(0.96); }
.tb-tcarousel-arrow.tb-tprev { left: 0; }
.tb-tcarousel-arrow.tb-tnext { right: 0; }
.tb-tcarousel-arrow svg { width: 16px; height: 16px; }
.tb-tdots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
  flex-wrap: wrap;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.tb-tdot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #d4d7dc;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all 200ms ease;
}
.tb-tdot.active {
  background: #00B67A;
  width: 24px;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .tb-tcarousel { padding: 0 12px; }
  .tb-tcarousel-arrow.tb-tprev { left: -4px; }
  .tb-tcarousel-arrow.tb-tnext { right: -4px; }
  .tb-tcard { width: calc(100vw - 80px); max-width: 320px; margin-right: 16px; }
}

/* ============================================================
   WRITE-A-REVIEW MODAL — V1 centered card with red circular X (chosen)
   ============================================================ */
.tb-review-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
  z-index: 99999;
}
.tb-review-backdrop.open {
  opacity: 1;
  pointer-events: auto;
}
.tb-review-modal {
  position: relative;
  background: #fff;
  width: 100%;
  max-width: 480px;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 24px 80px rgba(0,0,0,0.45), 0 2px 8px rgba(0,0,0,0.2);
  transform: scale(0.95);
  opacity: 0;
  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.22s ease;
  font-family: Inter, -apple-system, BlinkMacSystemFont, sans-serif;
  color: #1c212c;
}
.tb-review-backdrop.open .tb-review-modal {
  transform: scale(1);
  opacity: 1;
}
.tb-review-close {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #e10027;
  border: 3px solid #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  transition: background 0.15s ease, transform 0.15s ease;
  z-index: 2;
}
.tb-review-close:hover { background: #b8001f; transform: scale(1.05); }
.tb-review-close:active { transform: scale(0.95); }
.tb-review-close svg { width: 16px; height: 16px; pointer-events: none; }
.tb-review-header h3 {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 700;
  color: #1c212c;
  letter-spacing: -0.2px;
}
.tb-review-header p {
  margin: 0 0 22px;
  font-size: 14px;
  color: #6b7280;
  line-height: 1.5;
}
.tb-review-stars {
  display: flex;
  gap: 6px;
  margin-bottom: 8px;
}
.tb-rstar {
  cursor: pointer;
  width: 36px; height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  padding: 0;
  transition: transform 0.1s ease;
}
.tb-rstar:hover { transform: scale(1.1); }
.tb-rstar svg {
  width: 32px; height: 32px;
  fill: #ddd;
  transition: fill 0.15s ease;
}
.tb-rstar.active svg, .tb-rstar.hover svg { fill: #D1A748; }
.tb-review-field { margin-bottom: 14px; }
.tb-review-field label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #1c212c;
  margin-bottom: 6px;
}
.tb-review-field input,
.tb-review-field textarea {
  width: 100%;
  padding: 11px 13px;
  border: 1.5px solid #e5e5e5;
  border-radius: 8px;
  font-size: 14px;
  font-family: inherit;
  color: #1c212c;
  background: #fff;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.tb-review-field input:focus,
.tb-review-field textarea:focus {
  border-color: #1260eb;
  box-shadow: 0 0 0 3px rgba(18,96,235,0.12);
}
.tb-review-field textarea {
  resize: vertical;
  min-height: 96px;
  line-height: 1.5;
}
.tb-review-hint {
  margin-top: 5px;
  font-size: 12px;
  color: #8a8f99;
}
.tb-review-error {
  margin-top: 5px;
  font-size: 12px;
  color: #e10027;
  font-weight: 500;
  display: none;
}
.tb-review-field.invalid input,
.tb-review-field.invalid textarea {
  border-color: #e10027;
  background: #fff8f9;
}
.tb-review-field.invalid .tb-review-error { display: block; }
.tb-review-submit {
  width: 100%;
  background: #e10027;
  color: #fff;
  border: none;
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.8px;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 8px;
  transition: background 0.15s ease, transform 0.1s ease;
  font-family: inherit;
}
.tb-review-submit:hover { background: #b8001f; }
.tb-review-submit:active { transform: scale(0.99); }
.tb-review-success {
  text-align: center;
  padding: 24px 8px;
  display: none;
}
.tb-review-success.show { display: block; }
.tb-review-check {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: #159201;
  margin: 0 auto 16px;
  display: flex; align-items: center; justify-content: center;
  animation: tb-review-pop 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@keyframes tb-review-pop {
  0% { transform: scale(0); }
  100% { transform: scale(1); }
}
.tb-review-success h4 {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 700;
  color: #1c212c;
}
.tb-review-success p { margin: 0; color: #6b7280; font-size: 14px; }
.tb-review-form-wrap.hide { display: none; }

/* Give the 1-star bar a small visible fill (it's hardcoded score-bar-0 = 0% in the original) */
.reviews-score-table__bar.score-bar-0::before {
  content: '';
  display: block;
  height: 100%;
  width: 1%;
  background: #1c212c;
  border-radius: 999px;
}

/* ============================================================
   LEGACY HERO HBX-* (kept harmless, no longer used)
   ============================================================ */
.hero-gallery {
  max-width: 100%;
  display: grid;
  grid-template-columns: 1fr 88px;
  gap: 12px;
  align-items: stretch;
}
.hbx-carousel {
  position: relative;
  background: linear-gradient(180deg, #faf8f3 0%, #fff 100%);
  border-radius: 12px;
  overflow: hidden;
  user-select: none;
  -webkit-user-select: none;
}
.hbx-viewport { overflow: hidden; }
.hbx-track {
  display: flex;
  transition: transform 300ms ease;
  will-change: transform;
}
.hbx-slide {
  flex: 0 0 100%;
  min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;          /* image now fills the slide */
  aspect-ratio: 1 / 1; /* square — drives the carousel height to match width */
}
.hbx-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;   /* fill the whole slide, no letterbox */
  display: block;
  pointer-events: none;
  -webkit-user-drag: none;
}
.hbx-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.85);
  border: 1px solid #ececec;
  border-radius: 7px;
  width: 36px; height: 36px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  transition: background 0.15s ease;
}
.hbx-arrow:hover { background: #fff; }
.hbx-arrow.hbx-prev { left: 8px; }
.hbx-arrow.hbx-next { right: 8px; }
.hbx-dots {
  position: absolute;
  bottom: 10px; left: 50%;
  transform: translateX(-50%);
  display: flex; gap: 6px;
  z-index: 5;
}
.hbx-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(0,0,0,0.22);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s ease, width 0.2s ease;
}
.hbx-dot.is-active {
  background: #e10027;
  width: 20px;
  border-radius: 3px;
}
.hbx-thumbs {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 2px;
  scrollbar-width: thin;
  scrollbar-color: #d6d3cb transparent;
}
.hbx-thumbs::-webkit-scrollbar { width: 4px; }
.hbx-thumbs::-webkit-scrollbar-thumb { background: #d6d3cb; border-radius: 999px; }
.hbx-thumb {
  display: block;
  width: 88px; height: 88px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 8px;
  background: #faf8f3;
  overflow: hidden;
  cursor: pointer;
  flex-shrink: 0;
  transition: border-color 0.15s ease, transform 0.15s ease;
}
.hbx-thumb img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}
.hbx-thumb:hover { border-color: #D1A748; }
.hbx-thumb.is-active {
  border-color: #e10027;
  box-shadow: 0 0 0 2px rgba(225,0,39,0.18);
}
@media (max-width: 640px) {
  .hero-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
  }
  .hbx-thumbs {
    flex-direction: row;
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .hbx-thumb { width: 64px; height: 64px; }
}

/* --- legacy Glide hero overrides (kept to neutralize cached styles) --- */
/* Use body-prefix selectors to outweigh the cloned-site's inline <style> rules */
body .hero-gallery {
  align-items: stretch !important;
}
body .hero-gallery .glide.glide-main {
  position: relative !important;
  flex: 1 !important;
  min-width: 0 !important;
  border-radius: 10px !important;
  overflow: hidden !important;
}
body .hero-gallery .glide.glide-main .glide__track {
  position: relative !important;
  overflow: hidden !important;
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  height: auto !important;
}
/* Hero slides use position:absolute + opacity fade — bulletproof, no flex math */
body .hero-gallery .glide.glide-main .glide__slides {
  display: block !important;
  position: relative !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  height: 100% !important;
  transform: none !important;
  transition: none !important;
  overflow: hidden !important;
}
body .hero-gallery .glide.glide-main .glide__slide {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  display: block !important;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.35s ease;
  pointer-events: none;
}
body .hero-gallery .glide.glide-main .glide__slide.is-active {
  opacity: 1 !important;
  z-index: 2;
  pointer-events: auto;
}
body .hero-gallery .glide.glide-main .glide__slide picture {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}
body .hero-gallery .glide.glide-main .glide__slide img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  aspect-ratio: auto !important;
  border-radius: 0 !important;
}

/* arrows over the carousel */
.hero-gallery .glide.glide-main .glide__arrows {
  position: absolute;
  top: 50%; left: 0; right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  z-index: 5;
  pointer-events: none;
}
.hero-gallery .glide.glide-main .glide__arrow {
  pointer-events: auto;
  cursor: pointer;
  background: rgba(255,255,255,0.7);
  border: none;
  border-radius: 7px;
  width: 33px; height: 33px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s ease;
}
.hero-gallery .glide.glide-main .glide__arrow:hover {
  background: rgba(255,255,255,0.95);
}

/* progress dots (V3) */
.hero-gallery .glide.glide-main .progress {
  position: absolute;
  bottom: 10px; left: 50%;
  transform: translateX(-50%);
  display: flex; gap: 6px;
  z-index: 5;
}
.hero-gallery .glide.glide-main .progress span {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: rgba(0,0,0,0.25);
  transition: background 0.2s ease, width 0.2s ease;
}
.hero-gallery .glide.glide-main .progress span.active {
  background: #e10027;
  width: 18px;
  border-radius: 3px;
}

/* thumb strip — clipped to main image height */
.hero-gallery .glide.glide-thumb {
  align-self: stretch;
  overflow: hidden;
  border-radius: 6px;
  width: 88px;
  flex-shrink: 0;
}
.hero-gallery .glide.glide-thumb .glide__slides {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  transform: none !important;
  transition: none !important;
}
.hero-gallery .glide.glide-thumb .glide__slide {
  position: static;
  width: 88px;
  height: 88px;
  flex-shrink: 0;
  margin: 0;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.15s ease, opacity 0.15s ease;
  opacity: 0.55;
}
.hero-gallery .glide.glide-thumb .glide__slide:hover { opacity: 0.85; }
.hero-gallery .glide.glide-thumb .glide__slide.active {
  border-color: #e10027;
  opacity: 1;
}
.hero-gallery .glide.glide-thumb .glide__slide img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

@media (max-width: 640px) {
  .hero-gallery { flex-direction: column-reverse; align-items: stretch; }
  .hero-gallery .glide.glide-thumb { width: 100%; height: auto; }
  .hero-gallery .glide.glide-thumb .glide__slides {
    flex-direction: row !important;
    overflow-x: auto;
    height: auto;
  }
  .hero-gallery .glide.glide-thumb .glide__slide { width: 64px; height: 64px; }
}


/* --- 3. FAQ accordion (uses page's native height: 0 mechanism) --- */
.questions__card { cursor: pointer; }
.questions__card .questions__button .questions__svg rect:nth-child(2) {
  transition: opacity 0.2s ease;
}
.questions__card[expanded="true"] .questions__button .questions__svg rect:nth-child(2) {
  opacity: 0;
}
/* the .questions__listWrap height is controlled inline by JS — but force the
   visible answer text in case the original CSS clips it */
.questions__card .questions__cardList { padding-top: 8px; }


/* --- 4. Testimonials Glide → native horizontal scroller --- */
#testimonials-glide .glide__track {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  scrollbar-width: thin;
  padding-bottom: 8px;
}
#testimonials-glide .glide__track::-webkit-scrollbar { height: 6px; }
#testimonials-glide .glide__track::-webkit-scrollbar-thumb {
  background: #cfcfcf;
  border-radius: 3px;
}
#testimonials-glide .glide__slides {
  transform: none !important;
  transition: none !important;
  width: auto !important;
  display: flex !important;
  flex-direction: row !important;
  gap: 8px;
}
#testimonials-glide .glide__slide {
  scroll-snap-align: start;
  flex-shrink: 0 !important;
  transform: none !important;
}
.testimonials #testimonial-prev,
.testimonials #testimonial-next {
  cursor: pointer;
  z-index: 5;
  position: relative;
}
/* don't clip the scrolling carousel */
.testimonials { overflow: visible !important; }

/* legacy placeholder (kept for compat, no longer used) */
.tb-reviews-section {
  padding: 56px 16px;
  background: #fafafa;
}
.tb-reviews-wrap {
  max-width: 1132px;
  margin: 0 auto;
}
.tb-reviews-header {
  text-align: center;
  margin-bottom: 28px;
}
.tb-reviews-header h2 {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 900;
  color: #1c212c;
  margin: 0 0 8px;
}
@media (min-width: 768px) {
  .tb-reviews-header h2 { font-size: 36px; }
}
.tb-reviews-header .divider {
  width: 100px;
  height: 7px;
  border-radius: 10px;
  background: #e10027;
  margin: 14px auto 16px;
}
.tb-reviews-header p {
  font-size: 15px;
  color: #666;
  margin: 0;
}

/* score summary row */
.tb-reviews-score {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}
.tb-reviews-score .big-num {
  font-size: 44px;
  font-weight: 900;
  color: #1c212c;
  line-height: 1;
}
.tb-reviews-score .stars {
  color: #D1A748;
  font-size: 22px;
  letter-spacing: 3px;
  line-height: 1;
}
.tb-reviews-score .count {
  font-size: 14px;
  color: #666;
  margin-top: 4px;
}
.tb-reviews-score .verified {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #159201;
  font-weight: 600;
}

/* objection-filter pills */
.tb-review-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 24px;
}
.tb-review-filters button {
  background: #fff;
  border: 1px solid #e5e5e5;
  color: #333;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.15s ease;
}
.tb-review-filters button:hover {
  border-color: #1c212c;
}
.tb-review-filters button.active {
  background: #1c212c;
  border-color: #1c212c;
  color: #fff;
}

/* the scroller itself */
.tb-reviews-scroller-outer {
  position: relative;
}
.tb-reviews-scroller {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 8px 4px 24px;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  scrollbar-width: thin;
  scrollbar-color: #cfcfcf transparent;
}
.tb-reviews-scroller.dragging { cursor: grabbing; scroll-behavior: auto; }
.tb-reviews-scroller::-webkit-scrollbar { height: 6px; }
.tb-reviews-scroller::-webkit-scrollbar-thumb { background: #cfcfcf; border-radius: 3px; }
.tb-reviews-scroller::-webkit-scrollbar-track { background: transparent; }

.tb-review-card {
  flex: 0 0 320px;
  scroll-snap-align: start;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  display: flex;
  flex-direction: column;
  gap: 10px;
  user-select: none;
}
@media (min-width: 768px) {
  .tb-review-card { flex: 0 0 360px; }
}
.tb-review-card .row1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: #888;
}
.tb-review-card .stars {
  color: #D1A748;
  font-size: 15px;
  letter-spacing: 2px;
}
.tb-review-card h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #1c212c;
  line-height: 1.3;
}
.tb-review-card p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.55;
  color: #444;
}
.tb-review-card .author {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid #f0f0f0;
}
.tb-review-card .avatar {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: #e10027;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
}
.tb-review-card .meta {
  font-size: 13px;
  color: #666;
  line-height: 1.3;
}
.tb-review-card .meta strong {
  color: #1c212c;
  font-weight: 700;
  display: block;
  font-size: 13.5px;
}
.tb-review-card .verified-tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11.5px;
  color: #159201;
  font-weight: 600;
  margin-top: 2px;
}

/* scroller arrow buttons (desktop) */
.tb-reviews-nav {
  display: none;
  position: absolute;
  top: 50%; transform: translateY(-50%);
  z-index: 5;
  width: 40px; height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.15s ease;
}
.tb-reviews-nav:hover { background: #f8f8f8; }
.tb-reviews-nav.prev { left: -8px; }
.tb-reviews-nav.next { right: -8px; }
@media (min-width: 900px) {
  .tb-reviews-nav { display: flex; }
}

/* edge fade hints */
.tb-reviews-scroller-outer::before,
.tb-reviews-scroller-outer::after {
  content: '';
  position: absolute;
  top: 0; bottom: 12px;
  width: 40px;
  pointer-events: none;
  z-index: 4;
}
.tb-reviews-scroller-outer::before {
  left: 0;
  background: linear-gradient(90deg, #fafafa 30%, transparent);
}
.tb-reviews-scroller-outer::after {
  right: 0;
  background: linear-gradient(-90deg, #fafafa 30%, transparent);
}


/* --- 5. Final CTA polish (Get Turbo BJ) --- */
.tb-final-cta-block {
  text-align: center;
  padding: 40px 16px;
}
