/* HostBS product page modernization layer.
   Scoped to .hostbs-product-modern so legacy Bootstrap 3 pages keep their structure and behavior. */

.hostbs-product-modern {
  --product-navy: var(--hostbs-navy, #0f2541);
  --product-navy-soft: var(--hostbs-navy-2, #112941);
  --product-orange: var(--hostbs-orange, #ff2300);
  --product-orange-soft: var(--hostbs-orange-soft, #df691a);
  --product-gradient: var(--hostbs-orange-gradient, linear-gradient(to left, #df691a, #ff2300));
  --product-border: var(--hostbs-border, rgba(15, 37, 65, .12));
  --product-muted: var(--hostbs-muted, #67758a);
  --product-soft: var(--hostbs-soft, #edf6ff);
  color: var(--hostbs-text, #27364a);
}

.hostbs-product-modern img {
  max-width: 100%;
  height: auto;
}

.hostbs-product-modern .wgt-hero {
  min-height: 390px;
  display: flex;
  align-items: center;
  background-position: center;
}

.hostbs-product-modern .wgt-hero .container {
  padding-top: 46px;
  padding-bottom: 46px;
}

.hostbs-product-modern .hero-text-container {
  max-width: 720px;
}

.hostbs-product-modern .hero-text-container h1 {
  font-size: 44px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -.02em;
  margin-bottom: 18px;
}

.hostbs-product-modern .hero-text-container p,
.hostbs-product-modern .hero-text-container .lead {
  font-size: 18px;
  line-height: 1.65;
  max-width: 640px;
}

.hostbs-product-modern .sub-bnr-content .right,
.hostbs-product-modern .rate-info,
.hostbs-product-modern .starting-at {
  border-radius: 22px;
}

.hostbs-product-modern .sub-bnr-content .right {
  background: transparent;
  border: 0;
  padding: 24px;
  color: #fff;
}

.hostbs-product-modern .starting-at h3,
.hostbs-product-modern .starting-at h3 span {
  color: #fff;
}

.hostbs-product-modern .starting-at a:hover,
.hostbs-product-modern .starting-at a:focus {
  text-decoration: none;
}

.hostbs-product-modern .cta {
  background: var(--product-navy);
  color: #fff;
  padding: 24px 0;
}

.hostbs-product-modern .cta .lead {
  margin-bottom: 8px;
  color: rgba(255,255,255,.88);
  font-weight: 700;
}

.hostbs-product-modern .tabscroll {
  background: #fff;
  border-bottom: 1px solid var(--product-border);
}

.hostbs-product-modern .tabscroll ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 0;
  padding: 14px 0;
}

.hostbs-product-modern .tabscroll li {
  margin: 0;
}

.hostbs-product-modern .tabscroll a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  color: var(--product-navy);
  background: var(--product-soft);
  font-weight: 700;
  text-decoration: none;
}

.hostbs-product-modern .tabscroll a:hover,
.hostbs-product-modern .tabscroll a:focus {
  color: #fff;
  background: var(--product-gradient);
}

.hostbs-product-modern .home-pricing,
.hostbs-product-modern .ts-pricing-table-compare,
.hostbs-product-modern .software-specs2,
.hostbs-product-modern .ddos_outer,
.hostbs-product-modern .wgt-logos,
.hostbs-product-modern .notice-wrap,
.hostbs-product-modern .decide,
.hostbs-product-modern .shared-features,
.hostbs-product-modern .technical-specs {
  padding-top: 54px;
  padding-bottom: 54px;
}

.hostbs-product-modern .home-pricing .row,
.hostbs-product-modern .software-specs2 .row,
.hostbs-product-modern .ddos_outer .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.hostbs-product-modern .title-top,
.hostbs-product-modern .page-title,
.hostbs-product-modern .ts-section-title,
.hostbs-product-modern .software-features2 h2,
.hostbs-product-modern .ddos_outer h2 {
  margin-bottom: 28px;
}

.hostbs-product-modern .title-top h2,
.hostbs-product-modern .page-title h2,
.hostbs-product-modern .ts-section-title h2,
.hostbs-product-modern .software-features2 h2,
.hostbs-product-modern .ddos_outer h2 {
  color: var(--product-navy);
  font-size: 31px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -.015em;
}

.hostbs-product-modern .title-top p,
.hostbs-product-modern .page-title p,
.hostbs-product-modern .ts-section-title p,
.hostbs-product-modern .ddos_outer p,
.hostbs-product-modern .software-features2 p {
  color: var(--product-muted);
  line-height: 1.72;
}

.hostbs-product-modern .pricing-col,
.hostbs-product-modern .pricing,
.hostbs-product-modern .panel,
.hostbs-product-modern .protected_against_list,
.hostbs-product-modern .software-features2,
.hostbs-product-modern .ddos_outer .page-title,
.hostbs-product-modern .reseller-plan,
.hostbs-product-modern .ts-wrapper {
  border-radius: 20px;
}

.hostbs-product-modern .pricing-col,
.hostbs-product-modern .pricing,
.hostbs-product-modern .panel,
.hostbs-product-modern .software-features2,
.hostbs-product-modern .protected_against_list {
  border: 1px solid var(--product-border);
  background: #fff;
  box-shadow: none;
}

.hostbs-product-modern .pricing-col {
  overflow: hidden;
  margin-bottom: 24px;
  transition: border-color 180ms ease, transform 180ms ease;
}

.hostbs-product-modern .pricing-col:hover {
  border-color: rgba(255,35,0,.32);
  transform: translateY(-2px);
}

.hostbs-product-modern .pricing-col .title,
.hostbs-product-modern .pricing-col .pricings,
.hostbs-product-modern .hreseller-head,
.hostbs-product-modern .ts-compare-heading th,
.hostbs-product-modern .title-compare-table th {
  background: var(--product-navy) !important;
  color: #fff;
}

.hostbs-product-modern .pricing-col .pricings {
  padding: 18px;
}

.hostbs-product-modern .monthlyp,
.hostbs-product-modern .monthlyp span,
.hostbs-product-modern .product-price,
.hostbs-product-modern .compare-price {
  color: #fff !important;
  font-weight: 800;
}



/* Preserve original web-hosting pricing table behavior while keeping product-page modernization elsewhere. */
.hostbs-product-modern.hostbs-product-web-hosting .pricing-col {
  min-height: 420px;
  text-align: center;
  border: 2px solid #0F2541;
  padding: 20px;
  border-radius: 6px;
  letter-spacing: 0;
  background: transparent;
  color: inherit;
  box-shadow: none;
  overflow: visible;
  transition: all .2s ease-in-out;
  transform: none;
}

.hostbs-product-modern.hostbs-product-web-hosting .pricing-col:hover {
  background-color: #0F2541;
  color: #fff;
  border-color: #0F2541;
  transform: none;
}

.hostbs-product-modern.hostbs-product-web-hosting .pricing-col h3 {
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  color: inherit;
}

.hostbs-product-modern.hostbs-product-web-hosting .pricing-col p {
  font-weight: 500;
  line-height: 1.7;
}

.hostbs-product-modern.hostbs-product-web-hosting .pricing-col hr {
  border-color: #0F2541;
}

.hostbs-product-modern.hostbs-product-web-hosting .pricing-col .pricings {
  padding: 5px 0 0;
  background: transparent !important;
  color: inherit;
}

.hostbs-product-modern.hostbs-product-web-hosting .pricing-col .pricings span {
  display: inline;
  color: #03b2e2 !important;
  line-height: 1;
  font-size: 20px;
  font-weight: 900;
}

.hostbs-product-modern.hostbs-product-web-hosting .pricing-col .pricings .monthlyp {
  color: inherit !important;
}

.hostbs-product-modern.hostbs-product-web-hosting .pricing-col .pricings .monthlyp,
.hostbs-product-modern.hostbs-product-web-hosting .pricing-col .pricings .monthlyp span {
  font-size: 24px;
}

.hostbs-product-modern.hostbs-product-web-hosting .pricing-col .btn {
  margin-left: 0;
}

.hostbs-product-modern.hostbs-product-web-hosting .plan-desc {
  margin-top: 20px;
  text-align: left;
  padding: 0;
}

.hostbs-product-modern.hostbs-product-web-hosting .plan-desc li {
  padding: 5px 15px;
  line-height: normal;
}

.hostbs-product-modern .plan-desc {
  padding: 20px;
}

.hostbs-product-modern .plan-desc li,
.hostbs-product-modern .software-features2 li,
.hostbs-product-modern .protected_against_list li {
  line-height: 1.55;
  padding: 7px 0;
}

.hostbs-product-modern .plan-desc li .fa,
.hostbs-product-modern .software-features2 li .fa,
.hostbs-product-modern .protected_against_list li .fa,
.hostbs-product-modern .host-feature .fa {
  color: var(--product-orange-soft);
}

.hostbs-product-modern .table-responsive {
  border: 0;
}

.hostbs-product-modern .table,
.hostbs-product-modern .ts-compare-table,
.hostbs-product-modern .ts-res-table,
.hostbs-product-modern .reseller-plan table {
  background: #fff;
  border: 1px solid var(--product-border);
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 24px;
}

.hostbs-product-modern .table > thead > tr > th,
.hostbs-product-modern .table > tbody > tr > th,
.hostbs-product-modern .table > tbody > tr > td,
.hostbs-product-modern .ts-compare-table td,
.hostbs-product-modern .ts-compare-table th {
  vertical-align: middle;
  border-color: rgba(15,37,65,.10);
}

.hostbs-product-modern .head-border,
.hostbs-product-modern .head-border-none,
.hostbs-product-modern .no-title {
  padding: 15px !important;
}

.hostbs-product-modern .hosting-features,
.hostbs-product-modern .compare-name {
  color: var(--product-navy);
  font-weight: 800;
}

.hostbs-product-modern .compare-line,
.hostbs-product-modern .compare-unit,
.hostbs-product-modern .host-feature {
  color: var(--product-muted);
}

.hostbs-product-modern .ts-bt,
.hostbs-product-modern .cta-compare,
.hostbs-product-modern .btn-green,
.hostbs-product-modern .btn-blue {
  white-space: normal;
  text-align: center;
}

.hostbs-product-modern .notice-wrap,
.hostbs-product-modern .decide {
  background: var(--product-navy);
  color: #fff;
}

.hostbs-product-modern .notice-wrap h2,
.hostbs-product-modern .notice-wrap h3,
.hostbs-product-modern .notice-wrap h4,
.hostbs-product-modern .decide h2,
.hostbs-product-modern .decide h3,
.hostbs-product-modern .decide h4,
.hostbs-product-modern .notice-wrap p,
.hostbs-product-modern .decide p {
  color: #fff;
}

.hostbs-product-modern .wgt-logos.grey,
.hostbs-product-modern .wgt-logos {
  background: #fff;
  border-top: 1px solid var(--product-border);
}

.hostbs-product-modern .wgt-logos .logo {
  min-height: 90px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  filter: grayscale(20%);
  opacity: .86;
  transition: opacity 180ms ease, filter 180ms ease;
}

.hostbs-product-modern .wgt-logos .logo:hover {
  opacity: 1;
  filter: none;
}

.hostbs-product-modern .ddos_outer:nth-of-type(even) {
  background: #f8fbff;
}

.hostbs-product-modern .ddos_outer img.img-rounded,
.hostbs-product-modern .software-specs2 img,
.hostbs-product-modern .cm-height img {
  border-radius: 18px;
}

.hostbs-product-modern .protected_against_list ul {
  columns: 2;
  column-gap: 28px;
  list-style: none;
  padding-left: 0;
}

.hostbs-product-modern .protected_against_list li {
  break-inside: avoid;
}

.hostbs-product-modern .panel-success > .panel-heading {
  color: #fff;
  background: var(--product-navy);
  border-color: var(--product-navy);
  border-radius: 18px 18px 0 0;
}

.hostbs-product-modern .panel-success {
  border-color: var(--product-border);
  overflow: hidden;
}

.hostbs-product-modern .panel table {
  margin-bottom: 0;
  border: 0;
}

@media (max-width: 991px) {
  .hostbs-product-modern .wgt-hero {
    min-height: 320px;
  }
  .hostbs-product-modern .hero-text-container h1 {
    font-size: 36px;
  }
  .hostbs-product-modern .home-pricing .row,
  .hostbs-product-modern .software-specs2 .row,
  .hostbs-product-modern .ddos_outer .row {
    display: block;
  }
  .hostbs-product-modern .sub-bnr-content {
    margin-top: 22px;
  }
}

@media (max-width: 767px) {
  .hostbs-product-modern .wgt-hero .container {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .hostbs-product-modern .hero-text-container h1 {
    font-size: 30px;
  }
  .hostbs-product-modern .hero-text-container p,
  .hostbs-product-modern .hero-text-container .lead {
    font-size: 16px;
  }
  .hostbs-product-modern .home-pricing,
  .hostbs-product-modern .ts-pricing-table-compare,
  .hostbs-product-modern .software-specs2,
  .hostbs-product-modern .ddos_outer,
  .hostbs-product-modern .wgt-logos,
  .hostbs-product-modern .notice-wrap,
  .hostbs-product-modern .decide {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .hostbs-product-modern .title-top h2,
  .hostbs-product-modern .page-title h2,
  .hostbs-product-modern .ts-section-title h2,
  .hostbs-product-modern .software-features2 h2,
  .hostbs-product-modern .ddos_outer h2 {
    font-size: 25px;
  }
  .hostbs-product-modern .table-responsive,
  .hostbs-product-modern .reseller-plan,
  .hostbs-product-modern .ts-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 16px;
  }
  .hostbs-product-modern .table,
  .hostbs-product-modern .ts-compare-table,
  .hostbs-product-modern .reseller-plan table {
    min-width: 720px;
  }
  .hostbs-product-modern .protected_against_list ul {
    columns: 1;
  }
  .hostbs-product-modern .ts-bt,
  .hostbs-product-modern .cta-compare,
  .hostbs-product-modern .btn-green,
  .hostbs-product-modern .btn-blue {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    min-height: 44px;
  }
  .hostbs-product-modern .wgt-logos .logo {
    width: 48%;
    min-height: 76px;
  }
}
