/* Alternatives 2.0 — Hero Fold */

.alternatives_uplift .home_hero_performance {
  padding: 240px 0 100px;
  background-color: #041229;
  background-image: none;
  position: relative;
  overflow: hidden;
}

.alternatives_uplift .home_hero_performance .container {
  position: relative;
  z-index: 1;
}

.alternatives_uplift .home_hero_performance .hero_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.alternatives_uplift .home_hero_performance .txtWrap {
  max-width: 638px;
  width: 100%;
  text-align: left;
  margin: 0;
}

.alternatives_uplift .home_hero_performance .txtWrap .hero_eyebrow {
  margin: 0 0 0;
  display: inline-block;
  /* background: linear-gradient(42.45deg, #fff 37.59%, #c583e0 37.58%, #ffbc7d 74.04%, #fff 115.51%); */
  /* background: linear-gradient(82deg, #FFF -37.59%, #C583E0 -37.58%, #FFBC7D 74.04%, #FFF 115.51%); */
  background: linear-gradient(93deg, #C583E0 -49%, #FFBC7D 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.alternatives_uplift .home_hero_performance .txtWrap h1 {
  margin: 0 0 16px;
  color: #fcfcfc;
  max-width: 637px;
}

.alternatives_uplift .home_hero_performance .txtWrap .detail {
  margin: 0 0 32px;
  max-width: 631px;
  color: #f4f5f7;
}

.alternatives_uplift .home_hero_performance .cta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 54px;
  justify-content: flex-start;
}

.alternatives_uplift .home_hero_performance .cta a {
  margin: 0;
}

.alternatives_uplift .home_hero_performance .trust_row {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.alternatives_uplift .home_hero_performance .trust_rating {
  display: flex;
  align-items: center;
  gap: 8px;
}

.alternatives_uplift .home_hero_performance .trust_rating .g2_stars {
  width: 126px;
  height: 24px;
  display: block;
}

.alternatives_uplift .home_hero_performance .trust_rating .g2_logo {
  width: 26px;
  height: 26px;
  display: block;
}

.alternatives_uplift .home_hero_performance .trust_rating p,
.alternatives_uplift .home_hero_performance .trust_row > p {
  margin: 0;
  color: #c1c7d0;
  white-space: nowrap;
}

.alternatives_uplift .home_hero_performance .trust_rating p strong,
.alternatives_uplift .home_hero_performance .trust_row > p strong {
  color: #eff0f3;
  font-weight: 700;
}

.alternatives_uplift .home_hero_performance .trust_divider {
  width: 1px;
  height: 22px;
  background: #c1c7d0;
  flex-shrink: 0;
}

.alternatives_uplift .home_hero_performance .image_cont {
  flex: 0 0 auto;
  max-width: 570px;
  width: 100%;
}

.alternatives_uplift .home_hero_performance .image_cont img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 570px;
}



@media (max-width: 1200px) {
 

  .alternatives_uplift .home_hero_performance .hero_content {
    gap: 32px;
  }

  .alternatives_uplift .home_hero_performance .image_cont {
    max-width: 480px;
  }
}

