/* ==========================================================================
   TheHairInsider — T2 comparison advertorial
   Rebuilt clean 28 Jul 2026.
   Palette and type taken 1:1 from mhd-deploy-v5 (malehealthdigest.com).
   No colour appears here that isn't in that file.
   Everything is scoped under .page-wrap. That's deliberate: CheckoutChamp
   injects bootstrap.min.css (twice), all.min.css and animate.min.css BEFORE
   this sheet. A .page-wrap prefix out-specifies Bootstrap's element and
   single-class selectors, so !important is used ONLY where the visual
   builder writes inline styles (images).
   Mobile first. Breakpoints at 641px and 1025px.
   ========================================================================== */
/* -------------------------------------------------- 1. TOKENS ------------ */
:root {
  --hi-teal: rgba(74, 134, 153, 1);
  --hi-crimson: rgba(217, 38, 67, 1);
  --hi-ink: rgba(1, 1, 1, 1);
  --hi-body: rgba(28, 28, 28, 1);
  --hi-muted: rgba(118, 118, 118, 1);
  --hi-hdr: rgba(239, 239, 239, 1);
  --hi-bar: rgba(245, 245, 245, 1);
  --hi-border: rgba(230, 230, 230, 1);
  --hi-soft: rgba(247, 248, 248, 1);
  --hi-navy2: rgba(18, 35, 59, 1);
  --hi-green: rgba(30, 125, 67, 1);
  --hi-green-line: rgba(205, 231, 214, 1);
  --hi-green-fill: rgba(238, 248, 241, 1);
  --hi-gold: rgba(240, 160, 32, 1);
  --hi-line-strong: rgba(217, 217, 217, 1);
  --hi-zebra: rgba(250, 251, 252, 1);
  --hi-avatar-bg: rgba(217, 221, 224, 1);
  --hi-hair: rgba(201, 201, 201, 1);
  --hi-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --hi-s1: 8px;
  --hi-s2: 16px;
  --hi-s3: 24px;
  --hi-s4: 32px;
  --hi-s5: 44px;
  --hi-measure: 760px;
  --hi-gutter: 20px;
  --hi-radius: 4px;
  --hi-radius-lg: 6px;
}

/* -------------------------------------------------- 2. RESET ------------- */
.page-wrap,
.page-wrap *,
.page-wrap *::before,
.page-wrap *::after {
  box-sizing: border-box;
}

.page-wrap {
  font-family: var(--hi-font);
  font-size: 17px;
  line-height: 1.62;
  color: var(--hi-body);
  background: rgba(255, 255, 255, 1);
  padding-bottom: 76px;
}

.page-wrap p {
  margin: 0 0 22px;
}

.page-wrap h1,
.page-wrap h2,
.page-wrap h3,
.page-wrap h4 {
  font-family: var(--hi-font);
  font-weight: 600;
  color: var(--hi-ink);
  margin: 0;
}

.page-wrap ul,
.page-wrap ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-wrap li {
  margin: 0;
}

.page-wrap a {
  color: var(--hi-teal);
  text-decoration: none;
}

.page-wrap a:hover {
  text-decoration: underline;
}

.page-wrap img {
  max-width: 100%;
  height: auto;
}

.page-wrap figure {
  margin: 0;
}

.page-wrap blockquote {
  margin: 0;
}

.page-wrap table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0;
}

.page-wrap button {
  font-family: var(--hi-font);
}

.page-wrap strong {
  color: var(--hi-ink);
  font-weight: 700;
}

.ss-anchor {
  display: block;
  height: 0;
  width: 0;
  overflow: hidden;
  scroll-margin-top: 24px;
}

/* -------------------------------------------------- 3. LAYOUT ------------ */
.page-wrap .hi-wrap {
  width: 100%;
  max-width: var(--hi-measure);
  float: none;
  margin: 0 auto;
  padding: 0 var(--hi-gutter);
}

/* -------------------------------------------------- 4. MASTHEAD ---------- */
.page-wrap .site-header {
  background: var(--hi-hdr);
}

