@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("../fonts/Manrope-VariableFont_wght.woff2") format("woff2");
}

:root {
  --jh-font-family: "Manrope", sans-serif;
  --heading: var(--jh-font-family);
  --heading-2: var(--jh-font-family);
  --body-font: var(--jh-font-family);
  --hap-heading: var(--jh-font-family);
  --hap-body-font: var(--jh-font-family);
  --hap-base-color: #0b2e67;
  --hap-gradient-color: linear-gradient(90deg, #0b2e67 0%, #164a9a 54%, #5bbcec 100%);
  --junction-navy: #0b2e67;
  --junction-navy-hover: #164a9a;
  --junction-charcoal: #151515;
  --junction-charcoal-deep: #131313;
  --junction-charcoal-soft: #171717;
  --junction-sky: #5bbcec;
  --junction-sky-soft: #7dd3fc;
  --junction-soft: #f8fafc;
  --junction-gradient: linear-gradient(90deg, var(--junction-navy) 0%, #38bdf8 50%, var(--junction-navy) 100%);
  --junction-ui-gradient: linear-gradient(90deg, #0b2e67 0%, #164a9a 100%);
  --junction-eyebrow-light-bg-gradient: var(--junction-ui-gradient);
  --junction-eyebrow-dark-bg-gradient: linear-gradient(90deg, var(--junction-soft) 0%, var(--junction-sky-soft) 100%);
  --jh-ink: #07111f;
  --jh-text: #48576b;
  --jh-muted: #6c7a90;
  --jh-line: rgba(11, 46, 103, 0.14);
  --jh-soft: #f7f9fc;

  --jh-type-nav-size: 18px;
  --jh-type-nav-weight: 500;
  --jh-type-nav-active-weight: 800;
  --jh-type-nav-line-height: 1.579;
  --jh-type-utility-size: 15px;
  --jh-type-utility-weight: 700;
  --jh-type-utility-line-height: 1.579;
  --jh-type-hero-size: 48px;
  --jh-type-hero-weight: 700;
  --jh-type-hero-line-height: 1.08;
  --jh-type-section-size: 48px;
  --jh-type-section-weight: 700;
  --jh-type-section-line-height: 1.1;
  --jh-type-eyebrow-size: 16px;
  --jh-type-eyebrow-weight: 600;
  --jh-type-eyebrow-line-height: 1.579;
  --jh-type-body-size: 19px;
  --jh-type-body-weight: 400;
  --jh-type-body-line-height: 1.579;
  --jh-type-button-size: 16px;
  --jh-type-button-weight: 600;
  --jh-type-button-line-height: 1.55;
  --jh-type-card-eyebrow-size: 18px;
  --jh-type-card-eyebrow-weight: 700;
  --jh-type-card-title-size: 28px;
  --jh-type-card-title-weight: 600;
  --jh-type-card-title-line-height: 1.18;
  --jh-type-price-size: 34px;
  --jh-type-price-weight: 800;
  --jh-type-price-line-height: 1.08;
  --jh-type-feature-size: 18px;
  --jh-type-feature-weight: 700;
  --jh-type-feature-line-height: 1.35;
  --jh-type-toggle-size: 17px;
  --jh-type-toggle-weight: 600;
  --jh-type-toggle-line-height: 1.579;
  --jh-type-faq-question-size: 21px;
  --jh-type-faq-question-weight: 700;
  --jh-type-faq-question-line-height: 1.35;
  --jh-type-faq-answer-size: 16px;
  --jh-type-faq-answer-weight: 400;
  --jh-type-faq-answer-line-height: 1.65;
  --jh-type-footer-size: 15px;
  --jh-type-footer-weight: 400;
  --jh-type-footer-line-height: 1.65;
  --jh-type-meta-size: 13px;
  --jh-type-meta-weight: 800;
  --jh-type-meta-line-height: 1.2;
}

html {
  overflow-x: hidden;
  scrollbar-gutter: stable;
}

.junction-hosting-page {
  background: #fff;
  font-family: var(--jh-font-family);
  overflow-x: hidden !important;
}

/* Junction Hosting typography layer, mapped from rendered Junction Solutions roles. */
.junction-hosting-page,
.junction-hosting-page button,
.junction-hosting-page input,
.junction-hosting-page select,
.junction-hosting-page textarea,
.junction-hosting-page .hap-headline,
.junction-hosting-page .headline-title,
.junction-hosting-page .hap-section-title,
.junction-hosting-page .hap-section-title h1,
.junction-hosting-page .hap-section-title h2,
.junction-hosting-page .hap-section-title h3,
.junction-hosting-page .jh-plan-card,
.junction-hosting-page .jh-footer {
  font-family: var(--jh-font-family);
}

.junction-hosting-page .hap-header-menu-navigation .main-navigation li a,
.junction-hosting-page .mobile-main-navigation li a {
  font-family: var(--jh-font-family);
  font-size: var(--jh-type-nav-size);
  font-weight: var(--jh-type-nav-weight);
  line-height: var(--jh-type-nav-line-height);
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
}

.junction-hosting-page .hap-header-menu-navigation .main-navigation > ul > li > a {
  color: var(--junction-navy) !important;
}

.junction-hosting-page .hap-header-menu-navigation .main-navigation > ul > li:hover > a,
.junction-hosting-page .hap-header-menu-navigation .main-navigation > ul > li > a:focus-visible {
  color: var(--junction-navy-hover) !important;
}

.junction-hosting-page .hap-header-menu-navigation .main-navigation > ul > li.current-menu-item > a,
.junction-hosting-page .hap-header-menu-navigation .main-navigation > ul > li.current-menu-parent > a,
.junction-hosting-page .hap-header-menu-navigation .main-navigation > ul > li.current-menu-ancestor > a {
  color: var(--junction-navy) !important;
  font-weight: var(--jh-type-nav-active-weight);
}

.junction-hosting-page .hap-header-menu-navigation .main-navigation #main-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 28px;
  margin: 0;
}

.junction-hosting-page .hap-header-menu-navigation .main-navigation #main-nav > li {
  flex: 0 0 auto;
  margin: 0;
}

.junction-hosting-page .hap-header-menu-navigation .brand-logo img {
  display: block;
  width: 242px;
  height: auto;
  max-width: none;
}

.junction-hosting-page .hap-header-top-area .top-info-cta,
.junction-hosting-page .hap-header-top-area .top-info-cta li,
.junction-hosting-page .hap-header-top-area .top-info-cta a,
.junction-hosting-page .jh-header-client,
.junction-hosting-page .jh-header-currency button,
.junction-hosting-page .jh-mobile-currency button {
  font-family: var(--jh-font-family);
  font-size: var(--jh-type-utility-size);
  font-weight: var(--jh-type-utility-weight);
  line-height: var(--jh-type-utility-line-height);
  letter-spacing: normal;
  text-transform: none;
}

.junction-hosting-page .hap-section-title .sub-title {
  font-family: var(--jh-font-family);
  font-size: var(--jh-type-eyebrow-size);
  font-weight: var(--jh-type-eyebrow-weight);
  line-height: var(--jh-type-eyebrow-line-height);
  letter-spacing: normal;
  text-transform: uppercase;
}

.junction-hosting-page .hap-section-title h1.headline-title {
  font-family: var(--jh-font-family);
  font-size: var(--jh-type-hero-size);
  font-weight: var(--jh-type-hero-weight);
  line-height: var(--jh-type-hero-line-height);
  letter-spacing: normal;
  text-transform: none;
}

.junction-hosting-page .hap-section-title h1.headline-title.text-capitalize {
  text-transform: none !important;
}

.junction-hosting-page .hap-section-title h2 {
  font-family: var(--jh-font-family);
  font-size: var(--jh-type-section-size);
  font-weight: var(--jh-type-section-weight);
  line-height: var(--jh-type-section-line-height);
  letter-spacing: normal;
  text-transform: none;
}

.junction-hosting-page .hap-section-title p,
.junction-hosting-page .jh-plan-secondary,
.junction-hosting-page .jh-plan-term {
  font-family: var(--jh-font-family);
  font-size: var(--jh-type-body-size);
  font-weight: var(--jh-type-body-weight);
  line-height: var(--jh-type-body-line-height);
  letter-spacing: normal;
  text-transform: none;
}

.junction-hosting-page .hap-btn a,
.junction-hosting-page .jh-plan-button.hap-btn a {
  font-family: var(--jh-font-family);
  font-size: var(--jh-type-button-size);
  font-weight: var(--jh-type-button-weight);
  line-height: var(--jh-type-button-line-height);
  letter-spacing: normal;
  text-transform: none;
}

.junction-hosting-page .jh-plan-card__head span {
  font-family: var(--jh-font-family);
  font-size: var(--jh-type-card-eyebrow-size);
  font-weight: var(--jh-type-card-eyebrow-weight);
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
}

.junction-hosting-page .jh-plan-card h3 {
  font-family: var(--jh-font-family);
  font-size: var(--jh-type-card-title-size);
  font-weight: var(--jh-type-card-title-weight);
  line-height: var(--jh-type-card-title-line-height);
  letter-spacing: normal;
  text-transform: none;
}

.junction-hosting-page .jh-price strong {
  font-family: var(--jh-font-family);
  font-size: var(--jh-type-price-size);
  font-weight: var(--jh-type-price-weight);
  line-height: var(--jh-type-price-line-height);
  letter-spacing: normal;
  text-transform: none;
}

.junction-hosting-page .jh-price > span,
.junction-hosting-page .jh-plan-flag {
  font-family: var(--jh-font-family);
  font-size: var(--jh-type-meta-size);
  font-weight: var(--jh-type-meta-weight);
  line-height: var(--jh-type-meta-line-height);
  letter-spacing: normal;
}

.junction-hosting-page .jh-plan-list li {
  font-family: var(--jh-font-family);
  font-size: var(--jh-type-feature-size);
  font-weight: var(--jh-type-feature-weight);
  line-height: var(--jh-type-feature-line-height);
  letter-spacing: normal;
  text-transform: none;
}

.junction-hosting-page .jh-term-switcher button {
  font-family: var(--jh-font-family);
  font-size: var(--jh-type-toggle-size);
  font-weight: var(--jh-type-toggle-weight);
  line-height: var(--jh-type-toggle-line-height);
  letter-spacing: normal;
  text-transform: none;
}

.junction-hosting-page .hap-faq-accordion-area .accordion-button {
  font-family: var(--jh-font-family);
  font-size: var(--jh-type-faq-question-size);
  font-weight: var(--jh-type-faq-question-weight);
  line-height: var(--jh-type-faq-question-line-height);
  letter-spacing: normal;
  text-transform: none;
}

.junction-hosting-page .hap-faq-accordion-area .accordion-body {
  font-family: var(--jh-font-family);
  font-size: var(--jh-type-faq-answer-size);
  font-weight: var(--jh-type-faq-answer-weight);
  line-height: var(--jh-type-faq-answer-line-height);
  letter-spacing: normal;
  text-transform: none;
}

.junction-hosting-page .jh-footer p {
  font-family: var(--jh-font-family);
  font-size: var(--jh-type-footer-size);
  font-weight: var(--jh-type-footer-weight);
  line-height: var(--jh-type-footer-line-height);
  letter-spacing: normal;
  text-transform: none;
}

.junction-hosting-page main .container,
.junction-hosting-page footer .container {
  max-width: 1240px;
}


.junction-hosting-page .hap-btn a {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 0;
  border-radius: 999px;
  color: var(--junction-white, #ffffff) !important;
  -webkit-text-fill-color: var(--junction-white, #ffffff);
  background: var(--junction-gradient) !important;
  background-size: 200% 100% !important;
  background-position: 0% 50% !important;
  transition: background-position 200ms linear, color 200ms linear;
}

.junction-hosting-page .hap-btn a:hover,
.junction-hosting-page .hap-btn a:focus-visible {
  color: var(--junction-white, #ffffff) !important;
  -webkit-text-fill-color: var(--junction-white, #ffffff);
  background-position: 120% 50% !important;
}

.junction-hosting-page .hap-btn a i {
  color: inherit !important;
  -webkit-text-fill-color: currentColor;
}

.junction-hosting-page .hap-btn a:hover i,
.junction-hosting-page .hap-btn a:focus-visible i {
  color: inherit !important;
  -webkit-text-fill-color: currentColor;
}

.junction-hosting-page .hap-btn a::before,
.junction-hosting-page .hap-btn a::after {
  display: none !important;
}


.jh-term-switcher {
  display: inline-flex;
  align-items: center;
  padding: 3px;
  border: 1px solid rgba(91, 188, 236, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.jh-term-switcher button {
  min-height: 34px;
  min-width: 76px;
  padding: 0 13px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: rgba(255, 255, 255, 0.78);
  transition: color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.jh-term-switcher button:hover,
.jh-term-switcher button:focus {
  color: #fff;
  outline: none;
}

.jh-term-switcher button.is-active {
  background: #fff;
  color: var(--hap-base-color);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}


.jh-hero-section {
  background-color: #07111f;
  background-position: center right;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .junction-hosting-page .jh-hero-section {
    background-image: image-set(url("../img/hosting/server-room-kevin-ache-unsplash-mobile-768.webp") type("image/webp")) !important;
  }
}

.jh-hero-section::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(7, 17, 31, 0.96) 0%, rgba(7, 17, 31, 0.86) 44%, rgba(7, 17, 31, 0.46) 100%),
    linear-gradient(180deg, rgba(11, 46, 103, 0.18), rgba(7, 17, 31, 0.12));
  content: "";
  pointer-events: none;
}

.jh-hero-section .container {
  position: relative;
  z-index: 2;
}

.junction-hosting-page .hap-banner-content {
  min-height: 760px;
  padding: 245px 0 210px;
}

.junction-hosting-page .hap-banner-content .hap-banner-text {
  max-width: 600px;
}

.junction-hosting-page .hap-banner-content .hap-banner-text .hap-section-title p {
  max-width: 560px;
}

.junction-hosting-page .hap-banner-section::before {
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 1;
  width: auto;
  height: 160px;
  background: #fff;
  transform: none;
  clip-path: polygon(0 calc(64px + 1.745vw), 100% calc(64px - 3.37817vw), 100% 100%, 0 100%);
}

.junction-hosting-page .jh-bridge-section .hap-section-title .sub-title,
.junction-hosting-page .jh-bridge-section .hap-section-title .sub-title::before,
.junction-hosting-page .jh-host-section--light .hap-section-title .sub-title,
.junction-hosting-page .jh-host-section--light .hap-section-title .sub-title::before {
  background: var(--junction-eyebrow-light-bg-gradient);
  background-clip: text;
  color: var(--junction-navy);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.junction-hosting-page .jh-hero-section .hap-section-title .sub-title,
.junction-hosting-page .jh-hero-section .hap-section-title .sub-title::before,
.junction-hosting-page .jh-vps-section .hap-section-title .sub-title,
.junction-hosting-page .jh-vps-section .hap-section-title .sub-title::before,
.junction-hosting-page .jh-faq-section .hap-section-title .sub-title,
.junction-hosting-page .jh-faq-section .hap-section-title .sub-title::before {
  background: var(--junction-eyebrow-dark-bg-gradient);
  background-clip: text;
  color: var(--junction-sky-soft);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.jh-bridge-section {
  display: flow-root;
  position: relative;
  z-index: 4;
  background: transparent;
}

.jh-bridge-section .container {
  position: relative;
  z-index: 4;
}

.junction-hosting-page .jh-bridge-section .hap-sponsor-content {
  width: min(1120px, calc(100vw - 48px));
  min-height: 200px;
  margin: -150px auto 0;
  top: -7px;
  -webkit-box-shadow: 0 34px 90px rgba(15, 23, 42, 0.16);
          box-shadow: 0 34px 90px rgba(15, 23, 42, 0.16);
}

.junction-hosting-page .jh-bridge-section .hap-section-title {
  max-width: 310px;
}

.junction-hosting-page .jh-bridge-section .hap-section-title h2 {
  color: var(--jh-ink);
  font-size: 35px;
  line-height: 1.2;
}

.jh-bridge-route-area {
  min-height: 200px;
}

.jh-bridge-route-area .sponsor-logo {
  height: auto;
  min-height: 100px;
}

.jh-bridge-route-area .jh-bridge-support {
  width: 50%;
  justify-content: flex-start;
  padding: 28px 32px;
}

.jh-bridge-support p {
  max-width: 500px;
  margin: 0;
  color: var(--jh-text);
  font-size: 15px;
  line-height: 1.55;
}

.jh-bridge-route-area .jh-bridge-route {
  width: 25%;
}

.jh-bridge-route a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #475569;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

.jh-bridge-route a:hover,
.jh-bridge-route a:focus-visible {
  color: var(--junction-navy-hover);
}

.jh-bridge-section + .jh-host-section {
  padding-top: 92px;
}

@media screen and (min-width: 992px) {
  .junction-hosting-page .jh-bridge-section .col-lg-3 {
    flex: 0 0 32%;
    max-width: 32%;
  }

  .junction-hosting-page .jh-bridge-section .col-lg-9 {
    flex: 0 0 68%;
    max-width: 68%;
  }
}

.junction-hosting-page .hap-section-title h1.headline-title {
  color: #fff;
}

.jh-host-section {
  padding: 120px 0;
}

.jh-host-section--light {
  background: #fff;
}

.jh-host-section--light + .jh-vps-section {
  margin-top: 0;
}

.jh-vps-section {
  isolation: isolate;
  overflow: hidden;
  padding: 190px 0 170px;
  background-color: #07111f;
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
  box-shadow:
    inset 0 0 0 9999px rgba(7, 17, 31, 0.42),
    inset 420px 0 180px rgba(7, 17, 31, 0.55);
}

.jh-vps-section::before {
  right: 0;
  top: -1px;
  left: 0;
  z-index: 1;
  display: block;
  width: auto;
  height: 160px;
  background: #fff;
  transform: none;
  clip-path: polygon(0 0, 100% 0, 100% calc(82px + 1.745vw), 0 calc(82px - 1.745vw));
}

.jh-vps-section::after {
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 1;
  display: block;
  width: auto;
  height: 160px;
  background: #fff;
  transform: none;
  clip-path: polygon(0 calc(68px - 1.745vw), 100% calc(68px + 1.745vw), 100% 100%, 0 100%);
}

.jh-vps-section > .container,
.jh-faq-section > .container {
  position: relative;
  z-index: 2;
}

.jh-faq-section {
  isolation: isolate;
  overflow: hidden;
  padding: 180px 0 170px;
  background:
    radial-gradient(circle at 18% 22%, rgba(91, 188, 236, 0.12), transparent 28%),
    radial-gradient(circle at 82% 74%, rgba(11, 46, 103, 0.22), transparent 34%),
    linear-gradient(135deg, #08111f 0%, #07101c 52%, #030812 100%);
}

.jh-faq-section::before,
.jh-faq-section::after {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: auto;
  height: 150px;
  background: #fff;
  content: "";
  pointer-events: none;
  transform: none;
}

.jh-faq-section::before {
  top: -1px;
  clip-path: polygon(0 0, 100% 0, 100% calc(76px + 1.4vw), 0 calc(76px - 1.4vw));
}

.jh-faq-section::after {
  bottom: -1px;
  clip-path: polygon(0 calc(64px - 1.4vw), 100% calc(64px + 1.4vw), 100% 100%, 0 100%);
}

.jh-plan-grid {
  display: grid;
  gap: 24px;
  margin-top: 54px;
}

.jh-plan-grid--shared {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jh-plan-grid--vps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.jh-plan-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 28px;
  border: 1px solid rgba(91, 188, 236, 0.16);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(11, 46, 103, 0.96) 0%, rgba(7, 17, 31, 0.98) 100%);
  box-shadow: 0 18px 48px rgba(7, 17, 31, 0.16);
  transition: border-color 240ms ease, box-shadow 240ms ease, transform 240ms ease;
}

.jh-plan-card::before {
  position: absolute;
  top: -1px;
  right: -1px;
  left: -1px;
  height: 4px;
  border-radius: 12px 12px 0 0;
  background: linear-gradient(90deg, #5bbcec 0%, #164a9a 100%);
  content: "";
  opacity: 0;
  transition: opacity 240ms ease;
}

.jh-plan-card:hover,
.jh-plan-card:focus-within {
  border-color: rgba(91, 188, 236, 0.36);
  box-shadow: 0 24px 64px rgba(11, 46, 103, 0.26);
  transform: translateY(-4px);
}

.jh-plan-card:hover::before,
.jh-plan-card:focus-within::before,
.jh-plan-card--featured::before {
  opacity: 1;
}

.jh-plan-card--dark {
  border-color: rgba(91, 188, 236, 0.18);
  background:
    linear-gradient(180deg, rgba(31, 41, 55, 0.98) 0%, rgba(15, 23, 42, 0.98) 52%, rgba(7, 17, 31, 0.99) 100%);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.24);
}

.jh-plan-card--dark:hover,
.jh-plan-card--dark:focus-within {
  border-color: rgba(91, 188, 236, 0.36);
  box-shadow: 0 26px 76px rgba(0, 0, 0, 0.3);
}

.jh-plan-card__head {
  padding-right: 84px;
}

.jh-plan-card__head span {
  display: block;
  color: #9bddff;
}

.jh-plan-card h3 {
  margin: 9px 0 20px;
  color: #fff;
}

.jh-plan-flag {
  position: absolute;
  top: 22px;
  right: 22px;
  max-width: 104px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #d8f2ff;
  text-align: center;
  text-transform: uppercase;
}

.jh-term-switcher {
  width: max-content;
  margin-bottom: 18px;
}

.jh-price {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin-bottom: 5px;
  color: #fff;
}

.jh-price > span {
  padding-bottom: 4px;
  color: rgba(255, 255, 255, 0.64);
}

.jh-plan-term,
.jh-plan-secondary {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
}

.jh-plan-secondary {
  margin-top: 2px;
}

.jh-plan-list {
  display: grid;
  gap: 9px;
  margin: 23px 0 24px;
  padding: 0;
  list-style: none;
}

.jh-plan-list li {
  position: relative;
  min-height: 21px;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.78);
}

.jh-plan-list li::before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #5bbcec;
  content: "";
}

.jh-plan-button {
  margin-top: auto;
}

.junction-hosting-page .jh-plan-button.hap-btn a {
  display: block;
  width: 100%;
  padding: 15px 18px;
  text-align: center;
}

.jh-faq-section .hap-faq-img1 img,
.jh-faq-section .hap-faq-img2 img {
  filter: saturate(0.68) hue-rotate(150deg);
  opacity: 0.72;
}

.jh-faq-image-column {
  display: none;
}

.jh-faq-section .col-lg-7 {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}

.jh-faq-section .hap-faq-accordion-area .accordion-button:not(.collapsed) span,
.jh-faq-section .hap-faq-accordion-area .accordion-button:not(.collapsed)::after {
  background: none;
  color: #5bbcec;
  -webkit-text-fill-color: #5bbcec;
}

.jh-help-section {
  padding: 110px 0 116px;
}

.jh-help-content {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) auto;
  gap: 28px;
  align-items: end;
}

.jh-help-content .hap-section-title {
  max-width: 720px;
}

.jh-help-content .hap-section-title h2 {
  color: var(--jh-ink);
}

.jh-help-content .hap-section-title p {
  max-width: 620px;
  color: var(--jh-text);
}

.jh-help-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.junction-hosting-page .jh-help-secondary.hap-btn a {
  background: linear-gradient(90deg, #07111f 0%, #151515 50%, #07111f 100%) !important;
  background-size: 200% 100% !important;
  background-position: 0% 50% !important;
}

.junction-hosting-page .jh-help-secondary.hap-btn a:hover,
.junction-hosting-page .jh-help-secondary.hap-btn a:focus-visible {
  background-position: 120% 50% !important;
}

.jh-back-to-top {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 1025;
  display: inline-flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: var(--junction-navy);
  box-shadow: 0 18px 38px rgba(7, 17, 31, 0.22);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: background-color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.jh-back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.jh-back-to-top:hover,
.jh-back-to-top:focus {
  background: var(--junction-navy-hover);
  outline: none;
}

.jh-back-to-top i {
  color: currentColor;
  font-size: 18px;
  line-height: 1;
}

.junction-site-footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #d9d9d6;
  font-family: var(--jh-font-family);
  background: var(--junction-charcoal-deep);
}

.junction-site-footer__main {
  position: relative;
  padding: clamp(68px, 7vw, 100px) 0;
  background-image: linear-gradient(180deg, var(--junction-charcoal-soft) 0%, var(--junction-charcoal) 48%, var(--junction-charcoal-deep) 100%);
  background-color: var(--junction-charcoal);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.junction-site-footer__grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.6fr) repeat(3, minmax(150px, 1fr));
  gap: clamp(28px, 4vw, 56px);
}

.junction-site-footer__logo {
  display: inline-block;
  margin-bottom: 24px;
}

.junction-site-footer__logo--hosting {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.1;
}

.junction-site-footer__logo--hosting strong {
  color: #5bbcec;
  font-weight: inherit;
}

.junction-site-footer__logo--hosting:hover,
.junction-site-footer__logo--hosting:focus {
  color: #fff;
}

.junction-site-footer__logo--hosting:hover strong,
.junction-site-footer__logo--hosting:focus strong {
  color: #38bdf8;
}

.junction-site-footer__logo img {
  display: block;
  width: min(250px, 100%);
  height: auto;
  filter: brightness(0) invert(1);
}

.junction-site-footer__logo--hosting img {
  width: 39px;
  height: 39px;
  filter: none;
}

.junction-site-footer__brand p {
  max-width: 360px;
  margin: 0 0 22px;
  color: #d9d9d6;
  font-size: 16px;
  line-height: 1.65;
}

.junction-site-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.junction-site-footer__contact li,
.junction-site-footer__contact a,
.jh-client-footer__contact li,
.jh-client-footer__contact a,
.junction-site-footer__nav a {
  color: #e7e7e3;
}

.junction-site-footer__contact li,
.junction-site-footer__contact a,
.jh-client-footer__contact li,
.jh-client-footer__contact a {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  min-width: 0;
  font-size: 15px;
  line-height: 1.5;
}

.junction-site-footer__contact li,
.jh-client-footer__contact li {
  margin-bottom: 11px;
}

.junction-site-footer__contact a,
.jh-client-footer__contact a {
  text-decoration: none;
}

.junction-site-footer__contact i,
.jh-client-footer__contact i {
  width: 18px;
  min-width: 18px;
  margin-top: 4px;
  color: #38bdf8;
  text-align: center;
}

.junction-site-footer__nav h2 {
  display: inline-block;
  padding-bottom: 10px;
  margin: 0 0 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
  color: #fff;
  font-family: var(--jh-font-family);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.junction-site-footer__nav li {
  padding-bottom: 9px;
  margin-bottom: 9px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.junction-site-footer__nav li:last-child {
  border-bottom: 0;
}

.junction-site-footer__nav a {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.junction-site-footer a:hover,
.junction-site-footer a:focus {
  color: #38bdf8;
}

.junction-site-footer__legal {
  padding: 12px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: #111111;
  text-align: center;
}

.junction-site-footer__legal p {
  margin: 0;
  color: #fff;
  font-size: 15px;
  line-height: 1.65;
}

.junction-site-footer__legal small {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.92em;
}

.junction-site-footer__legal a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media screen and (max-width: 1199px) {
  .jh-plan-grid--vps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --jh-type-hero-size: 44px;
    --jh-type-hero-line-height: 1.1;
    --jh-type-section-size: 44px;
    --jh-type-section-line-height: 1.12;
    --jh-type-button-size: 15px;
    --jh-type-price-size: 30px;
  }

  .junction-hosting-page .hap-banner-content {
    min-height: auto;
    padding: 220px 0 150px;
  }

  .junction-hosting-page .jh-bridge-section .hap-sponsor-content {
    width: 100%;
    min-height: 0;
    margin-top: 0;
    padding-left: 15px;
    border-radius: 0;
  }

  .junction-hosting-page .jh-bridge-section .hap-section-title h2 {
    font-size: 25px;
  }

  .jh-bridge-section + .jh-host-section {
    padding-top: 82px;
  }

  .junction-hosting-page .hap-banner-section::before,
  .jh-vps-section::before,
  .jh-vps-section::after,
  .jh-faq-section::before,
  .jh-faq-section::after {
    height: 120px;
  }

  .junction-site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 991px) {
  .junction-hosting-page .hap-header-menu-navigation .jh-sticky-control-slot {
    display: none;
  }

  .junction-hosting-page .jh-bridge-section .hap-section-title {
    margin: 0 auto 30px;
    text-align: center;
  }

  .junction-hosting-page .jh-bridge-section .hap-section-title h2 {
    font-size: 30px;
  }

  .jh-plan-grid--shared {
    grid-template-columns: 1fr;
  }

  .jh-host-section {
    padding: 82px 0;
  }

  .jh-vps-section,
  .jh-faq-section {
    padding: 126px 0;
  }

  .jh-help-section {
    padding: 82px 0;
  }
}

@media screen and (max-width: 640px) {
  .jh-back-to-top {
    right: 18px;
    bottom: 18px;
    width: 54px;
    height: 54px;
  }

  :root {
    --jh-type-hero-size: 36px;
    --jh-type-hero-line-height: 1.12;
    --jh-type-section-size: 34px;
    --jh-type-section-line-height: 1.14;
    --jh-type-card-eyebrow-size: 16px;
    --jh-type-card-title-size: 24px;
    --jh-type-card-title-line-height: 1.2;
    --jh-type-price-size: 28px;
    --jh-type-feature-size: 16px;
    --jh-type-toggle-size: 17px;
    --jh-type-faq-question-size: 18px;
    --jh-type-faq-question-line-height: 1.35;
    --jh-type-faq-answer-size: 15px;
  }

  .junction-hosting-page .container {
    width: min(100% - 28px, 560px);
  }

  .junction-hosting-page .jh-bridge-section .hap-sponsor-content {
    width: 100%;
    padding: 28px 18px;
  }

  .jh-bridge-route-area .jh-bridge-support {
    width: 100%;
    padding: 24px 18px;
    text-align: center;
  }

  .jh-bridge-support p {
    margin-right: auto;
    margin-left: auto;
  }

  .jh-bridge-route-area .jh-bridge-route {
    width: 50%;
  }

  .jh-bridge-route a {
    width: 100%;
    padding: 0 10px;
  }

  .jh-plan-grid--vps {
    grid-template-columns: 1fr;
  }

  .jh-plan-card {
    padding: 24px;
  }

  .jh-plan-card__head {
    padding-right: 0;
  }

  .jh-plan-flag {
    position: static;
    width: max-content;
    margin-bottom: 16px;
  }

  .jh-help-content {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .jh-help-actions {
    justify-content: flex-start;
  }

  .junction-site-footer__grid {
    grid-template-columns: 1fr;
  }

  .junction-site-footer__main {
    padding: 58px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }

  .junction-hosting-page .headline-title,
  .junction-hosting-page .bins-text p,
  .junction-hosting-page .wow,
  .junction-hosting-page .hap-img-animation img {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    clip-path: none !important;
  }
}

/* Package cards use depth and lift only; Junction's active top rule is not part
   of the hosting card treatment and must never mark the Popular card. */
.junction-hosting-page .jh-plan-card::before,
.junction-hosting-page .jh-plan-card:hover::before,
.junction-hosting-page .jh-plan-card:focus-within::before,
.junction-hosting-page .jh-plan-card--featured::before {
  display: none;
  opacity: 0;
}

.junction-hosting-page .jh-plan-card {
  scale: 1;
  translate: 0 0;
  transform: translateY(0) scale(1);
  transform-origin: center center;
  transition: border-color 220ms ease, box-shadow 220ms ease, scale 220ms ease, translate 220ms ease;
  will-change: scale, translate;
}

.junction-hosting-page .jh-plan-card:focus-within {
  border-color: rgba(91, 188, 236, 0.16);
  box-shadow: 0 18px 48px rgba(7, 17, 31, 0.16);
  scale: 1;
  translate: 0 0;
  transform: translateY(0) scale(1);
}

.junction-hosting-page .jh-plan-card--dark:focus-within {
  border-color: rgba(91, 188, 236, 0.18);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.24);
}

@media (hover: hover) and (pointer: fine) {
  .junction-hosting-page .jh-plan-card:hover {
    z-index: 2;
    border-color: rgba(91, 188, 236, 0.38);
    box-shadow:
      0 26px 70px rgba(11, 46, 103, 0.24),
      0 0 0 1px rgba(91, 188, 236, 0.08),
      0 0 34px rgba(91, 188, 236, 0.2);
    scale: 1.025;
    translate: 0 -5px;
  }

  .junction-hosting-page .jh-plan-card--dark:hover {
    border-color: rgba(91, 188, 236, 0.42);
    box-shadow:
      0 28px 78px rgba(0, 0, 0, 0.32),
      0 0 0 1px rgba(91, 188, 236, 0.1),
      0 0 36px rgba(91, 188, 236, 0.18);
  }
}

.junction-hosting-page .jh-plan-card:has(:focus-visible) {
  z-index: 2;
  border-color: rgba(91, 188, 236, 0.38);
  box-shadow:
    0 26px 70px rgba(11, 46, 103, 0.24),
    0 0 0 1px rgba(91, 188, 236, 0.08),
    0 0 34px rgba(91, 188, 236, 0.2);
  scale: 1.025;
  translate: 0 -5px;
}

.junction-hosting-page .jh-plan-card--dark:has(:focus-visible) {
  border-color: rgba(91, 188, 236, 0.42);
  box-shadow:
    0 28px 78px rgba(0, 0, 0, 0.32),
    0 0 0 1px rgba(91, 188, 236, 0.1),
    0 0 36px rgba(91, 188, 236, 0.18);
}

/* Hosting controls occupy the original utility strip, then the original sticky CTA slot. */
.junction-hosting-page .hap-header-menu-navigation .main-navigation li a {
  font-size: 18px;
}

.junction-hosting-page .hap-header-top-area .top-info-cta .jh-header-client {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.junction-hosting-page .hap-header-top-area .top-info-cta ul {
  display: inline-flex;
  align-items: center;
}

.junction-hosting-page .jh-header-currency-slot {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}

.junction-hosting-page .jh-header-client {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.junction-hosting-page .jh-header-client i {
  flex: 0 0 auto;
  margin-right: 0;
  color: inherit;
  font-size: 15px;
  line-height: 1;
}

.junction-hosting-page .hap-header-top-area .top-info-cta .jh-header-client:hover,
.junction-hosting-page .hap-header-top-area .top-info-cta .jh-header-client:focus-visible {
  color: #fff;
}

.junction-hosting-page .hap-header-top-area .top-social-area {
  display: inline-flex;
  align-items: center;
  gap: 0;
}

.junction-hosting-page .hap-header-top-area .top-social-area > a {
  margin-left: 30px;
  color: #fff;
  font-size: 15px;
  line-height: 1;
}

.junction-hosting-page .hap-header-top-area .top-social-area > a:hover,
.junction-hosting-page .hap-header-top-area .top-social-area > a:focus-visible {
  color: #fff;
}

.junction-hosting-page .top-social-area .jh-x-logo,
.junction-hosting-page .bi-mobile-header-social .jh-x-logo {
  display: block;
  width: 0.95em;
  height: 0.95em;
  fill: currentColor;
}

.junction-hosting-page .bi-mobile-header-social a[aria-label="X"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.junction-hosting-page .jh-header-currency {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 2px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.junction-hosting-page .jh-header-currency button {
  min-width: 34px;
  min-height: 28px;
  margin: 0;
  padding: 0 8px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #fff;
}

.junction-hosting-page .jh-header-currency button.is-active {
  background: var(--junction-navy);
  color: #fff;
}

.junction-hosting-page .jh-sticky-control-slot {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  min-width: 204px;
}

.junction-hosting-page .hap-header-menu-navigation .jh-header-client {
  display: inline-flex;
  align-items: center;
  color: var(--junction-navy);
  text-decoration: none;
  white-space: nowrap;
}

.junction-hosting-page .hap-header-menu-navigation .jh-header-client:hover,
.junction-hosting-page .hap-header-menu-navigation .jh-header-client:focus-visible {
  color: var(--junction-navy-hover);
}

.junction-hosting-page .hap-header-menu-navigation .jh-header-currency {
  border-color: rgba(15, 23, 42, 0.14);
  background: #fff;
}

.junction-hosting-page .hap-header-menu-navigation .jh-header-currency button {
  color: var(--junction-navy);
}

.junction-hosting-page .hap-header-menu-navigation .jh-header-currency button.is-active {
  color: #fff;
}

/* Haptic keeps the desktop header above 1024px; scale the utility tier until the full desktop width has room. */
@media screen and (min-width: 1025px) and (max-width: 1300px) {
  .junction-hosting-page {
    --jh-type-utility-size: clamp(13px, 1.08vw, 14px);
    --jh-type-utility-line-height: 1.45;
  }

  .junction-hosting-page .hap-header-top-area {
    width: 88.76%;
    max-width: 1145px;
    padding: clamp(5px, 0.55vw, 7px) clamp(30px, 4vw, 52px);
  }

  .junction-hosting-page .hap-header-top-area .top-info-cta li {
    margin-right: clamp(20px, 2.5vw, 32px);
    font-size: var(--jh-type-utility-size);
  }

  .junction-hosting-page .hap-header-top-area .top-info-cta .jh-header-client {
    font-size: var(--jh-type-utility-size);
    line-height: var(--jh-type-utility-line-height);
  }

  .junction-hosting-page .hap-header-top-area .top-info-cta li i,
  .junction-hosting-page .jh-header-client i,
  .junction-hosting-page .hap-header-top-area .top-social-area > a {
    font-size: var(--jh-type-utility-size);
  }

  .junction-hosting-page .hap-header-top-area .top-social-area > a {
    margin-left: clamp(18px, 2vw, 24px);
  }

  .junction-hosting-page .jh-header-currency {
    gap: 1px;
    padding: 1px;
  }

  .junction-hosting-page .jh-header-currency button {
    min-width: clamp(30px, 3vw, 32px);
    min-height: clamp(24px, 2.2vw, 26px);
    padding: 0 clamp(6px, 0.8vw, 8px);
  }
}

@media screen and (min-width: 992px) {
  .junction-hosting-page .hap-header-section.sticky-on .hap-header-menu-navigation {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.junction-hosting-page .mobile_menu_content .m-brand-logo img {
  display: block;
  width: 140px;
  height: auto;
  margin: 0 auto;
}

.junction-hosting-page .mobile_menu_content .jh-mobile-currency {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  margin: 24px 20px 0;
  padding: 2px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: #fff;
}

.junction-hosting-page .mobile_menu_content .jh-mobile-currency button {
  min-width: 30px;
  min-height: 26px;
  padding: 0 8px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--junction-navy);
}

.junction-hosting-page .mobile_menu_content .jh-mobile-currency button.is-active {
  background: var(--junction-navy);
  color: #fff;
}
