:root {
  --ts-bg: #f4f6f8;
  --ts-bg-alt: #edf2f7;
  --ts-panel: #ffffff;
  --ts-text: #1f2937;
  --ts-muted: #667085;
  --ts-line: #d9e2ec;
  --ts-primary: #0f4f96;
  --ts-primary-dark: #0b417c;
  --ts-accent: #0f7a5a;
  --ts-white: #ffffff;
  --ts-shadow: 0 12px 34px rgba(15, 31, 53, 0.08);
  --ts-shadow-soft: 0 8px 22px rgba(15, 31, 53, 0.06);
  --ts-radius: 18px;
  --ts-radius-sm: 12px;
  --ts-container: 1240px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.truck-scale-product-page {
  margin: 0;
  background: var(--ts-bg);
  color: var(--ts-text);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.65;
}

body.truck-scale-product-page main {
  display: block;
}

.truck-scale-product-page img,
.truck-scale-product-page video {
  display: block;
  max-width: 100%;
}

.truck-scale-product-page a {
  color: var(--ts-primary);
  text-decoration: none;
}

.truck-scale-product-page a:hover {
  text-decoration: underline;
}

.truck-scale-product-page .container {
  width: min(var(--ts-container), calc(100% - 32px));
  margin: 0 auto;
}

.truck-scale-product-page .skip-link {
  position: absolute;
  left: 16px;
  top: -48px;
  z-index: 1000;
  padding: 10px 14px;
  background: var(--ts-primary);
  color: var(--ts-white);
  border-radius: 10px;
  transition: top 0.2s ease;
}

.truck-scale-product-page .skip-link:focus {
  top: 16px;
}

.truck-scale-product-page .section {
  padding: 72px 0;
}

.truck-scale-product-page .section--alt {
  background: var(--ts-bg-alt);
}

.truck-scale-product-page .section-anchor {
  scroll-margin-top: 96px;
}

.truck-scale-product-page .text-link {
  font-weight: 700;
  color: var(--ts-primary);
}

.truck-scale-product-page .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(15, 79, 150, 0.08);
  color: var(--ts-primary);
  font-size: 0.82rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.truck-scale-product-page .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 12px;
  border: 1px solid transparent;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.truck-scale-product-page .btn:hover {
  text-decoration: none;
  transform: translateY(-1px);
}

.truck-scale-product-page .btn--primary {
  background: var(--ts-primary);
  color: var(--ts-white);
  box-shadow: 0 10px 24px rgba(15, 79, 150, 0.2);
}

.truck-scale-product-page .btn--primary:hover {
  background: var(--ts-primary-dark);
  color: var(--ts-white);
}

.truck-scale-product-page .btn--secondary {
  background: var(--ts-white);
  border-color: var(--ts-line);
  color: var(--ts-text);
}

.truck-scale-product-page .btn--secondary:hover {
  border-color: var(--ts-primary);
  color: var(--ts-primary);
}

/* Hero */

.truck-scale-product-page .hero.hero--split-video {
  padding: 42px 0 0;
  background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
}

.truck-scale-product-page .hero__split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 32px;
  align-items: center;
}

.truck-scale-product-page .hero__content {
  padding: 18px 0 32px;
}

.truck-scale-product-page .breadcrumbs {
  margin-bottom: 18px;
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--ts-muted);
}

.truck-scale-product-page .breadcrumbs a {
  color: var(--ts-muted);
}

.truck-scale-product-page .breadcrumbs a:hover {
  color: var(--ts-primary);
  text-decoration: none;
}

.truck-scale-product-page .hero__content h1 {
  margin: 16px 0 14px;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1.06;
  letter-spacing: -0.02em;
  color: var(--ts-text);
}

.truck-scale-product-page .hero__lead {
  margin: 0 0 20px;
  max-width: 760px;
  font-size: 1.08rem;
  line-height: 1.8;
  color: var(--ts-muted);
}

.truck-scale-product-page .hero-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.truck-scale-product-page .hero-points li {
  position: relative;
  padding: 13px 14px 13px 42px;
  border-radius: 14px;
  background: var(--ts-white);
  border: 1px solid var(--ts-line);
  box-shadow: var(--ts-shadow-soft);
  color: var(--ts-text);
  font-weight: 700;
  line-height: 1.45;
}

