/* âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ
   ContractorSoftwareHub â Global Custom CSS
   Last updated: 2026-03-01
   âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ */

/* âââ GOOGLE FONTS ââââââââââââââââââââââââââââââââââââââââââââ */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=Barlow:wght@400;500;600&display=swap');

/* âââ STICKY HEADER âââââââââââââââââââââââââââââââââââââââââââ */
#masthead {
  position: sticky;
  top: 0;
  z-index: 9999;
  width: 100%;
  box-shadow: 0 2px 8px rgba(0,0,0,.10);
}

/* âââ HEADER â site title & nav ââââââââââââââââââââââââââââââââ */

/* Hide Kadence's default "Contractor Software Hub" text title â
   the logo image already shows the brand name */
.site-title {
  display: none !important;
}

/* Logo size â increase from Kadence default 200px to match nav text */
.site-branding a.brand img {
  max-width: 260px !important;
  width: 260px !important;
}

/* Nav links â match offline design color */
.primary-navigation .menu-item a,
.site-main-header-inner-wrap nav a {
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #1C2B4B;
}
.primary-navigation .menu-item a:hover,
.site-main-header-inner-wrap nav a:hover {
  color: #E07A3A;
}

/* "All Reviews â" nav item â orange filled button */
.nav-cta a {
  background: #E07A3A !important;
  color: #fff !important;
  padding: 10px 22px !important;
  border-radius: 6px !important;
  font-family: 'Barlow', sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  text-decoration: none !important;
  transition: background .2s ease !important;
  line-height: 1.2 !important;
}
.nav-cta a:hover {
  background: #c96928 !important;
  color: #fff !important;
}

/* âââ HOMEPAGE â hide Kadence page title ("Home") ââââââââââââ */
.home .page-hero-section {
  display: none !important;
}

/* âââ HOMEPAGE â remove Kadence gap above hero ââââââââââââââââ */
body.home .site-main { padding-top: 0 !important; }
.home .content-area  { margin-top: 0 !important; }
.home .entry-content-wrap { padding-top: 0 !important; }
body.home #primary   { margin-top: 0 !important; }
body.home .entry-header.page-title { display: none !important; }
body.home .hero-container { display: none !important; }
body.home .content-area { margin-top: 0 !important; }
body.home .entry-content-wrap { padding-top: 0 !important; }

/* âââ HOMEPAGE â suppress Kadence auto-inserted p / br tags âââ */
body.home .csh-hero-cats-sub > p,
body.home .csh-hero-cats-wrap > p,
body.home .csh-articles-grid > p,
body.home .csh-comparisons-wrap > p,
body.home .csh-section-inner > p { display: none !important; }

body.home .csh-hero-cats-sub > br,
body.home .csh-hero-cats-wrap > br { display: none !important; }
.csh-comparison-card > p  { display: none !important; }
.csh-comparison-card > br { display: none !important; }
.csh-article-card > p     { display: none !important; }
.csh-article-card > br    { display: none !important; }
.csh-editor-strip > p     { display: none !important; }
.csh-editor-strip > br    { display: none !important; }