.page-wrap .masthead-inner {
  max-width: 1240px;
  display: flex;
  align-items: center;
  gap: var(--hi-s3);
  margin: 0 auto;
  padding: 10px var(--hi-gutter);
}

.page-wrap .masthead-logo-link {
  display: block;
  line-height: 0;
  flex: 0 0 auto;
}

.page-wrap .masthead-logo-img {
  height: 50px !important;
  width: auto !important;
  display: block !important;
}

.page-wrap .masthead-nav {
  display: none;
}

.page-wrap .masthead-disclaimer-link {
  margin-left: auto;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 400;
  color: var(--hi-muted);
  text-decoration: underline;
  text-underline-offset: 3px;
  white-space: nowrap;
  cursor: pointer;
}

.page-wrap .masthead-disclaimer-link:hover {
  color: var(--hi-ink);
}

/* -------------------------------------------------- 5. BREADCRUMB -------- */
.page-wrap .breadcrumb {
  background: var(--hi-bar);
  border-top: 1px solid var(--hi-border);
  border-bottom: 1px solid var(--hi-border);
  border-radius: 0;
  font-size: 12.5px;
  color: var(--hi-muted);
  margin: 0;
  padding: 9px 0;
}

.page-wrap .breadcrumb .hi-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.page-wrap .breadcrumb-item {
  color: var(--hi-muted);
}

.page-wrap .breadcrumb-sep {
  color: var(--hi-hair);
}

.page-wrap .breadcrumb-current {
  color: var(--hi-body);
}

/* -------------------------------------------------- 6. ARTICLE HEAD ------ */
.page-wrap .article-head {
  padding-top: var(--hi-s3);
}

.page-wrap .category-label {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--hi-teal);
  margin: 0 0 10px;
}

.page-wrap .article-head h1 {
  font-size: 29px;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: -0.018em;
  margin: 0 0 var(--hi-s2);
}

.page-wrap .article-deck {
  font-size: 17px;
  line-height: 1.5;
  color: var(--hi-muted);
  font-weight: 400;
  margin: 0 0 var(--hi-s3);
}

.page-wrap .author-byline {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  border-top: 1px solid var(--hi-border);
  font-size: 14px;
  color: var(--hi-muted);
  margin: 0 0 26px;
  padding: var(--hi-s2) 0 0;
}

.page-wrap .byline-photo {
  width: 44px !important;
  height: 44px !important;
  min-width: 44px;
  border-radius: 50% !important;
  object-fit: cover !important;
  background: var(--hi-avatar-bg);
}

.page-wrap .byline-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.page-wrap .byline-name {
  font-weight: 600;
  color: var(--hi-body);
}

.page-wrap .byline-subtitle,
.page-wrap .byline-meta {
  font-size: 13.5px;
  color: var(--hi-muted);
}

.page-wrap .byline-dot {
  color: var(--hi-hair);
  margin: 0 6px;
}

/* -------------------------------------------------- 7. ARTICLE BODY ------ */
.page-wrap .article-body {
  padding-top: 0;
}

.page-wrap .article-body h2 {
  font-size: 23px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: -0.012em;
  margin: var(--hi-s5) 0 var(--hi-s2);
}

.page-wrap .article-body h2:first-of-type {
  margin-top: 0;
}

.page-wrap .article-body h3 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  margin: var(--hi-s4) 0 10px;
}

.page-wrap .article-body h4 {
  font-size: 16px;
  font-weight: 700;
  margin: var(--hi-s3) 0 8px;
}

.page-wrap .article-body p {
  margin: 0 0 22px;
}

.page-wrap .article-body ul {
  margin: 0 0 22px;
}

.page-wrap .article-body ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
}

.page-wrap .article-body ul li::before {
  content: "\2022";
  color: var(--hi-teal);
  font-size: 1.1em;
  line-height: inherit;
  position: absolute;
  left: 5px;
  top: 0;
}

.page-wrap .article-body ol {
  list-style: decimal;
  padding-left: 26px;
  margin: 0 0 22px;
}

.page-wrap .article-body ol li {
  padding-left: 4px;
  margin-bottom: 10px;
}

.page-wrap .article-body ol li::marker {
  color: var(--hi-muted);
}

