.dcFilter_upliftNavHidden {
  visibility: hidden;
  display: none;
}

/**
 * Global Infrastructure – Figma: "Why Choose Our Global Infrastructure"
 * Design: Data Centers - Region Expansion Q1 2026 (node 7958:21911)
 * Tokens: Neutrals/100 #091e42, Neutral/80 #253858, Surface #fff, Neutrals/10 #dfe1e6, base/silver #fcfcfc
 * Typography: H2 40px Semibold, P1 Semibold 20px, P2 Regular 16px (text.css)
 */

/* Kill .navigationFixed slide animation while hidden (avoids flash from cw_hdrnav_slide). */
#uplift_nav.navigationFixed.dcFilter_navHiddenOnFold {
  animation: none !important;
  will-change: auto !important;
  transform: translateY(-100%) !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: none !important;
}

.glbInfra_sec {
  padding: 80px 0 80px;
  background: #fcfcfc;
}

.glbInfra_sec .glbInfra_container.container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 56px;
  padding-right: 56px;
}

.glbInfra_ttlBox {
  margin-bottom: 56px;
  text-align: center;
}

.glbInfra_heading {
  margin: 0 0 16px;
  /* font-size: 40px;
  font-weight: 600; */
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #091e42;
}

.glbInfra_heading_line {
  display: inline-block;
}

.glbInfra_sub {
  max-width: 547px;
  margin: 0 auto;
  /* font-size: 16px; */
  /* font-weight: 400; */
  /* line-height: 1.5; */
  /* letter-spacing: -0.01em; */
  color: #253858;
  text-align: center;
}

.glbInfra_row {
  margin-left: -12px;
  margin-right: -12px;
}

.glbInfra_row_1 {
  margin-bottom: 24px;
}

.glbInfra_row_2 {
  margin-bottom: 0;
}

.glbInfra_col {
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 24px;
}

.glbInfra_row_2 .glbInfra_col {
  margin-bottom: 0;
}

.glbInfra_card {
  height: 100%;
  max-width: 416px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid #dfe1e6;
  border-radius: 12px;
}

.glbInfra_card_icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  color: #8a4ed9;
  line-height: 0;
}

.glbInfra_card_icon svg {
  width: 48px;
  height: 48px;
  display: block;
}

.glbInfra_card_text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  text-align: left;
}

.glbInfra_card_ttl {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #091e42;
}

.glbInfra_card_txt {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: #253858;
}

/* Tablet */
@media (max-width: 991px) {
  .glbInfra_sec {
    padding: 56px 0 64px;
  }

  .glbInfra_sec .glbInfra_container.container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .glbInfra_ttlBox {
    margin-bottom: 40px;
  }

  .glbInfra_heading {
    /* font-size: 32px; */
  }

  .glbInfra_row_1 {
    margin-bottom: 20px;
  }

  .glbInfra_col {
    margin-bottom: 24px;
  }

  .glbInfra_row_2 .glbInfra_col:last-child {
    margin-bottom: 0;
  }
  .glbInfra_card{
    width: 100%;
    max-width: 100%;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .glbInfra_sec {
    padding: 40px 0 56px;
  }

  .glbInfra_sec .glbInfra_container.container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .glbInfra_ttlBox {
    margin-bottom: 32px;
  }

  .glbInfra_heading {
    /* font-size: 28px; */
    margin-bottom: 12px;
  }

  .glbInfra_row {
    margin-left: 0;
    margin-right: 0;
  }

  .glbInfra_col {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 16px;
  }

  .glbInfra_row_1 {
    margin-bottom: 16px;
  }

  .glbInfra_card {
    max-width: none;
    padding: 20px 16px;
  }

  .glbInfra_card_icon,
  .glbInfra_card_icon svg {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 480px) {
  .glbInfra_sec {
    padding: 32px 0 48px;
  }

  .glbInfra_heading {
    /* font-size: 24px; */
  }
}

/* ==========================================================================
   Trusted Infrastructure for Mission-Critical Workloads (Figma node 7958:21966)
   Compliance section: white bg, left = heading + paragraph + 2x2 stats;
   right = 2x2 badge cards (247px, 12px radius, shadow)
   ========================================================================== */

.glbTrust_sec {
  padding: 80px 0 80px;
  background: #ffffff;
}

.glbTrust_sec .glbTrust_container.container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 56px;
  padding-right: 56px;
}

.glbTrust_row {
  align-items: center;
  /* margin-left: -15px;
  margin-right: -15px; */
  display: flex;
  flex-direction: column;
}

.glbTrust_left {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  margin: auto;
}
.glbTrust_left .glbTrust_sub{
  margin-bottom: 30px;
  margin-top: 0;
}
.glbTrust_right {
  padding-left: 15px;
  padding-right: 15px;
}

.glbTrust_heading {
  margin: 0 0 16px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #091e42;
  text-align: left;
}

.glbTrust_heading_line {
  display: inline-block;
}

.glbTrust_sub {
  max-width: 547px;
  margin: 20px auto 48px;
  /* font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.01em; */
  color: #253858;
  text-align: center;
}

.glbTrust_stats {
  max-width: 607px;
}

.glbTrust_stat_row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-bottom: 24px;
  align-items: flex-start;
}