@media (max-width: 992px) {

  .alternatives_uplift .home_hero_performance {
    padding: 160px 0 64px;
  }

  .alternatives_uplift .home_hero_performance .hero_content {
    flex-direction: column;
    align-items: flex-start;
  }

  .alternatives_uplift .home_hero_performance .txtWrap {
    max-width: 100%;
    text-align: center;
  }

  .alternatives_uplift .home_hero_performance .txtWrap .detail {
    margin-left: auto;
    margin-right: auto;
  }

  .alternatives_uplift .home_hero_performance .cta {
    justify-content: center;
    margin-bottom: 32px;
  }

  .alternatives_uplift .home_hero_performance .trust_row {
    justify-content: center;
  }

  .alternatives_uplift .home_hero_performance .image_cont {
    max-width: 520px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {


  .alternatives_uplift .home_hero_performance .cta {
    flex-direction: column;
    width: 100%;
  }

  .alternatives_uplift .home_hero_performance .cta a {
    width: 100%;
  }

  .alternatives_uplift .home_hero_performance .trust_divider {
    display: none;
  }

  .alternatives_uplift .home_hero_performance .trust_row {
    flex-direction: column;
    gap: 12px;
  }
}

/* Brands / Logos Fold */
.alternatives_uplift .FeatsStatsSec {
  padding: 60px 0;
  background: #fff;
}

.alternatives_uplift .FeatsStatsSec .FeatsStatsHeading {
  margin: 0 0 40px;
  position: relative;
  z-index: 1;
}

.alternatives_uplift .FeatsStatsSec .FeatsStatsHeading h5,
.alternatives_uplift .FeatsStatsSec .FeatsStatsHeading h4 {
  margin: 0;
  color: #253858;
  text-align: center;
}

.alternatives_uplift .FeatsStatsSec .FeatsStatsHeading h5 b,
.alternatives_uplift .FeatsStatsSec .FeatsStatsHeading h4 b {
  position: relative;
  font-weight: 600;
  display: inline-block;
  z-index: 0;
}

.alternatives_uplift .FeatsStatsSec .FeatsStatsHeading h5 b::before,
.alternatives_uplift .FeatsStatsSec .FeatsStatsHeading h4 b::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 106px;
  height: 35px;
  border-radius: 5px;
  background: linear-gradient(
    87deg,
    rgba(255, 255, 255, 0) 5.07%,
    rgba(255, 181, 181, 0.384) 30.61%,
    rgba(231, 178, 236, 0) 109.47%
  );
  z-index: -1;
  pointer-events: none;
}

.alternatives_uplift .FeatsStatsSec .company_logo_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  opacity: 0.5;
}

.alternatives_uplift .FeatsStatsSec .company_logo_inner .c_logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.alternatives_uplift .FeatsStatsSec .company_logo_inner .c_logo img {
  display: block;
  height: 34px;
  width: auto;
  max-width: 150px;
  object-fit: contain;
}

.alternatives_uplift .FeatsStatsSec .company_logo_inner .logo_seperator::after {
  display: none;
}

@media (max-width: 992px) {
  .alternatives_uplift .FeatsStatsSec {
    padding: 48px 0;
  }

  .alternatives_uplift .FeatsStatsSec .FeatsStatsHeading {
    margin-bottom: 32px;
  }

  .alternatives_uplift .FeatsStatsSec .company_logo_inner {
    gap: 32px;
  }
}

@media (max-width: 767px) {
  .alternatives_uplift .FeatsStatsSec {
    padding: 40px 0;
  }

  .alternatives_uplift .FeatsStatsSec .company_logo_inner {
    gap: 24px;
  }

  .alternatives_uplift .FeatsStatsSec .company_logo_inner .c_logo img {
    height: 28px;
    max-width: 120px;
  }
}

/* Why Alternative Fold */
.alternatives_uplift .why_alternative_sec {
  padding: 80px 0;
  background: #fff;
}

.alternatives_uplift .why_alternative_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

.alternatives_uplift .why_alternative_content {
  display: flex;
  flex-direction: column;
  gap: 36px;
  width: 100%;
  max-width: 580px;
  flex-shrink: 0;
}

