/* BKAV homepage comparison centre. All styling is deliberately scoped. */
#bk-home-comparison {
  --hc-ink: #17334f;
  --hc-muted: #536a80;
  --hc-blue: #0877ce;
  --hc-blue-deep: #0755a1;
  --hc-line: #d8e5f0;
  --hc-orange: #ee681f;
  --hc-soft: #f3f8fc;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0 auto;
  color: var(--hc-ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
  overflow-wrap: anywhere;
}
#bk-home-comparison *,
#bk-home-comparison *::before,
#bk-home-comparison *::after { box-sizing: border-box; }
#bk-home-comparison [hidden] { display: none !important; }
#bk-home-comparison h1,
#bk-home-comparison h2,
#bk-home-comparison h3,
#bk-home-comparison h4 { margin: 0; color: var(--hc-ink); line-height: 1.25; font-family: inherit; font-weight: 750; letter-spacing: -.025em; text-shadow: none; }
#bk-home-comparison p { margin: 0; }
#bk-home-comparison a { color: var(--hc-blue-deep); text-decoration: none; }
#bk-home-comparison a:hover { text-decoration: underline; }
#bk-home-comparison button,
#bk-home-comparison select { font: inherit; }
#bk-home-comparison button { cursor: pointer; }
#bk-home-comparison :is(a, button, select, summary):focus-visible { outline: 3px solid #f79b50; outline-offset: 4px; }
#bk-home-comparison .hc-hero {
  position: relative;
  width: 100%;
  min-width: 0;
  padding: 30px;
  border: 1px solid #cbdff0;
  border-radius: 24px;
  background: radial-gradient(ellipse at 100% 0, #d8edff 0, transparent 60%), linear-gradient(125deg, #fff 12%, #f0f8ff 100%);
  box-shadow: 0 12px 40px #123b6210;
}
#bk-home-comparison .hc-kicker { display: inline-block; margin: 0 0 14px; color: #075aa3; font-size: 12px; line-height: 1.5; font-weight: 750; letter-spacing: .095em; text-transform: uppercase; }
#bk-home-comparison .hc-kicker::before { content: ""; display: inline-block; width: 7px; height: 7px; margin: 0 8px 1px 0; border-radius: 50%; background: var(--hc-orange); }
#bk-home-comparison .hc-hero h1 { max-width: 920px; margin: 0 0 14px; font-size: clamp(29px, 3vw, 36px); line-height: 1.17; }
#bk-home-comparison .hc-hero > p { max-width: 790px; color: var(--hc-muted); font-size: 15px; line-height: 1.7; }
#bk-home-comparison .hc-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 18px; }
#bk-home-comparison .hc-actions a { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 47px; padding: 11px 20px; border: 1px solid #bfd6eb; border-radius: 11px; background: #fff; color: var(--hc-blue-deep); font-size: 14px; font-weight: 700; text-align: center; text-decoration: none; transition: background-color .16s ease, box-shadow .16s ease; }
#bk-home-comparison .hc-actions a:first-child { background: var(--hc-blue); border-color: var(--hc-blue); color: #fff; box-shadow: 0 6px 14px #0877ce25; }
#bk-home-comparison .hc-actions a:hover { box-shadow: 0 6px 16px #0755a122; background: #edf6ff; }
#bk-home-comparison .hc-actions a:first-child:hover { background: var(--hc-blue-deep); }
#bk-home-comparison .hc-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin: 14px 0 26px; }
#bk-home-comparison .hc-facts > div { min-width: 0; padding: 14px; border: 1px solid var(--hc-line); border-radius: 14px; background: #fff; color: var(--hc-muted); font-size: 13px; line-height: 1.6; }
#bk-home-comparison .hc-facts strong { display: block; margin-bottom: 4px; color: var(--hc-ink); font-size: 15px; }
#bk-home-comparison .hc-facts span { display: block; }
#bk-home-comparison #hc-pricing { width: 100%; max-width: 100%; min-width: 0; scroll-margin-top: 105px; }
#bk-home-comparison .hc-section-head { margin-bottom: 20px; }
#bk-home-comparison .hc-section-head h2 { margin-bottom: 9px; font-size: clamp(25px, 2.5vw, 33px); }
#bk-home-comparison .hc-section-head p { max-width: 880px; color: var(--hc-muted); font-size: 15px; }
#bk-home-comparison .hc-tabs { display: flex; flex-wrap: wrap; gap: 8px; width: 100%; min-width: 0; padding: 10px; margin-bottom: 20px; border: 1px solid #d5e4f1; border-radius: 16px; background: #eef5fb; }
#bk-home-comparison .hc-tabs button { flex: 1 1 136px; min-width: 0; max-width: 100%; min-height: 48px; padding: 10px 13px; border: 1px solid transparent; border-radius: 10px; background: #fff; color: #355571; font-size: 14px; line-height: 1.45; font-weight: 700; white-space: normal; overflow-wrap: anywhere; box-shadow: 0 1px 4px #17334f07; transition: color .16s ease, background-color .16s ease, border-color .16s ease; }
#bk-home-comparison .hc-tabs button:hover { border-color: #7db5e5; background: #f9fcff; color: var(--hc-blue-deep); }
#bk-home-comparison .hc-tabs button[aria-selected="true"] { background: var(--hc-blue-deep); border-color: var(--hc-blue-deep); color: #fff; box-shadow: 0 4px 10px #0755a12b; }
#bk-home-comparison .hc-panel { width: 100%; max-width: 100%; min-width: 0; padding: 26px; border: 1px solid var(--hc-line); border-radius: 18px; background: #fff; box-shadow: 0 7px 28px #17334f09; }
#bk-home-comparison .hc-panel-head { margin-bottom: 22px; }
#bk-home-comparison .hc-panel-head h3 { margin-bottom: 9px; font-size: clamp(22px, 2vw, 28px); }
#bk-home-comparison .hc-panel-head p { margin-top: 8px; max-width: 930px; color: var(--hc-muted); font-size: 14px; }
#bk-home-comparison .hc-panel-head a { display: inline-block; margin-top: 9px; font-size: 14px; line-height: 1.5; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
#bk-home-comparison .hc-controls { display: flex; flex-wrap: wrap; align-items: end; gap: 14px; margin: 0 0 20px; padding: 16px; border: 1px solid #d9e8f3; border-radius: 12px; background: #f5f9fd; }
#bk-home-comparison .hc-controls label { display: flex; flex-direction: column; gap: 6px; min-width: 0; max-width: 100%; color: #355571; font-size: 13px; line-height: 1.5; font-weight: 700; }
#bk-home-comparison .hc-controls select { width: 100%; min-width: 0; max-width: 100%; min-height: 42px; padding: 9px 32px 9px 12px; border: 1px solid #bdd0e0; border-radius: 8px; background-color: #fff; color: var(--hc-ink); font-size: 14px; font-weight: 500; cursor: pointer; }
#bk-home-comparison .hc-table { width: 100%; max-width: 100%; min-width: 0; margin: 16px 0; }
#bk-home-comparison .hc-table table,
#bk-home-comparison table.hc-table { width: 100%; max-width: 100%; min-width: 0; table-layout: fixed; border-collapse: separate; border-spacing: 0; border: 1px solid var(--hc-line); border-radius: 12px; color: var(--hc-ink); background: #fff; font-size: 14px; line-height: 1.6; }
#bk-home-comparison .hc-table caption { padding: 0 0 12px; color: var(--hc-ink); font-size: 17px; font-weight: 700; text-align: left; }
#bk-home-comparison .hc-table th,
#bk-home-comparison .hc-table td { width: auto; max-width: 100%; min-width: 0; padding: 15px 14px; border: 0; border-right: 1px solid #e0eaf3; border-bottom: 1px solid #e0eaf3; background: transparent; color: inherit; vertical-align: top; text-align: left; white-space: normal; overflow-wrap: anywhere; word-break: normal; }
#bk-home-comparison .hc-table tr > :last-child { border-right: 0; }
#bk-home-comparison .hc-table tbody tr:last-child > * { border-bottom: 0; }
#bk-home-comparison .hc-table thead th { padding: 18px 14px; background: #edf5fc; color: #124977; font-size: 14px; font-weight: 700; line-height: 1.5; vertical-align: middle; }
#bk-home-comparison .hc-table thead tr:first-child th:first-child { border-top-left-radius: 11px; }
#bk-home-comparison .hc-table thead tr:first-child th:last-child { border-top-right-radius: 11px; }
#bk-home-comparison .hc-table tbody th { background: #f8fbfd; color: #355571; font-size: 13px; font-weight: 700; }
#bk-home-comparison .hc-table tbody tr:nth-child(even) td { background: #fcfdff; }
#bk-home-comparison .hc-table td > * { max-width: 100%; min-width: 0; }
#bk-home-comparison .hc-table small { display: block; margin-top: 6px; color: var(--hc-muted); font-size: 12px; line-height: 1.6; }
#bk-home-comparison .hc-table ul { margin: 8px 0 0; padding-left: 17px; list-style-position: outside; }
#bk-home-comparison .hc-table li { margin: 4px 0; }
#bk-home-comparison .hc-pair-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; width: 100%; min-width: 0; margin: 16px 0; }
#bk-home-comparison .hc-offer { display: flex; flex-direction: column; align-items: stretch; gap: 10px; min-width: 0; max-width: 100%; padding: 20px; border: 1px solid #cfdfec; border-radius: 14px; background: #fff; box-shadow: 0 3px 10px #17334f05; }
#bk-home-comparison .hc-offer:nth-child(even) { border-color: #9ec8e9; background: #f7fbff; }
#bk-home-comparison .hc-offer h4 { font-size: 18px; color: #12538a; }
#bk-home-comparison .hc-offer p { color: var(--hc-muted); font-size: 13px; }
#bk-home-comparison .hc-offer ul { margin: 0; padding-left: 18px; font-size: 13px; list-style-position: outside; }
#bk-home-comparison .hc-offer li { margin: 5px 0; }
#bk-home-comparison .hc-money { display: flex; flex-direction: column; align-items: flex-start; gap: 5px; min-width: 0; margin: 8px 0; }
#bk-home-comparison .hc-invoice { display: block; min-width: 0; color: var(--hc-muted); font-size: 13px; line-height: 1.5; }
#bk-home-comparison .hc-invoice strong { font-size: inherit; color: #425b71; }
#bk-home-comparison .hc-pay { display: block; min-width: 0; color: var(--hc-blue-deep); font-size: clamp(19px, 1.9vw, 25px); line-height: 1.35; font-weight: 750; letter-spacing: -.025em; }
#bk-home-comparison .hc-pay small { color: var(--hc-muted); font-size: 12px; font-weight: 400; letter-spacing: 0; }
#bk-home-comparison .hc-buy { display: inline-flex; justify-content: center; align-items: center; gap: 7px; width: 100%; max-width: 100%; min-height: 42px; margin-top: 9px; padding: 10px 12px; border: 1px solid var(--hc-blue); border-radius: 8px; background: var(--hc-blue); color: #fff; font-size: 13px; font-weight: 700; line-height: 1.45; text-align: center; text-decoration: none; white-space: normal; overflow-wrap: anywhere; transition: background-color .16s ease, border-color .16s ease; }
#bk-home-comparison .hc-buy:hover { background: var(--hc-blue-deep); border-color: var(--hc-blue-deep); color: #fff; text-decoration: none; }
#bk-home-comparison .hc-offer .hc-buy { margin-top: auto; }
#bk-home-comparison .hc-note { margin: 16px 0 0; padding: 15px 17px; border: 1px solid #f1dfc7; border-left: 3px solid var(--hc-orange); border-radius: 8px; background: #fffbf6; color: #69513b; font-size: 13px; line-height: 1.75; }
#bk-home-comparison .hc-note + .hc-note { margin-top: 10px; }
#bk-home-comparison .hc-error { padding: 20px; border: 1px solid #efd2c5; border-radius: 11px; background: #fff7f2; color: #8b4121; font-size: 14px; }
#bk-home-comparison .hc-error a { display: inline-block; margin-top: 10px; font-weight: 700; text-decoration: underline; }
#bk-home-comparison .hc-loading { padding: 38px 20px; border: 1px dashed #c0d8ec; border-radius: 12px; background: #f8fbfe; color: var(--hc-muted); font-size: 14px; text-align: center; }
#bk-home-comparison .hc-details { margin-top: 22px; }
#bk-home-comparison .hc-details details,
#bk-home-comparison details.hc-details { margin: 10px 0; padding: 0 18px; border: 1px solid var(--hc-line); border-radius: 11px; background: #fff; }
#bk-home-comparison .hc-details summary { padding: 16px 0; color: #255276; font-size: 14px; font-weight: 700; line-height: 1.5; cursor: pointer; }
#bk-home-comparison .hc-details details > :not(summary),
#bk-home-comparison details.hc-details > :not(summary) { margin-bottom: 16px; color: var(--hc-muted); font-size: 14px; }
#bk-home-comparison .hc-details details[open] summary,
#bk-home-comparison details.hc-details[open] summary { color: var(--hc-blue-deep); }
@media (max-width: 900px) {
  #bk-home-comparison .hc-panel { padding: 20px; }
  #bk-home-comparison .hc-table th,
  #bk-home-comparison .hc-table td { padding: 12px 10px; font-size: 13px; }
  #bk-home-comparison .hc-table thead th { padding: 15px 10px; font-size: 13px; }
  #bk-home-comparison .hc-facts > div { padding: 15px; }
  #bk-home-comparison .hc-pay { font-size: 21px; }
}
@media (max-width: 640px) {
  #bk-home-comparison { font-size: 14px; }
  #bk-home-comparison .hc-hero { padding: 25px 20px; border-radius: 17px; }
  #bk-home-comparison .hc-hero h1 { font-size: 30px; }
  #bk-home-comparison .hc-hero > p { font-size: 14px; line-height: 1.7; }
  #bk-home-comparison .hc-actions { gap: 9px; }
  #bk-home-comparison .hc-actions a { flex: 1 1 150px; padding: 10px 13px; }
  #bk-home-comparison .hc-facts { grid-template-columns: minmax(0, 1fr); gap: 8px; margin-bottom: 28px; }
  #bk-home-comparison .hc-facts > div { padding: 12px 15px; }
  #bk-home-comparison .hc-facts strong { margin-bottom: 2px; font-size: 14px; }
  #bk-home-comparison .hc-tabs { gap: 7px; padding: 8px; border-radius: 13px; }
  #bk-home-comparison .hc-tabs button { flex-basis: calc(50% - 7px); min-height: 45px; padding: 9px; font-size: 13px; }
  #bk-home-comparison .hc-panel { padding: 17px 13px; border-radius: 14px; }
  #bk-home-comparison .hc-panel-head { margin-bottom: 17px; }
  #bk-home-comparison .hc-controls { gap: 10px; padding: 12px; }
  #bk-home-comparison .hc-controls label { flex: 1 1 145px; }
  #bk-home-comparison .hc-table table,
  #bk-home-comparison table.hc-table { display: block; border: 0; background: transparent; border-radius: 0; }
  #bk-home-comparison .hc-table thead { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; border: 0; clip-path: inset(50%); white-space: normal; }
  #bk-home-comparison .hc-table tbody { display: block; width: 100%; min-width: 0; }
  #bk-home-comparison .hc-table tbody tr { display: grid; grid-template-columns: minmax(0, 1fr); width: 100%; min-width: 0; margin: 0 0 13px; border: 1px solid #d4e3ef; border-radius: 11px; background: #fff; }
  #bk-home-comparison .hc-table tbody th,
  #bk-home-comparison .hc-table tbody td { display: block; width: 100%; max-width: 100%; min-width: 0; padding: 12px 14px; border: 0; border-bottom: 1px solid #e4edf5; font-size: 14px; }
  #bk-home-comparison .hc-table tbody th { padding: 12px 14px; border-radius: 10px 10px 0 0; background: #eaf4fc; color: #124977; font-size: 14px; font-weight: 700; }
  #bk-home-comparison .hc-table tbody td[data-label]::before { content: attr(data-label); display: block; margin-bottom: 7px; color: #365d7c; font-size: 12px; line-height: 1.5; font-weight: 700; }
  #bk-home-comparison .hc-table tbody tr > :last-child { border-bottom: 0; border-radius: 0 0 10px 10px; }
  #bk-home-comparison .hc-table tbody tr:last-child > :not(:last-child) { border-bottom: 1px solid #e4edf5; }
  #bk-home-comparison .hc-table tbody tr:nth-child(even) td { background: transparent; }
  #bk-home-comparison .hc-pair-grid { gap: 10px; }
  #bk-home-comparison .hc-offer { padding: 16px 13px; }
  #bk-home-comparison .hc-offer h4 { font-size: 16px; }
  #bk-home-comparison .hc-pay { font-size: 22px; }
  #bk-home-comparison .hc-buy { min-height: 43px; font-size: 14px; }
  #bk-home-comparison .hc-note { padding: 12px 13px; }
}
@media (max-width: 420px) {
  #bk-home-comparison .hc-pair-grid { grid-template-columns: minmax(0, 1fr); }
  #bk-home-comparison .hc-hero h1 { font-size: 27px; }
}
@media (prefers-reduced-motion: reduce) {
  #bk-home-comparison *,
  #bk-home-comparison *::before,
  #bk-home-comparison *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

/* Compatibility with the shared catalogue/form renderer. */
#bk-home-comparison #hc-mount { width: 100%; max-width: 100%; min-width: 0; }
#bk-home-comparison #bk-prices {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--hc-ink);
}
#bk-home-comparison #bk-prices.hc-price-panel { padding: 24px !important; border: 1px solid var(--hc-line) !important; border-radius: 17px !important; background: #fff !important; box-shadow: 0 7px 28px #17334f09 !important; }
#bk-home-comparison #bk-prices .hc-panel-heading { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; gap: 12px 22px; min-width: 0; margin: 0 0 23px; }
#bk-home-comparison #bk-prices .hc-panel-heading > div { flex: 1 1 590px; min-width: 0; max-width: 100%; }
#bk-home-comparison #bk-prices .hc-panel-heading h3 { margin: 0 0 9px !important; padding: 0 !important; border: 0 !important; background: transparent !important; color: var(--hc-ink) !important; font-size: clamp(22px, 2vw, 28px) !important; line-height: 1.35 !important; text-transform: none !important; }
#bk-home-comparison #bk-prices .hc-panel-description { max-width: 900px; margin: 0 !important; padding: 0 !important; color: var(--hc-muted) !important; font-size: 14px !important; line-height: 1.7 !important; }
#bk-home-comparison #bk-prices .hc-more-link { display: inline-block; min-width: 0; max-width: 100%; margin: 5px 0; color: var(--hc-blue-deep); font-size: 13px; line-height: 1.6; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
#bk-home-comparison #bk-prices .hc-price-content { display: block; width: 100%; max-width: 100%; min-width: 0; }
#bk-home-comparison #bk-prices .hc-common-notes { margin: 20px 0 24px; padding: 16px 18px; border: 1px solid #d6e6f2; border-radius: 10px; background: #f4f9fd; color: var(--hc-muted); font-size: 13px; line-height: 1.75; }
#bk-home-comparison #bk-prices .hc-common-notes h4 { margin: 0 0 8px; color: #214e72; font-size: 15px; }
#bk-home-comparison #bk-prices .hc-common-notes p { margin: 5px 0; font-size: inherit; line-height: inherit; }
#bk-home-comparison #bk-prices .hc-price-status { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; width: 100%; min-width: 0; margin-top: 12px; }
#bk-home-comparison #bk-prices .hc-price-status > * { color: var(--hc-muted); font-size: 12px !important; line-height: 1.6; }
#bk-home-comparison #bk-prices .hc-price-status button { min-height: 38px; padding: 8px 13px; border: 1px solid #bcd4e7; border-radius: 8px; background: #f4f9fd; color: #195982; font-weight: 700; }
#bk-home-comparison #bk-prices [hidden] { display: none !important; }
#bk-home-comparison #bk-prices :is(.bk-service-tables, .bk-service-table-wrap, .bk-signature-scroll, .bk-quantity-compare, .bk-quantity-pair, .bk-invoice-tables) {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  overflow: visible !important;
  grid-auto-flow: row !important;
  scroll-snap-type: none !important;
}
#bk-home-comparison #bk-prices :is(.bk-service-section, .bk-signature-compare) {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 0 25px !important;
  padding: 20px !important;
  border: 1px solid var(--hc-line) !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: 0 3px 16px #17334f06 !important;
  overflow: visible !important;
}
#bk-home-comparison #bk-prices :is(.bk-service-title, .bk-signature-compare > h2) {
  margin: 0 0 15px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #173c5b !important;
  font-size: 21px !important;
  line-height: 1.4 !important;
  font-weight: 750 !important;
  text-transform: none !important;
}
#bk-home-comparison #bk-prices .bk-signature-compare > p { margin: 0 0 17px !important; color: var(--hc-muted); font-size: 14px; line-height: 1.7; }
#bk-home-comparison #bk-prices .bk-signature-compare label { display: inline-block; margin: 0 12px 8px 0; color: #355571; font-size: 14px; font-weight: 700; }
#bk-home-comparison #bk-prices .bk-signature-compare select { min-width: 0; max-width: 100%; min-height: 43px; padding: 9px 30px 9px 12px; border: 1px solid #bdd0e0; border-radius: 8px; background-color: #fff; color: var(--hc-ink); font-size: 14px; }
#bk-home-comparison #bk-prices .bk-signature-scroll { margin: 16px 0 0 !important; }
#bk-home-comparison #bk-prices :is(.bk-signature-hint, .bk-quick-swipe, .bk-price-swipe) { display: none !important; }
#bk-home-comparison #bk-prices .bk-pricing-controls { margin: 0 0 20px !important; padding: 0 !important; }
#bk-home-comparison #bk-prices .bk-price-tabs { display: flex !important; flex-wrap: wrap !important; align-items: stretch !important; gap: 8px !important; width: 100% !important; max-width: 100% !important; min-width: 0 !important; padding: 0 !important; margin: 0 !important; overflow: visible !important; border: 0 !important; background: transparent !important; }
#bk-home-comparison #bk-prices .bk-price-tab { flex: 0 1 auto; display: inline-flex !important; align-items: center; justify-content: center; gap: 7px; min-width: 0 !important; max-width: 100% !important; min-height: 43px; padding: 10px 16px !important; border: 1px solid #bfd5e8 !important; border-radius: 9px !important; background: #fff !important; color: #305a7c !important; font: 700 13px/1.5 Arial, Helvetica, sans-serif !important; white-space: normal !important; cursor: pointer; box-shadow: none !important; }
#bk-home-comparison #bk-prices .bk-price-tab[aria-selected="true"] { background: #e8f3fc !important; color: #075a9f !important; border-color: #65a8dd !important; }
#bk-home-comparison #bk-prices .bk-price-tab small { display: inline-block; color: inherit; font-size: 12px; }
#bk-home-comparison #bk-prices table.hc-table,
#bk-home-comparison #bk-prices table.bk-service-table,
#bk-home-comparison #bk-prices table.bk-pair-table,
#bk-home-comparison #bk-prices .bk-signature-scroll table {
  display: table !important;
  table-layout: fixed !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  border: 1px solid var(--hc-line) !important;
  border-radius: 11px !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  overflow: visible !important;
  font: 14px/1.6 Arial, Helvetica, sans-serif !important;
}
#bk-home-comparison #bk-prices :is(table.hc-table, .bk-service-table, .bk-pair-table, .bk-signature-scroll table) thead { display: table-header-group !important; }
#bk-home-comparison #bk-prices :is(table.hc-table, .bk-service-table, .bk-pair-table, .bk-signature-scroll table) tbody { display: table-row-group !important; }
#bk-home-comparison #bk-prices :is(table.hc-table, .bk-service-table, .bk-pair-table, .bk-signature-scroll table) tr { display: table-row !important; }
#bk-home-comparison #bk-prices :is(table.hc-table, .bk-service-table, .bk-pair-table, .bk-signature-scroll table) :is(th, td) {
  display: table-cell !important;
  position: static !important;
  width: auto !important;
  max-width: 100% !important;
  min-width: 0 !important;
  padding: 15px 13px !important;
  border: 0 !important;
  border-right: 1px solid #e0eaf3 !important;
  border-bottom: 1px solid #e0eaf3 !important;
  background: #fff !important;
  color: var(--hc-ink) !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  text-align: left !important;
  vertical-align: top !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
  text-transform: none !important;
}
#bk-home-comparison #bk-prices :is(table.hc-table, .bk-service-table, .bk-pair-table, .bk-signature-scroll table) tr > :last-child { border-right: 0 !important; }
#bk-home-comparison #bk-prices :is(table.hc-table, .bk-service-table, .bk-pair-table, .bk-signature-scroll table) tbody tr:last-child > * { border-bottom: 0 !important; }
#bk-home-comparison #bk-prices :is(table.hc-table, .bk-service-table, .bk-pair-table, .bk-signature-scroll table) thead th { background: #edf5fc !important; color: #124977 !important; font-weight: 700 !important; font-size: 14px !important; vertical-align: middle !important; }
#bk-home-comparison #bk-prices :is(table.hc-table, .bk-service-table, .bk-pair-table, .bk-signature-scroll table) tbody th { background: #f6fafd !important; color: #355571 !important; font-size: 13px !important; font-weight: 700 !important; }
#bk-home-comparison #bk-prices :is(table.hc-table, .bk-service-table, .bk-pair-table, .bk-signature-scroll table) td::before { content: none !important; }
#bk-home-comparison #bk-prices :is(.bk-pair-table td.bk-pair-advanced, .bk-pair-table thead th:last-child, .bk-bhxh-price:last-child) { background: #f1f8ff !important; }
#bk-home-comparison #bk-prices .bk-service-table .bk-service-pay { color: var(--hc-blue-deep) !important; font-size: 17px !important; font-weight: 750 !important; font-variant-numeric: tabular-nums; }
#bk-home-comparison #bk-prices .bk-service-discount { color: #25714b !important; font-size: 13px !important; }
#bk-home-comparison #bk-prices :is(.bk-service-number, .bk-eql-term, .bk-bhxh-price) { font-variant-numeric: tabular-nums; }
#bk-home-comparison #bk-prices :is(.bk-signature-price, .bk-bhxh-price, .bk-eql-term) small { display: block; margin: 0 0 7px; color: var(--hc-muted); font-size: 12px; line-height: 1.65; }
#bk-home-comparison #bk-prices :is(.bk-signature-price, .bk-bhxh-price, .bk-eql-term) strong { display: block; margin: 7px 0 10px; color: var(--hc-blue-deep); font-size: 18px; line-height: 1.5; font-weight: 750; font-variant-numeric: tabular-nums; }
#bk-home-comparison #bk-prices :is(.bk-service-choose, .bk-pair-buy, .bk-signature-price button, .bk-invoice-buy) { display: inline-flex !important; justify-content: center !important; align-items: center !important; width: 100% !important; max-width: 100% !important; min-width: 0 !important; height: auto !important; min-height: 43px !important; padding: 10px 12px !important; margin: 8px 0 0 !important; border: 1px solid var(--hc-blue) !important; border-radius: 8px !important; background: var(--hc-blue) !important; color: #fff !important; font: 700 13px/1.45 Arial, Helvetica, sans-serif !important; white-space: normal !important; overflow-wrap: anywhere !important; text-align: center !important; box-shadow: none !important; cursor: pointer; }
#bk-home-comparison #bk-prices :is(.bk-service-choose, .bk-pair-buy, .bk-signature-price button, .bk-invoice-buy):hover { border-color: var(--hc-blue-deep) !important; background: var(--hc-blue-deep) !important; }
#bk-home-comparison #bk-prices .bk-pair-guide { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; padding: 0 !important; margin: 0 0 20px !important; }
#bk-home-comparison #bk-prices .bk-pair-guide article { min-width: 0; padding: 18px; border: 1px solid #ccdfed; border-radius: 12px; background: #f6fafd; }
#bk-home-comparison #bk-prices .bk-pair-guide article.bk-pair-advanced { border-color: #a5cdec; background: #eef7ff; }
#bk-home-comparison #bk-prices .bk-pair-guide h4 { margin: 0 0 8px; color: #174e79; font-size: 18px; }
#bk-home-comparison #bk-prices .bk-pair-guide p { color: var(--hc-muted); font-size: 14px; line-height: 1.65; }
#bk-home-comparison #bk-prices .bk-pair-finder { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; width: 100%; min-width: 0; margin: 0 0 20px !important; padding: 16px; border: 1px solid #d9e8f3; border-radius: 11px; background: #f5f9fd; }
#bk-home-comparison #bk-prices .bk-pair-finder label { max-width: 100%; color: #355571; font-size: 14px; font-weight: 700; }
#bk-home-comparison #bk-prices .bk-pair-finder input { flex: 0 1 170px; width: 170px; max-width: 100%; min-width: 0; min-height: 43px; padding: 9px 12px; border: 1px solid #bdd0e0; border-radius: 8px; background: #fff; color: var(--hc-ink); font-size: 16px; }
#bk-home-comparison #bk-prices .bk-pair-finder button { max-width: 100%; min-height: 43px; padding: 10px 15px; border: 1px solid var(--hc-blue); border-radius: 8px; background: var(--hc-blue); color: white; font: 700 13px/1.45 Arial, Helvetica, sans-serif; white-space: normal; }
#bk-home-comparison #bk-prices .bk-pair-finder p { flex-basis: 100%; margin: 0; color: #355571; font-size: 13px; }
#bk-home-comparison #bk-prices .bk-pair-cell dl { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 7px 10px; margin: 0 !important; }
#bk-home-comparison #bk-prices .bk-pair-cell dt { min-width: 0; color: var(--hc-muted); font-size: 12px; line-height: 1.6; }
#bk-home-comparison #bk-prices .bk-pair-cell dd { min-width: 0; margin: 0; color: #355571; font-size: 14px; line-height: 1.5; text-align: right; white-space: normal; overflow-wrap: anywhere; font-variant-numeric: tabular-nums; }
#bk-home-comparison #bk-prices .bk-pair-cell dd.bk-pair-pay { color: var(--hc-blue-deep); font-size: 22px; line-height: 1.4; font-weight: 750; }
#bk-home-comparison #bk-prices :is(.bk-pair-unit, .bk-pair-gap) { margin: 9px 0; color: var(--hc-muted); font-size: 12px; line-height: 1.6; }
#bk-home-comparison #bk-prices .bk-pair-gap { color: #236945; }
#bk-home-comparison #bk-prices .bk-pair-match { outline: 3px solid #efa059; outline-offset: -3px; }
#bk-home-comparison #bk-prices .bk-service-notes { margin: 17px 0 0 !important; padding: 14px 16px !important; border: 1px solid #f1dfc7 !important; border-left: 3px solid var(--hc-orange) !important; border-radius: 8px !important; background: #fffbf6 !important; color: #69513b !important; font-size: 13px !important; line-height: 1.75 !important; }
#bk-home-comparison #bk-prices .bk-service-notes h4 { margin: 0 0 8px; color: #69513b; font-size: 15px; }
#bk-home-comparison #bk-prices .bk-service-notes p { margin: 5px 0 !important; color: inherit; font-size: inherit; line-height: inherit; }
#bk-home-comparison #bk-prices :is(.bk-price-empty, #bk-price-status) { padding: 10px 0; color: var(--hc-muted); font-size: 13px !important; line-height: 1.6; }
@media (min-width: 641px) {
  #bk-home-comparison #bk-prices .bk-signature-scroll table tr > :first-child { width: 19% !important; }
  #bk-home-comparison #bk-prices .bk-signature-scroll table tr > :not(:first-child) { width: 27% !important; }
  #bk-home-comparison #bk-prices .bk-pair-table tr > :first-child,
  #bk-home-comparison #bk-prices #bk-service-table-panel .bk-bhxh-compare .bk-service-table tr > :first-child { width: 18% !important; }
  #bk-home-comparison #bk-prices .bk-pair-table tr > :not(:first-child),
  #bk-home-comparison #bk-prices #bk-service-table-panel .bk-bhxh-compare .bk-service-table tr > :not(:first-child) { width: 41% !important; text-align: left !important; }
}
@media (max-width: 900px) {
  #bk-home-comparison #bk-prices.hc-price-panel { padding: 18px !important; }
  #bk-home-comparison #bk-prices :is(.bk-service-section, .bk-signature-compare) { padding: 16px !important; }
  #bk-home-comparison #bk-prices :is(table.hc-table, .bk-service-table, .bk-pair-table, .bk-signature-scroll table) :is(th, td) { padding: 12px 10px !important; font-size: 13px !important; }
  #bk-home-comparison #bk-prices .bk-pair-cell dl { display: block; }
  #bk-home-comparison #bk-prices .bk-pair-cell dd { text-align: left; margin: 3px 0 10px; }
  #bk-home-comparison #bk-prices .bk-pair-cell dd.bk-pair-pay { font-size: 21px; }
}
@media (max-width: 640px) {
  #bk-home-comparison #bk-prices.hc-price-panel { padding: 16px 11px !important; border-radius: 13px !important; }
  #bk-home-comparison #bk-prices .hc-panel-heading { margin-bottom: 18px; gap: 8px; }
  #bk-home-comparison #bk-prices .hc-common-notes { padding: 13px; }
  #bk-home-comparison #bk-prices :is(.bk-service-section, .bk-signature-compare) { margin-bottom: 18px !important; padding: 14px 10px !important; border-radius: 11px !important; }
  #bk-home-comparison #bk-prices :is(.bk-service-title, .bk-signature-compare > h2) { font-size: 20px !important; }
  #bk-home-comparison #bk-prices .bk-price-tab { flex: 1 1 140px; padding: 10px !important; }
  #bk-home-comparison #bk-prices .bk-pair-guide { gap: 9px; }
  #bk-home-comparison #bk-prices .bk-pair-guide article { padding: 13px 11px; }
  #bk-home-comparison #bk-prices .bk-pair-guide h4 { font-size: 16px; }
  #bk-home-comparison #bk-prices .bk-pair-guide p { font-size: 13px; }
  #bk-home-comparison #bk-prices .bk-pair-finder { padding: 12px; }
  #bk-home-comparison #bk-prices .bk-pair-finder label { flex-basis: 100%; }
  #bk-home-comparison #bk-prices .bk-pair-finder input { flex: 1 1 140px; }
  #bk-home-comparison #bk-prices .bk-pair-finder button { flex: 1 1 140px; }
  #bk-home-comparison #bk-prices :is(table.hc-table, table.bk-service-table, table.bk-pair-table, .bk-signature-scroll table) { display: block !important; border: 0 !important; border-radius: 0 !important; }
  #bk-home-comparison #bk-prices :is(table.hc-table, .bk-service-table, .bk-pair-table, .bk-signature-scroll table) thead { display: none !important; }
  #bk-home-comparison #bk-prices :is(table.hc-table, .bk-service-table, .bk-pair-table, .bk-signature-scroll table) tbody { display: block !important; width: 100% !important; }
  #bk-home-comparison #bk-prices :is(table.hc-table, .bk-service-table, .bk-pair-table, .bk-signature-scroll table) tbody tr { display: grid !important; grid-template-columns: minmax(0, 1fr) !important; width: 100% !important; max-width: 100% !important; min-width: 0 !important; margin: 0 0 13px !important; padding: 0 !important; border: 1px solid #cddfed !important; border-radius: 10px !important; background: #fff !important; overflow: visible !important; }
  #bk-home-comparison #bk-prices :is(table.hc-table, .bk-service-table, .bk-pair-table, .bk-signature-scroll table) tbody :is(th, td),
  #bk-home-comparison #bk-prices #bk-service-table-panel .bk-bhxh-compare .bk-service-table tr > * { display: block !important; width: 100% !important; max-width: 100% !important; min-width: 0 !important; padding: 12px 13px !important; border: 0 !important; border-bottom: 1px solid #e0eaf3 !important; text-align: left !important; font-size: 14px !important; }
  #bk-home-comparison #bk-prices :is(table.hc-table, .bk-service-table, .bk-pair-table, .bk-signature-scroll table) tbody th { border-radius: 9px 9px 0 0 !important; background: #eaf4fc !important; color: #164b72 !important; font-size: 14px !important; }
  #bk-home-comparison #bk-prices :is(table.hc-table, .bk-service-table, .bk-pair-table, .bk-signature-scroll table) tbody td[data-label]::before { content: attr(data-label) !important; display: block !important; margin: 0 0 9px !important; padding: 0 !important; width: auto !important; max-width: 100% !important; min-width: 0 !important; color: #355d7c !important; font-size: 12px !important; line-height: 1.5 !important; font-weight: 700 !important; }
  #bk-home-comparison #bk-prices .bk-pair-table tbody td:not([data-label])[data-tier]::before { content: attr(data-tier) !important; display: block !important; margin: 0 0 9px !important; color: #355d7c; font-size: 12px; font-weight: 700; }
  #bk-home-comparison #bk-prices :is(table.hc-table, .bk-service-table, .bk-pair-table, .bk-signature-scroll table) tbody tr:last-child > :not(:last-child) { border-bottom: 1px solid #e0eaf3 !important; }
  #bk-home-comparison #bk-prices :is(table.hc-table, .bk-service-table, .bk-pair-table, .bk-signature-scroll table) tbody tr > :last-child { border-bottom: 0 !important; border-radius: 0 0 9px 9px !important; }
  #bk-home-comparison #bk-prices .bk-pair-cell dl { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  #bk-home-comparison #bk-prices .bk-pair-cell dd { text-align: right; margin: 0; }
  #bk-home-comparison #bk-prices :is(.bk-service-choose, .bk-pair-buy, .bk-signature-price button) { font-size: 14px !important; }
  #bk-home-comparison #bk-prices .bk-service-notes { padding: 12px !important; }
}
@media (max-width: 420px) {
  #bk-home-comparison #bk-prices .bk-pair-guide { grid-template-columns: minmax(0, 1fr); }
  #bk-home-comparison #bk-prices .bk-pair-cell dl { display: block; }
  #bk-home-comparison #bk-prices .bk-pair-cell dd { text-align: left; margin: 3px 0 10px; }
}