.glbTrust_stat_row:last-child {
  margin-bottom: 0;
}

.glbTrust_stat_item {
  display: flex;
  align-items: flex-start;
  gap: 6px;
}

.glbTrust_stat_icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: #2f39bf;
  line-height: 0;
}

.glbTrust_stat_icon svg {
  width: 12px;
  height: 20px;
  display: block;
  fill: #2f39bf;
}

.glbTrust_stat_txt {
  margin: 0;
  /* font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.01em; */
  color: #253858;
}

.glbTrust_stat_txt .p2-semibold {
  font-weight: 600;
}

.glbTrust_badges {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  /* max-width: 518px; */
  margin-left: auto;
}

.glbTrust_badge_card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.05);
  min-height: 142px;
  overflow: hidden;
  min-width: 0; /* allow grid item to shrink and fill column on responsive */
  }

.glbTrust_badge_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 142px;
  padding: 24px;
  box-sizing: border-box;
  min-width: 0;
}

.glbTrust_badge_img {
  max-width: 100%;
  max-height: 98px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.glbTrust_badge_placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #091e42;
  text-align: center;
}

.glbTrust_badge_placeholder span:last-child {
  font-size: 12px;
  font-weight: 400;
  color: #253858;
}

/* Trusted section: tablet */
@media (max-width: 991px) {
  .glbTrust_sec {
    padding: 56px 0 64px;
  }

  .glbTrust_sec .glbTrust_container.container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .glbTrust_heading {
    font-size: 32px;
  }

  .glbTrust_sub {
    margin-bottom: 32px;
  }

  .glbTrust_stats {
    gap: 20px 32px;
  }

  .glbTrust_badges {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 40px;
  }
  .glbTrust_right {
    width: 100%;
  }
  .glbTrust_row{
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Trusted section: mobile */
@media (max-width: 767px) {
  .glbTrust_sec {
    padding: 40px 0 56px;
  }

  .glbTrust_sec .glbTrust_container.container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .glbTrust_heading {
    font-size: 28px;
    margin-bottom: 12px;
  }

  .glbTrust_sub {
    margin-bottom: 24px;
  }

  .glbTrust_stats {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .glbTrust_badges {
    width: 100%;
    max-width: 100%;
    grid-template-columns: 1fr 1fr;
    margin-top: 32px;
    gap: 16px;
  }

  .glbTrust_right {
    width: 100%;
  }

  .glbTrust_badge_card {
    min-height: 120px;
    width: 100%;
  }

  .glbTrust_badge_inner {
    min-height: 120px;
  }
  .glbTrust_stat_row{
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 480px) {
  .glbTrust_heading {
    font-size: 24px;
  }
}

/* ==========================================================================
   Powering Innovation Across Industries (Figma node 7958:22004)
   Personas section: silver bg, centered heading + sub, 2x3 card grid
   ========================================================================== */

.glbPersonas_sec {
  padding: 80px 0 80px;
  background: #fcfcfc;
}

.glbPersonas_sec .glbPersonas_container.container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 56px;
  padding-right: 56px;
}

.glbPersonas_ttlBox {
  margin-bottom: 56px;
  text-align: center;
}

.glbPersonas_heading {
  margin: 0 0 16px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  text-align: center;
}

.glbPersonas_heading_line {
  display: inline-block;
}

.glbPersonas_sub {
  max-width: 547px;
  margin: 0 auto;
  margin-top: 16px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -0.01em;
}

.glbPersonas_row {
  margin-left: -12px;
  margin-right: -12px;
}

.glbPersonas_col {
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 24px;
}

.glbPersonas_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 193px;
  padding: 32px 24px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.05);
  height: 100%;
  min-width: 0;
}

.glbPersonas_card_icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  margin-bottom: 20px;
  color: #8a48f7;
  line-height: 0;
}

