/* Extracted from shared-hosting.php style block 1 */
/* Disable backdrop-filter on mobile (GPU intensive) */
@media(hover:none),(max-width:767px){
  .trust-logos-wrapper{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
  .tech-stack{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
  .supporttextholder{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
  .uh-offshore-cta [style*="backdrop-filter"]{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
  /* Disable pulse animations on mobile */
  .icon-pulse{animation:none!important}
  /* Replace background-attachment:fixed (not supported on iOS, causes repaints) */
  .features,.subpagebanner{background-attachment:scroll!important}
  /* Disable WOW fadeIn on mobile — let content show immediately */
  .wow{visibility:visible!important;animation:none!important;opacity:1!important;transform:none!important}
  /* Disable typewriter cursor blink on mobile */
  #cursor{display:none!important}
  /* Performance card hover is CSS-only on desktop, JS handles it — disable JS hover on mobile */
}
/* Performance card hover via CSS instead of JS (avoids inline style repaints) */
@media(hover:hover){
  .performance-card:hover{
    transform:translateY(-5px)!important;
    box-shadow:0 8px 25px rgba(23,110,165,0.15)!important;
    border-color:#176ea5!important;
  }
}
.uh-offshore-cta{
  position:relative;
  overflow:hidden;
  padding:88px 0;
  background:linear-gradient(135deg,#0A1220 0%,#0D1B30 42%,#0F2040 72%,#071428 100%)!important;
  color:#fff;
}
.uh-offshore-cta:before{
  content:"";
  position:absolute;
  top:-180px;
  right:-140px;
  width:520px;
  height:520px;
  border-radius:50%;
  background:
    radial-gradient(circle at 50% 50%,rgba(0,212,255,.16) 0,rgba(0,145,214,.08) 34%,transparent 68%);
  border:1px solid rgba(0,212,255,.14);
  box-shadow:inset 0 0 0 44px rgba(255,255,255,.018),inset 0 0 0 92px rgba(0,212,255,.035);
  opacity:.9;
  pointer-events:none;
}
.uh-offshore-cta:after{
  content:"";
  position:absolute;
  left:-170px;
  bottom:-220px;
  width:620px;
  height:620px;
  border-radius:50%;
  background:radial-gradient(circle at 50% 50%,rgba(0,145,214,.13) 0,rgba(0,212,255,.055) 42%,transparent 70%);
  border:1px solid rgba(255,255,255,.07);
  box-shadow:inset 0 0 0 72px rgba(255,255,255,.016),inset 0 0 0 132px rgba(0,145,214,.035);
  opacity:.78;
  pointer-events:none;
}
.uh-offshore-cta__wrap{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);
  gap:34px;
  align-items:center;
}
.uh-offshore-cta__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding:8px 16px;
  background:rgba(0,212,255,.10);
  border:1px solid rgba(0,212,255,.24);
  border-radius:999px;
  color:#A7F3FF;
  font-size:12px;
  font-weight:900;
  letter-spacing:1.4px;
  text-transform:uppercase;
  margin-bottom:18px;
}
.uh-offshore-cta__eyebrow i{
  margin-right:0;
}
.uh-offshore-cta__title{
  margin:0 0 18px;
  color:#fff;
  font-size:48px;
  line-height:1.18;
  font-weight:800;
  letter-spacing:0;
  text-shadow:0 5px 15px rgba(0,0,0,.2);
}
.uh-offshore-cta__title span{
  color:#fff;
}
.uh-offshore-cta__copy{
  max-width:690px;
  margin:0 0 26px;
  color:rgba(255,255,255,.9);
  font-size:19px;
  line-height:1.65;
}
.uh-offshore-cta__actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  align-items:center;
}
.uh-offshore-cta__button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:52px;
  padding:14px 24px;
  background:linear-gradient(90deg,#00D4FF,#0091D6);
  color:#06111f!important;
  border-radius:999px;
  font-size:15px;
  font-weight:900;
  text-decoration:none!important;
  box-shadow:0 6px 22px rgba(0,145,214,.52);
  transition:transform .2s ease,box-shadow .2s ease;
}
.uh-offshore-cta__button:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 28px rgba(0,145,214,.6);
}
.uh-offshore-cta__note{
  color:rgba(255,255,255,.7);
  font-size:14px;
  font-weight:500;
}
.uh-offshore-cta__panel{
  border:1px solid rgba(0,212,255,.18);
  border-radius:18px;
  background:rgba(255,255,255,.045);
  box-shadow:0 24px 70px rgba(0,0,0,.22);
  padding:24px;
}
.uh-offshore-cta__list{
  display:grid;
  gap:14px;
  margin:0;
  padding:0;
  list-style:none;
}
.uh-offshore-cta__list li{
  display:flex;
  gap:12px;
  align-items:flex-start;
  color:rgba(232,240,251,.82);
  font-size:14px;
  line-height:1.5;
}
.uh-offshore-cta__list i{
  width:28px;
  height:28px;
  flex:0 0 28px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:8px;
  background:rgba(52,211,153,.12);
  color:#34D399;
}
.uh-offshore-cta__stack{
  margin-top:18px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.08);
  color:rgba(232,240,251,.58);
  font-size:13px;
  line-height:1.6;
}
@media(max-width:991px){
  .uh-offshore-cta__wrap{grid-template-columns:1fr;}
}
@media(max-width:767px){
  .uh-offshore-cta{padding:64px 0;}
  .uh-offshore-cta__title{font-size:30px;}
  .uh-offshore-cta__copy{font-size:15px;}
  .uh-offshore-cta__actions{align-items:stretch;}
  .uh-offshore-cta__button{width:100%;}
  .uh-offshore-cta:before{
    width:360px;
    height:360px;
    top:-150px;
    right:-180px;
  }
  .uh-offshore-cta:after{
    width:420px;
    height:420px;
    left:-220px;
    bottom:-220px;
  }
}

