/* RENT CLOUD HERO */



.rent-cloud-container {
  width: min(100% - 28px, 1640px);
  margin: 0 auto;
}

.rent-cloud-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1fr);
  align-items: center;
  gap: clamp(32px, 5vw, 76px);
  min-height: clamp(650px, 73vh, 820px);
      padding: clamp(26px, 2vw, 72px);
  border-radius: clamp(30px, 3vw, 52px);
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 82% 18%, rgba(65, 190, 222, .26), transparent 34%),
    radial-gradient(circle at 80% 86%, rgba(65, 190, 222, .18), transparent 30%),
    linear-gradient(135deg, #1d3338 0%, #171c1f 48%, #071419 100%);
}

.rent-cloud-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(90deg, rgba(0,0,0,.9), rgba(0,0,0,.35));
  pointer-events: none;
}

.rent-cloud-card::after {
  content: "";
  position: absolute;
  right: 8%;
  bottom: -20%;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: rgba(65, 190, 222, .18);
  filter: blur(85px);
  pointer-events: none;
}

.rent-cloud-svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.rent-cloud-content,
.rent-cloud-visual {
  position: relative;
  z-index: 2;
}

/* Content */

.rent-cloud-badge {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-height: 43px;
  padding: 8px 18px 8px 13px;
  margin-bottom: 30px;
  border-radius: 999px;
  color: rgba(255,255,255,.84);
  font-size: clamp(14px, 1vw, 17px);
  font-weight: 600;
  letter-spacing: -.02em;
  background: rgba(65, 190, 222, .14);
  border: 1px solid rgba(65, 190, 222, .36);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.04);
  backdrop-filter: blur(14px);
}

.rent-cloud-badge-dot {
  width: 17px;
  height: 17px;
  display: inline-block;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #42c2df;
  box-shadow:
    0 0 0 5px rgba(65, 190, 222, .18),
    0 0 24px rgba(65, 190, 222, .75);
}

.rent-cloud-title {
  max-width: 760px;
  margin: 0;
  color: #fff;
      font-size: clamp(45px, 4vw, 88px);
  font-weight: 700;
  line-height: .96;
  letter-spacing: -.065em;
}

.rent-cloud-title span {
  display: block;
  color: #42c2df;
}

.rent-cloud-text {
  max-width: 760px;
  margin: 34px 0 0;
  color: rgba(255,255,255,.76);
  font-size: clamp(19px, 1.55vw, 29px);
  line-height: 1.12;
  font-weight: 400;
  letter-spacing: -.035em;
}

.rent-cloud-points {
  display: grid;
  gap: 12px;
  max-width: 760px;
  margin-top: 28px;
}

.rent-cloud-point {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: rgba(255,255,255,.82);
  font-size: clamp(15px, 1vw, 17px);
  line-height: 1.45;
  font-weight: 600;
}

.rent-cloud-point svg {
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
  margin-top: 1px;
  color: #42c2df;
}

/* Locations */

.rent-cloud-locations {
  max-width: 760px;
  margin-top: 30px;
  padding: 18px;
  border-radius: 24px;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.1);
  backdrop-filter: blur(16px);
}

.rent-cloud-location-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 13px;
  color: rgba(255,255,255,.86);
  font-size: 15px;
  font-weight: 800;
}

.rent-cloud-location-title svg {
  width: 19px;
  height: 19px;
  color: #42c2df;
}

.rent-cloud-location-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.rent-cloud-location-list span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 13px;
  border-radius: 999px;
  color: rgba(255,255,255,.84);
  font-size: 14px;
  font-weight: 750;
  background: rgba(0,0,0,.22);
  border: 1px solid rgba(255,255,255,.09);
}

/* Buttons */

.rent-cloud-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px;
}

.rent-cloud-btn {
      min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 32px;
  border-radius: 15px;
  text-decoration: none;
  font-size: clamp(17px, 1vw, 22px);
font-weight: 650;
  letter-spacing: -.025em;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease;
}