.glbPersonas_card_icon svg {
  width: 56px;
  height: 56px;
  display: block;
}

.glbPersonas_card_ttl {
  margin: 0;
  text-align: center;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

/* Personas: tablet */
@media (max-width: 991px) {
  .glbPersonas_sec {
    padding: 56px 0 64px;
  }

  .glbPersonas_sec .glbPersonas_container.container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .glbPersonas_ttlBox {
    margin-bottom: 40px;
  }

  .glbPersonas_col {
    margin-bottom: 20px;
  }
}

/* Personas: mobile */
@media (max-width: 767px) {
  .glbPersonas_sec {
    padding: 40px 0 56px;
  }

  .glbPersonas_sec .glbPersonas_container.container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .glbPersonas_ttlBox {
    margin-bottom: 32px;
  }

  .glbPersonas_row {
    margin-left: 0;
    margin-right: 0;
  }

  .glbPersonas_col {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 16px;
  }

  .glbPersonas_card {
    min-height: 160px;
    padding: 28px 20px;
  }

  .glbPersonas_card_icon,
  .glbPersonas_card_icon svg {
    width: 48px;
    height: 48px;
  }

  .glbPersonas_card_icon {
    margin-bottom: 16px;
  }
}

@media (max-width: 480px) {
  .glbPersonas_sec {
    padding: 32px 0 48px;
  }

  .glbPersonas_card {
    min-height: 140px;
    padding: 24px 16px;
  }
}

/* ==========================================================================
   Hero stats below banner title (Figma node 7958:20675)
   150+ Data Centers | 5 Cloud Providers | 50+ Countries – white on dark
   Typography: h2, p2-regular from text.css; color overridden for dark block
   ========================================================================== */

.dcHero_stats {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 12px;
  padding: 24px 0;
  /* background: #1a2346;
  border-radius: 12px; */
  max-width: 100%;
}
.dcHero_stat_item h2{
  color:#fff;
}
.dcHero_stat_item {
  /* flex: 1; */
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* padding: 0 0 24px; */
  text-align: center;
}

.dcHero_stat_num {
  margin: 0 0 8px;
  color: #ffffff !important;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.dcHero_stat_label {
  margin: 0;
  color: #ffffff !important;
  line-height: 1.5;
  letter-spacing: -0.01em;
}

.dcHero_stat_divider {
  width: 1px;
  min-width: 1px;
  background: rgba(255, 255, 255, 0.25);
  align-self: stretch;
  margin: 0 40px;
}
.glbCtaScale_btns .p3-semibold:nth-child(2){
  color: #FFF;
}
.glbCtaScale_btns .p3-semibold:nth-child(2):hover{
  color: #333;
}
.glbCtaScale_btns .p3-semibold{
  margin-bottom: 0;
}
/* Hero stats: tablet – keep row, reduce padding */
@media (max-width: 991px) {
  .dcHero_stats {
    margin-top: 12px;
    padding: 20px 0;
  }

  .dcHero_stat_item {
    padding: 0 16px;
  }
}

/* Hero stats: mobile – stack, hide dividers */
@media (max-width: 767px) {
  .dcHero_stats {
    /* flex-direction: column; */
    justify-content: center;
    margin-top: 12px;
    padding: 20px 16px;
    gap: 16px;
  }

  .dcHero_stat_divider {
    /* display: none; */
    margin: 0 0;
  }

  .dcHero_stat_item {
    padding: 0;
  }

  .dcHero_stat_num {
    margin-bottom: 4px;
  }
}

@media (max-width: 480px) {
  .dcHero_stats {
    margin-top: 12px;
    padding: 16px 12px;
    gap: 12px;
  }
}

/* ==========================================================================
   Ready to Scale Your Infrastructure CTA (Figma node 7958:22042)
   Typography: h2, p1-regular from text.css; buttons: whiteBtn, whiteBtn_outline
   ========================================================================== */

.glbCtaScale_sec {
  padding: 86px 0 93px;
  background: url(https://www.cloudways.com/wp-content/uploads/2024/04/cta_Gradient_Splash.svg)
    no-repeat #0e0538;
  background-size: cover;
  background-position: center;
}

.glbCtaScale_container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 56px;
  padding-right: 56px;
}

.glbCtaScale_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 28px;
  max-width: 816px;
  margin: 0 auto;
}