.truck-scale-product-page .hero-points li::before {
  content: "✓";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(15, 122, 90, 0.12);
  color: var(--ts-accent);
  font-size: 0.82rem;
  font-weight: 700;
}

.truck-scale-product-page .hero__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.truck-scale-product-page .hero__media {
  position: relative;
}

.truck-scale-product-page .hero__video {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 24px;
  border: 1px solid var(--ts-line);
  background: #09111b;
  box-shadow: 0 24px 54px rgba(15, 31, 53, 0.16);
}

.truck-scale-product-page .hero-intro {
  padding: 28px 0 34px;
  background: #ffffff;
  border-top: 1px solid rgba(217, 226, 236, 0.8);
  border-bottom: 1px solid rgba(217, 226, 236, 0.8);
}

.truck-scale-product-page .hero-intro p {
  margin: 0;
  max-width: 920px;
  font-size: 1rem;
  line-height: 1.85;
  color: var(--ts-muted);
}

/* Stat cards */

.truck-scale-product-page .truck-scale-stat-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.truck-scale-product-page .truck-scale-stat-card {
  padding: 18px 16px;
  border: 1px solid var(--ts-line);
  background: var(--ts-panel);
  box-shadow: var(--ts-shadow-soft);
  border-radius: 16px;
}

.truck-scale-product-page .truck-scale-stat-card__label {
  display: block;
  font-size: 0.84rem;
  line-height: 1.3;
  color: var(--ts-muted);
  margin-bottom: 8px;
}

.truck-scale-product-page .truck-scale-stat-card__value {
  display: block;
  font-size: 1.02rem;
  line-height: 1.35;
  color: var(--ts-text);
}

/* Section heading */

.truck-scale-product-page .section-heading {
  margin-bottom: 28px;
}

.truck-scale-product-page .section-heading .eyebrow {
  margin-bottom: 12px;
}

.truck-scale-product-page .section-heading h2 {
  margin: 0 0 12px;
  font-size: clamp(1.7rem, 2vw, 2.4rem);
  line-height: 1.18;
  color: var(--ts-text);
}

.truck-scale-product-page .section-heading p {
  margin: 0;
  max-width: 820px;
  color: var(--ts-muted);
  line-height: 1.8;
}

/* Content panels */

.truck-scale-product-page .content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 24px;
}

.truck-scale-product-page .content-panel {
  padding: 28px 24px;
  border-radius: 18px;
  border: 1px solid var(--ts-line);
  background: var(--ts-panel);
  box-shadow: var(--ts-shadow-soft);
}

.truck-scale-product-page .content-panel h2 {
  margin: 12px 0 14px;
  font-size: 1.45rem;
  line-height: 1.25;
}

.truck-scale-product-page .content-panel p {
  margin: 0 0 14px;
  color: var(--ts-muted);
  line-height: 1.82;
}

.truck-scale-product-page .content-panel p:last-child {
  margin-bottom: 0;
}

.truck-scale-product-page .truck-scale-section-note {
  margin-top: 16px;
  margin-bottom: 0;
}

.truck-scale-product-page .check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.truck-scale-product-page .check-list li {
  position: relative;
  padding-left: 28px;
  color: var(--ts-text);
  line-height: 1.7;
}

.truck-scale-product-page .check-list li + li {
  margin-top: 10px;
}

.truck-scale-product-page .check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  color: var(--ts-accent);
  font-weight: 700;
}

/* Feature cards */

.truck-scale-product-page .truck-scale-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.truck-scale-product-page .truck-scale-feature-card {
  padding: 24px 22px;
  border: 1px solid var(--ts-line);
  background: var(--ts-panel);
  box-shadow: var(--ts-shadow-soft);
  border-radius: 16px;
}

.truck-scale-product-page .truck-scale-feature-card h3 {
  margin: 0 0 10px;
  font-size: 1.06rem;
  line-height: 1.35;
  color: var(--ts-text);
}

.truck-scale-product-page .truck-scale-feature-card p {
  margin: 0;
  color: var(--ts-muted);
  line-height: 1.75;
}

/* Table */

.truck-scale-product-page .table-wrap {
  overflow-x: auto;
  border: 1px solid var(--ts-line);
  border-radius: 18px;
  background: var(--ts-panel);
  box-shadow: var(--ts-shadow-soft);
}

.truck-scale-product-page .truck-family-table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
  font-size: 0.96rem;
}