/* -------------------------------------------------- 8. BRAND JUMP -------- */
.page-wrap .brand-jump {
  background: rgba(255, 255, 255, 1);
  border: 1px solid var(--hi-border);
  border-left: 4px solid var(--hi-navy2);
  border-radius: var(--hi-radius);
  margin: var(--hi-s3) 0;
  padding: 18px;
}

.page-wrap .brand-jump-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--hi-ink);
  margin: 0 0 14px;
}

.page-wrap .brand-jump-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-wrap .brand-jump-links li::before {
  content: none;
}

.page-wrap .brand-jump-links a {
  display: inline-block;
  background: rgba(255, 255, 255, 1);
  border: 1px solid var(--hi-line-strong);
  border-radius: var(--hi-radius);
  font-size: 14px;
  font-weight: 600;
  color: var(--hi-ink);
  transition: border-color 0.15s, color 0.15s, background 0.15s;
  padding: 8px 12px;
}

.page-wrap .brand-jump-links a:hover {
  background: var(--hi-soft);
  color: var(--hi-teal);
  text-decoration: none;
  border-color: var(--hi-teal);
}

.page-wrap .brand-jump-links a[href="#winner"] {
  border-left: 3px solid var(--hi-teal);
  background: var(--hi-soft);
  border-color: var(--hi-teal);
}

.page-wrap .brand-jump-links a[href="#winner"]:hover {
  background: var(--hi-green-fill);
  color: var(--hi-green);
  border-color: var(--hi-green);
}

.page-wrap .brand-jump-note {
  font-size: 13px;
  color: var(--hi-muted);
  line-height: 1.55;
  margin: 14px 0 0;
}

/* -------------------------------------------------- 9. RANKING TABLE ----- */
.page-wrap .at-a-glance {
  margin: var(--hi-s3) 0;
}

.page-wrap .at-a-glance-title {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 12px;
}

.page-wrap .table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid var(--hi-border);
  border-radius: var(--hi-radius-lg);
  margin: var(--hi-s3) 0;
}

.page-wrap .glance-table {
  min-width: 560px;
  font-size: 14px;
  border: none;
  border-radius: 0;
}

.page-wrap .glance-table th {
  background: var(--hi-navy2);
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 10px;
}

.page-wrap .glance-table td {
  border-top: 1px solid var(--hi-border);
  background: rgba(255, 255, 255, 1);
  vertical-align: middle;
  white-space: nowrap;
  padding: 10px;
}

.page-wrap .glance-table td:nth-child(2) {
  white-space: normal;
  min-width: 150px;
}

.page-wrap .glance-table th:not(:first-child):not(:nth-child(2)),
.page-wrap .glance-table td:not(:first-child):not(:nth-child(2)) {
  text-align: center;
}

.page-wrap .glance-row td {
  vertical-align: middle;
}

.page-wrap .glance-table tr:nth-child(odd) td {
  background: var(--hi-zebra);
}

.page-wrap .glance-row--winner td {
  background: var(--hi-green-fill);
  font-weight: 600;
  color: var(--hi-ink);
  border-top: 1px solid var(--hi-green-line);
  border-bottom: 1px solid var(--hi-green-line);
}

.page-wrap .glance-rank {
  font-weight: 700;
  color: var(--hi-ink);
}

.page-wrap .glance-grade {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 22px;
  background: var(--hi-teal);
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  border-radius: var(--hi-radius);
  padding: 0 6px;
}

.page-wrap .glance-pick {
  display: inline-block;
  background: var(--hi-green);
  color: rgba(255, 255, 255, 1);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 3px;
  margin-left: 6px;
  vertical-align: 1px;
  line-height: 1.4;
  padding: 2px 6px;
}

/* -------------------------------------------------- 10. PRODUCT SECTIONS - */
.page-wrap .score-card {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  border-top: 1px solid var(--hi-border);
  margin: var(--hi-s4) 0 0;
  padding: var(--hi-s4) 0 0;
}

.page-wrap .score-card--winner {
  border-top: 3px solid var(--hi-teal);
}

.page-wrap .editors-pick-ribbon {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--hi-teal);
  margin: 0 0 8px;
}