.glbCtaScale_heading {
  margin: 0;
  color: #ffffff !important;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.glbCtaScale_sub {
  margin: 0;
  color: #f4f5f7 !important;
  line-height: 1.5;
  letter-spacing: -0.01em;
}

.glbCtaScale_btns {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  align-items: center;
}

/* CTA Scale: tablet */
@media (max-width: 991px) {
  .glbCtaScale_sec {
    padding: 64px 0 72px;
  }

  .glbCtaScale_container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .glbCtaScale_inner {
    gap: 24px;
  }
}

/* CTA Scale: mobile */
@media (max-width: 767px) {
  .glbCtaScale_sec {
    padding: 48px 0 56px;
  }

  .glbCtaScale_container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .glbCtaScale_inner {
    gap: 20px;
  }

  .glbCtaScale_btns {
    flex-direction: column;
    width: 100%;
    gap: 12px;
  }

  .glbCtaScale_btns .btn {
    width: 100%;
    max-width: 320px;
  }
}

@media (max-width: 480px) {
  .glbCtaScale_sec {
    padding: 40px 0 48px;
  }
}

/* Consultation section (below Ready to scale) – from cw_pricing_uplift.css */
.consultation_sec {
  padding: 132px 0px;
}

.consultation_sec.bg_gray {
  background: #f4f5f7;
}

.consultationWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0px;
}

.consultation_content {
  width: 40%;
}

.consultation_image {
  width: 60%;
  padding-left: 50px;
}

.consultation_image img {
  max-width: 100%;
  height: auto;
  display: block;
}

.consultation_content h2 {
  color: #091e42;
  /* font-size: 40px;
  font-style: normal;
  font-weight: 600; */
  letter-spacing: -1.2px;
  margin-bottom: 16px;
  line-height: 120%;
}

.consultation_content p {
  color: #5e6c84;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.16px;
  margin-bottom: 32px;
  line-height: 150%;
}

.consultation_content a {
  display: inline-block;
  margin-right: 10px;
  font-weight: 600;
}

.consultation_content a.btn.primaryBtn_outline.large.primaryBtn.ftWeight {
  font-size: 16px;
}

@media (max-width: 992px) {
  .consultation_sec {
    padding: 60px 0 !important;
  }
  .consultationWrapper {
    flex-wrap: wrap;
  }
  .consultation_content {
    width: 100%;
    text-align: center;
    padding: 0 0 20px;
  }
  .consultation_image {
    width: 100%;
    padding: 0;
  }
  .consultation_content h2 {
    /* font-size: 32px; */
    /* letter-spacing: -1px; */
    margin: 0 0 20px;
    /* line-height: 120%; */
  }
  .consultation_content p {
    font-size: 16px;
    line-height: 150%;
  }
  .consultation_content a,
  .consultation_content a.btn.primaryBtn_outline.large.primaryBtn.ftWeight {
    font-size: 13px;
  }
  .consultation_content a.btn.primaryBtn_outline.large.primaryBtn.ftWeight {
    margin-right: 0;
  }
}

@media (max-width: 480px) {
  .consultation_sec .consultation_content a {
    width: 100%;
  }
  .consultation_sec .consultation_content .primaryBtn {
    margin-bottom: 8px;
  }
}