.truck-scale-product-page .truck-family-table thead th {
  padding: 16px 14px;
  background: #f8fafc;
  border-bottom: 1px solid var(--ts-line);
  color: var(--ts-text);
  font-weight: 700;
  text-align: left;
  vertical-align: top;
}

.truck-scale-product-page .truck-family-table tbody td {
  padding: 15px 14px;
  border-bottom: 1px solid var(--ts-line);
  color: var(--ts-muted);
  vertical-align: top;
}

.truck-scale-product-page .truck-family-table tbody tr:last-child td {
  border-bottom: 0;
}

.truck-scale-product-page .truck-family-table strong {
  color: var(--ts-text);
}

/* Specs */

.truck-scale-product-page .spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.truck-scale-product-page .spec-card {
  padding: 24px 22px;
  border: 1px solid var(--ts-line);
  background: var(--ts-panel);
  box-shadow: var(--ts-shadow-soft);
  border-radius: 16px;
}

.truck-scale-product-page .spec-card h3 {
  margin: 0 0 14px;
  font-size: 1.05rem;
  line-height: 1.35;
  color: var(--ts-text);
}

.truck-scale-product-page .spec-list {
  margin: 0;
  display: grid;
  grid-template-columns: minmax(150px, 42%) 1fr;
  gap: 10px 14px;
}

.truck-scale-product-page .spec-list dt {
  margin: 0;
  font-weight: 700;
  color: var(--ts-text);
}

.truck-scale-product-page .spec-list dd {
  margin: 0;
  color: var(--ts-muted);
}

/* Tags */

.truck-scale-product-page .tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.truck-scale-product-page .tag {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #f8fafc;
  border: 1px solid var(--ts-line);
  color: var(--ts-text);
  font-size: 0.92rem;
  line-height: 1.35;
}

/* Gallery */

.truck-scale-product-page .truck-scale-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.truck-scale-product-page .truck-scale-gallery-card {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--ts-line);
  background: var(--ts-panel);
  box-shadow: var(--ts-shadow-soft);
  border-radius: 16px;
}

.truck-scale-product-page .truck-scale-gallery-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.truck-scale-product-page .truck-scale-gallery-card figcaption {
  padding: 14px 16px;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--ts-text);
}

/* Compare cards */

.truck-scale-product-page .compare-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.truck-scale-product-page .compare-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid var(--ts-line);
  background: var(--ts-panel);
  box-shadow: var(--ts-shadow-soft);
  border-radius: 16px;
  overflow: hidden;
}

.truck-scale-product-page .compare-card__body {
  padding: 22px 20px 16px;
  flex: 1 1 auto;
}

.truck-scale-product-page .compare-card__body h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  line-height: 1.35;
  color: var(--ts-text);
}

.truck-scale-product-page .compare-card__meta {
  margin-bottom: 10px;
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--ts-primary);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.truck-scale-product-page .compare-card__body p {
  margin: 0;
  color: var(--ts-muted);
  line-height: 1.75;
}

.truck-scale-product-page .compare-card__actions {
  padding: 0 20px 20px;
}

/* FAQ */

.truck-scale-product-page .faq-list {
  display: grid;
  gap: 14px;
}

.truck-scale-product-page .faq-item {
  border: 1px solid var(--ts-line);
  background: var(--ts-panel);
  box-shadow: var(--ts-shadow-soft);
  border-radius: 16px;
  overflow: hidden;
}

.truck-scale-product-page .faq-item[open] {
  border-color: rgba(15, 79, 150, 0.28);
}

.truck-scale-product-page .faq-item summary {
  position: relative;
  display: block;
  padding: 18px 52px 18px 20px;
  font-weight: 700;
  color: var(--ts-text);
  cursor: pointer;
  list-style: none;
}

.truck-scale-product-page .faq-item summary::-webkit-details-marker {
  display: none;
}

.truck-scale-product-page .faq-item summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.35rem;
  line-height: 1;
  color: var(--ts-primary);
}

.truck-scale-product-page .faq-item[open] summary::after {
  content: "−";
}

.truck-scale-product-page .faq-item p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--ts-muted);
  line-height: 1.8;
}

/* CTA */

.truck-scale-product-page .notice-box {
  padding: 34px 30px;
  border-radius: 20px;
  border: 1px solid var(--ts-line);
  background: var(--ts-panel);
  box-shadow: var(--ts-shadow);
}

