.comparison-page {
  background: #f7f9fc;
  color: #1f2933;
  font-family: "Roboto", Arial, sans-serif;
}

.comparison-page a {
  color: #1b73b7;
}

.comparison-hero {
  background: #ffffff;
  border-bottom: 1px solid #dde5ee;
  padding: 52px 0 34px;
}

.comparison-kicker {
  color: #516173;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 18px;
  text-align: center;
  text-transform: uppercase;
}

.comparison-hero h1 {
  color: #10243d;
  font-size: 43px;
  font-weight: 700;
  line-height: 1.18;
  margin: 0 auto 18px;
  max-width: 940px;
  text-align: center;
}

.comparison-hero h2 {
  color: #516173;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.55;
  margin: 0 auto;
  max-width: 900px;
  text-align: center;
}

.article-section {
  padding: 34px 0;
}

.article-section.white {
  background: #ffffff;
}

.article-wrap {
  margin: 0 auto;
  max-width: 900px;
}

.article-wrap.wide {
  max-width: 1120px;
}

.article-wrap h2 {
  color: #10243d;
  font-size: 31px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 14px;
}

.article-wrap h3 {
  color: #10243d;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 12px;
}

.article-wrap p,
.article-wrap li {
  color: #334155;
  font-size: 18px;
  line-height: 1.72;
}

.article-wrap p {
  margin: 0 0 18px;
}

.article-intro {
  background: #ffffff;
  border: 1px solid #dde5ee;
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(16, 36, 61, 0.06);
  padding: 28px;
}

.product-strip {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  margin-top: 28px;
}

.product-tile {
  align-items: center;
  background: #ffffff;
  border: 1px solid #dde5ee;
  border-radius: 8px;
  display: flex;
  gap: 18px;
  min-height: 178px;
  padding: 20px;
}

.product-tile.featured {
  border-color: #b9d9f2;
  box-shadow: 0 12px 28px rgba(23, 117, 185, 0.12);
}

.product-tile img {
  flex: 0 0 124px;
  height: 124px;
  object-fit: contain;
  width: 124px;
}

