@charset "UTF-8";
/* Hide empty subnav */
.subpages {
  display: none;
}

.lownav_top {
  background-image: url("/assets/img/dedicated-servers/dedicated-servers-hero.webp") !important;
  padding-bottom: 16rem;
}
@media (min-width: 768px) {
  .lownav_top {
    height: 600px;
  }
}
@media (min-width: 992px) {
  .lownav_top {
    height: 700px !important;
  }
}

/* Style paragraphs under section headings */
h2 + .gradient-underline + p {
  font-size: 16px;
}
@media (min-width: 768px) {
  h2 + .gradient-underline + p {
    font-size: 18px;
  }
}

.offer-label {
  background: #EC3270;
  color: white;
  font-size: 12px;
  padding: 6px 15px 3px 15px;
  -webkit-font-smoothing: auto;
  display: inline-block;
  margin: -5px auto 5px;
  font-family: "MuseoSansRounded-700";
}
@media (min-width: 768px) {
  .offer-label {
    font-size: 15px;
  }
}
.offer-label.blue {
  background: #1780b7;
}
.offer-label:has(+ .product-pods) {
  margin-bottom: 85px;
}
h2 + .offer-label {
  margin-top: 25px;
  font-size: 14px;
}
@media (min-width: 768px) {
  h2 + .offer-label {
    font-size: 16px;
  }
}

