/* FOF Compare Hub Styles */
/* Scoped to compare pages — does not override site header/footer */

/* ── Layout wrappers ───────────────────────────────────────────── */
.cmp-hero .container,
.cmp-breadcrumb .container,
.cmp-wrap { max-width: 1100px; margin: 0 auto; padding-left: 20px; padding-right: 20px; }

/* ── Hero ──────────────────────────────────────────────────────── */
.cmp-hero {
  background: linear-gradient(135deg, #505050 0%, #2a2a2a 100%);
  color: #fff;
  padding: 44px 0 36px;
  border-bottom: 4px solid #F37121;
  margin-bottom: 0;
}
.cmp-hero h1 { font-size: 1.85rem; font-weight: 800; margin: 0 0 10px; line-height: 1.2; }
.cmp-hero .cmp-hero-sub { margin: 0; opacity: .85; font-size: 1rem; line-height: 1.55; max-width: 720px; }
.cmp-hero .cmp-category-badge {
  display: inline-block;
  background: #F37121;
  color: #fff;
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .07em;
  padding: 3px 10px;
  border-radius: 3px;
  margin-bottom: 12px;
}

/* ── Breadcrumb ────────────────────────────────────────────────── */
.cmp-breadcrumb {
  background: #f8f8f8;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
  font-size: .82rem;
  color: #666;
}
.cmp-breadcrumb a { color: #0088CC; text-decoration: none; }
.cmp-breadcrumb a:hover { text-decoration: underline; }
.cmp-breadcrumb .sep { margin: 0 6px; }

/* ── Main wrap ─────────────────────────────────────────────────── */
.cmp-wrap { padding: 32px 0 64px; }
.cmp-layout { display: flex; gap: 32px; align-items: flex-start; }
.cmp-main { flex: 1; min-width: 0; }
.cmp-sidebar { width: 280px; flex-shrink: 0; }

/* ── Quick Verdict box ─────────────────────────────────────────── */
.cmp-verdict {
  background: #FFF3E8;
  border-left: 5px solid #F37121;
  border-radius: 0 8px 8px 0;
  padding: 18px 22px;
  margin-bottom: 28px;
}
.cmp-verdict-label {
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: #F37121;
  margin: 0 0 6px;
}
.cmp-verdict p { margin: 0; font-size: 1rem; line-height: 1.6; color: #333; font-weight: 600; }

/* ── Comparison table ──────────────────────────────────────────── */
.cmp-table-wrap { overflow-x: auto; margin-bottom: 32px; }
.cmp-table {
  width: 100%;
  border-collapse: collapse;
  font-size: .9rem;
}
.cmp-table thead th {
  background: #505050;
  color: #fff;
  padding: 12px 16px;
  text-align: left;
  font-weight: 700;
  font-size: .85rem;
}
.cmp-table thead th:first-child { background: #3a3a3a; }
.cmp-table thead th.col-a { background: #F37121; }
.cmp-table thead th.col-b { background: #505050; }
.cmp-table tbody tr:nth-child(odd) { background: #fafafa; }
.cmp-table tbody tr:nth-child(even) { background: #fff; }
.cmp-table tbody tr:hover { background: #FFF3E8; }
.cmp-table td {
  padding: 10px 16px;
  border-bottom: 1px solid #e8e8e8;
  vertical-align: top;
  color: #444;
  line-height: 1.45;
}
.cmp-table td:first-child {
  font-weight: 700;
  color: #505050;
  background: #f5f5f5;
  white-space: nowrap;
  width: 24%;
}
.cmp-table .winner-cell {
  color: #d45f00;
  font-weight: 700;
}
.cmp-table .check-yes { color: #16a34a; font-weight: 700; }
.cmp-table .check-no  { color: #b91c1c; font-weight: 700; }

/* ── Section headings ──────────────────────────────────────────── */
.cmp-main h2 {
  font-size: 1.3rem;
  font-weight: 800;
  color: #505050;
  margin: 32px 0 10px;
  padding-bottom: 6px;
  border-bottom: 3px solid #F37121;
  display: inline-block;
}
.cmp-main p { font-size: .95rem; line-height: 1.7; color: #444; margin: 0 0 14px; }
.cmp-main ul {
  margin: 0 0 16px 0;
  padding-left: 20px;
}
.cmp-main ul li { font-size: .93rem; line-height: 1.65; color: #444; margin-bottom: 4px; }

/* ── Bottom Line CTA ───────────────────────────────────────────── */
.cmp-bottom-line {
  background: linear-gradient(135deg, #F37121 0%, #d45f00 100%);
  color: #fff;
  border-radius: 8px;
  padding: 24px 28px;
  margin-top: 36px;
}
.cmp-bottom-line h2 {
  color: #fff !important;
  border-bottom-color: rgba(255,255,255,.4) !important;
  margin-top: 0 !important;
}
.cmp-bottom-line p { color: #fff !important; opacity: .95; }
.cmp-bottom-line a.cmp-cta-btn {
  display: inline-block;
  background: #fff;
  color: #F37121 !important;
  padding: 11px 22px;
  border-radius: 4px;
  font-weight: 800;
  font-size: .95rem;
  text-decoration: none;
  margin-top: 6px;
}
.cmp-bottom-line a.cmp-cta-btn:hover { background: #FFF3E8; }
.cmp-phone-big {
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff !important;
  text-decoration: none;
}
.cmp-phone-big:hover { text-decoration: underline; }

/* ── Sidebar ───────────────────────────────────────────────────── */
.cmp-sidebar-sticky { position: sticky; top: 20px; }
.cmp-sidebar-box {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 18px 16px;
  margin-bottom: 16px;
}
.cmp-sidebar-box h4 {
  font-size: .82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #505050;
  margin: 0 0 12px;
}
.btn-shop-cmp {
  display: block;
  background: #F37121;
  color: #fff !important;
  padding: 11px 14px;
  border-radius: 4px;
  font-size: .9rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.btn-shop-cmp:hover { opacity: .88; }
.cmp-phone-link {
  display: block;
  font-size: 1.15rem;
  font-weight: 800;
  color: #F37121 !important;
  text-decoration: none;
  margin-bottom: 4px;
}
.cmp-hours { font-size: .8rem; color: #777; }
.cmp-link-list { list-style: none; padding: 0; margin: 0; }
.cmp-link-list li { border-bottom: 1px solid #eee; }
.cmp-link-list li:last-child { border-bottom: none; }
.cmp-link-list li a {
  display: block;
  padding: 6px 0;
  font-size: .875rem;
  color: #0088CC;
  text-decoration: none;
}
.cmp-link-list li a:hover { color: #F37121; }
.btn-compare-index {
  display: block;
  padding: 9px 14px;
  border-radius: 4px;
  border: 2px solid #F37121;
  color: #F37121 !important;
  font-size: .875rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  margin-bottom: 8px;
}
.btn-compare-index:hover { background: #FFF3E8; }

/* ── Schema badge ──────────────────────────────────────────────── */
.cmp-schema-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #f0fdf4;
  border: 1px solid #86efac;
  border-radius: 4px;
  font-size: .72rem;
  color: #16a34a;
  padding: 2px 8px;
  font-weight: 700;
  margin-bottom: 18px;
}

.pplx-credit {
  text-align: center;
  padding: 8px 0 4px;
  font-size: .75rem;
  color: #999;
}
.pplx-credit a { color: #999; }

/* ── Responsive ────────────────────────────────────────────────── */
@media (max-width: 900px) {
  .cmp-sidebar { display: none; }
  .cmp-layout { display: block; }
}
@media (max-width: 767px) {
  .cmp-hero h1 { font-size: 1.35rem; }
  .cmp-main h2 { font-size: 1.1rem; }
  .cmp-table td:first-child { white-space: normal; width: auto; }
}