.product-tile small {
  color: #64748b;
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.product-tile strong {
  color: #10243d;
  display: block;
  font-size: 21px;
  line-height: 1.25;
  margin-bottom: 8px;
}

.product-tile span {
  color: #516173;
  display: block;
  font-size: 16px;
  line-height: 1.45;
}

.vs-pill {
  align-items: center;
  align-self: center;
  background: #10243d;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  font-size: 15px;
  font-weight: 700;
  height: 52px;
  justify-content: center;
  width: 52px;
}

.table-scroll {
  background: #ffffff;
  border: 1px solid #dde5ee;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(16, 36, 61, 0.08);
  overflow-x: auto;
}

.quick-table,
.detail-table {
  border-collapse: collapse;
  margin: 0;
  min-width: 820px;
  width: 100%;
}

.quick-table th,
.quick-table td,
.detail-table th,
.detail-table td {
  border-bottom: 1px solid #e4ebf2;
  padding: 18px 20px;
  vertical-align: top;
}

.quick-table th,
.detail-table th {
  background: #10243d;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.quick-table th:first-child,
.detail-table th:first-child {
  text-align: left;
}

.quick-table th:nth-child(2),
.quick-table th:nth-child(3) {
  text-align: left;
}

.quick-table td:first-child {
  color: #1f2933;
  font-weight: 700;
  font-size: 17px;
  min-width: 260px;
}

.quick-table td:nth-child(2),
.quick-table td:nth-child(3) {
  font-size: 17px;
  text-align: left;
  width: 28%;
}

.quick-table tr:last-child td,
.detail-table tr:last-child td {
  border-bottom: 0;
}

.quick-table tr:nth-child(even) td,
.detail-table tr:nth-child(even) td {
  background: #f8fafc;
}

.answer {
  display: block;
  line-height: 1.45;
  text-align: left;
  width: 100%;
}

.answer-status {
  align-items: center;
  display: inline-flex;
  gap: 8px;
  line-height: 1.25;
}

.answer i {
  font-size: 19px;
  margin-top: 0;
}

.answer.yes {
  color: #218838;
  font-weight: 700;
}

.answer.no {
  color: #c82333;
  font-weight: 700;
}

.answer-detail {
  color: #334155;
  display: block;
  font-weight: 500;
  margin-top: 8px;
}

.detail-table td:first-child {
  color: #10243d;
  font-size: 19px;
  font-weight: 700;
  width: 18%;
}

.detail-table td {
  color: #334155;
  font-size: 17px;
  line-height: 1.65;
}

.detail-table th:nth-child(2) {
  background: #3f2a63;
}

.detail-table th:nth-child(3) {
  background: #1b73b7;
}

.table-note {
  color: #64748b;
  font-size: 15px;
  line-height: 1.55;
  margin-top: 12px;
}

.center-cta {
  margin-top: 24px;
  text-align: center;
}

.comparison-btn {
  align-items: center;
  background: #217db8;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(33, 125, 184, 0.22);
  color: #ffffff !important;
  display: inline-flex;
  font-size: 17px;
  font-weight: 700;
  justify-content: center;
  line-height: 1.25;
  max-width: 100%;
  min-height: 50px;
  padding: 14px 24px;
  text-align: center;
  text-decoration: none !important;
}

.comparison-btn:hover {
  background: #155f90;
  color: #ffffff !important;
}

.cta-box {
  background: #f0f7ff;
  border: 1px solid #c8dcec;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(16, 36, 61, 0.08);
  margin: 26px auto 0;
  max-width: 780px;
  padding: 30px;
  text-align: center;
}

.offer-badge {
  background: #218838;
  border-radius: 999px;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 14px;
  padding: 7px 14px;
  text-transform: uppercase;
}

.cta-box h3 {
  font-size: 25px;
  margin-bottom: 10px;
  text-align: center;
}

.cta-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 18px 0 24px;
  padding: 0;
}

.cta-points li {
  background: #ffffff;
  border: 1px solid #d8e6f2;
  border-radius: 999px;
  color: #1f2933;
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  list-style: none;
  padding: 8px 12px;
}

.review-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.review-panel,
.review-card {
  background: #ffffff;
  border: 1px solid #dde5ee;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(16, 36, 61, 0.05);
  padding: 22px;
}

.review-panel ul {
  margin: 0;
  padding-left: 20px;
}

.review-panel li {
  margin-bottom: 8px;
}

.pro-review-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 20px;
}