.truck-scale-product-page .notice-box--strong {
  background: linear-gradient(135deg, rgba(15, 79, 150, 0.06), rgba(15, 122, 90, 0.05)), #ffffff;
}

.truck-scale-product-page .notice-box h2 {
  margin: 12px 0 12px;
  font-size: clamp(1.7rem, 2vw, 2.3rem);
  line-height: 1.2;
  color: var(--ts-text);
}

.truck-scale-product-page .notice-box p {
  margin: 0 0 18px;
  max-width: 820px;
  color: var(--ts-muted);
  line-height: 1.8;
}

/* Responsive */

@media (max-width: 1200px) {
  .truck-scale-product-page .truck-scale-stat-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .truck-scale-product-page .truck-scale-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .truck-scale-product-page .compare-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .truck-scale-product-page .hero__split,
  .truck-scale-product-page .content-grid,
  .truck-scale-product-page .spec-grid {
    grid-template-columns: 1fr;
  }

  .truck-scale-product-page .hero__content {
    padding-bottom: 12px;
  }

  .truck-scale-product-page .hero__video {
    aspect-ratio: 16 / 9;
  }

  .truck-scale-product-page .truck-scale-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .truck-scale-product-page .truck-scale-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .truck-scale-product-page .section {
    padding: 56px 0;
  }

  .truck-scale-product-page .container {
    width: min(var(--ts-container), calc(100% - 24px));
  }

  .truck-scale-product-page .hero.hero--split-video {
    padding-top: 28px;
  }

  .truck-scale-product-page .hero__content h1 {
    font-size: 2rem;
  }

  .truck-scale-product-page .hero__lead {
    font-size: 1rem;
  }

  .truck-scale-product-page .hero-points,
  .truck-scale-product-page .truck-scale-stat-grid,
  .truck-scale-product-page .truck-scale-feature-grid,
  .truck-scale-product-page .compare-grid,
  .truck-scale-product-page .truck-scale-gallery-grid {
    grid-template-columns: 1fr;
  }

  .truck-scale-product-page .hero__actions {
    flex-direction: column;
  }

  .truck-scale-product-page .hero__actions .btn {
    width: 100%;
  }

  .truck-scale-product-page .content-panel,
  .truck-scale-product-page .truck-scale-feature-card,
  .truck-scale-product-page .spec-card,
  .truck-scale-product-page .notice-box {
    padding: 22px 18px;
  }

  .truck-scale-product-page .spec-list {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .truck-scale-product-page .faq-item summary {
    padding: 16px 48px 16px 16px;
  }

  .truck-scale-product-page .faq-item p {
    padding: 0 16px 18px;
  }

  .truck-scale-product-page .compare-card__body {
    padding: 18px 16px 14px;
  }

  .truck-scale-product-page .compare-card__actions {
    padding: 0 16px 18px;
  }
}
.hero__actions--product {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.hero__quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(15, 27, 36, 0.12);
}

.hero__quick-links a {
  color: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.hero__quick-links a:hover,
.hero__quick-links a:focus {
  opacity: 0.72;
}

.hero__media-shell {
  background: #ffffff;
  border: 1px solid rgba(15, 27, 36, 0.08);
  border-radius: 24px;
  padding: 14px;
  box-shadow: 0 20px 48px rgba(15, 27, 36, 0.12);
}

.hero__media-stage {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: #0f1b24;
  aspect-ratio: 1 / 1;
}

.hero__media-stage .hero__video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

@media (max-width: 991px) {
  .hero__media-shell {
    padding: 10px;
    border-radius: 20px;
  }

  .hero__media-stage {
    border-radius: 14px;
  }
}

@media (max-width: 767px) {
  .hero__quick-links {
    gap: 10px 18px;
  }

  .hero__quick-links a {
    font-size: 0.9rem;
  }
}
.btn--whatsapp {
  background: #25D366;
  border-color: #25D366;
  color: #ffffff;
}

.btn--whatsapp:hover,
.btn--whatsapp:focus {
  background: #1ebe5d;
  border-color: #1ebe5d;
  color: #ffffff;
}

.compare-card__title {
  margin: 0 0 8px;
  font-size: 1.08rem;
  line-height: 1.35;
  font-weight: 700;
  color: #0f172a;
}
/* =========================================================
   DVALI Truck Scale Product Page – Industrial Dossier Style
   Scoped only to truck scale product pages
   ========================================================= */

.truck-scale-product-page {
  --ts-bg: #eef2f6;
  --ts-bg-alt: #e8edf3;
  --ts-panel: #ffffff;
  --ts-border: #ccd6e2;
  --ts-border-strong: #b9c7d8;
  --ts-text: #122033;
  --ts-muted: #5b6878;
  --ts-blue: #0f4f96;
  --ts-blue-dark: #0b3566;
  --ts-line: #e4ebf2;
  background: var(--ts-bg);
  color: var(--ts-text);
}

/* Section rhythm */
.truck-scale-product-page .section {
  padding: 56px 0;
}

.truck-scale-product-page .section--alt {
  background: var(--ts-bg-alt);
}

.truck-scale-product-page .section-heading {
  margin-bottom: 26px;
}

.truck-scale-product-page .section-heading h2 {
  margin: 10px 0 8px;
  font-size: clamp(1.7rem, 2.2vw, 2.4rem);
  line-height: 1.14;
  color: var(--ts-text);
}

.truck-scale-product-page .section-heading p {
  max-width: 68ch;
  color: var(--ts-muted);
  line-height: 1.75;
}

/* Eyebrow = more technical, less soft pill */
.truck-scale-product-page .eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 14px;
  border: 1px solid var(--ts-border);
  border-radius: 6px;
  background: #e6edf5;
  color: var(--ts-blue);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* Breadcrumbs */
.truck-scale-product-page .breadcrumbs {
  margin-bottom: 16px;
  font-size: 0.92rem;
  color: #667487;
}

.truck-scale-product-page .breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.truck-scale-product-page .breadcrumbs a:hover {
  color: var(--ts-blue);
}

/* Hero */
.truck-scale-product-page .hero {
  padding-top: 34px;
  padding-bottom: 44px;
}

.truck-scale-product-page .hero__content h1 {
  margin: 16px 0 16px;
  font-size: clamp(2.2rem, 4vw, 4.1rem);
  line-height: 1.02;
  color: var(--ts-text);
}

.truck-scale-product-page .hero__lead {
  max-width: 58ch;
  margin: 0 0 14px;
  color: #455568;
  font-size: 1.05rem;
  line-height: 1.78;
}

.truck-scale-product-page .truck-scale-section-note {
  color: var(--ts-muted);
  line-height: 1.72;
}

/* Hero points = compact technical tiles */
.truck-scale-product-page .hero-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.truck-scale-product-page .hero-points li {
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 12px 14px;
  border: 1.5px solid var(--ts-border);
  border-radius: 8px;
  background: var(--ts-panel);
  box-shadow: none;
  font-weight: 600;
  color: var(--ts-text);
}

/* Buttons */
.truck-scale-product-page .btn {
  border-radius: 8px;
  box-shadow: none;
  font-weight: 700;
  letter-spacing: 0;
}

.truck-scale-product-page .btn--primary {
  background: var(--ts-blue);
  border-color: var(--ts-blue);
  color: #fff;
}

.truck-scale-product-page .btn--primary:hover,
.truck-scale-product-page .btn--primary:focus {
  background: var(--ts-blue-dark);
  border-color: var(--ts-blue-dark);
  color: #fff;
}

.truck-scale-product-page .btn--secondary {
  background: #fff;
  border-color: var(--ts-border-strong);
  color: var(--ts-text);
}

.truck-scale-product-page .btn--secondary:hover,
.truck-scale-product-page .btn--secondary:focus {
  background: #f5f8fb;
  border-color: var(--ts-blue);
  color: var(--ts-blue);
}

/* WhatsApp = original green, no HTML change required */
.truck-scale-product-page .hero__actions a[href*="wa.me/"] {
  background: #25D366 !important;
  border-color: #25D366 !important;
  color: #ffffff !important;
}

.truck-scale-product-page .hero__actions a[href*="wa.me/"]:hover,
.truck-scale-product-page .hero__actions a[href*="wa.me/"]:focus {
  background: #1fb95a !important;
  border-color: #1fb95a !important;
  color: #ffffff !important;
}

/* Quick links = cleaner technical link strip */
.truck-scale-product-page .hero__quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--ts-border);
}