.alternatives_uplift .why_alternative_intro {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.alternatives_uplift .why_alternative_intro h2 {
  margin: 0;
  max-width: 590px;
  color: #091e42;
}

.alternatives_uplift .why_alternative_intro p {
  margin: 0;
  color: #091e42;
}

.alternatives_uplift .why_accordion {
  width: 100%;
}

.alternatives_uplift .why_acc_item {
  border-bottom: 1px solid #dfe1e6;
  padding: 24px 0;
}
.alternatives_uplift .why_acc_item:first-child{
  padding-top: 0;
}

.alternatives_uplift .why_acc_title {
  display: block;
  width: 100%;
  margin: 0;
  /* padding: 24px 0; */
 
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  color: #091e42;
}

.alternatives_uplift .why_acc_title:focus {
  outline: none;
}

.alternatives_uplift .why_acc_title:focus-visible {
  outline: 2px solid #2f39bf;
  outline-offset: 2px;
}

.alternatives_uplift .why_acc_body {
  display: none;
  margin-top: 8px;
  /* padding: 0 0 24px; */
}

.alternatives_uplift .why_acc_body p {
  margin: 0;
  color: #091e42;
  max-width: 100%;
}

.alternatives_uplift .why_alternative_cta {
  min-width: 246px;
  height: 56px;
  padding: 0 28px;
  font-size: 20px;
  border-radius: 4.726px;
}

.alternatives_uplift .why_illustration {
  position: relative;
  width: 100%;
  max-width: 640px;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.alternatives_uplift .why_illustration_bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Accordion illustration crossfade (when dual images are present) */
.alternatives_uplift .why_illustration:has(.why_illustration_bg_next) .why_illustration_bg {
  transition: opacity 0.45s ease-in-out;
  opacity: 0;
  z-index: 1;
}

.alternatives_uplift .why_illustration:has(.why_illustration_bg_next) .why_illustration_bg.is-active {
  opacity: 1;
  z-index: 2;
}

.alternatives_uplift .why_illustration_bg_next {
  z-index: 3;
}

.alternatives_uplift .why_illustration_inner {
  position: absolute;
  inset: 0;
}

.alternatives_uplift .why_illu_chart_card {
  position: absolute;
  left: 17.5%;
  top: 19.8%;
  width: 71.3%;
  height: 54.6%;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
}

.alternatives_uplift .why_illu_y_labels {
  position: absolute;
  left: 5.3%;
  top: 16%;
  display: flex;
  flex-direction: column;
  gap: 37px;
}

.alternatives_uplift .why_illu_y_labels span {
  display: block;
  width: 55px;
  height: 10px;
  border-radius: 11px;
  background: #f4f5f7;
}

.alternatives_uplift .why_illu_y_labels span:nth-child(1),
.alternatives_uplift .why_illu_y_labels span:nth-child(2) {
  width: 55px;
}

.alternatives_uplift .why_illu_chart_area {
  position: absolute;
  left: 20%;
  top: 16%;
  right: 6%;
  bottom: 18%;
}

.alternatives_uplift .why_illu_grid {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.alternatives_uplift .why_illu_grid span {
  display: block;
  width: 100%;
  border-top: 1px dashed #dfe5ee;
}

.alternatives_uplift .why_illu_line {
  position: absolute;
  left: 0;
  top: 12%;
  width: 100%;
  height: auto;
  display: block;
}

.alternatives_uplift .why_illu_x_labels {
  position: absolute;
  left: 20%;
  right: 8%;
  bottom: 6%;
  display: flex;
  justify-content: space-between;
}

.alternatives_uplift .why_illu_x_labels span {
  display: block;
  width: 42px;
  height: 10px;
  border-radius: 11px;
  background: #f4f5f7;
}

.alternatives_uplift .why_illu_commission {
  position: absolute;
  left: 63.9%;
  top: 14%;
  width: 32.2%;
  height: 11.2%;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 11px 27px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  z-index: 2;
}

.alternatives_uplift .why_illu_commission_icon {
  position: relative;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.alternatives_uplift .why_illu_commission_icon > img:first-child {
  width: 100%;
  height: 100%;
  display: block;
}

.alternatives_uplift .why_illu_money {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
}

.alternatives_uplift .why_illu_commission_text {
  flex: 1;
  min-width: 0;
}

.alternatives_uplift .why_illu_label {
  margin: 0;
  font-size: 10px;
  line-height: 1.2;
  color: #718ebf;
}

.alternatives_uplift .why_illu_stars {
  margin: 2px 0 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  color: #505887;
  letter-spacing: -0.35px;
}

.alternatives_uplift .why_illu_commission_meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.alternatives_uplift .why_illu_growth {
  margin: 0;
  font-size: 10px;
  font-weight: 500;
  color: #16dbaa;
}

.alternatives_uplift .why_illu_bar {
  display: block;
  width: 44px;
  height: 6px;
  border-radius: 8px;
  background: #f4f5f7;
}

.alternatives_uplift .why_illu_stats {
  position: absolute;
  left: 8.4%;
  top: 58%;
  width: 28%;
  height: 24%;
  z-index: 2;
}

.alternatives_uplift .why_illu_stats_bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.alternatives_uplift .why_illu_donut {
  position: absolute;
  left: 16%;
  top: 22%;
  width: 30%;
  height: auto;
}

.alternatives_uplift .why_illu_stat_bars {
  position: absolute;
  left: 52%;
  top: 28%;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.alternatives_uplift .why_illu_stat_bars .bar {
  display: block;
  height: 12px;
  border-radius: 70px;
}

.alternatives_uplift .why_illu_stat_bars .bar_purple {
  width: 50px;
  background: #9669fd;
}

.alternatives_uplift .why_illu_stat_bars .bar_lavender {
  width: 58px;
  background: #dbb2ec;
}

.alternatives_uplift .why_illu_stat_lines {
  position: absolute;
  left: 12%;
  bottom: 12%;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.alternatives_uplift .why_illu_stat_lines span {
  display: block;
  width: 72px;
  height: 6px;
  border-radius: 70px;
  background: #f4f5f7;
}

.alternatives_uplift .why_illu_growth_card {
  position: absolute;
  right: 4.5%;
  bottom: 8%;
  width: 17%;
  height: auto;
  z-index: 2;
  display: block;
}

@media (max-width: 1200px) {
  .alternatives_uplift .why_illustration {
    max-width: 520px;
  }
}

@media (max-width: 992px) {
  .alternatives_uplift .why_alternative_sec {
    padding: 64px 0;
  }

  .alternatives_uplift .why_alternative_wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .alternatives_uplift .why_alternative_content {
    max-width: 100%;
  }

  .alternatives_uplift .why_illustration {
    max-width: 480px;
    margin: 0 auto;
  }
  .alternatives_uplift .uplift_global_map_3d_datacenters_section .globe_wrap .globe .data_center{
    left: 0%;
    width: 30%;
  }
}

@media (max-width: 767px) {
  .alternatives_uplift .why_alternative_sec {
    padding: 48px 0;
  }

  .alternatives_uplift .why_alternative_content {
    gap: 28px;
  }

  .alternatives_uplift .why_alternative_cta {
    width: 100%;
    min-width: 0;
  }
}

/* ========== Comparison Table (Figma 6095:10941) ========== */
.alternatives_uplift .wp_engine_main .ComparisonTable {
  padding: 80px 0;
  background: #fcfcfc;
  text-align: center;
}

.alternatives_uplift .wp_engine_main .ComparisonTable > .container > article {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  max-width: 690px;
  margin: 0 auto 48px;
  text-align: center;
}

.alternatives_uplift .wp_engine_main .ComparisonTable article .comparisonHeadingText {
  display: none;
}

.alternatives_uplift .wp_engine_main .ComparisonTable article h2 {
  margin: 0;
  color: #091e42;
  max-width: 690px;
}

.alternatives_uplift .wp_engine_main .ComparisonTable article .p2-regular {
  margin: 0;
  max-width: 610px;
  color: #253858;
}

.alternatives_uplift .wp_engine_main .ComparisonTable .CROtesting {
  padding: 0;
}

.alternatives_uplift .wp_engine_main .ComparisonTable .CROtesting > .prc-comp-table-2 > .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.alternatives_uplift .wp_engine_main .ComparisonTable .table-responsive {
  position: relative;
  margin: 0;
  box-shadow: none;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
}

.alternatives_uplift .wp_engine_main .ComparisonTable .table.prc-tbl-fold {
  margin: 0;
}

.alternatives_uplift .wp_engine_main .ComparisonTable .table.prc-tbl-fold tbody {
  border: 1px solid #dfe1e6;
  border-top: none;
  border-radius: 0 0 12px 12px;
}

/* Header tabs: WP Engine (middle) | Cloudways featured (right) */
.alternatives_uplift .wp_engine_main .ComparisonTable .CROtesting .prc-comp-table-2 table thead tr th {
  border: none;
  vertical-align: middle;
  background: transparent;
}

.alternatives_uplift .wp_engine_main .ComparisonTable .CROtesting .prc-comp-table-2 table thead tr th:first-child {
  width: 35%;
  visibility: hidden;
  background: transparent;
}

.alternatives_uplift .wp_engine_main .ComparisonTable .CROtesting .prc-comp-table-2 table thead tr th:nth-child(2) {
  background: transparent;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  padding: 0;
  width: 32.5%;
}

.alternatives_uplift .prc-tbl-fold tbody tr td, .prc-tbl-fold tbody tr th {
  padding: 25px 0 !important;
  border-top: 1px solid #dedede;
  border-right: 1px solid #dedede;
  padding: 20px 0 !important;
  text-align: center;
}

.alternatives_uplift .wp_engine_main .ComparisonTable .CROtesting .prc-comp-table-2 table thead tr th:nth-child(2)::after {
  display: none;
  content: none;
}

.alternatives_uplift .wp_engine_main .ComparisonTable .CROtesting .prc-comp-table-2 table thead tr th:nth-child(2) .whitebox {
  display: none;
}

.alternatives_uplift .wp_engine_main .ComparisonTable .CROtesting .prc-comp-table-2 table thead tr th:nth-child(2) .logo {
  background: #fcfcfc;
  border: 1px solid #dfe1e6;
  border-bottom: none;
  padding: 24px 18px;
  border-top-left-radius: 12px;
  border-top-right-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 76px;
  box-sizing: border-box;
}

.alternatives_uplift .wp_engine_main .ComparisonTable .CROtesting .prc-comp-table-2 table thead tr th:nth-child(2) .logo svg {
  display: block;
  margin: 0 auto;
}

.alternatives_uplift .wp_engine_main .ComparisonTable .CROtesting .prc-comp-table-2 table thead tr th:nth-child(3),
.alternatives_uplift .wp_engine_main table.table.prc-tbl-fold.prc-comp-table-2-head.fixed-table-header thead tr th:nth-child(3) {
  background: #2f39bf;
  border: none;
  border-bottom: 1px solid #2f39bf;
  border-top-left-radius: 0;
  border-top-right-radius: 12px;
  padding: 24px 18px;
  width: 32.5%;
  text-align: center;
  vertical-align: middle;
  min-height: 76px;
}

.alternatives_uplift .wp_engine_main .ComparisonTable .CROtesting .prc-comp-table-2 table thead tr th:nth-child(3) svg {
  display: block;
  margin: 0 auto;
}

.alternatives_uplift .wp_engine_main .ComparisonTable .CROtesting .prc-comp-table-2 table thead tr th:nth-child(3) .logo,
.alternatives_uplift .wp_engine_main .ComparisonTable .CROtesting .prc-comp-table-2 table thead tr th:nth-child(3) .whitebox {
  display: none;
}

/* Body cells */
.alternatives_uplift .wp_engine_main .ComparisonTable .prc-tbl-fold tbody tr td {
  padding: 20px 24px !important;
  vertical-align: middle;
  border-color: #dfe1e6;
  color: #5e6c84;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.16px;
  text-align: center;
  background: #fff;
}

.alternatives_uplift .wp_engine_main .ComparisonTable .prc-tbl-fold tbody tr:nth-child(even) td {
  background: rgba(244, 245, 247, 0.6);
}

.alternatives_uplift .wp_engine_main .ComparisonTable .prc-tbl-fold tbody tr td:first-child {
  width: 35%;
  text-align: left;
  color: #253858;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.16px;
}

.alternatives_uplift .wp_engine_main .ComparisonTable .prc-tbl-fold tbody tr td:nth-child(2),
.alternatives_uplift .wp_engine_main .ComparisonTable .prc-tbl-fold tbody tr td:nth-child(3) {
  width: 32.5%;
  color: #5e6c84;
}

.alternatives_uplift .wp_engine_main .ComparisonTable .prc-tbl-fold tbody tr td b,
.alternatives_uplift .wp_engine_main .ComparisonTable .prc-tbl-fold tbody tr td span {
  color: #253858;
  font-weight: 600;
  font-size: inherit;
}

.alternatives_uplift .wp_engine_main .ComparisonTable .prc-tbl-fold tbody tr td span {
  font-size: 16px;
}

.alternatives_uplift .wp_engine_main .ComparisonTable .prc-tbl-fold tbody tr td ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  text-align: left;
}

.alternatives_uplift .wp_engine_main .ComparisonTable .prc-tbl-fold tbody tr td li {
  max-width: none;
  margin: 0;
  color: #5e6c84;
  font-size: 16px;
  line-height: 1.5;
}

/* Section headings (ignore Figma accordion chevron) */
.alternatives_uplift .wp_engine_main .ComparisonTable .prc-tbl-fold tbody tr td.cutom_tbl_heading {
  color: #253858 !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  letter-spacing: -0.2px !important;
  text-align: left !important;
  padding: 20px 24px !important;
  background: #fff !important;
  border-color: #dfe1e6;
}

.alternatives_uplift .wp_engine_main .ComparisonTable .prc-tbl-fold tbody tr:has(td.cutom_tbl_heading) td {
  background: #fff !important;
}

/* CTA bar */
.alternatives_uplift .wp_engine_main .ComparisonTable .comparison_cta_bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 48px 0 0;
  padding: 20px 50px;
  border: 1px solid #dfe1e6;
  border-radius: 12px;
  background: #fcfcfc;
  text-align: left;
}

.alternatives_uplift .wp_engine_main .ComparisonTable .comparison_cta_bar .p1-semibold {
  margin: 0;
  color: #253858;
}

.alternatives_uplift .wp_engine_main .ComparisonTable .comparison_cta_bar .primaryBtn {
  margin: 0;
  flex-shrink: 0;
  background: #2f39bf;
  border-color: #2f39bf;
  color: #fcfcfc;
  white-space: nowrap;
}

.alternatives_uplift .wp_engine_main .ComparisonTable .comparison_cta_bar .primaryBtn:hover {
  background: #252dad;
  border-color: #252dad;
  color: #fff;
}

/* Sticky comparison header */
.alternatives_uplift .prc-comp-table-2 .prc-comp-table-2-head {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  margin: 0;
}

.alternatives_uplift .prc-comp-table-2 .prc-comp-table-2-head > tbody {
  display: none;
}

.alternatives_uplift table.table.prc-tbl-fold.prc-comp-table-2-head.fixed-table-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1268px;
  margin: 0 auto;
  z-index: 100;
  opacity: 1;
  background: transparent;
}

@media (max-width: 992px) {
  .alternatives_uplift .wp_engine_main .ComparisonTable {
    padding: 48px 0;
  }

  .alternatives_uplift .wp_engine_main .ComparisonTable > .container > article {
    margin-bottom: 32px;
  }

  .alternatives_uplift .wp_engine_main .ComparisonTable .comparison_cta_bar {
    flex-direction: column;
    align-items: stretch;
    padding: 20px 24px;
    text-align: center;
  }

  .alternatives_uplift .wp_engine_main .ComparisonTable .comparison_cta_bar .primaryBtn {
    width: 100%;
  }

  .alternatives_uplift .prc-comp-table-2 .prc-comp-table-2-head {
    display: none;
  }

  .alternatives_uplift .wp_engine_main .ComparisonTable .table-responsive{
    overflow: scroll;
  }
}

/* ========== Datacenters Fold (Figma 6195:42853) ========== */
.alternatives_uplift .uplift_global_map_3d_datacenters_section {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  /* background: #041229; */
  background: url("https://www.cloudways.com/wp-content/uploads/2026/07/datacenter-bg.png") center / cover no-repeat #041229;;
}

.alternatives_uplift .uplift_global_map_3d_datacenters_section .datacenter_bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.alternatives_uplift .uplift_global_map_3d_datacenters_section .datacenter_bg_ellipse {
  position: absolute;
  width: 1142px;
  height: 1142px;
  background: url("../../img/alternatives/datacenter-bg-ellipse.svg") center / cover no-repeat;
  pointer-events: none;
}

.alternatives_uplift .uplift_global_map_3d_datacenters_section .datacenter_bg_ellipse_left {
  left: -651px;
  top: -638px;
}

.alternatives_uplift .uplift_global_map_3d_datacenters_section .datacenter_bg_ellipse_right {
  left: auto;
  right: -400px;
  top: 36px;
}

.alternatives_uplift .uplift_global_map_3d_datacenters_section > .container {
  position: relative;
  z-index: 1;
}

.alternatives_uplift .uplift_global_map_3d_datacenters_section .globe_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.alternatives_uplift .uplift_global_map_3d_datacenters_section .datacenter_left {
  display: flex;
  flex-direction: column;
  gap: 48px;
  max-width: 560px !important;
  flex: 0 1 560px;
  text-align: left;
}

.alternatives_uplift .uplift_global_map_3d_datacenters_section .datacenter_content {
  display: flex;
  flex-direction: column;
  gap: 36px;
  width: 100%;
}

.alternatives_uplift .uplift_global_map_3d_datacenters_section .datacenter_intro {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.alternatives_uplift .uplift_global_map_3d_datacenters_section .datacenter_left h2 {
  margin: 0;
  color: #fff;
}

.alternatives_uplift .uplift_global_map_3d_datacenters_section .datacenter_left .p2-regular,
.alternatives_uplift .uplift_global_map_3d_datacenters_section .globe_wrap .datacenter_left .p2-regular {
  margin: 0;
  color: #fcfcfc;
}

.alternatives_uplift .uplift_global_map_3d_datacenters_section .datacenter_stats {
  display: flex;
  align-items: center;
  gap: 23px;
  padding: 16px 24px;
  border: 1.5px solid #dfe1e6;
  border-radius: 4px;
  backdrop-filter: blur(3.38px);
  -webkit-backdrop-filter: blur(3.38px);
  background: linear-gradient(206.39deg, rgba(230, 222, 255, 0) 15.27%, rgba(255, 255, 255, 0.3) 191.74%);
  opacity: 0.95;
}

.alternatives_uplift .uplift_global_map_3d_datacenters_section .datacenter_stat {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  flex: 1 1 0;
}

.alternatives_uplift .uplift_global_map_3d_datacenters_section .datacenter_stat_value {
  margin: 0;
  color: #fff;
  font-family: "poppins", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -1.2px;
}

.alternatives_uplift .uplift_global_map_3d_datacenters_section .datacenter_stat .p2-regular {
  color: #fff;
}

.alternatives_uplift .uplift_global_map_3d_datacenters_section .datacenter_stat_divider {
  width: 1px;
  height: 68px;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.35);
}

.alternatives_uplift .uplift_global_map_3d_datacenters_section .datacenter_left .cta,
.alternatives_uplift .uplift_global_map_3d_datacenters_section .globe_wrap .cta {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0;
}


.alternatives_uplift .uplift_global_map_3d_datacenters_section .datacenter_link {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: #fff;
  font-family: "poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.54px;
  text-decoration: none;
}

.alternatives_uplift .uplift_global_map_3d_datacenters_section .datacenter_link img {
  display: block;
  width: 12px;
  height: 12px;
  margin-left: 2px;
}

.alternatives_uplift .uplift_global_map_3d_datacenters_section .datacenter_link:hover {
  color: #fff;
  opacity: 0.85;
}
.alternatives_uplift .uplift_global_map_3d_datacenters_section .datacenter_link:hover img{
  margin-left: 6px;
}

.alternatives_uplift .uplift_global_map_3d_datacenters_section .globe_wrap .globe {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
}

/* Figma globe (6195:42853): purple wireframe look under .alternatives_uplift only */
.alternatives_uplift .uplift_global_map_3d_datacenters_section .home_globe #chartdiv {
  isolation: isolate;
}

.alternatives_uplift .uplift_global_map_3d_datacenters_section .home_globe #chartdiv.alternatives_globe_recolored .cw-globe-layer--front,
.alternatives_uplift .uplift_global_map_3d_datacenters_section .home_globe #chartdiv.alternatives_globe_recolored .cw-globe-layer--back {
  filter: saturate(1.15) brightness(1.05);
}

.alternatives_uplift .uplift_global_map_3d_datacenters_section .home_globe #chartdiv.alternatives_globe_recolored .cw-globe-layer--back {
  opacity: 0.55;
}