.page-wrap .score-card-head {
  display: block;
  margin: 0 0 10px;
}

.page-wrap .score-card-text {
  margin: 0 0 8px;
}

.page-wrap .score-rank {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--hi-teal);
  margin: 0 0 6px;
}

.page-wrap .score-brand {
  font-size: 24px;
  line-height: 1.22;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin: 0 0 6px;
}

.page-wrap .score-subhead {
  font-size: 16px;
  line-height: 1.45;
  color: var(--hi-muted);
  font-style: italic;
  margin: 0 0 10px;
}

.page-wrap .grade-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  border-top: 1px solid var(--hi-border);
  border-bottom: 1px solid var(--hi-border);
  margin: 0 0 4px;
  padding: 8px 0;
}

.page-wrap .grade-label {
  order: 1;
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--hi-muted);
}

.page-wrap .grade-badge {
  order: 2;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 24px;
  background: var(--hi-teal);
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  border-radius: var(--hi-radius);
  padding: 0 8px;
}

.page-wrap .numeric-score {
  order: 3;
  flex: 0 0 auto;
  font-size: 15px;
  font-weight: 700;
  color: var(--hi-ink);
  line-height: 1;
}

.page-wrap .stars-row {
  order: 4;
  flex: 0 0 auto;
  color: var(--hi-gold);
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 1;
}

.page-wrap .product-figure {
  display: block;
  width: 100%;
  margin: var(--hi-s2) 0 20px;
}

.page-wrap .product-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--hi-radius);
}

.page-wrap .product-figure figcaption {
  font-size: 12.5px;
  line-height: 1.5;
  color: var(--hi-muted);
  margin-top: 8px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--hi-border);
}

.page-wrap .category-scores {
  font-size: 15px;
  margin: var(--hi-s2) 0;
}

.page-wrap .category-scores td {
  border-bottom: 1px solid var(--hi-border);
  background: none;
  padding: 8px 0;
}

.page-wrap .category-scores td:last-child {
  text-align: right;
  font-weight: 700;
  color: var(--hi-ink);
}

.page-wrap .category-scores .lbl {
  color: var(--hi-muted);
}

.page-wrap .num {
  font-weight: 700;
  color: var(--hi-ink);
}

.page-wrap .win {
  color: var(--hi-green);
  font-weight: 700;
}

.page-wrap .lose {
  color: var(--hi-crimson);
  font-weight: 700;
}

/* winner-box grade line: badge, score and stars need real spacing */
.page-wrap .grade-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0 0 var(--hi-s2);
}

.page-wrap .grade-row .grade-badge {
  margin: 0;
}

.page-wrap .grade-row .numeric-score {
  font-size: 16px;
}

.page-wrap .grade-row .stars-row {
  font-size: 15px;
}

/* -------------------------------------------------- 11. PROS / CONS ------ */
.page-wrap .pros-cons {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--hi-s2);
  margin: var(--hi-s3) 0;
}

.page-wrap .pc-block {
  background: none;
  border: none;
  padding: 0;
}

.page-wrap .pc-block h4 {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--hi-muted);
  margin: 0 0 10px;
}

.page-wrap .pros li,
.page-wrap .cons li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  font-size: 15.5px;
  line-height: 1.55;
}

.page-wrap .pros li::before {
  content: "\2713";
  color: var(--hi-green);
  font-weight: 800;
  font-size: 15px;
  position: absolute;
  left: 2px;
  top: 0;
}

.page-wrap .cons li::before {
  content: "\2715";
  color: var(--hi-crimson);
  font-weight: 800;
  font-size: 13px;
  position: absolute;
  left: 2px;
  top: 1px;
}

/* -------------------------------------------------- 12. CTAs ------------- */
.page-wrap .cta-wrap,
.page-wrap .cta-wrap--final {
  margin: var(--hi-s3) 0;
}

.page-wrap .cta-button {
  display: block;
  width: 100%;
  max-width: 480px;
  background: var(--hi-crimson);
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.03em;
  border-radius: var(--hi-radius);
  transition: filter 0.15s, box-shadow 0.15s;
  margin: 0 auto 10px;
  padding: 15px 20px;
}

