:root {
  --buying-bg: #f5f5f7;
  --buying-card: #ffffff;
  --buying-text: #101426;
  --buying-muted: #667085;
  --buying-soft: #f8fafc;
  --buying-line: #e8ebf2;
  --buying-blue: #2563eb;
}

body {
  margin: 0;
  background: var(--buying-bg);
  color: var(--buying-text);
}

.buying-page {
  max-width: 1120px;
  margin: 0 auto;
  padding: 80px 22px 80px;
}

.buying-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  gap: 28px;
  align-items: start;
  padding: 28px;
}

.buying-hero__copy {
  min-width: 0;
}

.buying-hero-infographic {
  position: relative;
  display: block;
  width: 350px;
  max-width: 100%;
  border: 1px solid var(--buying-line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(16, 20, 38, 0.08);
  overflow: hidden;
}

.buying-hero-infographic[hidden] {
  display: none !important;
}

.buying-hero-infographic__media {
  display: block;
  width: 100%;
  overflow: hidden;
  background: #f8fafc;
  text-decoration: none;
}

.buying-hero-infographic__media img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  border: 0;
  object-fit: contain;
  object-position: center;
}

.buying-hero-infographic__hide {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #475467;
  font: inherit;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.buying-hero-infographic__hide:hover {
  background: #ffffff;
  color: var(--buying-text);
}

.buying-eyebrow,
.buying-kicker {
  margin: 0 0 10px;
  color: #697386;
  font-size: 22px;
  font-weight: 550;
  text-transform: capitalize;
}

.buying-hero h1 {
  margin: 0;
  color: var(--buying-text);
  font-size: clamp(42px, 6vw, 72px);
  line-height: 0.96;
  letter-spacing: -0.02em;
  font-weight: 600;
}

.buying-dek {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--buying-muted);
  font-size: 22px;
  line-height: 1.55;
}

.buying-quick {
  grid-column: 1 / -1;
  width: 100%;
  margin-top: 6px;
}

.buying-quick__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.quick-pick {
  min-width: 0;
  min-height: 130px;
  padding: 16px;
  border: 1px solid #e3e8f2;
  border-radius: 18px;
  background: #ffffff;
  text-decoration: none;
  color: inherit;
  transition: transform 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}

.quick-pick:hover {
  transform: translateY(-2px);
  border-color: #cdd8ee;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.07);
}

.quick-pick span {
  display: block;
  margin-bottom: 7px;
  color: var(--buying-blue);
  font-size: 18px;
  font-weight: 550;
}

.quick-pick--compare span {
  font-size: 25px;
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
}

.quick-pick strong {
  display: block;
  color: var(--buying-text);
  font-size: 20px;
  line-height: 1.2;
}

.quick-pick small {
  display: block;
  margin-top: 8px;
  color: var(--buying-muted);
  font-size: 18px;
}

.buying-quick__grid:not(.buying-quick__grid--compare):not(.buying-quick__grid--worth) .quick-pick {
  display: flex;
  flex-direction: column;
  min-height: 142px;
}

.buying-quick__grid:not(.buying-quick__grid--compare):not(.buying-quick__grid--worth) .quick-pick span {
  min-height: 40px;
  line-height: 1.2;
  margin-bottom: 8px;
}

.buying-quick__grid:not(.buying-quick__grid--compare):not(.buying-quick__grid--worth) .quick-pick strong {
  min-height: 48px;
}

.buying-quick__grid:not(.buying-quick__grid--compare):not(.buying-quick__grid--worth) .quick-pick small {
  margin-top: auto;
}

.buying-quick__answer {
  grid-column: 1 / -1;
  padding: 18px 20px;
  border: 1px solid #e3e8f2;
  border-radius: 20px;
  background: #ffffff;
}

.buying-quick__answer strong {
  display: block;
  margin-bottom: 6px;
  color: var(--buying-text);
  font-size: 22px;
  font-weight: 650;
}