.rent-cloud-btn:hover {
  transform: translateY(-2px);
}

.rent-cloud-btn-primary {
  color: #fff;
  background: #42c2df;
  box-shadow: 0 18px 42px rgba(65, 190, 222, .28);
}

.rent-cloud-btn-primary:hover {
  background: #35b5d3;
  box-shadow: 0 22px 54px rgba(65, 190, 222, .36);
}

.rent-cloud-btn-outline {
  color: #42c2df;
  background: rgba(65, 190, 222, .035);
  border: 1px solid rgba(65, 190, 222, .52);
}

.rent-cloud-btn-outline:hover {
  background: rgba(65, 190, 222, .12);
}

/* Visual */

.rent-cloud-visual {
  min-height: 560px;
}

.rent-cloud-desktop {
  position: absolute;
  right: -8px;
  top: 48px;
  width: min(92%, 790px);
  transform: rotate(-5deg);
  filter: drop-shadow(0 38px 55px rgba(0,0,0,.42));
}

.rent-cloud-browser {
  overflow: hidden;
  border-radius: 22px;
  background: #f7f8fa;
  border: 1px solid rgba(255,255,255,.55);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.05);
}

.rent-cloud-browser-top {
  height: 54px;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 0 24px;
  background: rgba(255,255,255,.95);
  border-bottom: 1px solid #e9edf2;
}

.rent-cloud-dots {
  display: flex;
  gap: 8px;
}