.page-wrap .cta-button:hover {
  text-decoration: none;
  filter: brightness(1.05);
  box-shadow: 0 4px 14px rgba(217, 38, 67, 0.3);
}

.page-wrap .cta-button--inline {
  display: inline-block;
  width: auto;
  font-size: 13.5px;
  margin: 0;
  padding: 11px 20px;
}

.page-wrap .cta-subnote {
  font-size: 13px;
  color: var(--hi-muted);
  text-align: center;
  margin: 0;
}

/* -------------------------------------------------- 13. CALLOUT BOXES ---- */
.page-wrap .study-box,
.page-wrap .offer-box,
.page-wrap .methodology,
.page-wrap .short-answer,
.page-wrap .risk-note,
.page-wrap .bottom-line {
  background: var(--hi-soft);
  border: none;
  border-left: 3px solid var(--hi-navy2);
  border-radius: 0;
  margin: var(--hi-s3) 0;
  padding: 18px 20px;
}

.page-wrap .study-stat {
  font-size: 21px;
  font-weight: 700;
  color: var(--hi-ink);
}

.page-wrap .study-cite {
  font-size: 12.5px;
  color: var(--hi-muted);
  margin-top: 8px;
}

.page-wrap .special-offer {
  border: 2px solid var(--hi-crimson);
  border-radius: var(--hi-radius);
  background: rgba(255, 255, 255, 1);
  margin: var(--hi-s4) 0;
  padding: 20px 18px;
}

.page-wrap .special-offer h2,
.page-wrap .special-offer h3 {
  font-size: 20px;
  margin: 0 0 12px;
}

/* -------------------------------------------------- 14. READER QUOTES ---- */
.page-wrap .testimonials {
  display: block;
  margin: var(--hi-s3) 0;
}

.page-wrap .testimonial {
  display: block;
  border-left: 3px solid var(--hi-teal);
  font-size: 16.5px;
  line-height: 1.55;
  color: var(--hi-ink);
  margin: 0 0 var(--hi-s3);
  padding: 2px 0 2px 20px;
}

.page-wrap .testimonial p {
  font-style: italic;
  margin: 0 0 10px;
}

.page-wrap .testimonial-person {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px;
}

.page-wrap .testimonial-name {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--hi-body);
}

.page-wrap .testimonial-loc {
  font-size: 13.5px;
  color: var(--hi-muted);
}

/* -------------------------------------------------- 15. COMMENTS --------- */
.page-wrap .comments {
  margin: var(--hi-s3) 0 var(--hi-s1);
}

.page-wrap .cmt {
  display: flex;
  gap: 12px;
  border-top: 1px solid var(--hi-border);
  padding: 18px 0;
}

.page-wrap .cmt-reply {
  margin-left: 30px;
  border-top: 1px dashed var(--hi-border);
}

.page-wrap .cav {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--hi-teal);
  color: rgba(255, 255, 255, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  margin-top: 2px;
}

.page-wrap .cav-author {
  background: var(--hi-navy2);
}

.page-wrap .cmt-reply .cav {
  width: 32px;
  height: 32px;
  font-size: 12.5px;
}

.page-wrap .cbody {
  flex: 1 1 auto;
  min-width: 0;
}

.page-wrap .comment-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  margin: 0 0 4px;
}

.page-wrap .comment-name {
  font-size: 14.5px;
  font-weight: 700;
  color: var(--hi-ink);
}

.page-wrap .comment-meta {
  font-size: 12.5px;
  color: var(--hi-muted);
}

.page-wrap .comment-body {
  font-size: 15.5px;
  line-height: 1.6;
  margin: 0;
}

.page-wrap .author-badge {
  color: var(--hi-crimson);
  font-size: 11px;
  font-weight: 600;
}

/* -------------------------------------------------- 16. SOURCES ---------- */
.page-wrap .sources {
  list-style: decimal;
  padding-left: 26px;
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--hi-muted);
  margin: 0 0 22px;
}

.page-wrap .sources li {
  margin-bottom: 8px;
  padding-left: 4px;
}