.truck-scale-product-page .hero__quick-links a {
  color: var(--ts-blue);
  font-size: 0.94rem;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}

.truck-scale-product-page .hero__quick-links a::after {
  content: "";
  display: block;
  height: 1px;
  margin-top: 3px;
  background: currentColor;
  opacity: 0.2;
}

.truck-scale-product-page .hero__quick-links a:hover {
  color: var(--ts-blue-dark);
}

/* Hero media = more solid / less floating */
.truck-scale-product-page .hero__media-shell {
  background: #fff;
  border: 1.5px solid var(--ts-border-strong);
  border-radius: 12px;
  padding: 10px;
  box-shadow: 0 10px 28px rgba(12, 28, 48, 0.06);
}

.truck-scale-product-page .hero__media-stage {
  border-radius: 8px;
  overflow: hidden;
  background: #dfe6ee;
}

.truck-scale-product-page .hero__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Stat strip = engineered, compact */
.truck-scale-product-page .truck-scale-stat-grid {
  gap: 14px;
}

.truck-scale-product-page .truck-scale-stat-card {
  position: relative;
  padding: 16px 16px 14px;
  border: 1.5px solid var(--ts-border);
  border-radius: 8px;
  background: var(--ts-panel);
  box-shadow: none;
}

.truck-scale-product-page .truck-scale-stat-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: var(--ts-blue);
  border-radius: 8px 8px 0 0;
}

