.elementor-widget-randtech-good-hands {
  width: 100%;
}

.rtgh-section,
.rtgh-section * {
  box-sizing: border-box;
}

.rtgh-section {
  --rtgh-bg: #fff;
  --rtgh-orange: #ff5b18;
  --rtgh-violet: #9b56ef;
  --rtgh-blue: #5d70eb;
  width: 100%;
  overflow: hidden;
  padding: 72px 28px 70px;
  color: #30313d;
  background: var(--rtgh-bg);
  font-family: "Montserrat", "Inter", Arial, sans-serif;
}

.rtgh-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.rtgh-main {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  align-items: center;
  column-gap: 56px;
}

.rtgh-visual {
  position: relative;
  min-width: 0;
  padding: 0 0 20px 22px;
}

.rtgh-photo-frame {
  --rtgh-image-y: 50%;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 520px;
  overflow: hidden;
  border-radius: 12px;
  background: #171725;
  box-shadow: 0 18px 44px rgb(18 14 38 / 10%);
}

.rtgh-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% var(--rtgh-image-y);
}

.rtgh-circuit {
  position: absolute;
  z-index: 3;
  bottom: -3px;
  left: 0;
  width: 135px;
  height: 178px;
  pointer-events: none;
  filter: drop-shadow(0 0 5px rgb(155 86 239 / 42%));
}

.rtgh-circuit::before,
.rtgh-circuit::after,
.rtgh-circuit i {
  position: absolute;
  content: "";
}

.rtgh-circuit::before {
  bottom: 0;
  left: 14px;
  width: 112px;
  height: 160px;
  border-bottom: 2px solid var(--rtgh-violet);
  border-left: 2px solid var(--rtgh-violet);
  border-radius: 0 0 0 24px;
  background:
    linear-gradient(var(--rtgh-violet), var(--rtgh-violet)) 17px 0 / 2px 127px no-repeat,
    linear-gradient(var(--rtgh-violet), var(--rtgh-violet)) 35px 16px / 2px 116px no-repeat,
    linear-gradient(var(--rtgh-violet), var(--rtgh-violet)) 54px 34px / 2px 102px no-repeat,
    linear-gradient(var(--rtgh-violet), var(--rtgh-violet)) 74px 52px / 2px 88px no-repeat;
}

.rtgh-circuit::after {
  bottom: 10px;
  left: 33px;
  width: 92px;
  height: 2px;
  background: linear-gradient(90deg, var(--rtgh-violet) 0 82%, transparent 82%);
  box-shadow: 0 -18px 0 -0.3px var(--rtgh-violet), 0 -37px 0 -0.4px var(--rtgh-violet);
}

.rtgh-circuit i {
  width: 7px;
  height: 7px;
  border: 1.5px solid var(--rtgh-violet);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 7px rgb(155 86 239 / 65%);
}

.rtgh-circuit i:nth-child(1) { left: 11px; top: 9px; }
.rtgh-circuit i:nth-child(2) { left: 29px; top: 25px; }
.rtgh-circuit i:nth-child(3) { left: 48px; top: 43px; }
.rtgh-circuit i:nth-child(4) { left: 68px; top: 61px; }
.rtgh-circuit i:nth-child(5) { left: 88px; top: 79px; }
.rtgh-circuit i:nth-child(6) { right: 4px; bottom: 7px; }

.rtgh-copy {
  min-width: 0;
  padding: 4px 0 10px;
}

.rtgh-heading {
  margin: 0 0 28px;
  color: #080916;
  font-family: "Montserrat", "Inter", Arial, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.045em;
}

.rtgh-copy p {
  max-width: 650px;
  margin: 0 0 23px;
  color: #30313d;
  font-size: 17px;
  font-weight: 450;
  line-height: 1.6;
}

.rtgh-copy p:last-child {
  margin-bottom: 0;
}

.rtgh-cards {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 34px;
  padding: 0 14px;
}

.rtgh-card {
  display: flex;
  align-items: center;
  gap: 22px;
  min-width: 0;
  min-height: 105px;
  padding: 20px 28px;
  border: 1px solid #e5e5eb;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 7px 18px rgb(17 16 30 / 8%);
}

.rtgh-card-icon {
  display: grid;
  flex: 0 0 51px;
  width: 51px;
  height: 51px;
  place-items: center;
  color: var(--rtgh-orange);
}

.rtgh-card--violet .rtgh-card-icon { color: var(--rtgh-violet); }
.rtgh-card--blue .rtgh-card-icon { color: var(--rtgh-blue); }

.rtgh-card-icon i,
.rtgh-card-icon svg {
  width: 42px;
  height: 42px;
  fill: currentColor;
  font-size: 42px;
}

.rtgh-card-text {
  color: #242530;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.48;
}

@media (max-width: 1024px) {
  .rtgh-section {
    padding-inline: 24px;
  }

  .rtgh-main {
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    column-gap: 36px;
  }

  .rtgh-photo-frame {
    height: 460px;
  }

  .rtgh-heading {
    margin-bottom: 22px;
    font-size: 42px;
  }

  .rtgh-copy p {
    margin-bottom: 17px;
    font-size: 15px;
  }

  .rtgh-cards {
    gap: 14px;
    padding-inline: 0;
  }

  .rtgh-card {
    gap: 14px;
    min-height: 100px;
    padding: 17px 16px;
  }

  .rtgh-card-icon {
    flex-basis: 42px;
    width: 42px;
    height: 42px;
  }

  .rtgh-card-icon i,
  .rtgh-card-icon svg {
    width: 35px;
    height: 35px;
    font-size: 35px;
  }

  .rtgh-card-text {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .rtgh-section {
    padding: 48px 18px;
  }

  .rtgh-main {
    grid-template-columns: 1fr;
    row-gap: 36px;
  }

  .rtgh-visual {
    padding: 0 0 15px 12px;
  }

  .rtgh-photo-frame {
    height: 390px;
  }

  .rtgh-circuit {
    left: -8px;
    bottom: -5px;
    transform: scale(.72);
    transform-origin: bottom left;
  }

  .rtgh-heading {
    margin-bottom: 20px;
    font-size: 34px;
    letter-spacing: -.035em;
  }

  .rtgh-copy p {
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.58;
  }

  .rtgh-cards {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 30px;
  }

  .rtgh-card {
    min-height: 86px;
    padding: 16px 20px;
  }

  .rtgh-card-text {
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rtgh-section * {
    scroll-behavior: auto !important;
  }
}