.review-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.review-meta {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.review-name {
  color: #10243d;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.25;
}

.age-badge,
.verified-badge {
  border-radius: 999px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  padding: 5px 9px;
}

.age-badge {
  background: #edf2f7;
  color: #334155;
}

.verified-badge {
  background: #e6f4ea;
  color: #218838;
  margin-bottom: 12px;
}

.stars {
  color: #ffc107;
  font-size: 16px;
  margin-bottom: 8px;
}

.review-card .stars .fa-star {
  color: #f2c21a;
  display: inline-block !important;
}

.review-card p {
  font-size: 17px;
  line-height: 1.65;
  margin-bottom: 0;
}

.seo-block {
  border-top: 1px solid #dde5ee;
  padding-top: 26px;
}

.seo-block:first-child {
  border-top: 0;
  padding-top: 0;
}

.faq-accordion {
  border: 1px solid #dde5ee;
  border-radius: 8px;
  overflow: hidden;
}

.faq-card {
  background: #ffffff;
  border-bottom: 1px solid #dde5ee;
}

.faq-card:last-child {
  border-bottom: 0;
}

.faq-button {
  align-items: center;
  background: #ffffff;
  border: 0;
  color: #10243d;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  justify-content: space-between;
  line-height: 1.35;
  padding: 18px 20px;
  text-align: left;
  width: 100%;
}

.faq-button i {
  color: #217db8;
  flex: 0 0 auto;
  margin-left: 12px;
}

.faq-button[aria-expanded="true"] i::before {
  content: "\f068";
}

.faq-answer {
  padding: 0 20px 18px;
}

.source-note {
  color: #64748b;
  font-size: 15px !important;
  line-height: 1.55 !important;
  margin-top: 16px !important;
}

.inline-disclosure {
  color: #10243d;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
}

@media (max-width: 1199px) {
  .table-scroll {
    background: transparent;
    border: 0;
    box-shadow: none;
    overflow: visible;
  }

  .quick-table,
  .detail-table,
  .quick-table tbody,
  .detail-table tbody {
    display: block;
    min-width: 0;
    width: 100%;
  }

  .quick-table thead,
  .detail-table thead {
    display: none;
  }

  .quick-table tr,
  .detail-table tr {
    background: #ffffff;
    border: 1px solid #dde5ee;
    border-radius: 8px;
    box-shadow: 0 8px 22px rgba(16, 36, 61, 0.05);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    margin-bottom: 16px;
    overflow: hidden;
  }

  .quick-table th,
  .quick-table td,
  .detail-table th,
  .detail-table td {
    border-bottom: 1px solid #e4ebf2;
    display: block;
    min-width: 0 !important;
    padding: 16px 18px;
    width: auto !important;
  }

  .quick-table tr:last-child td,
  .detail-table tr:last-child td {
    border-bottom: 1px solid #e4ebf2;
  }

  .quick-table tr td:first-child,
  .detail-table tr td:first-child {
    background: #10243d;
    color: #ffffff;
    font-size: 21px;
    font-weight: 700;
    grid-column: 1 / -1;
    line-height: 1.35;
    padding: 18px 20px;
  }

  .quick-table td:nth-child(2),
  .quick-table td:nth-child(3),
  .detail-table td:nth-child(2),
  .detail-table td:nth-child(3) {
    background: #ffffff;
    border-bottom: 0 !important;
    color: #334155;
    font-size: 16px;
    min-width: 0 !important;
  }

  .quick-table td:nth-child(2),
  .detail-table td:nth-child(2) {
    border-right: 1px solid #e4ebf2;
  }

  .quick-table td:nth-child(3),
  .detail-table td:nth-child(3) {
    background: #f8fbff;
  }

  .quick-table td:nth-child(2)::before,
  .quick-table td:nth-child(3)::before,
  .detail-table td:nth-child(2)::before,
  .detail-table td:nth-child(3)::before {
    color: #64748b;
    display: block;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.25;
    margin-bottom: 12px;
    overflow-wrap: anywhere;
    text-transform: uppercase;
  }

  .quick-table td:nth-child(2)::before,
  .detail-table td:nth-child(2)::before {
    content: "SpoiledChild E27 Liquid Collagen";
  }

  .quick-table td:nth-child(3)::before,
  .detail-table td:nth-child(3)::before {
    content: "PRO60+ Ageless Collagen Complete";
  }

  .detail-table td:nth-child(2)::before {
    color: #3f2a63;
  }

  .detail-table td:nth-child(3)::before {
    color: #1b73b7;
  }

  .quick-table .answer,
  .quick-table .answer-detail,
  .quick-table .answer-status,
  .detail-table td {
    min-width: 0;
    overflow-wrap: break-word;
  }
}

@media (max-width: 991px) {
  .comparison-hero h1 {
    font-size: 35px;
  }

  .product-strip,
  .review-grid,
  .pro-review-grid {
    grid-template-columns: 1fr;
  }

  .vs-pill {
    justify-self: center;
  }
}

@media (max-width: 767px) {
  .comparison-hero {
    padding: 36px 0 26px;
  }

  .comparison-hero h1 {
    font-size: 30px;
  }

  .comparison-hero h2,
  .article-wrap p,
  .article-wrap li {
    font-size: 17px;
  }

  .article-wrap h2 {
    font-size: 26px;
  }

  .article-intro,
  .cta-box,
  .review-panel,
  .review-card {
    padding: 20px;
  }

  .product-tile {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-tile img {
    align-self: center;
  }

  .comparison-btn {
    display: flex;
    width: 100%;
  }

  .table-scroll {
    background: transparent;
    border: 0;
    box-shadow: none;
    overflow: visible;
  }

  .quick-table,
  .detail-table,
  .quick-table tbody,
  .detail-table tbody {
    display: block;
    min-width: 0;
    width: 100%;
  }

  .quick-table thead,
  .detail-table thead {
    display: none;
  }

  .quick-table tr,
  .detail-table tr {
    background: #ffffff;
    border: 1px solid #dde5ee;
    border-radius: 8px;
    box-shadow: 0 8px 22px rgba(16, 36, 61, 0.05);
    display: block;
    margin-bottom: 14px;
    overflow: hidden;
  }

  .quick-table tr {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .quick-table th,
  .quick-table td,
  .detail-table th,
  .detail-table td {
    border-bottom: 1px solid #e4ebf2;
    display: block;
    min-width: 0 !important;
    padding: 14px 16px;
    width: 100% !important;
  }

  .quick-table tr:last-child td,
  .detail-table tr:last-child td {
    border-bottom: 1px solid #e4ebf2;
  }

  .quick-table td:last-child,
  .detail-table td:last-child {
    border-bottom: 0;
  }

  .quick-table tr:nth-child(even) td,
  .detail-table tr:nth-child(even) td {
    background: #ffffff;
  }

  .quick-table tr td:first-child,
  .detail-table tr td:first-child {
    background: #10243d;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    padding: 18px 16px;
  }

  .quick-table tr td:first-child {
    grid-column: 1 / -1;
  }

  .quick-table td:nth-child(2),
  .quick-table td:nth-child(3),
  .detail-table td:nth-child(2),
  .detail-table td:nth-child(3) {
    background: #ffffff;
    color: #334155;
    font-size: 16px;
  }

  .quick-table td:nth-child(3),
  .detail-table td:nth-child(3) {
    background: #f8fbff;
  }

  .quick-table td:nth-child(2),
  .quick-table td:nth-child(3) {
    border-bottom: 0 !important;
    min-width: 0 !important;
    padding: 14px 12px 16px;
    width: auto !important;
  }

  .quick-table td:nth-child(2) {
    border-right: 1px solid #e4ebf2;
  }

  .quick-table td:nth-child(2)::before,
  .quick-table td:nth-child(3)::before,
  .detail-table td:nth-child(2)::before,
  .detail-table td:nth-child(3)::before {
    color: #64748b;
    display: block;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.3;
    margin-bottom: 12px;
    text-transform: uppercase;
  }

  .quick-table td:nth-child(2)::before,
  .quick-table td:nth-child(3)::before {
    font-size: 16px;
    line-height: 1.22;
    margin-bottom: 10px;
    overflow-wrap: anywhere;
  }

  .quick-table td:nth-child(2)::before,
  .detail-table td:nth-child(2)::before {
    content: "SpoiledChild E27 Liquid Collagen";
  }

  .quick-table td:nth-child(3)::before,
  .detail-table td:nth-child(3)::before {
    content: "PRO60+ Ageless Collagen Complete";
  }

  .detail-table td:nth-child(2)::before {
    color: #3f2a63;
  }

  .detail-table td:nth-child(3)::before {
    color: #1b73b7;
  }

  .quick-table .answer,
  .quick-table .answer-detail,
  .quick-table .answer-status {
    min-width: 0;
    overflow-wrap: break-word;
  }

  .quick-table .answer-status {
    font-size: 18px;
    gap: 7px;
  }

  .quick-table .answer i {
    flex: 0 0 auto;
    font-size: 18px;
  }

  .quick-table .answer-detail {
    font-size: 15px;
    line-height: 1.35;
    margin-top: 8px;
  }

  .answer-detail {
    margin-top: 6px;
  }
}