.truck-scale-product-page .truck-scale-stat-card__label {
  display: block;
  margin-bottom: 7px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #738194;
}

.truck-scale-product-page .truck-scale-stat-card__value {
  display: block;
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 700;
  color: var(--ts-text);
}

/* Content panels = dossier blocks */
.truck-scale-product-page .content-panel,
.truck-scale-product-page .truck-family-panel {
  padding: 28px 30px;
  border: 1.5px solid var(--ts-border);
  border-radius: 12px;
  background: var(--ts-panel);
  box-shadow: none;
}

.truck-scale-product-page .content-panel h2,
.truck-scale-product-page .truck-family-panel h2 {
  margin: 14px 0 14px;
  line-height: 1.2;
}

.truck-scale-product-page .content-panel p,
.truck-scale-product-page .truck-family-panel p {
  color: var(--ts-muted);
  line-height: 1.82;
}

/* Check list */
.truck-scale-product-page .check-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.truck-scale-product-page .check-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 11px;
  line-height: 1.72;
  color: var(--ts-text);
}

.truck-scale-product-page .check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #138a55;
  font-weight: 700;
}

/* Table = more engineering-sheet look */
.truck-scale-product-page .table-wrap--models {
  background: #fff;
  border: 1.5px solid var(--ts-border);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: none;
}

.truck-scale-product-page .truck-family-table {
  width: 100%;
  border-collapse: collapse;
}

.truck-scale-product-page .truck-family-table thead th {
  padding: 15px 14px;
  background: #f1f6fb;
  border-bottom: 1.5px solid var(--ts-border);
  color: #647386;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.truck-scale-product-page .truck-family-table tbody td {
  padding: 15px 14px;
  border-top: 1px solid var(--ts-line);
  color: #1c2b3b;
  vertical-align: top;
}

.truck-scale-product-page .truck-family-table tbody tr:nth-child(even) {
  background: #fbfcfd;
}

.truck-scale-product-page .truck-family-table tbody tr:hover {
  background: #f6f9fc;
}

/* Spec cards = technical blocks */
.truck-scale-product-page .spec-grid {
  gap: 18px;
}

.truck-scale-product-page .spec-card {
  background: #fff;
  border: 1.5px solid var(--ts-border);
  border-radius: 10px;
  box-shadow: none;
  overflow: hidden;
}

.truck-scale-product-page .spec-card h3 {
  margin: 0;
  padding: 16px 18px;
  background: #f1f6fb;
  border-bottom: 1px solid var(--ts-border);
  color: var(--ts-text);
  font-size: 1rem;
  line-height: 1.3;
}

.truck-scale-product-page .spec-list {
  padding: 6px 18px 16px;
}

.truck-scale-product-page .spec-list dt {
  margin-top: 12px;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #728094;
}

.truck-scale-product-page .spec-list dd {
  margin: 4px 0 0;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--ts-line);
  color: var(--ts-text);
  font-weight: 600;
  line-height: 1.55;
}

.truck-scale-product-page .spec-list dd:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

