/* Hosting hero — page-specific (not shared with support #community_hero) */
#hosting_hero {
  background-image: url('../img/hosting/web_hero.jpg');
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#hosting_hero_text {
  width: 33%;
  color: #fff;
  margin-top: 90px;
  font-size: 20px;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 10px;
  padding: 1%;
}

#hosting_hero_text_main {
  display: none;
}

#hosting_intro.feature_box {
  height: auto;
  padding: 48px 0 24px;
}

#hosting_intro .section_body {
  width: 66%;
  margin-left: auto;
  margin-right: auto;
  color: #000;
}

/* Hosting care-plans band — unique image, independent of support #pricing_schedule */
#hosting_pricing.feature_box {
  height: auto;
  padding: 40px 0 48px;
  background-color: #fff;
  position: relative;
  isolation: isolate;
}

#hosting_pricing::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('../img/hosting/web_hands.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #fff;
  opacity: .4;
  z-index: 0;
  pointer-events: none;
}

#hosting_pricing::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000;
  opacity: 0.6;
  z-index: 1;
  pointer-events: none;
}

#hosting_pricing > * {
  position: relative;
  z-index: 2;
}

#hosting_pricing .pricing_intro,
#hosting_pricing .section_body,
#hosting_pricing .section_cta,
#hosting_pricing .space_text_list {
  color: #fff;
}

#hosting_pricing .title {
  color: #9ec5f0;
}

#hosting_pricing a {
  color: #c5ddf7;
}

#hosting_pricing a:hover {
  color: #fff;
}

#hosting_pricing .hosting_pricing_lede {
  width: 66%;
  margin-left: auto;
  margin-right: auto;
}

#hosting_pricing .package_list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 40px;
  flex-wrap: wrap;
  margin: 0 auto 40px;
}

#hosting_pricing .package_list > div > div {
  width: 360px;
  height: auto;
  min-height: 0;
  padding: 28px 24px 32px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, .35);
  background-color: rgba(26, 65, 118, .55);
  color: #fff;
}

#hosting_pricing .package_list > div > div .title {
  color: #c5ddf7;
}

#hosting_pricing .package_list .space_text_list {
  margin: 0 0 8px;
  color: #fff;
}

/* Override global fixed 60px rows so wrapped lines do not overlap */
#hosting_pricing .package_list .space_text_list div {
  height: auto;
  min-height: 0;
  padding: 10px 0;
  line-height: 1.35;
  color: inherit;
}

#hosting_pricing .hosting_essentials > div > div {
  min-height: 0;
}

#hosting_pricing .hosting_essentials_title {
  margin-top: 48px;
  margin-bottom: 16px;
}

#hosting_pricing .hosting_essentials_intro {
  width: 66%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}

#hosting_pricing .package_recommended > div {
  border-color: rgba(197, 221, 247, 0.85);
  box-shadow: 0 0 0 2px rgba(197, 221, 247, 0.35);
  position: relative;
}

#hosting_pricing .recommended_badge {
  display: inline-block;
  font-family: oswald_reg;
  font-size: 16px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #000d15;
  background-color: #c5ddf7;
  padding: 6px 14px;
  margin-bottom: 12px;
}

#hosting_pricing .section_cta {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 32px;
}

@media only screen and (max-width: 600px) {
  #hosting_hero {
    background-image: url('../img/hosting/web_hero.jpg');
    height: 120px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }

  #hosting_hero_text {
    display: none;
  }

  #hosting_hero_text_main {
    display: block;
    height: auto;
    width: 90%;
    margin: 0 auto;
    padding: var(--section-pad-y) 0;
    text-align: center;
    font-family: oswald_reg;
    font-size: 28px;
    box-sizing: border-box;
  }

  #hosting_hero_text_main .title {
    text-align: center;
    margin: 0 0 var(--copy-gap);
  }

  #hosting_hero_text_main .section_body {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    margin: 0 0 var(--copy-gap);
    padding: 0;
    width: 100%;
    box-sizing: border-box;
  }

  #hosting_intro .section_body {
    width: 100%;
  }

  #hosting_pricing.feature_box {
    background-color: transparent;
  }

  #hosting_pricing::before,
  #hosting_pricing::after {
    display: none;
  }

  #hosting_pricing,
  #hosting_pricing .pricing_intro,
  #hosting_pricing .section_body,
  #hosting_pricing .section_cta,
  #hosting_pricing .space_text_list,
  #hosting_pricing .hosting_essentials_intro {
    color: #000;
  }

  #hosting_pricing .title {
    color: #1a4176;
  }

  #hosting_pricing a {
    color: #1a4176;
  }

  #hosting_pricing a:hover {
    color: #0f2a4d;
  }

  #hosting_pricing .hosting_pricing_lede,
  #hosting_pricing .hosting_essentials_intro {
    width: 100%;
  }

  #hosting_pricing .hosting_essentials_title {
    margin-top: 28px;
  }

  #hosting_pricing .package_list {
    display: block;
    text-align: left;
    margin: var(--copy-gap) auto 0;
    width: 100%;
  }

  #hosting_pricing .package_list > div {
    background-color: transparent;
    color: #000;
    margin-bottom: var(--copy-gap);
  }

  #hosting_pricing .package_list > div > div {
    width: 100%;
    height: auto;
    min-height: 0;
    margin: 0;
    padding: var(--copy-gap);
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, .2);
    background-color: #fff;
    text-align: left;
    color: #000;
  }

  #hosting_pricing .package_list > div > div .title,
  #hosting_pricing .package_list > div > div .package_subtitle {
    color: #1a4176;
  }

  #hosting_pricing .package_list .space_text_list,
  #hosting_pricing .package_list .space_text_list div {
    color: #000;
  }

  #hosting_pricing .package_list > div:nth-child(even) {
    background-color: #1a4176;
    color: #fff;
  }

  #hosting_pricing .package_list > div:nth-child(even) > div {
    background-color: transparent;
    border-color: rgba(255, 255, 255, .25);
    color: #fff;
  }

  #hosting_pricing .package_list > div:nth-child(even) .title,
  #hosting_pricing .package_list > div:nth-child(even) .package_subtitle {
    color: #c5ddf7;
  }

  #hosting_pricing .package_list > div:nth-child(even) .space_text_list,
  #hosting_pricing .package_list > div:nth-child(even) .space_text_list div {
    color: #fff;
  }

  #hosting_pricing .package_list .package_subtitle {
    font-size: 22px;
    margin-bottom: var(--copy-gap);
    text-align: center;
  }

  #hosting_pricing .package_list .space_text_list div {
    height: auto;
    min-height: 0;
    padding: 8px 0;
  }

  #hosting_pricing .recommended_badge {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
