/* Hosting Services inner page styling matched to UDesign theme reference */

.hosting-page-shell {
  background: #111;
  color: #f8f8f8;
}

.hosting-page-main {
  background: #fff;
  color: #333;
  min-height: calc(100vh - 96px);
  position: relative;
}

/* Page Hero Banner */
.hosting-page-hero-rail {
  background: #111;
  position: relative;
  margin: 0;
  z-index: 1;
}

.hosting-page-banner {
  width: 100%;
  max-width: 1764px;
  height: 320px;
  margin: 0 auto -60px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: linear-gradient(rgba(17, 17, 17, 0.65), rgba(17, 17, 17, 0.65)), url("assets/theme/business-consulting-6/wp-content/uploads/sites/87/2022/10/bg-1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hosting-page-banner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translateY(1px);
}

.hosting-page-banner h1 {
  margin: 0 0 12px;
  color: #fff;
  font: 600 46px/1.1 Poppins, var(--font-body);
  letter-spacing: -1.2px;
}

.hosting-page-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #bebebe;
  font: 400 16px/1.5 Poppins, var(--font-body);
}

.hosting-page-breadcrumb a {
  color: #696969;
  transition: color 0.3s ease;
}

.hosting-page-breadcrumb a:hover,
.hosting-page-breadcrumb a:focus {
  color: #bebebe;
}

.hosting-page-breadcrumb .delimiter {
  color: #696969;
  font-size: 15px;
}

/* Main Section Body */
.hosting-page-body {
  position: relative;
  background: #fcfcfc;
  padding: 160px 30px 100px;
  overflow: visible;
}