.page-wrap .sources li::marker {
  color: var(--hi-muted);
}

.page-wrap .sources strong {
  color: var(--hi-body);
  font-weight: 600;
}

/* -------------------------------------------------- 17. FOOTER ----------- */
.page-wrap .site-footer {
  background: var(--hi-hdr);
  border-top: 3px solid var(--hi-navy2);
  margin-top: var(--hi-s5);
  font-size: 12.5px;
  color: var(--hi-muted);
  padding: var(--hi-s4) 0;
}

.page-wrap .footer-inner {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 var(--hi-gutter);
}

.page-wrap .footer-logo-img {
  height: 32px !important;
  width: auto !important;
  display: block;
  margin-bottom: 12px;
}

.page-wrap .footer-tagline {
  margin: 0 0 12px;
}

.page-wrap .footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 14px;
}

.page-wrap .footer-links li::before {
  content: none;
}

.page-wrap .footer-links a {
  color: var(--hi-body);
}

.page-wrap .footer-disclaimer-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--hi-body);
  margin: 14px 0 6px;
}

.page-wrap .footer-disclaimer p,
.page-wrap .footer-copy {
  line-height: 1.6;
  margin: 0 0 10px;
}

/* -------------------------------------------------- 18. STICKY CTA -------
   NOT scoped to .page-wrap: CheckoutChamp renders this element and the
   <dialog> as direct children of <body>, outside the wrapper. Scoping them
   made every rule here silently fail on the live page.                     */
.sticky-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -90px;
  z-index: 120;
  background: rgba(255, 255, 255, 1);
  border-top: 2px solid var(--hi-crimson);
  box-shadow: 0 -4px 18px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: bottom 0.28s ease;
  padding: 10px var(--hi-gutter);
}

.sticky-bar.show {
  bottom: 0;
}

.sticky-bar > span {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 520px;
  font-size: 13px;
  font-weight: 700;
  color: var(--hi-ink);
  line-height: 1.3;
}

.sticky-bar a {
  flex: 0 0 auto;
  background: var(--hi-crimson);
  color: rgba(255, 255, 255, 1);
  font-size: 12.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  border-radius: var(--hi-radius);
  white-space: nowrap;
  padding: 10px 16px;
}

.sticky-bar a:hover {
  text-decoration: none;
  filter: brightness(1.05);
}

/* -------------------------------------------------- 19. MODAL ------------ */
.disclaimer-modal {
  border: none;
  border-top: 4px solid var(--hi-teal);
  border-radius: var(--hi-radius-lg);
  max-width: 560px;
  width: calc(100% - 40px);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.1);
  color: var(--hi-body);
  font-family: var(--hi-font);
  padding: 0;
}

.disclaimer-modal::backdrop {
  background: rgba(0, 0, 0, 0.1);
}

.disclaimer-modal-inner {
  padding: 22px 20px 18px;
}

.disclaimer-modal-title {
  font-size: 19px;
  font-weight: 700;
  color: var(--hi-ink);
  margin: 0 0 14px;
}

.disclaimer-modal p {
  font-size: 14.5px;
  line-height: 1.6;
  margin: 0 0 14px;
}

.disclaimer-modal-close {
  display: inline-block;
  margin-top: 4px;
  background: var(--hi-crimson);
  border: none;
  color: rgba(255, 255, 255, 1);
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border-radius: var(--hi-radius);
  cursor: pointer;
  padding: 11px 22px;
}

.disclaimer-modal-close:hover {
  filter: brightness(1.05);
}

/* ============================ 20. >= 641px  tablet ======================== */
/* ============================ 21. >= 1025px  desktop ===================== */
/* --------------------------------------------------------------------------
   Transition blocks between product sections.
   .mini-cta is a CONTAINER (div > p + a) — never style it as a button.
   -------------------------------------------------------------------------- */
.page-wrap .mini-cta {
  display: block;
  width: auto;
  max-width: none;
  background: var(--hi-soft);
  border-left: 3px solid var(--hi-teal);
  border-radius: 0;
  text-align: left;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 400;
  font-size: inherit;
  color: var(--hi-body);
  box-shadow: none;
  margin: var(--hi-s3) 0;
  padding: 16px 18px;
}