.alternatives_uplift .cw_copilot_banner{
  padding-bottom: 80px;
}
.alternatives_uplift .uplift_global_map_3d_datacenters_section .globe_wrap .globe .data_center{
  left: 8%;
  background: #4020859e;
}

@media (max-width: 992px) {
  .alternatives_uplift .uplift_global_map_3d_datacenters_section {
    padding: 64px 0;
  }

  .alternatives_uplift .uplift_global_map_3d_datacenters_section .globe_wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .alternatives_uplift .uplift_global_map_3d_datacenters_section .datacenter_left {
    max-width: 100%;
    flex: 1 1 auto;
    gap: 32px;
  }

  .alternatives_uplift .uplift_global_map_3d_datacenters_section .datacenter_content {
    gap: 24px;
  }

  .alternatives_uplift .uplift_global_map_3d_datacenters_section .datacenter_stats {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
  }

  .alternatives_uplift .uplift_global_map_3d_datacenters_section .datacenter_stat_divider {
    display: none;
  }

  .alternatives_uplift .uplift_global_map_3d_datacenters_section .datacenter_stat {
    flex: 1 1 30%;
  }

  .alternatives_uplift .uplift_global_map_3d_datacenters_section .datacenter_stat_value {
    font-size: 32px;
  }

  .alternatives_uplift .uplift_global_map_3d_datacenters_section .datacenter_left .cta {
    flex-wrap: wrap;
    gap: 16px;
  }
}

