/* Scoped additions; keep the existing hero, catalogue and payment interface intact. */
body.bt-brand-v5 .bt-seo-precision { direction: rtl; max-width: 1120px; margin: 28px auto; color: #17131c; }
body.bt-brand-v5 .bt-seo-precision > section { padding: clamp(18px, 2.8vw, 30px); border: 1px solid #e7e2e8; border-radius: 20px; background: #fff; margin-block: 18px; }
body.bt-brand-v5 .bt-seo-precision h2 { margin: 0 0 14px; font-size: clamp(1.2rem, 2.3vw, 1.65rem); line-height: 1.6; }
body.bt-brand-v5 .bt-seo-precision p { color: #514b58; line-height: 1.9; }
body.bt-brand-v5 .bt-seo-precision a:not(.bt-service-card__cta) { color: #ae173e; text-decoration: underline; text-underline-offset: .22em; }
body.bt-brand-v5 .bt-seo-precision a:focus-visible,
body.bt-brand-v5 .bt-seo-price-comparison a:focus-visible { outline: 3px solid #006f78; outline-offset: 3px; }
body.bt-brand-v5 .bt-seo-price-comparison { max-width: 100%; margin-block: 24px; direction: rtl; }
body.bt-brand-v5 .bt-seo-price-comparison table { width: 100%; table-layout: fixed; border-collapse: collapse; margin-bottom: 12px; }
body.bt-brand-v5 .bt-seo-price-comparison caption { text-align: right; font-weight: 700; color: #17131c; padding-block: 12px; }
body.bt-brand-v5 .bt-seo-price-comparison th,
body.bt-brand-v5 .bt-seo-price-comparison td { text-align: center; padding: 8px 5px; border: 1px solid #e7e2e8; overflow-wrap: anywhere; }
body.bt-brand-v5 .bt-seo-price-comparison thead th { color: #17131c; background: #f6f3f5; }
body.bt-brand-v5 .bt-seo-price-comparison a { display: flex; min-height: 48px; flex-direction: column; justify-content: center; align-items: center; color: #ae173e; font-weight: 700; gap: 3px; }
body.bt-brand-v5 .bt-seo-price-comparison a span { font-size: .8rem; font-weight: 500; }
body.bt-brand-v5 .bt-seo-price-comparison p { font-size: .9rem; color: #514b58; line-height: 1.85; }
@media (max-width: 600px) {
  body.bt-brand-v5 .bt-seo-precision .bt-service-compare { display: grid; grid-template-columns: minmax(0, 1fr); }
  body.bt-brand-v5 .bt-seo-price-comparison th,
  body.bt-brand-v5 .bt-seo-price-comparison td { padding: 6px 3px; font-size: .85rem; }
}