.buying-quick__answer p {
  margin: 0;
  color: var(--buying-muted);
  font-size: 20px;
  line-height: 1.5;
}

.buying-infographic {
  position: relative;
  grid-column: 1 / -1;
  width: min(100%, 920px);
  margin: 18px auto 8px;
  padding: 14px;
  border: 1px solid #e3e8f2;
  border-radius: 30px;
  background: #ffffff;
}

.buying-infographic img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
}

.buying-infographic figcaption {
  margin-top: 12px;
  color: var(--buying-muted);
  font-size: 17px;
  line-height: 1.45;
  text-align: center;
}

.buying-infographic__hide {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 2;
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #475467;
  font: inherit;
  font-size: 14px;
  font-weight: 650;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.buying-infographic__hide:hover {
  background: #ffffff;
  color: var(--buying-text);
}

.buying-section,
.buying-method,
.buying-faq,
.buying-related {
  padding: 28px;
  border-radius: 28px;
}

.buying-faq__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  align-items: stretch;
  gap: 16px;
}

.buying-faq__item {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 210px;
  padding: 22px;
  border: 1px solid var(--buying-line);
  border-radius: 24px;
  background: #ffffff;
  box-sizing: border-box;
}

.buying-faq__item h3 {
  margin: 0;
  color: var(--buying-text);
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: -0.03em;
  font-weight: 500;
}

.buying-faq__item p {
  flex: 1;
  margin: 12px 0 0;
  color: var(--buying-muted);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
}

.buying-section__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
  margin-bottom: 18px;
}

.buying-section__head h2,
.buying-method h2 {
  margin: 0;
  color: var(--buying-text);
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.05;
  letter-spacing: -0.015em;
}

.buying-section__note {
  max-width: 280px;
  margin: 0;
  color: var(--buying-muted);
  font-size: 14px;
  line-height: 1.4;
  text-align: right;
}

.buying-picks {
  display: grid;
  gap: 16px;
}

.buying-card {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr) 140px;
  gap: 22px;
  align-items: center;
  padding: 22px;
  border: 1px solid var(--buying-line);
  border-radius: 24px;
  background: #ffffff;
  scroll-margin-top: 90px;
}

.buying-card:first-child {
  border-color: #c9d8ff;
}

.buying-card__image {
  display: grid;
  place-items: center;
  width: 250px;
  height: 250px;
  border-radius: 22px;
  overflow: hidden;
}

.buying-card__image img {
  width: 250px;
  height: 250px;
  object-fit: contain;
}

.buying-card__label {
  margin: 0 0 6px;
  color: var(--buying-blue);
  font-size: 20px;
  font-weight: 650;
}

.buying-card__title {
  margin: 0;
  color: var(--buying-text);
  font-size: 26px;
  letter-spacing: -0.035em;
}

.buying-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.buying-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #f2f5f9;
  color: #475467;
  font-size: 16px;
  font-weight: 750;
}

.buying-card__verdict {
  max-width: 660px;
  margin: 12px 0 0;
  color: #5e6678;
  font-size: 16px;
  line-height: 1.5;
}

.buying-card__decision {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 14px;
}

.buying-decision-box {
  padding: 14px;
  border-radius: 17px;
  background: var(--buying-soft);
}

.buying-decision-box strong {
  display: block;
  margin-bottom: 5px;
  color: var(--buying-text);
  font-size: 16px;
}

.buying-decision-box p {
  margin: 0;
  color: var(--buying-muted);
  font-size: 16px;
  line-height: 1.4;
}

.buying-card__side {
  display: grid;
  gap: 10px;
  justify-items: end;
}

.buying-price {
  color: var(--buying-text);
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 550;
  letter-spacing: -0.04em;
  text-align: right;
}

.buying-seller {
  color: var(--buying-muted);
  font-size: 13px;
  text-transform: capitalize;
  line-height: 1.35;
  text-align: right;
}