/* ========== G2 Graph Fold (Figma 6195:43021) ========== */
.alternatives_uplift .g2_graph_sec {
  background: #fcfcfc;
  padding: 80px 0;
}

.alternatives_uplift .g2_graph_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  max-width: 1066px;
  margin: 0 auto;
}

.alternatives_uplift .g2_graph_header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  max-width: 562px;
  text-align: center;
}

.alternatives_uplift .g2_graph_rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 8px;
}

.alternatives_uplift .g2_graph_rating .g2_logo {
  width: 26px;
  height: 26px;
  display: block;
}

.alternatives_uplift .g2_graph_rating .g2_stars {
  width: 126px;
  height: auto;
  display: block;
}

.alternatives_uplift .g2_graph_rating .p2-regular {
  margin: 0;
  color: #ff492c;
}

.alternatives_uplift .g2_graph_header h2 {
  margin: 0;
  color: #091e42;
  text-align: center;
}

.alternatives_uplift .g2_graph_header > .p2-regular {
  margin: 0;
  color: #253858;
  text-align: center;
}


.alternatives_uplift .g2_graph_card img {
  display: block;
  width: 100%;
  height: auto;
}

.alternatives_uplift .g2_graph_cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  text-align: center;
}

.alternatives_uplift .g2_graph_cta .p3-regular {
  margin: 0;
  color: #5e6c84;
}

@media (max-width: 992px) {
  .alternatives_uplift .g2_graph_sec {
    padding: 64px 0;
  }

  .alternatives_uplift .g2_graph_wrap {
    gap: 40px;
  }

  .alternatives_uplift .g2_graph_header {
    max-width: 100%;
  }

  .alternatives_uplift .g2_graph_header h2 br {
    display: none;
  }
}

@media (max-width: 767px) {
  .alternatives_uplift .g2_graph_sec {
    padding: 48px 0;
  }

  .alternatives_uplift .g2_graph_wrap {
    gap: 32px;
  }

  .alternatives_uplift .g2_graph_rating {
    flex-wrap: wrap;
  }

  .alternatives_uplift .g2_graph_card {
    border-radius: 8px;
  }
}