.rent-cloud-dots i {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.rent-cloud-dots i:nth-child(1) { background: #ff5d58; }
.rent-cloud-dots i:nth-child(2) { background: #ffbd2e; }
.rent-cloud-dots i:nth-child(3) { background: #28c840; }

.rent-cloud-search {
  flex: 1;
  height: 18px;
  border-radius: 999px;
  background: #edf1f5;
}

.rent-cloud-shop-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 28px;
  background: #fff;
}

.rent-cloud-logo {
  color: #1467d8;
  font-size: 19px;
  font-weight: 850;
}

.rent-cloud-menu {
  display: flex;
  gap: 14px;
}

.rent-cloud-menu span {
  width: 62px;
  height: 8px;
  border-radius: 999px;
  background: #e7ebf0;
}

.rent-cloud-banner {
  display: flex;
  align-items: center;
  min-height: 172px;
  margin: 0 28px;
  padding: 32px;
  border-radius: 18px;
  color: #fff;
  background:
    radial-gradient(circle at 80% 40%, rgba(60,194,224,.56), transparent 31%),
    linear-gradient(135deg, #06132d, #0646c6 60%, #081321);
}

.rent-cloud-banner small {
  display: block;
  margin-bottom: 8px;
  color: rgba(255,255,255,.72);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.rent-cloud-banner b {
  display: block;
  max-width: 390px;
  font-size: 36px;
  line-height: 1.05;
  letter-spacing: -.04em;
}

.rent-cloud-products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  padding: 24px 28px 32px;
}

.rent-cloud-product {
  min-height: 145px;
  padding: 13px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(13,31,45,.08);
}

.rent-cloud-product i {
  display: block;
  height: 84px;
  margin-bottom: 12px;
  border-radius: 13px;
  background:
    radial-gradient(circle at 50% 45%, #42c2df, transparent 28%),
    linear-gradient(135deg, #eef3f7, #dce5ed);
}

.rent-cloud-product:nth-child(2) i {
  background:
    radial-gradient(circle at 50% 45%, #ff7fab, transparent 28%),
    linear-gradient(135deg, #eef3f7, #dce5ed);
}

.rent-cloud-product:nth-child(3) i {
  background:
    radial-gradient(circle at 50% 45%, #73e08b, transparent 28%),
    linear-gradient(135deg, #eef3f7, #dce5ed);
}

.rent-cloud-product:nth-child(4) i {
  background:
    radial-gradient(circle at 50% 45%, #376bff, transparent 28%),
    linear-gradient(135deg, #eef3f7, #dce5ed);
}

.rent-cloud-product strong {
  display: block;
  color: #10171a;
  font-size: 15px;
}

/* Phone */

.rent-cloud-phone {
  position: absolute;
  left: 16px;
  bottom: 28px;
  width: 226px;
  height: 442px;
  padding: 11px;
  border-radius: 36px;
  background: #111;
  transform: rotate(7deg);
  box-shadow: 0 28px 48px rgba(0,0,0,.36);
  z-index: 4;
}

.rent-cloud-phone-inner {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 27px;
  background: #f7f9fb;
}

.rent-cloud-phone-top {
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rent-cloud-phone-top span {
  width: 64px;
  height: 7px;
  border-radius: 999px;
  background: #101010;
  opacity: .86;
}

.rent-cloud-phone-logo {
  margin: 6px 13px 12px;
  color: #1467d8;
  font-size: 18px;
  font-weight: 900;
}

.rent-cloud-phone-banner {
  margin: 0 13px 13px;
  min-height: 102px;
  padding: 16px;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, #07142c, #0d5ed8);
}

.rent-cloud-phone-banner b {
  display: block;
  font-size: 24px;
  line-height: 1;
}

.rent-cloud-phone-banner small {
  display: block;
  margin-top: 7px;
  color: rgba(255,255,255,.76);
  font-size: 12px;
}

.rent-cloud-phone-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  padding: 0 13px;
}

.rent-cloud-phone-grid i {
  height: 82px;
  border-radius: 13px;
  background:
    radial-gradient(circle at 50% 45%, #42c2df, transparent 30%),
    #fff;
  box-shadow: 0 7px 18px rgba(13,31,45,.08);
}

.rent-cloud-phone-grid i:nth-child(2) {
  background:
    radial-gradient(circle at 50% 45%, #ff7fab, transparent 30%),
    #fff;
}

.rent-cloud-phone-grid i:nth-child(3) {
  background:
    radial-gradient(circle at 50% 45%, #73e08b, transparent 30%),
    #fff;
}

.rent-cloud-phone-grid i:nth-child(4) {
  background:
    radial-gradient(circle at 50% 45%, #376bff, transparent 30%),
    #fff;
}

.rent-cloud-phone-nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 44px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #fff;
  border-top: 1px solid #edf1f5;
}

.rent-cloud-phone-nav span {
  width: 20px;
  height: 5px;
  border-radius: 999px;
  background: #ccd6df;
}

/* Floating cards */

.rent-cloud-float {
  position: absolute;
  z-index: 5;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.68));
  color: #071014;
  box-shadow: 0 24px 44px rgba(0,0,0,.22);
  backdrop-filter: blur(14px);
}

.rent-cloud-float strong {
  display: block;
  font-weight: 700;
  letter-spacing: -.04em;
}

.rent-cloud-float span {
  display: block;
  color: rgba(7,16,20,.78);
  font-weight: 650;
}

.rent-cloud-float-top {
  top: 36px;
  left: 160px;
  padding: 18px 24px;
}

.rent-cloud-float-top strong {
  font-size: 30px;
  line-height: 1;
}

.rent-cloud-float-top span {
  margin-top: 6px;
  font-size: 17px;
}

.rent-cloud-float-bottom {
  right: 74px;
  bottom: 92px;
  padding: 19px 25px;
}

.rent-cloud-float-bottom strong {
  font-size: 29px;
}

.rent-cloud-float-bottom span {
  font-size: 16px;
}

.rent-cloud-float-cloud {
  right: 36px;
  top: 292px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  color: #fff;
  background: rgba(65, 190, 222, .18);
  border: 1px solid rgba(65, 190, 222, .32);
}

.rent-cloud-float-cloud svg {
  width: 24px;
  height: 24px;
  color: #42c2df;
}

.rent-cloud-float-cloud span {
  color: rgba(255,255,255,.84);
  font-size: 14px;
}

/* Responsive */

@media (max-width: 1280px) {
  .rent-cloud-card {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .rent-cloud-visual {
    min-height: 570px;
  }

  .rent-cloud-desktop {
    right: 0;
    width: 78%;
  }

  .rent-cloud-phone {
    left: 5%;
  }

  .rent-cloud-float-top {
    left: 34%;
  }
}

@media (max-width: 860px) {
  .rent-cloud-container {
    width: min(100% - 18px, 1640px);
  }

  .rent-cloud-card {
    padding: 32px 20px 26px;
    border-radius: 32px;
  }

  .rent-cloud-title {
    font-size: clamp(42px, 12vw, 62px);
  }

  .rent-cloud-text {
    margin-top: 24px;
    font-size: 19px;
  }

  .rent-cloud-actions {
    gap: 12px;
  }

  .rent-cloud-btn {
    width: 100%;
    min-height: 62px;
  }

  .rent-cloud-visual {
    min-height: 470px;
  }

  .rent-cloud-desktop {
    top: 72px;
    right: -70px;
    width: 118%;
  }

  .rent-cloud-phone {
    width: 166px;
    height: 328px;
    left: 2px;
    bottom: 18px;
    border-radius: 28px;
  }

  .rent-cloud-phone-inner {
    border-radius: 21px;
  }

  .rent-cloud-phone-banner {
    min-height: 72px;
    padding: 12px;
  }

  .rent-cloud-phone-banner b {
    font-size: 19px;
  }

  .rent-cloud-phone-grid i {
    height: 54px;
  }

  .rent-cloud-products {
    grid-template-columns: repeat(2, 1fr);
  }

  .rent-cloud-product:nth-child(3),
  .rent-cloud-product:nth-child(4) {
    display: none;
  }

  .rent-cloud-float-top {
    left: auto;
    right: 10px;
    top: 12px;
    padding: 14px 18px;
  }

  .rent-cloud-float-top strong {
    font-size: 23px;
  }

  .rent-cloud-float-top span {
    font-size: 14px;
  }

  .rent-cloud-float-bottom {
    right: 12px;
    bottom: 34px;
    padding: 14px 18px;
  }

  .rent-cloud-float-bottom strong {
    font-size: 23px;
  }

  .rent-cloud-float-cloud {
    display: none;
  }
}

@media (max-width: 520px) {
  .rent-cloud-badge {
    font-size: 13px;
    line-height: 1.25;
  }

  .rent-cloud-location-list span {
    font-size: 13px;
  }

  .rent-cloud-visual {
    min-height: 410px;
  }

  .rent-cloud-desktop {
    width: 128%;
    right: -118px;
    top: 88px;
  }

  .rent-cloud-banner {
    min-height: 125px;
  }

  .rent-cloud-banner b {
    font-size: 27px;
  }

  .rent-cloud-menu span {
    width: 38px;
  }
}
/* NEW RIGHT VISUAL — CLOUD LAUNCH SCENE */

.rent-launch-visual {
  position: relative;
  min-height: 620px;
}

.rent-launch-scene {
  position: relative;
  width: min(100%, 760px);
  height: 620px;
  margin-left: auto;
  border-radius: 42px;
  overflow: hidden;
  isolation: isolate;
}

.rent-launch-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: .7;
  mask-image: radial-gradient(circle at 50% 50%, #000 0%, transparent 72%);
}

.rent-launch-glow {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(66, 194, 223, .36), transparent 62%);
  transform: translate(-50%, -50%);
  filter: blur(12px);
  animation: rentLaunchGlow 4s ease-in-out infinite;
}

/* Orbit locations */

.rent-launch-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 510px;
  height: 510px;
  border-radius: 50%;
  border: 1px solid rgba(66, 194, 223, .18);
  transform: translate(-50%, -50%);
}

.rent-launch-orbit::before,
.rent-launch-orbit::after {
  content: "";
  position: absolute;
  inset: 54px;
  border-radius: 50%;
  border: 1px dashed rgba(255,255,255,.12);
}

.rent-launch-orbit::after {
  inset: 112px;
  border-style: solid;
  border-color: rgba(66, 194, 223, .14);
}

.rent-launch-location {
  position: absolute;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 8px 13px;
  border-radius: 999px;
  color: rgba(255,255,255,.9);
  font-size: 13px;
  font-weight: 850;
  background: rgba(7, 16, 20, .62);
  border: 1px solid rgba(66, 194, 223, .28);
  box-shadow: 0 16px 36px rgba(0,0,0,.24);
  backdrop-filter: blur(14px);
  animation: rentLaunchFloat 4.5s ease-in-out infinite;
}

.rent-launch-location i {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #42c2df;
  box-shadow: 0 0 0 5px rgba(66, 194, 223, .16), 0 0 22px rgba(66, 194, 223, .9);
}

.rent-launch-location-ru {
  left: 42%;
  top: 2%;
  animation-delay: 0s;
}

.rent-launch-location-de {
  right: 2%;
  top: 28%;
  animation-delay: .4s;
}

.rent-launch-location-nl {
  right: 10%;
  bottom: 16%;
  animation-delay: .8s;
}

.rent-launch-location-us {
  left: 4%;
  bottom: 20%;
  animation-delay: 1.2s;
}

.rent-launch-location-by {
  left: 2%;
  top: 25%;
  animation-delay: 1.6s;
}

/* Main card */

.rent-launch-main {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 50%;
  width: 360px;
  min-height: 430px;
  padding: 22px;
  border-radius: 34px;
  transform: translate(-50%, -50%);
  background:
    linear-gradient(145deg, rgba(255,255,255,.18), rgba(255,255,255,.07));
  border: 1px solid rgba(255,255,255,.18);
  box-shadow:
    0 34px 75px rgba(0,0,0,.38),
    inset 0 1px 0 rgba(255,255,255,.12);
  backdrop-filter: blur(22px);
}

.rent-launch-main::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 33px;
  background: linear-gradient(180deg, rgba(255,255,255,.08), transparent 40%);
  pointer-events: none;
}

.rent-launch-main-top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.rent-launch-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 7px 11px;
  border-radius: 999px;
  color: rgba(255,255,255,.82);
  font-size: 12px;
  font-weight: 800;
  background: rgba(0,0,0,.22);
  border: 1px solid rgba(255,255,255,.08);
}

.rent-launch-status span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #73e08b;
  box-shadow: 0 0 18px rgba(115,224,139,.85);
}

.rent-launch-time {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  border-radius: 20px;
  color: #071014;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -.04em;
  background: #fff;
  box-shadow: 0 16px 32px rgba(0,0,0,.22);
}

/* Cloud + rocket */

.rent-launch-cloud-wrap {
  position: relative;
  z-index: 2;
  height: 210px;
  display: grid;
  place-items: center;
}

.rent-launch-pulse {
  position: absolute;
  width: 168px;
  height: 168px;
  border-radius: 50%;
  border: 1px solid rgba(66, 194, 223, .28);
  animation: rentLaunchPulse 2.8s ease-out infinite;
}

.rent-launch-pulse-two {
  animation-delay: 1.4s;
}

.rent-launch-cloud {
  position: relative;
  z-index: 3;
  width: 136px;
  height: 136px;
  display: grid;
  place-items: center;
  border-radius: 42px;
  color: #fff;
  background:
    radial-gradient(circle at 32% 22%, rgba(255,255,255,.28), transparent 28%),
    linear-gradient(145deg, #42c2df, #138fb0);
  box-shadow:
    0 28px 60px rgba(66, 194, 223, .32),
    inset 0 1px 0 rgba(255,255,255,.25);
  animation: rentLaunchCloud 4s ease-in-out infinite;
}

.rent-launch-cloud svg {
  width: 72px;
  height: 72px;
}


/* Progress */

.rent-launch-progress {
  position: relative;
  z-index: 2;
  padding: 16px;
  border-radius: 22px;
  background: rgba(0,0,0,.22);
  border: 1px solid rgba(255,255,255,.08);
}

.rent-launch-progress-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 13px;
  gap: 14px;
}

.rent-launch-progress-head span {
  color: rgba(255,255,255,.86);
  font-size: 14px;
  font-weight: 850;
}

.rent-launch-progress-head strong {
  color: #42c2df;
  font-size: 13px;
  font-weight: 900;
}

.rent-launch-progress-line {
  position: relative;
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
}

.rent-launch-progress-line i {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 72%;
  border-radius: inherit;
  background: linear-gradient(90deg, #42c2df, #73e08b);
  box-shadow: 0 0 22px rgba(66, 194, 223, .58);
  animation: rentLaunchProgress 3.6s ease-in-out infinite;
}

/* Steps */

.rent-launch-steps {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.rent-launch-step {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 42px;
  padding: 9px 11px;
  border-radius: 16px;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.07);
}

.rent-launch-step b {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  flex: 0 0 auto;
  border-radius: 9px;
  color: rgba(255,255,255,.58);
  font-size: 11px;
  font-weight: 700;
  background: rgba(255,255,255,.08);
}

.rent-launch-step span {
  color: rgba(255,255,255,.68);
  font-size: 13px;
  font-weight: 750;
}

.rent-launch-step.is-active b {
  color: #071014;
  background: #42c2df;
}

.rent-launch-step.is-active span {
  color: rgba(255,255,255,.9);
}



/* Floating benefit cards */

.rent-launch-float {
  position: absolute;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 20px;
  color: #071014;
  box-shadow: 0 24px 46px rgba(0,0,0,.26);
  background: rgba(255, 255, 255, .15);
    border: 1px solid rgba(255, 255, 255, .2);
    backdrop-filter: blur(14px);
  animation: rentLaunchFloat 4s ease-in-out infinite;
}

.rent-launch-float-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 15px;
  color: #fff;
  background: #42c2df;
}

.rent-launch-float-icon svg {
  width: 22px;
  height: 22px;
}

.rent-launch-float strong {
  display: block;
  color: white;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -.025em;
}

.rent-launch-float span {
  display: block;
      color: rgb(255 255 255);
    font-size: 13px;
    font-weight: 550;
}

.rent-launch-float-left {
  left: 12px;
  top: 86px;
}

.rent-launch-float-right {
  right: 12px;
  top: 140px;
  animation-delay: .7s;
}

.rent-launch-float-bottom {
  right: 48px;
  bottom: 58px;
  animation-delay: 1.3s;
}

/* Decorative streams */

.rent-launch-stream {
  position: absolute;
  z-index: 1;
  height: 2px;
  width: 190px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(66,194,223,.75), transparent);
  opacity: .75;
  animation: rentLaunchStream 2.4s linear infinite;
}

.rent-launch-stream-one {
  left: 20px;
  top: 210px;
  transform: rotate(18deg);
}

.rent-launch-stream-two {
  right: 12px;
  top: 330px;
  transform: rotate(-22deg);
  animation-delay: .8s;
}

.rent-launch-stream-three {
  left: 150px;
  bottom: 110px;
  transform: rotate(-12deg);
  animation-delay: 1.4s;
}

/* Animations */

@keyframes rentLaunchGlow {
  0%, 100% {
    opacity: .75;
    transform: translate(-50%, -50%) scale(.96);
  }

  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.05);
  }
}

@keyframes rentLaunchPulse {
  0% {
    transform: scale(.72);
    opacity: .75;
  }

  100% {
    transform: scale(1.45);
    opacity: 0;
  }
}

@keyframes rentLaunchCloud {
  0%, 100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-8px) scale(1.025);
  }
}

@keyframes rentLaunchRocket {
  0%, 100% {
    transform: translate(0, 0) rotate(-8deg);
  }

  50% {
    transform: translate(14px, -18px) rotate(5deg);
  }
}

@keyframes rentLaunchProgress {
  0%, 100% {
    width: 58%;
  }

  50% {
    width: 88%;
  }
}

@keyframes rentLaunchFloat {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-9px);
  }
}

@keyframes rentLaunchShop {
  0%, 100% {
    transform: rotate(-7deg) translateY(0);
  }

  50% {
    transform: rotate(-5deg) translateY(-8px);
  }
}

@keyframes rentLaunchStream {
  0% {
    opacity: 0;
    filter: blur(0);
  }

  35% {
    opacity: .9;
  }

  100% {
    opacity: 0;
    filter: blur(2px);
  }
}

/* Responsive */

@media (max-width: 1280px) {
  .rent-launch-visual {
    min-height: 610px;
  }

  .rent-launch-scene {
    margin: 0 auto;
  }
}

@media (max-width: 860px) {
  .rent-launch-visual {
    min-height: 560px;
  }

  .rent-launch-scene {
    height: 560px;
  }

  .rent-launch-main {
    width: 320px;
    min-height: 410px;
  }

  .rent-launch-orbit {
    width: 440px;
    height: 440px;
  }



  .rent-launch-float-left {
    left: 4px;
    top: 62px;
  }

  .rent-launch-float-right {
    right: 4px;
    top: 92px;
  }

  .rent-launch-float-bottom {
    left: 14px;
    bottom: 22px;
  }

  .rent-launch-location {
    font-size: 12px;
    min-height: 32px;
    padding: 7px 10px;
  }

  .rent-launch-location-de {
    right: -4%;
  }

  .rent-launch-location-us {
    left: -3%;
  }

  .rent-launch-location-by {
    left: -4%;
  }
}

@media (max-width: 520px) {
  .rent-launch-visual {
    min-height: 500px;
  }

  .rent-launch-scene {
    height: 500px;
    overflow: visible;
  }

  .rent-launch-orbit {
    width: 360px;
    height: 360px;
  }

  .rent-launch-main {
    width: min(100%, 310px);
    min-height: 390px;
    padding: 18px;
  }

  .rent-launch-cloud-wrap {
    height: 178px;
  }

  .rent-launch-cloud {
    width: 112px;
    height: 112px;
    border-radius: 34px;
  }

  .rent-launch-cloud svg {
    width: 60px;
    height: 60px;
  }



  .rent-launch-float {
    padding: 11px 12px;
    border-radius: 16px;
  }

  .rent-launch-float-icon {
    width: 36px;
    height: 36px;
    border-radius: 13px;
  }

  .rent-launch-float strong {
    font-size: 13px;
  }

  .rent-launch-float span {
    font-size: 11px;
  }

  .rent-launch-float-left {
    left: 0;
    top: 20px;
  }

  .rent-launch-float-right {
    right: 0;
    top: 74px;
  }

  .rent-launch-float-bottom {
    left: 0;
    bottom: 8px;
  }

  .rent-launch-location-ru {
    top: -2%;
  }

  .rent-launch-location-de,
  .rent-launch-location-nl,
  .rent-launch-location-us,
  .rent-launch-location-by {
    display: none;
  }
}

/* Reduced motion */

@media (prefers-reduced-motion: reduce) {
  .rent-launch-glow,
  .rent-launch-location,
  .rent-launch-pulse,
  .rent-launch-cloud,
  .rent-launch-progress-line i,
  .rent-launch-float,
  .rent-launch-stream {
    animation: none !important;
  }
}