.page-wrap .mini-cta:hover {
  filter: none;
  box-shadow: none;
}

.page-wrap .mini-cta p {
  font-size: 16px;
  line-height: 1.55;
  margin: 0 0 12px;
}

.page-wrap .mini-cta strong {
  color: var(--hi-ink);
}

/* secondary in-page link under a primary CTA (winner box → mechanism section) */
.page-wrap .cta-scroll {
  text-align: center;
  margin: 0 0 6px;
}

.page-wrap .cta-scroll a {
  font-size: 13.5px;
  color: var(--hi-muted);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.page-wrap .cta-scroll a:hover {
  color: var(--hi-teal);
}

#cc-id-waZ8lrILFtCD {
  margin-left: auto;
  margin-right: auto;
}

#cc-id-JGJ1l2rGzQ4V {
  margin-left: auto;
  margin-right: auto;
}

#cc-id-zh8pwhNjEBDm {
  margin-left: auto;
  margin-right: auto;
}

#cc-id-AT5tlkaxKTx2 {
  margin-left: auto;
  margin-right: auto;
}

#cc-id-PVYZ0W0IaAAX {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 641px) {
  .page-wrap {
    font-size: 17.5px;
  }
  .page-wrap .hi-wrap {
    padding: 0 var(--hi-s3);
  }
  .page-wrap .masthead-inner {
    padding: 10px var(--hi-s3);
  }
  .page-wrap .masthead-logo-img {
    height: 56px !important;
  }
  .page-wrap .masthead-nav {
    display: flex;
    gap: 26px;
    font-size: 13.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--hi-ink);
  }
  .page-wrap .masthead-nav span {
    cursor: default;
    white-space: nowrap;
  }
  .page-wrap .masthead-nav span.on {
    color: var(--hi-teal);
  }
  .page-wrap .masthead-disclaimer-link {
    font-size: 12.5px;
  }
  .page-wrap .breadcrumb {
    font-size: 13.5px;
    padding: 11px 0;
  }
  .page-wrap .article-head {
    padding-top: 28px;
  }
  .page-wrap .article-head h1 {
    font-size: 34px;
    line-height: 1.22;
  }
  .page-wrap .article-deck {
    font-size: 19px;
    margin-bottom: var(--hi-s4);
  }
  .page-wrap .article-body h2 {
    font-size: 26px;
    margin: 52px 0 18px;
  }
  .page-wrap .article-body h3 {
    font-size: 19px;
  }
  .page-wrap .score-card {
    padding-top: var(--hi-s5);
    margin-top: var(--hi-s5);
  }
  .page-wrap .score-brand {
    font-size: 28px;
  }
  .page-wrap .score-subhead {
    font-size: 17px;
  }
  .page-wrap .stars-row {
    margin-left: auto;
  }
  .page-wrap .product-figure {
    margin: 20px 0 var(--hi-s3);
  }
  .page-wrap .pros-cons {
    grid-template-columns: 1fr 1fr;
    gap: var(--hi-s4);
  }
  .page-wrap .testimonial {
    font-size: 18px;
    padding-left: var(--hi-s3);
  }
  .page-wrap .cmt-reply {
    margin-left: 44px;
  }
  .page-wrap .brand-jump {
    padding: 20px 22px;
  }
  .page-wrap .special-offer {
    padding: 24px 26px;
  }
  .page-wrap .study-box,
  .page-wrap .offer-box,
  .page-wrap .methodology,
  .page-wrap .short-answer,
  .page-wrap .risk-note,
  .page-wrap .bottom-line {
    padding: 20px var(--hi-s3);
  }
  .page-wrap .glance-table {
    font-size: 14.5px;
  }
  .page-wrap .glance-table th,
  .page-wrap .glance-table td {
    padding: 12px 14px;
  }
  .sticky-bar > span {
    font-size: 14px;
  }
  .sticky-bar a {
    font-size: 13.5px;
    padding: 11px 20px;
  }
  .disclaimer-modal-inner {
    padding: 26px 28px 22px;
  }
  .disclaimer-modal-title {
    font-size: 21px;
  }
  .page-wrap .mini-cta {
    padding: 18px 22px;
  }
  .page-wrap .mini-cta p {
    font-size: 16.5px;
  }
}