/* âââ GLOBAL BUTTONS ââââââââââââââââââââââââââââââââââââââââââ */
a.csh-btn-orange,
.csh-btn-orange {
  display: inline-block;
  background: #E07A3A;
  color: #fff !important;
  padding: 13px 24px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  line-height: 1.2;
  cursor: pointer;
  border: none;
}
a.csh-btn-orange:hover { background: #c96928; color: #fff !important; }

a.csh-btn-ghost,
.csh-btn-ghost {
  display: inline-block;
  background: rgba(255,255,255,0.10);
  color: #fff !important;
  padding: 13px 24px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  border: 1.5px solid rgba(255,255,255,0.3);
}
a.csh-btn-ghost:hover { background: rgba(255,255,255,0.18); color: #fff !important; }

/* âââ ARTICLE / SINGLE POST âââââââââââââââââââââââââââââââââââ */

/* Software hero block â appears at top of each review */
.csh-software-hero {
  background: #1C2B4B;
  border-radius: 12px;
  padding: 24px 28px;
  margin: 0 0 32px;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.csh-software-hero .csh-logo-box {
  width: 64px;
  height: 64px;
  background: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,.18);
}
.csh-software-hero .csh-logo-box img,
.csh-software-hero .csh-logo-box svg { width: 100%; height: 100%; object-fit: contain; }
.csh-software-hero .csh-hero-text { flex: 1; min-width: 140px; }
.csh-software-hero .csh-hero-name {
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 4px;
  letter-spacing: -0.02em;
}
.csh-software-hero .csh-hero-tag {
  font-size: 13px;
  color: rgba(255,255,255,.72);
  margin: 0;
}
.csh-software-hero .csh-hero-meta {
  display: flex;
  gap: 18px;
  margin-top: 10px;
  flex-wrap: wrap;
}
.csh-software-hero .csh-hero-stat {
  font-size: 12px;
  color: rgba(255,255,255,.65);
}
.csh-software-hero .csh-hero-stat strong {
  display: block;
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
}
.csh-software-hero .csh-hero-cta {
  display: inline-block;
  background: #E07A3A;
  color: #fff !important;
  padding: 12px 22px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  margin-left: auto;
}
.csh-software-hero .csh-hero-cta:hover { background: #c96928; }
@media (max-width: 640px) {
  .csh-software-hero { padding: 18px 20px; gap: 14px; }
  .csh-software-hero .csh-hero-cta { margin-left: 0; width: 100%; text-align: center; }
}

/* Verdict box (right-for / not-for callout) */
.csh-verdict-box {
  background: #f4f5f7;
  border-left: 4px solid #1C2B4B;
  padding: 16px 20px;
  margin: 24px 0;
  border-radius: 0 8px 8px 0;
}
.csh-verdict-box p { margin: 0 0 8px; }
.csh-verdict-box p:last-child { margin: 0; }

/* Mobile sticky CTA bar */
.csh-mobile-cta {
  display: none;
}
@media (max-width: 767px) {
  .csh-mobile-cta {
    display: block;
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1C2B4B;
    padding: 10px 14px;
    z-index: 9000;
    box-shadow: 0 -2px 10px rgba(0,0,0,.2);
  }
  .csh-mobile-cta a {
    display: block;
    background: #E07A3A;
    color: #fff !important;
    padding: 13px 16px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    text-align: center;
  }
}

/* Sidebar browse widget */
.csh-sidebar-browse {
  background: #f4f5f7;
  border-radius: 10px;
  padding: 18px 20px;
  margin-bottom: 24px;
}
.csh-sidebar-browse h3 {
  font-size: 12px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #1C2B4B !important;
  margin: 0 0 12px !important;
  padding: 0 !important;
  border: none !important;
}
.csh-sidebar-browse a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 0;
  border-bottom: 1px solid #dde0e5;
  color: #1C2B4B !important;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none !important;
}
.csh-sidebar-browse a:last-child { border-bottom: none; }
.csh-sidebar-browse a::after { content: "â"; color: #E07A3A; font-weight: 700; }
.csh-sidebar-browse a:hover { color: #E07A3A !important; }

/* âââ COMPARISON PAGES (single post) ââââââââââââââââââââââââââ */

/* Comparison hero matchup */
.csh-comp-hero {
  background: #1C2B4B;
  border-radius: 14px;
  padding: 32px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 32px;
  justify-content: center;
  flex-wrap: wrap;
}
.csh-comp-side {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex: 1;
  min-width: 140px;
}
.csh-comp-logo-box {
  width: 160px;
  height: 50px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  box-shadow: 0 2px 8px rgba(0,0,0,.25);
}
.csh-comp-logo-box img,
.csh-comp-logo-box svg { width: 100%; height: 100%; object-fit: contain; }
.csh-comp-name-hero {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.csh-comp-vs-hero {
  width: 44px;
  height: 44px;
  background: rgba(255,255,255,.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  color: rgba(255,255,255,.7);
  flex-shrink: 0;
  letter-spacing: 0.05em;
}

/* Comparison table */
.csh-comp-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 24px;
  font-size: 14px;
}
.csh-comp-table th {
  background: #1C2B4B;
  color: #fff;
  padding: 11px 14px;
  text-align: left;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.csh-comp-table td {
  padding: 10px 14px;
  border-bottom: 1px solid #e4e6ea;
  vertical-align: top;
  line-height: 1.5;
}
.csh-comp-table td:first-child {
  font-weight: 600;
  color: #1C2B4B;
  background: #f4f5f7;
  font-size: 13px;
  width: 28%;
}
.csh-comp-table tr:last-child td { border-bottom: none; }
.csh-comp-table .winner { font-weight: 700; color: #1a7a3f; }
.csh-comp-table .loser  { color: #6b7280; }
.csh-comp-table .tie    { color: #6b7280; font-style: italic; }

/* Winner boxes */
.csh-winner-box {
  border-radius: 10px;
  padding: 16px 18px;
  margin: 18px 0;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.csh-winner-box.winner-a { background: rgba(26,122,63,.08); border: 1.5px solid rgba(26,122,63,.2); }
.csh-winner-box.winner-b { background: rgba(45,91,227,.07); border: 1.5px solid rgba(45,91,227,.2); }
.csh-winner-box.winner-tie { background: #f4f5f7; border: 1.5px solid #dde0e5; }
.csh-wb-icon  { font-size: 20px; flex-shrink: 0; margin-top: 2px; }
.csh-wb-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; color: #6b7280; margin: 0 0 4px; }
.csh-wb-title { font-size: 16px; font-weight: 800; color: #1C2B4B; margin: 0 0 4px; letter-spacing: -0.01em; }
.csh-wb-reason { font-size: 13px; color: #4b5563; line-height: 1.55; margin: 0; }

/* Final verdict card */
.csh-final-verdict {
  background: #1C2B4B;
  border-radius: 12px;
  padding: 32px;
  margin: 36px 0;
  color: #fff;
}
.csh-fv-eyebrow {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #E07A3A;
  margin: 0 0 10px;
}
.csh-fv-title {
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  margin: 0 0 20px;
}
.csh-fv-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 24px;
}
.csh-fv-col {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 10px;
  padding: 18px 20px;
}
.csh-fv-col-label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: rgba(255,255,255,.6);
  margin: 0 0 8px;
}
.csh-fv-col-name {
  font-size: 17px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 8px;
  letter-spacing: -0.01em;
}
.csh-fv-col p {
  font-size: 13px;
  color: rgba(255,255,255,.82);
  line-height: 1.55;
  margin: 0;
}
.csh-fv-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .csh-fv-grid { grid-template-columns: 1fr; }
  .csh-fv-buttons { flex-direction: column; }
}

/* âââ CATEGORY / ARCHIVE PAGES ââââââââââââââââââââââââââââââââ */

/* Software review card */
.csh-review-card {
  border: 1.5px solid #e4e6ea;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
  display: flex;
  background: #fff;
}
.csh-review-card-left {
  background: #f4f5f7;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  min-width: 160px;
  border-right: 1.5px solid #e4e6ea;
}
.csh-review-card-logo {
  width: 148px;
  height: 52px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  box-shadow: 0 1px 4px rgba(0,0,0,.10);
}
.csh-review-card-logo img,
.csh-review-card-logo svg { width: 100%; height: 100%; object-fit: contain; }
.csh-review-score {
  font-size: 28px;
  font-weight: 800;
  color: #1C2B4B;
  letter-spacing: -0.02em;
  line-height: 1;
}
.csh-review-score-label { font-size: 11px; color: #6b7280; margin-top: 2px; }
.csh-review-card-body { padding: 22px 24px; flex: 1; }
.csh-review-card-body h3 {
  font-size: 18px;
  font-weight: 800;
  color: #1C2B4B;
  margin: 0 0 8px;
  letter-spacing: -0.02em;
}
.csh-review-card-body .csh-best-for {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #E07A3A;
  margin: 0 0 8px;
}
.csh-review-card-body p {
  font-size: 14px;
  color: #4b5563;
  line-height: 1.6;
  margin: 0 0 14px;
}
.csh-review-card-body a.csh-read-more {
  font-size: 14px;
  font-weight: 700;
  color: #1C2B4B;
  text-decoration: none;
}
.csh-review-card-body a.csh-read-more:hover { color: #E07A3A; }
@media (max-width: 640px) {
  .csh-review-card { flex-direction: column; }
  .csh-review-card-left { flex-direction: row; min-width: unset; border-right: none; border-bottom: 1.5px solid #e4e6ea; }
}

/* âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ
   HOMEPAGE CSS â matches offline design (wp-custom-css)
   âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ */

/* âââ HOMEPAGE â HERO âââââââââââââââââââââââââââââââââââââââââ */
.csh-hero {
  background: #1C2B4B;
  background-image:
    radial-gradient(ellipse at 60% 0%, rgba(224,122,58,.12) 0%, transparent 50%),
    linear-gradient(160deg, #1C2B4B 60%, #111d33 100%);
  padding: 52px 24px 60px;
  position: relative;
  overflow: hidden;
}
.csh-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.018'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
}
.csh-hero-inner {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.csh-hero-h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: clamp(36px, 6vw, 60px);
  color: #fff;
  line-height: 1.0;
  letter-spacing: -.01em;
  margin-bottom: 14px;
}
.csh-strike {
  color: rgba(255,255,255,.6);
  text-decoration: line-through;
  text-decoration-color: #E07A3A;
  text-decoration-thickness: 3px;
}
.csh-highlight { color: #E07A3A; }

.csh-hero-sub {
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
  color: rgba(255,255,255,.65);
  margin: 0 auto 40px;
  max-width: 620px;
  line-height: 1.65;
}

/* Hero category cards â 3-col layout (featured spans 2 rows) */
.csh-hero-cats-wrap {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr !important;
  grid-template-rows: auto auto !important;
  gap: 14px;
  align-items: stretch !important;
}
.csh-hero-cats-sub {
  display: contents !important;
}
.csh-hero-cat {
  background: #fff;
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 18px 14px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all .2s ease;
}
.csh-hero-cat:hover {
  background: #E07A3A;
  border-color: #E07A3A;
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0,0,0,.25);
}
.csh-hero-cat-featured {
  grid-column: 1 !important;
  grid-row: 1 / span 2 !important;
  align-items: flex-start !important;
  text-align: left;
  padding: 26px 22px;
  border-color: #E07A3A;
}
.csh-cat-eyebrow {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #E07A3A;
  background: #fff0e6;
  padding: 3px 8px;
  border-radius: 4px;
  margin-bottom: 14px;
  display: inline-block;
}
.csh-hero-cat:hover .csh-cat-eyebrow { color: #fff; background: rgba(255,255,255,.2); }
.csh-cat-icon { font-size: 28px; margin-bottom: 10px; display: block; line-height: 1; }
.csh-hero-cat-featured .csh-cat-icon { font-size: 36px; }
.csh-cat-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #1C2B4B;
  text-transform: uppercase;
  letter-spacing: .04em;
  line-height: 1.2;
  margin-bottom: 4px;
  display: block;
}
.csh-hero-cat-featured .csh-cat-name { font-size: 22px; margin-bottom: 10px; }
.csh-cat-desc {
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
  color: #6b7280;
  line-height: 1.5;
  margin-bottom: 16px;
  display: block;
  flex: 1;
}
.csh-cat-count {
  font-family: 'Barlow', sans-serif;
  font-size: 12px;
  color: #6b7280;
  display: block;
}
.csh-hero-cat-featured .csh-cat-count {
  font-size: 13px;
  font-weight: 600;
  color: #E07A3A;
  margin-top: auto;
}
.csh-hero-cat:hover .csh-cat-name,
.csh-hero-cat:hover .csh-cat-count,
.csh-hero-cat:hover .csh-cat-desc { color: rgba(255,255,255,.92); }

/* âââ EDITOR'S PICK STRIP âââââââââââââââââââââââââââââââââââââ */
.csh-editor-strip {
  background: #fff8f3;
  border-top: 3px solid #E07A3A;
  border-bottom: 1px solid #f0d5c0;
  padding: 13px 24px;
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
}
.csh-editor-label {
  font-weight: 700;
  color: #1C2B4B;
  white-space: nowrap;
}
.csh-editor-item {
  color: #6b7280;
  white-space: nowrap;
}
.csh-editor-item a {
  font-weight: 600;
  color: #E07A3A;
  text-decoration: none;
}
.csh-editor-item a:hover { text-decoration: underline; }
.csh-editor-div { color: #d0d5dd; font-size: 18px; line-height: 1; }

/* âââ HOMEPAGE â SECTIONS âââââââââââââââââââââââââââââââââââââ */
.csh-section { padding: 56px 24px; }
.csh-section-inner {
  max-width: 1180px;
  margin: 0 auto;
}
.csh-section-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 28px;
  gap: 16px;
}
.csh-section-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 26px;
  color: #1C2B4B;
  letter-spacing: -.01em;
  text-transform: uppercase;
}
.csh-section-label span { color: #E07A3A; }
.csh-section-sub {
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
  color: #6b7280;
  margin-top: 2px;
}
.csh-section-link {
  font-family: 'Barlow', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #E07A3A;
  text-decoration: none;
  white-space: nowrap;
}
.csh-section-link:hover { text-decoration: underline; }

.csh-reviews-section   { background: #f4f5f7; }
.csh-comparisons-section { background: #fff; }

/* âââ HOMEPAGE â ARTICLE CARDS ââââââââââââââââââââââââââââââââ */
.csh-articles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 22px;
}
.csh-article-card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e2e5ea;
  transition: box-shadow .2s, transform .15s;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.csh-article-card:hover {
  box-shadow: 0 8px 28px rgba(0,0,0,.09);
  transform: translateY(-3px);
}
.csh-card-top {
  padding: 18px 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}
.csh-badge {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 4px;
  background: #fff0e6;
  color: #c96928;
  white-space: nowrap;
}
.csh-aff-badge {
  font-size: 10px;
  color: #9ca3af;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 3px;
  padding: 2px 6px;
  font-weight: 500;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.csh-card-body {
  padding: 10px 20px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.csh-card-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #1C2B4B;
  line-height: 1.2;
  margin-bottom: 8px;
  letter-spacing: -.01em;
}
.csh-card-excerpt {
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
  color: #6b7280;
  line-height: 1.55;
  flex: 1;
  margin-bottom: 14px;
}
.csh-card-verdict {
  background: #f4f5f7;
  border-radius: 8px;
  padding: 12px 14px;
  margin-bottom: 14px;
}
.csh-verdict-row {
  display: flex;
  gap: 8px;
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 6px;
}
.csh-verdict-row:last-child { margin-bottom: 0; }
.csh-verdict-label {
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  white-space: nowrap;
  min-width: 62px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .05em;
  padding-top: 2px;
}
.csh-verdict-label.good { color: #1a7a3f; }
.csh-verdict-label.bad  { color: #c0392b; }
.csh-verdict-val {
  font-family: 'Barlow', sans-serif;
  color: #6b7280;
}
.csh-card-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e2e5ea;
  padding-top: 12px;
}
.csh-card-price {
  font-family: 'Barlow', sans-serif;
  font-size: 12px;
  color: #6b7280;
}
.csh-read-link {
  font-family: 'Barlow', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #E07A3A;
}

/* âââ HOMEPAGE â COMPARISON CARDS ââââââââââââââââââââââââââââ */
.csh-comparisons-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 14px;
}
.csh-comparison-card {
  flex: 1 1 calc(50% - 7px);
  min-width: 0;
  display: grid;
  grid-template-columns: 1fr 52px 1fr;
  align-items: start;
  background: #f4f5f7;
  border: 1.5px solid #e2e5ea;
  border-radius: 12px;
  padding: 24px;
  text-decoration: none;
  gap: 16px;
  transition: border-color .2s, box-shadow .2s;
}
.csh-comparison-card:hover {
  border-color: #E07A3A;
  box-shadow: 0 4px 20px rgba(224,122,58,.1);
}
.csh-comp-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: #1C2B4B;
  letter-spacing: -.01em;
  margin-bottom: 4px;
}
.csh-comp-call {
  font-family: 'Barlow', sans-serif;
  font-size: 13px;
  color: #6b7280;
  line-height: 1.5;
}
.csh-comp-call strong { color: #1a1f2e; font-weight: 600; }
.csh-comp-right { text-align: right; }
.csh-comp-vs {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 13px;
  color: #E07A3A;
  background: #fff0e6;
  border: 2px solid rgba(224,122,58,.3);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  letter-spacing: .05em;
  align-self: center;
}
.csh-comp-footer {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e2e5ea;
  padding-top: 14px;
  margin-top: 4px;
  gap: 16px;
}
.csh-comp-verdict {
  font-family: 'Barlow', sans-serif;
  font-size: 13px;
  color: #1a1f2e;
  font-weight: 500;
}
.csh-comp-verdict strong { color: #1C2B4B; }
.csh-comp-read {
  font-family: 'Barlow', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #E07A3A;
  white-space: nowrap;
}

/* âââ HOMEPAGE â CREDIBILITY / HOW WE REVIEW âââââââââââââââââ */
.csh-credibility {
  background: #1C2B4B;
  padding: 56px 24px;
}
.csh-credibility-inner {
  max-width: 1180px;
  margin: 0 auto;
}
.csh-cred-eyebrow {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #E07A3A;
  margin-bottom: 10px;
}
.csh-cred-h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 30px;
  color: #fff;
  letter-spacing: -.01em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.csh-cred-sub {
  font-family: 'Barlow', sans-serif;
  font-size: 15px;
  color: rgba(255,255,255,.6);
  max-width: 560px;
  line-height: 1.6;
  margin-bottom: 36px;
}
.csh-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 32px;
}
.csh-process-tile {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px;
  padding: 22px 20px;
}
.csh-tile-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 32px;
  color: rgba(224,122,58,.35);
  line-height: 1;
  margin-bottom: 10px;
}
.csh-tile-title {
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  margin-bottom: 6px;
  line-height: 1.3;
}
.csh-tile-desc {
  font-family: 'Barlow', sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,.6);
  line-height: 1.55;
}

/* âââ HOMEPAGE â AFFILIATE DISCLOSURE BAR ââââââââââââââââââââ */
.csh-disclosure {
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 24px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.csh-credibility + * .csh-disclosure,
.csh-section + .csh-disclosure { margin-top: 0; }
.csh-disclosure-icon { font-size: 18px; margin-top: 2px; flex-shrink: 0; }
.csh-disclosure-icon img { width: 18px; height: 18px; }
.csh-disclosure-text {
  font-family: 'Barlow', sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,.6);
  line-height: 1.65;
  margin: 0;
}
.csh-disclosure-text a { color: rgba(255,255,255,.65); text-decoration: underline; }

/* âââ RESPONSIVE ââââââââââââââââââââââââââââââââââââââââââââââ */
@media (max-width: 900px) {
  .csh-hero-cats-wrap {
    grid-template-columns: 1fr !important;
  }
  .csh-hero-cat-featured {
    text-align: center;
    align-items: center;
    grid-row: auto !important;
  }
  .csh-process-grid { grid-template-columns: repeat(2, 1fr); }
  .csh-editor-div   { display: none; }
  .csh-comparison-card { grid-template-columns: 1fr; }
  .csh-comp-right   { text-align: left; }
  .csh-comp-vs      { display: none; }
}
@media (max-width: 600px) {
  .csh-hero         { padding: 36px 16px 48px; }
  .csh-hero-h1      { font-size: 34px; }
  .csh-hero-sub     { font-size: 14px; margin-bottom: 28px; }
  .csh-process-grid { grid-template-columns: 1fr; }
  .csh-section      { padding: 40px 16px; }
  .csh-editor-strip { font-size: 13px; padding: 12px 16px; }
}

/* ═══════════════════════════════════════════════════════════════
   REVIEWS INDEX PAGE  —  /best-contractor-software/
   v8.0 · Component styles + mobile responsive
   ═══════════════════════════════════════════════════════════════ */

/* ── Page-level: hide Kadence default title + constrain content ── */
.csh-ri-wrap * { box-sizing: border-box; }
.csh-ri-wrap { font-family: 'Barlow', sans-serif; color: #1a1f2e; }

/* ── Page Hero ── */
.csh-ri-hero { background: #1C2B4B; padding: 48px 24px 40px; text-align: center; margin-left: calc(-50vw + 50%); margin-right: calc(-50vw + 50%); }
.csh-ri-hero-inner { max-width: 720px; margin: 0 auto; }
.csh-ri-eyebrow { font-family: 'Barlow Condensed', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #E07A3A; margin-bottom: 10px; }
.csh-ri-hero-h1 { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 38px; color: #fff; letter-spacing: -.01em; text-transform: uppercase; margin-bottom: 12px; line-height: 1.1; }
.csh-ri-hero-sub { font-size: 15px; color: rgba(255,255,255,.65); line-height: 1.65; max-width: 600px; margin: 0 auto; }

/* ── Filter Bar ── */
.csh-ri-filter { background: #f4f5f7; border-bottom: 1px solid #e2e5ea; padding: 0; margin-left: calc(-50vw + 50%); margin-right: calc(-50vw + 50%); }
.csh-ri-filter-inner { max-width: 1180px; margin: 0 auto; display: flex; align-items: center; gap: 4px; overflow-x: auto; padding: 0 24px; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.csh-ri-filter-inner::-webkit-scrollbar { display: none; }
.csh-ri-fbtn { font-family: 'Barlow', sans-serif; font-size: 13px; font-weight: 600; color: #6b7280; padding: 14px 14px; border: none; background: none; cursor: pointer; white-space: nowrap; border-bottom: 3px solid transparent; transition: all .15s; }
.csh-ri-fbtn:hover { color: #1C2B4B; }
.csh-ri-fbtn.active { color: #E07A3A; border-bottom-color: #E07A3A; }

/* ── Content wrapper ── */
.csh-ri-content { padding: 40px 0 72px; }
.csh-ri-section { margin-bottom: 56px; }
.csh-ri-section-hd { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 24px; padding-bottom: 14px; border-bottom: 2px solid #e2e5ea; flex-wrap: wrap; gap: 4px; }
.csh-ri-section-title { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 22px; color: #1C2B4B; text-transform: uppercase; letter-spacing: -.01em; }
.csh-ri-section-title span { color: #E07A3A; }
.csh-ri-section-count { font-size: 13px; color: #9ca3af; }

/* ── Review Row Card ── */
.csh-ri-row { display: grid; grid-template-columns: 200px 1fr; background: #fff; border: 1.5px solid #e2e5ea; border-radius: 12px; margin-bottom: 16px; overflow: hidden; transition: border-color .2s, box-shadow .2s; }
.csh-ri-row:hover { border-color: #E07A3A; box-shadow: 0 4px 20px rgba(224,122,58,.1); }

/* Left panel */
.csh-ri-left { background: #f4f5f7; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 28px 20px; gap: 12px; border-right: 1.5px solid #e2e5ea; text-align: center; }
.csh-ri-logo { width: 64px; height: 64px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 26px; color: #fff; flex-shrink: 0; }
.csh-ri-vbadge { display: inline-flex; align-items: center; gap: 5px; font-family: 'Barlow Condensed', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 4px 10px; border-radius: 4px; }
.csh-ri-vbadge-top { background: #1C2B4B; color: #E07A3A; }
.csh-ri-vbadge-strong { background: #fff; color: #1C2B4B; border: 1.5px solid #1C2B4B; }
.csh-ri-vbadge-specialist { background: #fff; color: #6b7280; border: 1.5px solid #d1d5db; }
.csh-ri-cta { display: inline-block; background: #E07A3A; color: #fff !important; font-weight: 700; font-size: 13px; padding: 9px 18px; border-radius: 6px; text-align: center; width: 100%; transition: background .2s; }
.csh-ri-cta:hover { background: #c96928 !important; }

/* Right panel */
.csh-ri-right { padding: 24px 28px; display: flex; flex-direction: column; gap: 14px; }
.csh-ri-meta { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.csh-ri-bestfor { font-family: 'Barlow Condensed', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 3px 8px; border-radius: 4px; background: #fff0e6; color: #c96928; }
.csh-ri-price { font-size: 12px; color: #9ca3af; }
.csh-ri-price strong { color: #1a1f2e; font-weight: 700; }
.csh-ri-title { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 24px; color: #1C2B4B; letter-spacing: -.01em; margin: 0; }
.csh-ri-summary { font-size: 14px; color: #374151; line-height: 1.6; }
.csh-ri-verdict-row { display: flex; gap: 20px; flex-wrap: wrap; }
.csh-ri-vi { font-size: 13px; line-height: 1.4; flex: 1; min-width: 130px; }
.csh-ri-vi strong { display: block; font-size: 10px; text-transform: uppercase; letter-spacing: .06em; font-weight: 700; margin-bottom: 3px; }
.csh-ri-vi.good strong { color: #15803d; }
.csh-ri-vi.bad  strong { color: #c0392b; }
.csh-ri-vi.neutral strong { color: #6b7280; }
.csh-ri-readlink { font-size: 13px; font-weight: 600; color: #E07A3A; }
.csh-ri-readlink:hover { text-decoration: underline; }

/* ── Comparison Callout ── */
.csh-ri-comp-callout { background: #f4f5f7; border: 1.5px solid #e2e5ea; border-radius: 12px; padding: 28px 32px; display: flex; align-items: center; gap: 20px; margin-bottom: 56px; flex-wrap: wrap; }
.csh-ri-cc-text { flex: 1; min-width: 200px; }
.csh-ri-cc-text h3 { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 18px; color: #1C2B4B; text-transform: uppercase; margin: 0 0 6px; }
.csh-ri-cc-text p { font-size: 14px; color: #6b7280; line-height: 1.5; margin: 0; }
.csh-ri-cc-links { display: flex; flex-direction: column; gap: 8px; min-width: 220px; }
.csh-ri-cc-btn { display: flex; align-items: center; justify-content: space-between; background: #fff; border: 1.5px solid #e2e5ea; border-radius: 8px; padding: 10px 14px; font-size: 13px; font-weight: 600; color: #1C2B4B; transition: border-color .15s; }
.csh-ri-cc-btn:hover { border-color: #E07A3A; color: #E07A3A; }

/* ── Roundup Grid ── */
.csh-ri-roundup { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 12px; }
.csh-ri-roundup-card { background: #f4f5f7; border: 1.5px solid #e2e5ea; border-radius: 10px; padding: 16px 18px; display: flex; align-items: center; gap: 12px; transition: border-color .15s; }
.csh-ri-roundup-card:hover { border-color: #E07A3A; }
.csh-ri-roundup-icon { font-size: 20px; flex-shrink: 0; }
.csh-ri-roundup-card a { font-size: 14px; font-weight: 600; color: #1C2B4B; line-height: 1.3; }
.csh-ri-roundup-card a:hover { color: #E07A3A; }

/* ── TABLET  ≤ 900px ── */
@media (max-width: 900px) {
  .csh-ri-hero-h1 { font-size: 30px; }
  .csh-ri-row { grid-template-columns: 160px 1fr; }
  .csh-ri-logo { width: 52px; height: 52px; font-size: 20px; }
  .csh-ri-left { padding: 20px 14px; gap: 10px; }
  .csh-ri-roundup { grid-template-columns: repeat(2, 1fr); }
}

/* ── MOBILE  ≤ 640px ── */
@media (max-width: 640px) {
  .csh-ri-hero { padding: 36px 16px 28px; }
  .csh-ri-hero-h1 { font-size: 26px; }
  .csh-ri-hero-sub { font-size: 14px; }
  .csh-ri-row { grid-template-columns: 1fr; }
  .csh-ri-left {
    flex-direction: row;
    justify-content: flex-start;
    border-right: none;
    border-bottom: 1.5px solid #e2e5ea;
    padding: 16px 20px;
    gap: 14px;
    flex-wrap: wrap;
  }
  .csh-ri-logo { width: 44px; height: 44px; font-size: 16px; border-radius: 10px; flex-shrink: 0; }
  .csh-ri-vbadge { align-self: center; }
  .csh-ri-cta { width: auto; font-size: 12px; padding: 7px 14px; align-self: center; margin-left: auto; }
  .csh-ri-right { padding: 16px 20px; gap: 10px; }
  .csh-ri-title { font-size: 20px !important; }
  .csh-ri-verdict-row { flex-direction: column; gap: 8px; }
  .csh-ri-vi { min-width: auto; flex: none; }
  .csh-ri-comp-callout { flex-direction: column; padding: 20px; gap: 16px; }
  .csh-ri-cc-links { min-width: auto; width: 100%; }
  .csh-ri-roundup { grid-template-columns: 1fr; }
  .csh-ri-content { padding: 28px 0 48px; }
  .csh-ri-filter-inner { padding: 0 16px; }
}

/* ── SMALL  ≤ 400px ── */
@media (max-width: 400px) {
  .csh-ri-hero-h1 { font-size: 22px; }
  .csh-ri-right { padding: 14px 16px; }
  .csh-ri-summary { font-size: 13px; }
}


/* ═══════════════════════════════════════════════════════════
   CSH DESIGN PARITY — Inner Page Styles
   Added: 2026-03-01
   Phases 1-4: Global elements, review heroes, comparison
   heroes, static page heroes, footer, breadcrumbs
   ═══════════════════════════════════════════════════════════ */

/* ─── PHASE 1A: SITE FOOTER ──────────────────────────────── */
.csh-site-footer {
  background: #1C2B4B;
  padding: 48px 24px 0;
  margin-top: 56px;
  font-family: 'Barlow', sans-serif;
  color: rgba(255,255,255,.65);
}
.csh-footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  gap: 48px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.csh-footer-brand { flex: 1; min-width: 220px; }
.csh-footer-logo {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  letter-spacing: .5px;
  margin-bottom: 10px;
}
.csh-footer-logo span { color: #E07A3A; }
.csh-footer-tagline {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  max-width: 280px;
}
.csh-footer-nav {
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
}
.csh-footer-col { min-width: 140px; }
.csh-footer-col h4 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #E07A3A;
  margin: 0 0 14px;
}
.csh-footer-col a {
  display: block;
  font-size: 14px;
  color: rgba(255,255,255,.65) !important;
  text-decoration: none;
  padding: 4px 0;
  transition: color .15s;
}
.csh-footer-col a:hover { color: #fff !important; }
.csh-footer-bottom {
  max-width: 1180px;
  margin: 0 auto;
  padding: 20px 0 24px;
  font-size: 13px;
  text-align: center;
}
.csh-footer-bottom p { margin: 0 0 6px; }
.csh-footer-legal a {
  color: rgba(255,255,255,.6) !important;
  text-decoration: none;
}
.csh-footer-legal a:hover { color: #fff !important; }
.csh-footer-disc {
  font-size: 12px;
  color: rgba(255,255,255,.6);
  margin-top: 8px !important;
}
@media (max-width: 768px) {
  .csh-footer-inner { flex-direction: column; gap: 32px; }
  .csh-footer-nav { gap: 32px; }
}

/* ─── PHASE 1B: BREADCRUMBS ──────────────────────────────── */
.csh-breadcrumb {
  font-family: 'Barlow', sans-serif;
  font-size: 13px;
  color: #94A3B8;
  margin-bottom: 20px;
}
.csh-breadcrumb ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
}
.csh-breadcrumb li { display: inline-flex; align-items: center; }
.csh-breadcrumb li:not(:last-child)::after {
  content: "\203A";
  margin: 0 6px;
  color: #CBD5E1;
  font-size: 16px;
}
.csh-breadcrumb a {
  color: #64748B !important;
  text-decoration: none;
}
.csh-breadcrumb a:hover { color: #E07A3A !important; }
.csh-bc-current { color: #1C2B4B; font-weight: 500; }

/* ─── PHASE 1C: GLOBAL INNER PAGE TYPOGRAPHY ─────────────── */
body:not(.home) .entry-content h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: -.01em;
  color: #1C2B4B;
  border-bottom: 2px solid #E2E8F0;
  padding-bottom: 8px;
  margin: 32px 0 16px;
  line-height: 1.2;
}
body:not(.home) .entry-content h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #1C2B4B;
  margin: 24px 0 10px;
  line-height: 1.3;
}
body:not(.home) .entry-content p {
  font-family: 'Barlow', sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #374151;
  margin-bottom: 14px;
}
body:not(.home) .entry-content ul,
body:not(.home) .entry-content ol {
  font-family: 'Barlow', sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #374151;
  margin-bottom: 14px;
  padding-left: 22px;
}
body:not(.home) .entry-content li {
  margin-bottom: 4px;
}

/* ─── PHASE 2A: HIDE DEFAULT KADENCE ELEMENTS ON SINGLES ─── */
body.single-post .post-thumbnail,
body.single-post .entry-thumbnail,
body.single-post .kadence-entry-thumbnail,
body.single-post .wp-post-image-wrap,
body.single-post .entry-header .post-thumbnail {
  display: none !important;
}
body.single-post .entry-header .entry-title,
body.single-post .entry-header .kadence-entry-title {
  display: none !important;
}
body.page-id-129 .entry-header .entry-title,
body.page-id-121 .entry-header .entry-title,
body.page-id-120 .entry-header .entry-title,
body.page-id-17 .entry-header .entry-title,
body.page-id-19 .entry-header .entry-title,
body.page-id-130 .entry-header .entry-title {
  display: none !important;
}
body.single-post .entry-content-wrap { padding-top: 0 !important; }
body.single-post .content-area { margin-top: 0 !important; }

/* ─── PHASE 2B: REVIEW HERO ──────────────────────────────── */
.csh-review-hero-wrap {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  margin-bottom: 28px;
}
.csh-review-hero {
  background: #1C2B4B;
  background-image:
    radial-gradient(ellipse at 60% 0%, rgba(224,122,58,.08) 0%, transparent 50%),
    linear-gradient(160deg, #1C2B4B 60%, #111d33 100%);
  padding: 44px 40px 36px;
}
.csh-rh-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  gap: 28px;
  align-items: flex-start;
}
.csh-rh-logo {
  width: 80px;
  height: 80px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 24px;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,.25);
}
.csh-rh-logo-img {
  background: #fff;
  padding: 8px;
}
.csh-rh-logo-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.csh-rh-content { flex: 1; min-width: 0; }
.csh-rh-eyebrow {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #E07A3A;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.csh-rh-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  margin: 0 0 10px;
  letter-spacing: -.01em;
}
body:not(.home) .entry-content .csh-rh-subtitle {
  color: #CBD5E1;
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 14px;
}
.csh-rh-meta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}
.csh-rh-meta-item {
  font-size: 13px;
  color: #94A3B8;
}
.csh-rh-meta-item strong { color: #E2E8F0; }

/* Verdict badges in hero */
.csh-rh-verdict-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 12px;
  border-radius: 20px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.csh-vb-top { background: #D1FAE5; color: #065F46; }
.csh-vb-strong { background: #DBEAFE; color: #1E40AF; }
.csh-vb-specialist { background: #FEF3C7; color: #92400E; }
.csh-vb-skip { background: #FEE2E2; color: #991B1B; }

/* CTA button in hero */
.csh-rh-cta {
  display: inline-block;
  background: #E07A3A;
  color: #fff !important;
  padding: 12px 22px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none !important;
  white-space: nowrap;
  flex-shrink: 0;
  align-self: center;
  transition: background .2s;
}
.csh-rh-cta:hover { background: #c96928; color: #fff !important; }

@media (max-width: 768px) {
  .csh-review-hero { padding: 32px 20px 28px; }
  .csh-rh-inner { flex-direction: column; gap: 16px; }
  .csh-rh-logo { width: 60px; height: 60px; font-size: 20px; }
  .csh-rh-title { font-size: 26px; }
  .csh-rh-cta { width: 100%; text-align: center; }
  .csh-rh-meta { gap: 10px; }
}

/* ─── PHASE 3: COMPARISON HERO (full-width) ──────────────── */
.csh-comp-hero-full {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background: #1C2B4B;
  background-image:
    radial-gradient(ellipse at 50% 0%, rgba(224,122,58,.08) 0%, transparent 50%);
  padding: 48px 40px 40px;
  margin-bottom: 28px;
  text-align: center;
}
.csh-comp-hero-inner {
  max-width: 700px;
  margin: 0 auto;
}
.csh-comp-hero-eyebrow {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #E07A3A;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.csh-comp-hero-matchup {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-bottom: 20px;
}
.csh-comp-hero-side {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex: 1;
  max-width: 200px;
}
.csh-comp-hero-logo {
  width: 72px;
  height: 72px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,.25);
}
.csh-comp-hero-logo-img {
  background: #fff;
  padding: 8px;
}
.csh-comp-hero-logo-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.csh-comp-hero-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -.01em;
}
.csh-comp-hero-best {
  font-size: 13px;
  color: #94A3B8;
}
.csh-comp-hero-vs-circle {
  width: 52px;
  height: 52px;
  background: rgba(255,255,255,.08);
  border: 2px solid rgba(255,255,255,.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  font-weight: 800;
  color: rgba(255,255,255,.65);
  letter-spacing: .05em;
  flex-shrink: 0;
}
body:not(.home) .entry-content .csh-comp-hero-sub {
  font-size: 15px;
  color: rgba(255,255,255,.65);
  line-height: 1.6;
  max-width: 500px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .csh-comp-hero-full { padding: 32px 20px; }
  .csh-comp-hero-matchup { gap: 16px; }
  .csh-comp-hero-logo { width: 56px; height: 56px; font-size: 18px; }
  .csh-comp-hero-name { font-size: 18px; }
  .csh-comp-hero-vs-circle { width: 40px; height: 40px; font-size: 12px; }
}

/* ─── PHASE 4: STATIC PAGE HERO (full-width) ─────────────── */
.csh-page-hero-wrap {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  margin-bottom: 32px;
}
.csh-page-hero {
  background: #1C2B4B;
  background-image:
    radial-gradient(ellipse at 60% 0%, rgba(224,122,58,.06) 0%, transparent 50%);
  padding: 48px 40px 40px;
  text-align: center;
}
.csh-page-hero-inner {
  max-width: 700px;
  margin: 0 auto;
}
.csh-ph-eyebrow {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #E07A3A;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.csh-ph-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  margin: 0 0 12px;
  letter-spacing: -.01em;
  text-transform: uppercase;
}
body:not(.home) .entry-content .csh-ph-subtitle {
  font-size: 15px;
  color: rgba(255,255,255,.65);
  line-height: 1.65;
  max-width: 560px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .csh-page-hero { padding: 32px 20px; }
  .csh-ph-title { font-size: 28px; }
}

/* ─── PHASE 2F: ARTICLE BODY STYLING ─────────────────────── */
body.single-post .entry-content p[style*="border-left:4px solid #e67e22"] {
  border-radius: 0 8px 8px 0 !important;
  font-family: 'Barlow', sans-serif !important;
}

body:not(.home) .entry-content table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  margin-bottom: 20px;
}
body:not(.home) .entry-content table th {
  background: #1C2B4B;
  color: #fff;
  padding: 11px 14px;
  text-align: left;
  font-size: 13px;
  font-weight: 700;
}
body:not(.home) .entry-content table td {
  padding: 10px 14px;
  border-bottom: 1px solid #e4e6ea;
}
body:not(.home) .entry-content table tr:nth-child(even) td {
  background: #f8f9fa;
}

/* ─── KADENCE OVERRIDES FOR INNER PAGES ──────────────────── */
body.single-post .site-main { padding-top: 0 !important; }
body.single-post .entry-header { margin-bottom: 0 !important; }

body.page:not(.home) .entry-header .entry-title.entry-title { display: block; }
body.page-id-129 .entry-header,
body.page-id-121 .entry-header,
body.page-id-120 .entry-header,
body.page-id-17 .entry-header,
body.page-id-19 .entry-header,
body.page-id-130 .entry-header {
  margin-bottom: 0 !important;
  padding: 0 !important;
}