/* Homepage comparison: open table, no outer frame, featured column only */
.hb-home-compare {
  padding: 64px 0 72px;
  background: #fff;
  max-width: 100%;
  overflow-x: clip;
}
.hb-home-compare-head {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 36px;
}
.hb-home-compare-head h2 {
  margin: 0 0 10px;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -.03em;
  color: #0f172a;
  line-height: 1.25;
}
.hb-home-compare-head p {
  margin: 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.65;
}
.hb-home-compare .container {
  width: 100%;
  max-width: min(1170px, 100%);
  box-sizing: border-box;
  padding-left: max(12px, env(safe-area-inset-left, 0px));
  padding-right: max(12px, env(safe-area-inset-right, 0px));
}
.hb-compare-wrap {
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  padding: 4px 0 12px;
  background: transparent;
  border: 0;
  box-shadow: none;
  max-width: 100%;
}
.hb-compare-table {
  width: 100%;
  min-width: 860px;
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 0;
  background: transparent;
  border: 0 !important;
  outline: 0;
  box-shadow: none;
}
.hb-compare-table th,
.hb-compare-table td {
  padding: 12px 6px;
  text-align: center;
  vertical-align: middle;
  border: 0 !important;
  border-bottom: 1px solid #eef1f4 !important;
  color: #94a3b8;
  font-size: 12px;
  font-weight: 600;
  background: transparent;
  overflow: visible;
}
.hb-compare-table thead th {
  color: #94a3b8;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  padding: 14px 6px 12px;
  background: transparent;
}
.hb-compare-table tbody tr:nth-child(even) td:not(.hb-compare-us) {
  background: #fafbfd;
}
.hb-compare-feature-col,
.hb-compare-table td:first-child {
  text-align: start;
  color: #334155;
  font-weight: 700;
  font-size: 12.5px;
  width: 17%;
  min-width: 0;
  padding-inline: 0 10px;
  background: transparent;
  white-space: normal;
  overflow-wrap: anywhere;
}
.hb-compare-table tbody tr:nth-child(even) td:first-child {
  background: #fafbfd;
}
.hb-compare-feat {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  line-height: 1.35;
  position: relative;
}
.hb-compare-tip {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  cursor: help;
  outline: none;
}
.hb-compare-i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border: 1.35px solid #c5cdd6;
  border-radius: 50%;
  color: #b6bfc8;
  font-size: 9px;
  font-weight: 700;
  font-style: italic;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1;
  background: #fff;
}
.hb-compare-tip:hover .hb-compare-i,
.hb-compare-tip:focus .hb-compare-i,
.hb-compare-tip.is-open .hb-compare-i {
  border-color: #64748b;
  color: #64748b;
}
.hb-compare-tip-box {
  position: absolute;
  bottom: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%) translateY(4px);
  width: 320px;
  max-width: min(320px, 78vw);
  background: #222;
  color: #fff;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
  padding: 14px 16px;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .22);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 80;
  transition: opacity .15s ease, transform .15s ease, visibility .15s ease;
}
html[dir="rtl"] .hb-compare-tip-box,
html.hb-rtl .hb-compare-tip-box {
  text-align: center;
  font-weight: 600;
}
.hb-compare-tip-box::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -7px;
  border: 7px solid transparent;
  border-top-color: #222;
}
.hb-compare-tip:hover .hb-compare-tip-box,
.hb-compare-tip:focus .hb-compare-tip-box,
.hb-compare-tip.is-open .hb-compare-tip-box {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.hb-compare-table td:first-child {
  overflow: visible;
  position: relative;
  z-index: 3;
}
.hb-compare-logo-wrap,
.hb-compare-us-head {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 42px;
  width: 100%;
}
.hb-compare-logo,
.hb-compare-logo-wrap img {
  display: block;
  margin: 0 auto;
  height: 26px !important;
  width: auto !important;
  max-width: 120px !important;
  object-fit: contain;
  filter: grayscale(1);
  opacity: .7;
  border: 0 !important;
  background: transparent;
  box-shadow: none;
  pointer-events: none;
}
.hb-compare-popular {
  display: none;
}
.hb-compare-us-logo {
  display: block;
  height: 32px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  border: 0 !important;
  background: transparent;
  filter: none !important;
  opacity: 1 !important;
}
.hb-compare-brand {
  display: inline-block;
  color: var(--brand-primary, #179BEE);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.25;
  text-transform: none;
  white-space: normal;
}
html[dir="rtl"] .hb-compare-brand,
html.hb-rtl .hb-compare-brand {
  font-size: 17px;
  letter-spacing: 0;
}

/* Featured TrustHost column layer only — not around the whole table */
.hb-compare-us {
  position: relative;
  z-index: 2;
  background: linear-gradient(180deg, #eef7ff 0%, #f7fbff 42%, #ffffff 100%) !important;
  color: #0f172a;
  min-width: 0;
  width: 13%;
  padding-left: 10px;
  padding-right: 10px;
  border: 0 !important;
  border-bottom: 1px solid rgba(23, 155, 238, .10) !important;
  box-shadow:
    inset 2px 0 0 var(--brand-primary, #179BEE),
    inset -2px 0 0 var(--brand-primary, #179BEE),
    12px 0 28px -18px rgba(23, 155, 238, .35),
    -12px 0 28px -18px rgba(23, 155, 238, .35);
}
.hb-compare-table thead th.hb-compare-us {
  background: linear-gradient(180deg, #e7f3ff 0%, #eef7ff 100%) !important;
  padding-top: 22px;
  padding-bottom: 14px;
  border-radius: 16px 16px 0 0;
  box-shadow:
    inset 2px 2px 0 var(--brand-primary, #179BEE),
    inset -2px 0 0 var(--brand-primary, #179BEE),
    0 18px 40px -20px rgba(23, 155, 238, .38);
}
.hb-compare-table tbody tr:last-child td.hb-compare-us {
  border-bottom: 0 !important;
  border-radius: 0 0 16px 16px;
  box-shadow:
    inset 2px -2px 0 var(--brand-primary, #179BEE),
    inset -2px 0 0 var(--brand-primary, #179BEE),
    12px 12px 28px -18px rgba(23, 155, 238, .32),
    -12px 12px 28px -18px rgba(23, 155, 238, .32);
}

.hb-compare-price {
  display: inline-block;
  color: #179BEE;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.1;
}
.hb-compare-plain {
  color: #94a3b8;
  font-weight: 600;
  font-size: 14px;
}
.hb-compare-price span {
  font-size: 12px;
  font-weight: 700;
  opacity: .85;
}
.hb-compare-hl {
  color: var(--brand-primary, #179BEE);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -.02em;
}
.hb-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #c5ced6;
  vertical-align: middle;
}
.hb-check::after {
  content: "";
  width: 8px;
  height: 4.5px;
  margin-top: -1px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.hb-check-yes {
  width: 22px;
  height: 22px;
  background: var(--brand-primary, #179BEE);
  box-shadow: 0 6px 14px rgba(var(--brand-primary-rgb, 23, 155, 238), .32);
}
.hb-check-yes::after {
  width: 10px;
  height: 5.5px;
  border-width: 2.2px;
}
.hb-no {
  color: #d4dbe3;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}
.hb-compare-cta-row td {
  border-bottom: 0 !important;
  padding-top: 22px;
  padding-bottom: 22px;
  background: transparent;
}
.hb-compare-cta-row td:first-child {
  background: transparent;
}
.hb-compare-start {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  background: var(--brand-primary, #179BEE);
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 10px;
  padding: 10px 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  box-shadow: 0 10px 22px rgba(var(--brand-primary-rgb, 23, 155, 238), .32);
  transition: background .15s ease, transform .15s ease, box-shadow .15s ease;
}
html[dir="rtl"] .hb-compare-start,
html.hb-rtl .hb-compare-start {
  text-transform: none;
  letter-spacing: 0;
  font-size: 12px;
}
.hb-compare-start:hover {
  background: var(--brand-primary-hover, #0E86D4);
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(var(--brand-primary-rgb, 23, 155, 238), .38);
}
.hb-compare-guarantee {
  margin-top: 8px;
  color: #94a3b8;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .02em;
  text-transform: uppercase;
  line-height: 1.35;
  white-space: normal;
}
html[dir="rtl"] .hb-compare-guarantee,
html.hb-rtl .hb-compare-guarantee {
  text-transform: none;
  letter-spacing: 0;
  font-size: 11px;
}
.hb-compare-guarantee i {
  color: var(--brand-primary, #179BEE);
  margin-inline-end: 5px;
}
.hb-compare-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #475569;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .01em;
  text-decoration: none !important;
  white-space: nowrap;
  transition: color .15s ease;
}
.hb-compare-link i {
  font-size: 18px;
  line-height: 1;
  color: #673DE6;
  transition: transform .15s ease;
}
.hb-compare-link:hover {
  color: #673DE6;
}
.hb-compare-link:hover i {
  transform: translateX(3px);
}
html[dir="rtl"] .hb-compare-link:hover i,
html.hb-rtl .hb-compare-link:hover i {
  transform: translateX(-3px);
}

@media (max-width: 991px) {
  .hb-home-compare { padding: 44px 0 52px; }
  .hb-home-compare-head h2 { font-size: 24px; }
  .hb-home-compare .container {
    overflow: visible;
    padding-left: 12px;
    padding-right: 12px;
  }
  .hb-compare-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    margin-inline: 0;
    padding-bottom: 10px;
  }
  .hb-compare-table {
    table-layout: auto !important;
    min-width: 880px !important;
    width: 880px !important;
    max-width: none !important;
  }
  .hb-compare-table th,
  .hb-compare-table td {
    padding: 12px 10px;
    font-size: 12px;
    white-space: nowrap;
    overflow: visible;
  }
  .hb-compare-feature-col,
  .hb-compare-table td:first-child,
  .hb-compare-table th:first-child {
    position: sticky;
    left: 0;
    z-index: 3;
    min-width: 148px;
    max-width: 168px;
    white-space: normal;
    background: #fff;
    box-shadow: 8px 0 12px -8px rgba(15, 23, 42, .12);
  }
  html[dir="rtl"] .hb-compare-feature-col,
  html[dir="rtl"] .hb-compare-table td:first-child,
  html[dir="rtl"] .hb-compare-table th:first-child,
  html.hb-rtl .hb-compare-feature-col,
  html.hb-rtl .hb-compare-table td:first-child,
  html.hb-rtl .hb-compare-table th:first-child {
    left: auto;
    right: 0;
    box-shadow: -8px 0 12px -8px rgba(15, 23, 42, .12);
  }
  .hb-compare-table tbody tr:nth-child(even) td:first-child {
    background: #fafbfd;
  }
  .hb-compare-tip-box { width: 240px; font-size: 12px; }
  .hb-compare-price { font-size: 13px; }
  .hb-compare-hl { font-size: 12px; }
  .hb-compare-us-logo { height: 28px; max-width: 96px; }
  .hb-compare-logo { height: 28px; max-width: 92px; }
  .hb-compare-start { padding: 8px 10px; font-size: 10px; white-space: nowrap; }
  .hb-compare-guarantee { font-size: 8px; letter-spacing: 0; white-space: normal; }
}

@media (max-width: 575px) {
  .hb-home-compare { padding: 32px 0 40px; }
  .hb-home-compare-head { margin-bottom: 22px; padding: 0 4px; }
  .hb-home-compare-head h2 { font-size: 20px; }
  .hb-home-compare-head p { font-size: 13.5px; }
  .hb-home-compare .container { padding-left: 10px; padding-right: 10px; }
  .hb-compare-table {
    min-width: 760px !important;
    width: 760px !important;
  }
  .hb-compare-feature-col,
  .hb-compare-table td:first-child,
  .hb-compare-table th:first-child {
    min-width: 120px;
    max-width: 140px;
    font-size: 11.5px;
  }
  .hb-compare-tip-box { width: 200px; max-width: calc(100vw - 48px); }
}