@media (min-width: 1025px) {
  .page-wrap {
    font-size: 18px;
  }
  .page-wrap .table-scroll {
    overflow-x: visible;
  }
  .page-wrap .glance-table {
    min-width: 0;
  }
  .page-wrap .glance-table th,
  .page-wrap .glance-table td {
    white-space: normal;
  }
  .page-wrap .glance-table td:nth-child(2) {
    min-width: 0;
  }
}

/* --------------------------------------------------------------------------
   El Dato Capilar compatibility layer
   Keeps the Top 5 content/markup while applying the supplied T2 design system.
   -------------------------------------------------------------------------- */
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fff;
}

.page-wrap .container,
.page-wrap .container-wide {
  width: 100%;
  float: none;
  margin-right: auto;
  margin-left: auto;
}

.page-wrap .masthead-wordmark,
.page-wrap .footer-inner::before {
  font-family: var(--hi-font);
  font-weight: 800;
  letter-spacing: -0.035em;
  color: var(--hi-navy2);
}

.page-wrap .masthead-wordmark {
  display: block;
  font-size: 21px;
  line-height: 1;
  white-space: nowrap;
}

.page-wrap .footer-logo-img {
  display: none !important;
}

.page-wrap .footer-inner::before {
  content: "El Dato Capilar";
  display: block;
  font-size: 22px;
  line-height: 1.1;
  margin-bottom: 12px;
}

.page-wrap .hero-figure,
.page-wrap .mechanism-figure {
  margin: 0 0 var(--hi-s4);
}

.page-wrap .hero-figure img,
.page-wrap .mechanism-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--hi-radius);
}

.page-wrap .hero-caption,
.page-wrap .mechanism-figure figcaption {
  border-bottom: 1px solid var(--hi-border);
  color: var(--hi-muted);
  font-size: 12.5px;
  line-height: 1.5;
  padding: 8px 0 10px;
}

.page-wrap .at-a-glance {
  overflow: visible;
}

.page-wrap .at-a-glance-title {
  padding: 0;
}

.page-wrap .score-card-head {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: start;
  gap: 0 14px;
}

.page-wrap .rank-badge-img {
  grid-column: 1;
  width: 58px !important;
  height: 58px !important;
  object-fit: contain;
  border-radius: var(--hi-radius) !important;
}

.page-wrap .score-card-text {
  grid-column: 2;
}

.page-wrap .grade-block {
  grid-column: 1 / -1;
}

.page-wrap .testimonial blockquote {
  margin: 0 0 12px;
}

.page-wrap .testimonial-avatar {
  width: 40px !important;
  height: 40px !important;
  flex: 0 0 40px;
  border-radius: 50% !important;
  object-fit: cover;
}

.page-wrap .section-rule,
.page-wrap .section-rule--ornament {
  border: 0;
  border-top: 1px solid var(--hi-border);
  color: var(--hi-teal);
  text-align: center;
  margin: var(--hi-s5) 0;
}

.page-wrap .section-rule--ornament span {
  position: relative;
  top: -0.8em;
  background: #fff;
  font-size: 11px;
  padding: 0 10px;
}

.page-wrap .verdict {
  background: var(--hi-soft);
  border-left: 3px solid var(--hi-navy2);
  margin: var(--hi-s3) 0;
  padding: 18px 20px;
}

.page-wrap .rte-styled-text {
  color: var(--hi-ink);
}

@media (min-width: 641px) {
  .page-wrap .masthead-wordmark {
    font-size: 24px;
  }

  .page-wrap .score-card-head {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 0 18px;
  }

  .page-wrap .rank-badge-img {
    width: 72px !important;
    height: 72px !important;
  }
}

@media (max-width: 640px) {
  .page-wrap .masthead-inner {
    gap: 12px;
  }

  .page-wrap .masthead-disclaimer-link {
    max-width: 140px;
    white-space: normal;
    text-align: right;
    line-height: 1.2;
  }
}