.buying-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 20px;
  border-radius: 999px;
  background: #111827;
  color: #ffffff;
  width: fit-content;
  font-size: 17px;
  font-weight: 550;
  text-decoration: none;
}

.buying-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--buying-line);
  border-radius: 22px;
}

.buying-table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
  background: #ffffff;
}

.buying-table th,
.buying-table td {
  padding: 16px;
  border-bottom: 1px solid var(--buying-line);
  text-align: left;
  vertical-align: top;
}

.buying-table tr:last-child th,
.buying-table tr:last-child td {
  border-bottom: 0;
}

.buying-table thead th {
  background: #f8fafc;
  color: var(--buying-text);
  font-size: 16px;
  font-weight: 850;
}

.buying-table tbody th {
  width: 240px;
  color: var(--buying-text);
  font-size: 16px;
  font-weight: 850;
}

.buying-table td {
  color: #5e6678;
  font-size: 16px;
  line-height: 1.35;
}

.buying-method p {
  color: var(--buying-muted);
  font-size: 22px;
  line-height: 1.55;
}

.buying-related__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.buying-related__links a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid var(--buying-line);
  border-radius: 999px;
  color: var(--buying-text);
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  background: #ffffff;
}

@media (max-width: 900px) {
  .buying-page {
    padding: 76px 16px 64px;
  }

  .buying-hero {
    grid-template-columns: 1fr;
    padding: 6px;
  }

  .buying-hero-infographic {
    width: 280px;
  }

  .buying-quick__grid {
    grid-template-columns: 1fr;
  }

  .buying-section,
  .buying-method,
  .buying-faq,
  .buying-related {
    padding: 12px;
  }

  .buying-section__head {
    display: block;
  }

  .buying-section__note {
    max-width: none;
    margin-top: 8px;
    text-align: left;
  }

    .buying-card {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 14px;
    }

  .buying-card__side {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding-top: 14px;
    border-top: 1px solid var(--buying-line);
    justify-items: start;
  }

  .buying-card__title {
    font-size: 20px;
  }

  .buying-card__decision {
    grid-template-columns: 1fr;
  }

  .buying-price,
  .buying-seller {
    text-align: left;
  }
}

@media (max-width: 560px) {
  .buying-hero h1 {
    font-size: 42px;
  }

  .buying-dek {
    font-size: 16px;
    display: none;
  }

  .buying-card {
    grid-template-columns: 1fr;
  }

  .buying-card__rank {
    display: none;
  }

  .buying-card__image {
    width: 100%;
  }

  .buying-card__side {
    display: grid;
  }
}

.buying-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.55s ease,
    transform 0.55s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease;
  transition-delay: var(--buying-reveal-delay, 0ms);
  will-change: opacity, transform;
}

.buying-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.buying-card,
.buying-section,
.buying-method,
.buying-related,
.buying-infographic,
.quick-pick,
.buying-table-wrap {
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    background-color 0.18s ease;
}