/* Options tags */
.truck-scale-product-page .tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.truck-scale-product-page .tag {
  display: inline-flex;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid var(--ts-border);
  border-radius: 6px;
  background: #f8fbfd;
  font-size: 0.93rem;
  font-weight: 600;
  color: #334355;
}

/* Gallery = image tile system */
.truck-scale-product-page .truck-scale-gallery-grid {
  gap: 16px;
}

.truck-scale-product-page .truck-scale-gallery-card {
  overflow: hidden;
  border: 1.5px solid var(--ts-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
}

.truck-scale-product-page .truck-scale-gallery-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.truck-scale-product-page .truck-scale-gallery-card figcaption {
  padding: 10px 12px;
  border-top: 1px solid var(--ts-line);
  font-size: 0.85rem;
  font-weight: 600;
  color: #506073;
}

/* Related pages = flatter reference index blocks */
.truck-scale-product-page .compare-grid {
  gap: 14px;
}

.truck-scale-product-page .compare-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1.5px solid var(--ts-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
}

.truck-scale-product-page .compare-card__body {
  padding: 18px;
}

.truck-scale-product-page .compare-card__title,
.truck-scale-product-page .compare-card__body h3 {
  margin: 0 0 8px;
  font-size: 1.02rem;
  line-height: 1.35;
  font-weight: 700;
  color: var(--ts-text);
}

.truck-scale-product-page .compare-card__meta {
  margin-bottom: 10px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7a8898;
}

.truck-scale-product-page .compare-card__body p {
  margin: 0;
  color: var(--ts-muted);
  line-height: 1.62;
}

.truck-scale-product-page .compare-card__actions {
  margin-top: auto;
  padding: 14px 18px 18px;
  border-top: 1px solid var(--ts-line);
}

.truck-scale-product-page .compare-card__actions .text-link {
  font-weight: 700;
  text-decoration: none;
}

/* FAQ = strong accordion */
.truck-scale-product-page .faq-list {
  display: grid;
  gap: 12px;
}

.truck-scale-product-page .faq-item {
  border: 1.5px solid var(--ts-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
  overflow: hidden;
}

.truck-scale-product-page .faq-item summary {
  position: relative;
  padding: 18px 20px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
  color: var(--ts-text);
}

.truck-scale-product-page .faq-item summary::-webkit-details-marker {
  display: none;
}

.truck-scale-product-page .faq-item summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  line-height: 1;
  color: var(--ts-blue);
}

.truck-scale-product-page .faq-item[open] summary::after {
  content: "−";
}

.truck-scale-product-page .faq-item p {
  margin: 0;
  padding: 0 20px 18px;
  border-top: 1px solid var(--ts-line);
  color: var(--ts-muted);
  line-height: 1.78;
}

/* CTA = formal closing panel */
.truck-scale-product-page .notice-box--strong {
  padding: 30px 32px;
  border: 1.5px solid var(--ts-border-strong);
  border-radius: 12px;
  background: #fff;
  box-shadow: none;
}

.truck-scale-product-page .notice-box--strong h2 {
  margin: 14px 0 12px;
  color: var(--ts-text);
}

.truck-scale-product-page .notice-box--strong p {
  max-width: 64ch;
  color: var(--ts-muted);
  line-height: 1.78;
}

/* Links */
.truck-scale-product-page .text-link {
  color: var(--ts-blue);
  font-weight: 700;
  text-decoration: none;
}

.truck-scale-product-page .text-link:hover,
.truck-scale-product-page .text-link:focus {
  color: var(--ts-blue-dark);
}

/* Responsive */
@media (max-width: 991px) {
  .truck-scale-product-page .section {
    padding: 46px 0;
  }

  .truck-scale-product-page .content-panel,
  .truck-scale-product-page .truck-family-panel,
  .truck-scale-product-page .notice-box--strong {
    padding: 24px;
  }

  .truck-scale-product-page .hero-points {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .truck-scale-product-page .hero__quick-links {
    gap: 10px 16px;
  }

  .truck-scale-product-page .truck-scale-stat-card {
    padding: 14px 14px 12px;
  }

  .truck-scale-product-page .truck-family-table thead th,
  .truck-scale-product-page .truck-family-table tbody td {
    padding: 12px 10px;
  }

  .truck-scale-product-page .compare-card__body,
  .truck-scale-product-page .compare-card__actions {
    padding-left: 14px;
    padding-right: 14px;
  }
}