.hero h1.h1-desktop-only { display: none; }

.price-block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 14px;
}
.price-block .was,
.price-block .pct {
  display: inline !important;
}
.price-block .was {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-text-muted);
  text-decoration: line-through;
}
.price-block .pct {
  background: var(--color-accent);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 999px;
}

.compare table { max-width: 760px; margin: 0 auto; }
.compare th { padding: 12px 6px; font-size: 12px; text-align: center; }
.compare td { padding: 12px 6px; text-align: center; font-size: 14px; border-bottom: 1px solid var(--color-border); }
.compare td:first-child { text-align: left; font-weight: 700; font-size: 12px; }
.compare th.highlight { color: var(--color-accent); }
.compare td.win { color: var(--color-success); font-weight: 700; }

.cta-inline { max-width: 420px; margin: 22px auto 0; }
.why-block .cta-inline { margin-left: 0; }

.section-heading .eyebrow {
  display: inline-block;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--color-highlight);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 12px;
  background: var(--color-blue-bg);
  padding: 6px 16px;
  border-radius: 999px;
}

.kit-box {
  border: 2px solid var(--color-border);
  max-width: 900px;
}

.kit-content li {
  font-size: 14.5px;
  padding: 6px 0;
  margin-bottom: 0;
  padding-left: 24px;
}

.why-block img,
.testimonial .t-photo {
  object-fit: cover;
}
.why-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #111;
}

.testimonial .t-body h4 { font-size: 17px; }
.testimonial .t-body p { font-size: 15px; }
.testimonial .author {
  margin-top: 14px;
  font-size: 12.5px;
  font-weight: 700;
}

@media (min-width: 960px) {
  .hero { text-align: left; }
  .hero h1.h1-mobile-only { display: none; }
  .hero h1.h1-desktop-only { display: block; }
  .price-block { justify-content: flex-start; }
  .kit-box { grid-template-columns: minmax(280px, 42%) 1fr; align-items: center; }
  .kit-box img { height: auto; width: 100%; object-fit: contain; aspect-ratio: auto; }
}

@media (max-width: 959px) {
  .why-block .tag-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
  }
  .why-block .tag {
    width: 100%;
    min-width: 0;
    padding: 10px 9px;
    font-size: 12px;
    line-height: 1.25;
    white-space: normal;
    justify-content: flex-start;
  }
}