.buying-card:hover {
  transform: translateY(-3px);
  border-color: #cfd8ea;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.buying-section:hover,
.buying-method:hover,
.buying-related:hover {
  border-color: #d7deea;
}

.buying-table-wrap:hover {
  border-color: #cfd8ea;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.055);
}

.quick-pick:hover {
  transform: translateY(-3px);
  border-color: #cfd8ea;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.075);
}

.buying-button {
  transition:
    transform 0.16s ease,
    background-color 0.16s ease,
    box-shadow 0.16s ease;
}

.buying-button:hover {
  transform: translateY(-1px);
  background: #020617;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.18);
}

@media (prefers-reduced-motion: reduce) {
  .buying-reveal,
  .buying-reveal.is-visible,
  .buying-card,
  .buying-section,
  .buying-method,
  .buying-related,
  .quick-pick,
  .buying-table-wrap,
  .buying-button {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.buying-quick__grid--compare {
  margin-top: 60px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  align-items: stretch;
}

.buying-quick__grid--compare .quick-pick--compare {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 176px;
  padding: 20px;
  box-sizing: border-box;
}

.buying-quick__grid--compare .quick-pick--compare small {
  flex: 1;
}

.quick-pick--compare strong {
  font-size: 18px;
}

.quick-pick--compare small {
  font-size: 18px;
  line-height: 1.45;
}

.compare-price-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.compare-price-card {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 20px;
  border: 1px solid var(--buying-line);
  border-radius: 24px;
  background: #ffffff;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.compare-price-card:hover {
  transform: translateY(-3px);
  border-color: #cfd8ea;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

  .buying-infographic {
    width: 100%;
    margin-top: 14px;
    padding: 8px;
    border-radius: 22px;
  }

  .buying-infographic img {
    border-radius: 16px;
  }

  .buying-infographic__hide {
    top: 14px;
    right: 14px;
    min-height: 32px;
    font-size: 13px;
  }

.compare-price-card__image {
  display: grid;
  place-items: center;
  width: 120px;
  height: 120px;
  border-radius: 20px;
  overflow: hidden;
}

.compare-price-card__image img {
  width: 110px;
  height: 110px;
  object-fit: contain;
}

.compare-price-card h3 {
  margin: 0;
  color: var(--buying-text);
  font-size: 24px;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.compare-price-card__price {
  margin: 10px 0 0;
  color: var(--buying-text);
  font-size: 35px;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.compare-price-card__seller {
  margin: 6px 0 0;
  color: var(--buying-muted);
  font-size: 16px;
  line-height: 1.35;
  text-transform: capitalize;
}

.compare-price-card .buying-button {
  grid-column: 2;
  width: fit-content;
  justify-self: start;
}

.compare-block {
  margin-top: 26px;
}

.compare-block__head {
  margin-bottom: 14px;
}

.compare-winner-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.compare-winner-card {
  padding: 16px;
  border: 1px solid var(--buying-line);
  border-radius: 18px;
  background: #ffffff;
}

.compare-winner-card span {
  display: block;
  margin-bottom: 7px;
  color: #697386;
  font-size: 17px;
  font-weight: 550;
}

.compare-winner-card strong {
  display: block;
  color: var(--buying-text);
  font-size: 28px;
  line-height: 1.2;
}

.compare-winner-card p {
  margin: 8px 0 0;
  color: var(--buying-muted);
  font-size: 16px;
  line-height: 1.4;
}

.compare-verdict-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.compare-verdict-card {
  padding: 20px;
  border: 1px solid var(--buying-line);
  border-radius: 22px;
  background: #ffffff;
}

.compare-verdict-card h3 {
  margin: 0 0 12px;
  color: var(--buying-text);
  font-size: 22px;
  letter-spacing: -0.035em;
}

.compare-verdict-card ul {
  margin: 0;
  padding-left: 18px;
  color: var(--buying-muted);
}

.compare-verdict-card li {
  margin: 8px 0;
  line-height: 1.45;
  font-size: 18px;
}

.compare-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
  justify-content: space-between;
}

.compare-action-button {
  min-height: 40px;
}

@media (max-width: 900px) {
  .buying-quick__grid--compare,
  .compare-price-grid,
  .compare-verdict-grid {
    grid-template-columns: 1fr;
  }

  .compare-winner-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .compare-price-card {
    grid-template-columns: 1fr;
  }

  .compare-price-card__image {
    width: 100%;
    height: 150px;
  }

  .compare-price-card__image img {
    width: 130px;
    height: 130px;
  }

  .compare-price-card .buying-button {
    grid-column: auto;
  }

  .compare-winner-grid {
    grid-template-columns: 1fr;
  }
}

.buying-quick__grid--worth {
  grid-template-columns: 1fr;
}

.quick-pick--worth {
  width: 100%;
  max-width: none;
  padding: 24px;
  cursor: default;
}

.quick-pick--worth span {
  color: var(--buying-text);
  font-size: 28px;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.quick-pick--worth small {
  margin-top: 12px;
  font-size: 20px;
  line-height: 1.55;
}

.worth-quick-button {
  margin-top: 18px;
}

.worth-block {
  margin-bottom: 26px;
}

.worth-price-range-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
  align-items: stretch;
}

.worth-price-range-card {
  flex: 1 1 210px;
  min-width: 0;
  box-sizing: border-box;
}

.worth-price-range-card {
  padding: 18px;
  border: 1px solid var(--buying-line);
  border-radius: 20px;
  background: #ffffff;
}

.worth-price-range-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--buying-muted);
  font-size: 18px;
  font-weight: 550;
}

.worth-price-range-card strong {
  display: block;
  color: var(--buying-text);
  font-size: 23px;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.worth-current-card {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 24px;
  border: 1px solid var(--buying-line);
  border-radius: 26px;
  background: #ffffff;
}

.worth-current-card__image {
  display: grid;
  place-items: center;
  width: 200px;
  height: 200px;
  border-radius: 22px;
  overflow: hidden;
}

.worth-current-card__image img {
  width: 200px;
  height: 200px;
  object-fit: contain;
}

.worth-current-card__price {
  margin: 0;
  color: var(--buying-text);
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.worth-current-card__seller {
  margin: 6px 0 0;
  color: var(--buying-muted);
  font-size: 18px;
  text-transform: capitalize;
}

.worth-current-card__verdict {
  max-width: 720px;
  margin: 14px 0 0;
  color: var(--buying-muted);
  font-size: 20px;
  line-height: 1.5;
}

.worth-decision-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.worth-decision-card {
  padding: 24px;
  border: 1px solid var(--buying-line);
  border-radius: 24px;
  background: #ffffff;
}

.worth-decision-card h3 {
  margin: 0 0 14px;
  color: var(--buying-text);
  font-size: 27px;
  letter-spacing: -0.035em;
}

.worth-decision-card ul {
  margin: 0;
  padding-left: 20px;
  color: var(--buying-muted);
}

.worth-decision-card li {
  margin: 9px 0;
  font-size: 18px;
  line-height: 1.45;
}

.worth-alt-grid {
  display: grid;
  gap: 16px;
}

.worth-alt-card {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  align-items: center;
  padding: 22px;
  border: 1px solid var(--buying-line);
  border-radius: 24px;
  background: #ffffff;
}

.worth-alt-card__image {
  display: grid;
  place-items: center;
  width: 170px;
  height: 170px;
  border-radius: 22px;
  overflow: hidden;
}

.worth-alt-card__image img {
  display: block;
  width: 150px;
  height: 150px;
  object-fit: contain;
}

.worth-alt-card__label {
  margin: 0 0 6px;
  color: var(--buying-blue);
  font-size: 18px;
  font-weight: 500;
}

.worth-alt-card h3 {
  margin: 0;
  color: var(--buying-text);
  font-size: 24px;
  letter-spacing: -0.035em;
}

.worth-alt-card p {
  margin: 8px 0 0;
  color: var(--buying-muted);
  font-size: 20px;
  line-height: 1.45;
}

.worth-price-range-card.is-current {
  border-color: rgba(37, 99, 235, 0.42);
}

.buying-transparency {
  padding: 28px;
  border-radius: 28px;
}

.buying-transparency__body {
  max-width: 920px;
}

.buying-transparency__body p {
  margin: 0;
  color: var(--buying-muted);
  font-size: 18px;
  line-height: 1.65;
}

.buying-transparency__body p + p {
  margin-top: 14px;
}

@media (max-width: 900px) {
  .buying-transparency {
    padding: 22px;
  }

  .buying-transparency__body p {
    font-size: 16px;
  }
}

.worth-price-range-card.is-current span {
  color: var(--buying-blue);
}

.worth-alt-card a {
  display: inline-flex;
  margin-top: 10px;
  color: var(--buying-text);
  font-size: 18px;
  font-weight: 550;
  text-decoration: none;
}

.worth-final-card {
  margin-top: 28px;
  padding: 28px;
  border: 1px solid var(--buying-line);
  border-radius: 26px;
  background: #ffffff;
}

.worth-final-card p:last-child {
  max-width: 900px;
  margin: 0;
  color: var(--buying-muted);
  font-size: 20px;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .worth-decision-grid,
  .worth-alt-grid {
    grid-template-columns: 1fr;
  }

  .worth-price-range-card {
    flex-basis: 100%;
  }

  .worth-current-card {
    grid-template-columns: 120px minmax(0, 1fr);
  }

  .worth-current-card .buying-button {
    grid-column: 1 / -1;
  }

  .worth-current-card__image {
    width: 120px;
    height: 120px;
  }

  .worth-current-card__image img {
    width: 110px;
    height: 110px;
  }
}

@media (max-width: 560px) {
  .worth-current-card,
  .worth-alt-card {
    grid-template-columns: 1fr;
  }

  .worth-current-card__image,
  .worth-alt-card__image {
    width: 100%;
    height: 150px;
  }
}
.buying-page .brand-guide-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.buying-page .brand-guide-card {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  min-width: 0;
  padding: 20px;
  border: 1px solid var(--buying-line);
  border-radius: 26px;
  background: #ffffff;
  color: var(--buying-text);
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.buying-page .brand-guide-card:hover {
  transform: translateY(-2px);
  border-color: #cfd8ea;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.07);
}

.buying-page .brand-guide-card__image {
  display: grid;
  place-items: center;
  width: 220px;
  height: 220px;
  border-radius: 24px;
  overflow: hidden;
  text-decoration: none;
}

.buying-page .brand-guide-card__image img {
  display: block;
  width: 204px;
  height: 204px;
  object-fit: contain;
}

.buying-page .brand-guide-card__body {
  min-width: 0;
}

/* Top card label, intentionally NOT button-like */
.buying-page .brand-guide-card__body .buying-card__label {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 7px 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--buying-blue);
  font-size: 17px;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.buying-page .brand-guide-card__body h3 {
  margin: 0 0 8px 0;
  color: var(--buying-text);
  font-size: 30px;
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 700;
}

.buying-page .brand-guide-card__body p {
  margin: 0;
  color: var(--buying-muted);
  font-size: 17px;
  line-height: 1.5;
}

.buying-page .brand-guide-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 14px;
}

.buying-page .brand-guide-card .buying-pill {
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: #f2f5f9;
  color: #475467;
  font-size: 15px;
  font-weight: 750;
}

/* Red skip badge */
.buying-page .brand-guide-card__skip {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 14px !important;
  padding: 12px 14px;
  border: 1px solid rgba(220, 38, 38, 0.18);
  border-radius: 18px;
  background: #fff1f2;
  color: #9f1239 !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
}

.buying-page .brand-guide-card__skip-icon {
  flex: 0 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #dc2626;
  color: #ffffff;
}

.buying-page .brand-guide-card__skip-icon svg {
  display: block;
  width: 16px;
  height: 16px;
  fill: currentColor;
}

/* Real CTA button, intentionally different from the blue top label */
.buying-page .brand-guide-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: #111827;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  box-shadow: none;
  transition:
    transform 0.16s ease,
    background-color 0.16s ease,
    box-shadow 0.16s ease;
}

.buying-page .brand-guide-card__link:hover {
  transform: translateY(-1px);
  background: #020617;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.18);
}

/* If old JS still outputs .buying-button inside the brand card, force it to look like the same CTA */
.buying-page .brand-guide-card > .buying-button {
  grid-column: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 42px;
  justify-self: start;
  align-self: start;
  margin-top: 16px;
  padding: 0 18px;
  border-radius: 999px;
  background: #111827;
  color: #ffffff;
  box-shadow: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.buying-page .brand-guide-card > .buying-button:hover {
  transform: translateY(-1px);
  background: #020617;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.18);
}

/* Hide old repeated breakdown if stale JS still renders it */
.buying-page .brand-guide-breakdown-grid,
.buying-page .brand-guide-breakdown-card {
  display: none !important;
}

.buying-page .brand-guide-block + .worth-final-card,
.buying-page .worth-final-card {
  margin-top: 28px;
}

@media (max-width: 900px) {
  .buying-page .brand-guide-card {
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 18px;
    padding: 18px;
  }

  .buying-page .brand-guide-card__image {
    width: 160px;
    height: 160px;
    border-radius: 20px;
  }

  .buying-page .brand-guide-card__image img {
    width: 146px;
    height: 146px;
  }

  .buying-page .brand-guide-card__body h3 {
    font-size: 24px;
  }

  .buying-page .brand-guide-card__body p {
    font-size: 16px;
  }
}

@media (max-width: 560px) {
  .buying-page .brand-guide-card {
    grid-template-columns: 1fr;
    padding: 16px;
    gap: 14px;
  }

  .buying-page .brand-guide-card__image {
    width: 100%;
    height: 220px;
    border-radius: 20px;
  }

  .buying-page .brand-guide-card__image img {
    width: 180px;
    height: 180px;
  }

  .buying-page .brand-guide-card__body .buying-card__label {
    font-size: 15px;
  }

  .buying-page .brand-guide-card__body h3 {
    font-size: 22px;
  }

  .buying-page .brand-guide-card__body p {
    font-size: 15px;
  }

  .buying-page .brand-guide-card__skip {
    padding: 10px 12px;
    font-size: 14px !important;
  }

  .buying-page .brand-guide-card__link,
  .buying-page .brand-guide-card > .buying-button {
    min-height: 40px;
    font-size: 15px;
  }
}

/* Muted buying-page author line */

/* Muted buying-page author line */

.buying-page .buying-author {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 14px 0 0;
  color: #8a91a3;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
}

.buying-page .buying-author__sep {
  color: #b0b6c3;
}

@media (max-width: 560px) {
  .buying-page .buying-author {
    margin-top: 10px;
    font-size: 14px;
    gap: 8px;
  }
}

/* Earbud brand guide spec boxes */

.buying-page .brand-guide-spec-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin: 16px 0 4px;
}

.buying-page .brand-guide-spec-card {
  display: flex;
  aspect-ratio: 1 / 1;
  min-width: 0;
  min-height: 104px;
  padding: 12px;
  border: 1px solid #e3e8f2;
  border-radius: 18px;
  background: #f8fafc;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.buying-page .brand-guide-spec-card strong {
  display: block;
  color: var(--buying-text);
  font-size: clamp(18px, 1.7vw, 23px);
  line-height: 1.08;
  letter-spacing: -0.035em;
  font-weight: 750;
  word-break: break-word;
}

.buying-page .brand-guide-spec-card span {
  display: block;
  margin-top: 8px;
  color: var(--buying-muted);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 650;
}

@media (max-width: 900px) {
  .buying-page .brand-guide-spec-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .buying-page .brand-guide-spec-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .buying-page .brand-guide-spec-card {
    min-height: 96px;
  }

  .buying-page .brand-guide-spec-card strong {
    font-size: 20px;
  }
}

/* Brand guide price + action row */

.buying-page .brand-guide-card__action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  margin-top: 18px;
}

.buying-page .brand-guide-card__price {
  color: var(--buying-text);
  font-size: 22px;
  line-height: 1;
  font-weight: 750;
  letter-spacing: -0.035em;
  white-space: nowrap;
}

@media (max-width: 560px) {
  .buying-page .brand-guide-card__action {
    justify-content: space-between;
    width: 100%;
  }

  .buying-page .brand-guide-card__price {
    font-size: 20px;
  }
}