.hosting-container {
  width: min(100%, 1200px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 65px;
  align-items: start;
  position: relative;
  z-index: 2;
}

/* Left Column Content */
.hosting-info h2 {
  margin: 0 0 24px;
  color: #38383a;
  font: 600 38px/1.2 Poppins, var(--font-body);
  letter-spacing: -0.7px;
}

.hosting-lead {
  margin: 0 0 24px;
  color: #555;
  font: 400 16px/1.8 Poppins, var(--font-body);
}

.hosting-copy {
  margin: 0 0 36px;
  color: #929292;
  font: 400 14px/1.8 Poppins, var(--font-body);
}

/* Checklist */
.hosting-checklist {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hosting-check-item {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #777;
  font: 400 15px/1.5 Poppins, var(--font-body);
}

.hosting-check-item .check-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1.5px solid #ed7041;
  display: grid;
  place-content: center;
  color: #ed7041;
  font-size: 11px;
  font-weight: 700;
  flex-shrink: 0;
}

/* Right Column Accordion Widget */
.hosting-accordion-wrap {
  position: relative;
  z-index: 2;
  padding-top: 10px;
}

.hosting-accordion {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.hosting-accordion .accordion-item {
  border-radius: 0;
  overflow: hidden;
}

.hosting-accordion .accordion-header {
  width: 100%;
  padding: 20px 26px;
  background: #fff;
  border: 1px solid #eaeaea;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #38383a;
  font: 500 17px/1.2 Poppins, var(--font-body);
  cursor: pointer;
  text-align: left;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.hosting-accordion .accordion-header:hover {
  border-color: #ed7041;
  color: #ed7041;
}

.hosting-accordion .accordion-header.active {
  background: #ed7041;
  border-color: #ed7041;
  color: #fff;
}

.hosting-accordion .accordion-icon {
  font-size: 14px;
  font-weight: 400;
  transition: transform 0.3s ease;
}

.hosting-accordion .accordion-content {
  display: none;
  background: #fff;
  border: 1px solid #eaeaea;
  border-top: 0;
  padding: 26px 28px;
  color: #777;
  font: 400 14px/1.8 Poppins, var(--font-body);
}

.hosting-accordion .accordion-content.active {
  display: block;
}

/* Background Geometry Overlay Accents matched to inner pages */
.hosting-page-body:before {
  content: "";
  position: absolute;
  right: -125px;
  top: 89px;
  width: 250px;
  height: 250px;
  border: 1px solid #ed7041;
  transform: rotate(45deg);
  pointer-events: none;
  z-index: 1;
}

.hosting-page-body:after {
  content: "";
  position: absolute;
  right: 0;
  top: 296px;
  width: 0;
  height: 0;
  border-top: 96px solid transparent;
  border-bottom: 96px solid transparent;
  border-left: 0;
  border-right: 95px solid #ed7041;
  pointer-events: none;
  z-index: 1;
}

/* Hosting Pricing & Plans Showcase Section */
.hosting-plans-section {
  padding: 90px 30px;
  background: #18191d;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  position: relative;
  z-index: 2;
}

.hosting-plans-container {
  width: min(100%, 1240px);
  margin: 0 auto;
}

.hosting-plans-heading {
  max-width: 780px;
  margin: 0 auto 50px;
  text-align: center;
}

.hosting-plans-heading > p:first-child {
  margin: 0 0 12px;
  color: #ed7041;
  font: 700 13px/1.4 Poppins, var(--font-body);
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hosting-plans-heading h2 {
  margin: 0 0 14px;
  color: #fff;
  font: 700 38px/1.2 Poppins, var(--font-body);
}

.hosting-plans-heading > p:last-child {
  max-width: 700px;
  margin: 0 auto;
  color: #9aa0a6;
  font: 400 16px/1.7 Poppins, var(--font-body);
}

.hosting-plans-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 24px;
  margin-bottom: 70px;
}

.hosting-plan-card {
  background: #202126;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 36px 28px;
  transition: all 0.35s ease;
  display: flex;
  flex-direction: column;
  position: relative;
}

.hosting-plan-card.featured {
  border-color: #ed7041;
  background: linear-gradient(180deg, #25262c 0%, #1c1d22 100%);
  box-shadow: 0 16px 40px rgba(237, 112, 65, 0.2);
}

.hosting-plan-card:hover {
  transform: translateY(-8px);
  border-color: #ed7041;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5), 0 0 25px rgba(237, 112, 65, 0.2);
}

.hosting-plan-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #ed7041;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.hosting-plan-name {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
}

.hosting-plan-desc {
  color: #9aa0a6;
  font-size: 13.5px;
  line-height: 1.5;
  margin-bottom: 24px;
  min-height: 40px;
}

.hosting-plan-price {
  font-size: 38px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 24px;
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.hosting-plan-price span {
  font-size: 14px;
  font-weight: 400;
  color: #9aa0a6;
}

.hosting-plan-features {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hosting-plan-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #d0d0d8;
  font-size: 14px;
}

.hosting-plan-features li i {
  color: #ed7041;
  font-style: normal;
  font-weight: 700;
}

.hosting-plan-btn {
  margin-top: auto;
  width: 100%;
  padding: 14px;
  text-align: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.25s ease;
  text-decoration: none;
  display: block;
}

.hosting-plan-card.featured .hosting-plan-btn,
.hosting-plan-btn:hover {
  background: #ed7041;
  border-color: #ed7041;
  color: #fff;
}

.hosting-latency-widget {
  max-width: 860px;
  margin: 0 auto;
  padding: 36px;
  text-align: center;
  background: rgba(27, 28, 32, .85);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 14px;
}

.hosting-latency-eyebrow {
  margin: 0 0 8px;
  color: #ed7041;
  font: 700 12px/1.4 Poppins, var(--font-body);
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hosting-latency-widget h3 {
  margin: 0 0 12px;
  color: #fff;
  font: 700 24px/1.25 Poppins, var(--font-body);
}

.hosting-latency-widget > p:not(.hosting-latency-eyebrow) {
  margin: 0 0 24px;
  color: #9aa0a6;
  font: 400 14px/1.7 Poppins, var(--font-body);
}

.hosting-latency-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

.hosting-latency-buttons .it-filter-btn {
  padding: 11px 16px;
  background: #222329;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 6px;
  color: #b9bbc2;
  cursor: pointer;
  font: 500 12px/1.3 Poppins, var(--font-body);
  transition: background-color .25s ease, border-color .25s ease, color .25s ease, transform .25s ease;
}

.hosting-latency-buttons .it-filter-btn:hover,
.hosting-latency-buttons .it-filter-btn.active {
  background: rgba(237, 112, 65, .14);
  border-color: #ed7041;
  color: #fff;
  transform: translateY(-2px);
}

.hosting-ping-result {
  max-width: 500px;
  margin: 0 auto;
  padding: 18px;
  background: #141416;
  border: 1px solid #333;
  border-radius: 8px;
  color: #81c784;
  font: 400 15px/1.5 ui-monospace, SFMono-Regular, Menlo, monospace;
}

/* Hosting CTA Section matched to cost-cta-section */
.hosting-cta-section {
  position: relative;
  background: #151515 url("assets/theme/business-consulting-6/wp-content/uploads/sites/87/2024/12/bg-2.jpg") center/cover no-repeat;
  color: #fff;
  margin: 0;
  padding: 115px 30px 125px;
  text-align: center;
  overflow: hidden;
}

.hosting-cta-content {
  max-width: 830px;
  margin: 0 auto;
}

.hosting-cta-content h2 {
  max-width: 570px;
  margin: 0 auto 17px;
  color: #fff;
  font: 400 45px/1.2 Poppins, var(--font-body);
  letter-spacing: -0.8px;
}

.hosting-cta-content p {
  max-width: 830px;
  margin: 0 auto 42px;
  color: #777;
  font: 400 16px/1.6 Poppins, var(--font-body);
}

.hosting-cta-content .button {
  background: transparent;
  border: 1px solid #ed7041;
  color: #ed7041;
  padding: 18px 37px;
  font: 500 16px/1 Poppins, var(--font-body);
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.hosting-cta-content .button:hover,
.hosting-cta-content .button:focus-visible {
  background: #ed7041;
  color: #fff;
  transform: translateY(-2px);
}

/* Responsive Breakpoints */
@media (max-width: 991px) {
  .hosting-container {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

@media (max-width: 767px) {
  .hosting-plans-section {
    padding: 70px 22px;
  }
  .hosting-plans-heading {
    margin-bottom: 38px;
  }
  .hosting-plans-heading h2 {
    font-size: 30px;
  }
  .hosting-plans-heading > p:last-child {
    font-size: 14px;
  }
  .hosting-plan-card {
    padding: 30px 22px;
  }
  .hosting-latency-widget {
    padding: 26px 18px;
  }
  .hosting-latency-buttons .it-filter-btn {
    width: 100%;
  }
  .hosting-page-banner {
    height: 265px;
    margin-bottom: -48px;
    padding: 0 22px;
  }
  .hosting-page-banner h1 {
    font-size: 38px;
  }
  .hosting-page-body {
    padding: 130px 22px 90px;
  }
  .hosting-page-body:before,
  .hosting-page-body:after {
    display: none;
  }
  .hosting-cta-section {
    padding: 95px 22px 85px;
  }
  .hosting-cta-content h2 {
    font-size: 34px;
  }
  .hosting-cta-content p {
    font-size: 14px;
    margin-bottom: 32px;
  }
  .hosting-cta-content .button {
    font-size: 14px;
    padding: 16px 28px;
  }
}