.chart h2 {
  font-family: "MuseoSansRounded-700";
  font-weight: 700;
  font-size: 20px;
}
@media (min-width: 768px) {
  .chart h2 {
    font-size: 32px;
  }
}
.chart h3 {
  font-family: "MuseoSansRounded-500", sans-serif;
  font-size: 20px;
  text-align: center;
  margin: 10px 0px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .chart h3 {
    font-size: 24px;
    display: block;
  }
}
.chart .gradient-underline {
  height: 5px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .chart .gradient-underline {
    height: 7px;
    font-size: 32px;
    margin-top: 30px;
  }
}
.chart .gradient-underline:has(+ #packages) {
  margin-bottom: 75px;
}
@media (min-width: 768px) {
  .chart .gradient-underline:has(+ #packages) {
    margin-top: 30px;
    margin-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .chart .gradient-underline:has(+ #packages) {
    margin-bottom: 120px;
  }
}
.chart .product-pods.flex {
  column-gap: 5px;
  row-gap: 80px;
  flex-wrap: wrap;
  max-width: 750px;
  margin: 0 auto;
  justify-content: center;
}
@media (min-width: 768px) {
  .chart .product-pods.flex {
    column-gap: 15px;
  }
}
@media (min-width: 992px) {
  .chart .product-pods.flex {
    flex-wrap: nowrap;
    row-gap: 0;
    max-width: 100%;
  }
}
.chart .product-pods .col {
  position: relative;
  background: white;
  padding: 2rem 1rem 1rem;
  box-shadow: inset 0 0 0 1px hsl(0, 0%, 85%);
  width: 90%;
  text-align: center;
}
@media (min-width: 768px) {
  .chart .product-pods .col {
    width: calc(50% - 8px);
  }
}
@media (min-width: 992px) {
  .chart .product-pods .col {
    padding: 20px 20px 20px;
    flex: 1;
    width: auto;
    max-width: 350px;
  }
}
@media (min-width: 768px) {
  .chart .product-pods .col.popular {
    margin-top: -48px;
  }
}
.chart .product-pods .col.popular .offer-label {
  margin: 7px 0px 9px;
}
.chart .product-pods .col .gradient-line {
  width: 100%;
  position: absolute;
  display: inline-block;
  height: 8px;
  background: linear-gradient(to right, #1a355d 0%, #63b770 100%);
  top: -1px;
  left: 0;
  right: 0;
}
.chart .product-pods .col .pod-blurb {
  font-size: 15px;
  line-height: 1.4;
  color: #666;
  margin: 0 auto 5px;
  max-width: 270px;
}
@media (min-width: 992px) {
  .chart .product-pods .col .pod-blurb {
    min-height: 50px;
  }
}
.chart .product-pods .col hr {
  height: 6px;
  max-width: 120px;
  background: linear-gradient(90deg, #1B3650 0%, #4A9465 100%);
  border-radius: 5px;
  border-top: 0;
  margin-top: 15px;
  margin-bottom: 20px;
}
.chart .product-pods .col img {
  width: 65px;
  position: relative;
  top: -74px;
  display: block;
  margin: 15px auto -75px;
}
@media (min-width: 992px) {
  .chart .product-pods .col img {
    width: 70px;
    top: -82px;
    margin: 7px auto -75px;
  }
}
.chart .product-pods .col ul {
  padding-inline-start: 0;
  list-style: none;
  margin-top: 15px;
  margin-bottom: 15px;
  margin: 15px 0;
}
@media (min-width: 768px) {
  .chart .product-pods .col ul {
    margin: 15px 10px;
  }
}
.chart .product-pods .col ul li {
  padding-left: 15%;
  background-image: url(/assets/img/managed-wordpress/feature-tick.svg);
  background-repeat: no-repeat;
  background-position: 8% 9px;
  background-size: 15px;
  margin-bottom: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  padding-top: 7px;
  text-align: left;
  font-size: 14px;
  color: #333;
}
@media (min-width: 768px) {
  .chart .product-pods .col ul li {
    font-size: 16px;
  }
}
.chart .product-pods .col ul li strong {
  color: #1a355d;
}
.chart .product-pods .col ul li:last-child {
  border-bottom: 0px;
}
@media (min-width: 768px) {
  .chart .product-pods .col ul li {
    padding-left: 24%;
    background-position: 7% 8px;
    background-size: 20px;
  }
}
.chart .product-pods .col ul li a {
  font-size: 14px;
  color: #333;
}
@media (min-width: 768px) {
  .chart .product-pods .col ul li a {
    font-size: 16px;
  }
}
.chart .product-pods .col ul li a:hover {
  text-decoration: none;
}
.chart .product-pods .col [data-toggle=popover] {
  font-family: "MuseoSansRounded";
}
.chart .product-pods .col [data-toggle=popover]:hover {
  border-bottom: 1px dotted #ccc;
}
.chart .product-pods .col .price {
  font-size: 18px;
  color: #176188;
  font-family: "MuseoSansRounded-700";
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .chart .product-pods .col .price {
    font-size: 28px;
  }
}
.chart .product-pods .col .price small {
  font-family: "MuseoSansRounded-300";
  font-size: 14px;
}
.chart .product-pods .col .price-info {
  font-size: 12px;
  display: inline-block;
  margin-bottom: 15px;
  color: #777777;
}
.chart .product-pods .col a:hover {
  text-decoration: none;
}
.chart .product-pods .col a .btn {
  display: block;
  padding: 1rem 0rem 0.7rem;
  margin: 10px auto 25px;
  transition: 0.2s;
}
@media (min-width: 768px) {
  .chart .product-pods .col a .btn {
    padding: 12px 35px 9px;
  }
}
.chart .product-pods .col a .btn:hover {
  transition: 0.2s;
}
.chart .product-pods.product-bundles h3 {
  font-size: 20px;
  margin: 10px 0px 15px;
}
.chart .product-pods.product-bundles .col li {
  background-position: 5% 9px;
}
@media (min-width: 768px) {
  .chart .product-pods.product-bundles .col li {
    padding-left: 24%;
    background-position: 7% 8px;
  }
}
.chart .product-pods.product-bundles .col .price {
  font-size: 18px;
}
@media (min-width: 768px) {
  .chart .product-pods.product-bundles .col .price {
    font-size: 22px;
  }
}

/* HDD / SSD NVMe price switcher below the dedicated plans */
.disk-switch {
  max-width: 420px;
  margin: 40px auto 0;
}
.disk-switch .switcher-col {
  line-height: 1.2;
}

/* Price/spec switch columns inside the plan cards */
.product-pods .switch-column {
  width: auto;
}
.product-pods .switch-column.active {
  display: inline-block;
}

/* Bundles disturber — clickable nudge below the individual plans */
.bundle-disturber {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 22px;
  flex-wrap: wrap;
  max-width: 485px;
  margin: 45px auto 0;
  padding: 18px 26px;
  border-radius: 8px;
  text-align: center;
  background: linear-gradient(135deg, rgba(207, 226, 255, 0.7) 0%, rgba(140, 234, 154, 0.33) 100%);
  cursor: pointer;
}
.bundle-disturber:hover, .bundle-disturber:focus {
  text-decoration: none;
}
.bundle-disturber__text {
  font-family: "MuseoSansRounded-700";
  color: #ec3270;
  font-size: 14px;
  line-height: 1.4;
}
.bundle-disturber__text strong {
  display: block;
  font-family: "MuseoSansRounded-700";
  font-size: 17px;
  color: #1a355d;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .bundle-disturber__text {
    font-size: 15px;
  }
  .bundle-disturber__text strong {
    font-size: 18px;
  }
}
.bundle-disturber__cta {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  font-family: "MuseoSansRounded-700";
  font-size: 15px;
  color: #176188;
}
.bundle-disturber__cta .fa {
  transition: transform 0.2s ease;
}

/* Video tweaks */
.video-section {
  background: #255944;
  color: white;
}
.video-section h2, .video-section p {
  color: white;
}
.video-section .gradient-underline {
  background: linear-gradient(to right, #fff 0%, #999999 100%);
}
.video-section video {
  border-radius: 8px;
  margin-top: 40px;
  margin-bottom: 30px;
  outline: 5px solid rgba(152, 164, 183, 0.4);
}

/* Why host — benefits grid (replaces hover popovers) */
.why-host .benefit-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  max-width: 1000px;
  margin: 45px auto 0;
  text-align: left;
}
@media (min-width: 576px) {
  .why-host .benefit-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .why-host .benefit-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }
}
.why-host .benefit {
  position: relative;
  background: #fff;
  padding: 30px 26px 26px;
  border-radius: 5px;
  box-shadow: inset 0 0 0 1px hsl(0, 0%, 88%);
  overflow: hidden;
}
.why-host .benefit__icon {
  display: inline-block;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 16px;
  color: #1a355d;
}
.why-host .benefit h3 {
  font-family: "MuseoSansRounded-700";
  font-size: 18px;
  line-height: 1.3;
  color: #2b2b2b;
  margin: 0 0 0px;
}
.why-host .benefit p {
  font-size: 15px;
  line-height: 1.55;
  color: #555;
  margin: 0;
}
.why-host .resp-cta {
  margin-top: 35px;
}

/* Feature rows improvements */
.feature_rows .row {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.feature_rows .row .image img {
  max-width: 320px;
  height: auto;
}
@media (min-width: 768px) {
  .feature_rows .row .image img {
    max-width: 320px;
  }
}

/* ===== Responsibilities — "Your server, your way" ===== */
.responsibilities .resp-intro {
  max-width: 620px;
  margin: 0 auto;
}
.responsibilities .resp-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  max-width: 1000px;
  margin: 45px auto 0;
  text-align: left;
}
@media (min-width: 768px) {
  .responsibilities .resp-grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
.responsibilities .resp-col {
  background: #fff;
  border-radius: 8px;
  padding: 30px 28px 24px;
  box-shadow: inset 0 0 0 1px hsl(0, 0%, 88%);
}
.responsibilities .resp-col__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
  margin-bottom: 6px;
  padding-bottom: 18px;
  border-bottom: 2px solid #eee;
}
.responsibilities .resp-col__head .resp-logo {
  height: 39px;
  width: auto;
}
.responsibilities .resp-col__head .resp-user-icon {
  height: 39px;
  width: auto;
}
.responsibilities .resp-col__head h3 {
  margin: 0;
  font-family: "MuseoSansRounded-700";
  font-size: 20px;
  line-height: 1.25;
  color: #1a355d;
}
.responsibilities .resp-item {
  padding: 14px 0;
  border-top: 1px solid #f0f0f0;
}
.responsibilities .resp-item:first-child {
  border-top: 0;
}
.responsibilities .resp-item dt {
  position: relative;
  padding-left: 32px;
  margin-bottom: 4px;
  font-family: "MuseoSansRounded-700";
  font-size: 16px;
  color: #2b2b2b;
  background-image: url(/assets/img/managed-wordpress/feature-tick.svg);
  background-repeat: no-repeat;
  background-position: 0 2px;
  background-size: 18px;
}
.responsibilities .resp-item dd {
  margin: 0 0 0 32px;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
}
.responsibilities .resp-cta {
  margin-top: 35px;
}

.dark-blue_background {
  background: #193252;
}
.dark-blue_background h2, .dark-blue_background p {
  color: white;
}
.dark-blue_background .gradient-underline {
  background: linear-gradient(to right, #fff 0%, #999999 100%);
}

/*# sourceMappingURL=dedicated-servers.css.map */
