.elementor-widget-randtech-about-hero {
  width: 100%;
  max-width: none !important;
}

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

.rtah-section {
  --rtah-bg: #030513;
  --rtah-orange: #ff5a18;
  --rtah-violet: #9c51ef;
  --rtah-blue: #6878ff;
  --rtah-image-x: 54%;
  --rtah-image-y: 48%;
  --rtah-image-scale: 100%;
  --rtah-image-offset-x: 0%;
  --rtah-image-offset-y: 0%;
  --rtah-photo-darkness: 10%;
  position: relative;
  width: 100vw;
  max-width: none;
  min-height: 720px;
  margin: 0;
  overflow: hidden;
  padding: 68px 30px 36px;
  color: #fff;
  background:
    radial-gradient(circle at 44% 35%, rgb(75 31 132 / 16%), transparent 34%),
    linear-gradient(110deg, #020411 0%, var(--rtah-bg) 48%, #09061b 100%);
  font-family: "Montserrat", "Inter", Arial, sans-serif;
  isolation: isolate;
}

.rtah-inner {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 1420px;
  min-height: 616px;
  margin: 0 auto;
}

.rtah-copy {
  width: 50%;
  max-width: 670px;
  padding-top: 26px;
}

.rtah-eyebrow {
  margin-bottom: 20px;
  color: var(--rtah-orange);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .055em;
}

.rtah-heading {
  margin: 0 0 24px;
  color: #fff;
  font-family: "Montserrat", "Inter", Arial, sans-serif;
  font-size: 58px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -.04em;
  text-wrap: balance;
  text-shadow: 0 3px 22px rgb(0 0 0 / 32%);
}

.rtah-description {
  max-width: 610px;
  margin: 0 0 32px;
  color: #d4d5df;
  font-size: 17px;
  font-weight: 450;
  line-height: 1.68;
}

.rtah-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.rtah-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .02em;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.rtah-button:hover {
  transform: translateY(-2px);
}

.rtah-button--primary {
  color: #fff !important;
  background: linear-gradient(105deg, #ff661f, var(--rtah-orange));
  box-shadow: 0 10px 25px rgb(255 90 24 / 25%);
}

.rtah-button--primary:hover {
  box-shadow: 0 14px 32px rgb(255 90 24 / 38%);
}

.rtah-button--secondary {
  color: #fff !important;
  border-color: rgb(255 255 255 / 35%);
  background: rgb(255 255 255 / 3%);
}

.rtah-button--secondary:hover {
  border-color: var(--rtah-violet);
  background: rgb(156 81 239 / 10%);
}

.rtah-photo-wrap {
  position: absolute;
  z-index: 1;
  inset: 0 0 0 42%;
  overflow: hidden;
}

.rtah-photo-wrap::before {
  position: absolute;
  z-index: 2;
  content: "";
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, var(--rtah-bg) 0%, rgb(3 5 19 / 82%) 13%, rgb(3 5 19 / 22%) 42%, transparent 68%),
    linear-gradient(0deg, rgb(3 5 19 / 70%) 0%, transparent 27%),
    rgb(0 0 0 / var(--rtah-photo-darkness));
}

.rtah-photo-wrap::after {
  position: absolute;
  z-index: 3;
  content: "";
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent 55%, rgb(25 7 50 / 28%) 100%);
  mix-blend-mode: screen;
}

.rtah-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--rtah-image-x) var(--rtah-image-y);
  transform: translate3d(var(--rtah-image-offset-x), var(--rtah-image-offset-y), 0) scale(var(--rtah-image-scale));
  transform-origin: var(--rtah-image-x) var(--rtah-image-y);
  will-change: transform;
}

.rtah-photo-mobile {
  display: none;
}

.rtah-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(790px, 63%);
  min-height: 105px;
  margin-top: 45px;
  padding: 18px 10px;
  border: 1px solid rgb(255 255 255 / 19%);
  border-radius: 8px;
  background: linear-gradient(110deg, rgb(19 21 41 / 88%), rgb(33 23 55 / 67%));
  box-shadow: 0 18px 46px rgb(0 0 0 / 24%);
  backdrop-filter: blur(12px);
}

.rtah-proof-item {
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: 0;
  padding: 6px 22px;
  border-right: 1px solid rgb(255 255 255 / 18%);
}

.rtah-proof-item:last-child {
  border-right: 0;
}

.rtah-proof-icon {
  display: grid;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--rtah-orange);
}

.rtah-proof-item--violet .rtah-proof-icon { color: var(--rtah-violet); }
.rtah-proof-item--blue .rtah-proof-icon { color: var(--rtah-blue); }

.rtah-proof-icon i,
.rtah-proof-icon svg {
  width: 39px;
  height: 39px;
  fill: currentColor;
  font-size: 39px;
}

.rtah-proof-copy {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.rtah-proof-copy strong {
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}

.rtah-proof-copy span {
  color: #f0eff7;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
}

.rtah-founder-label {
  position: absolute;
  z-index: 7;
  right: max(30px, calc((100vw - 1420px) / 2));
  bottom: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 22px;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 5px;
  color: #fff;
  background: linear-gradient(90deg, rgb(64 22 66 / 80%), rgb(26 17 41 / 72%));
  box-shadow: 0 9px 30px rgb(0 0 0 / 28%);
  backdrop-filter: blur(10px);
  font-size: 11px;
  line-height: 1.2;
}

.rtah-founder-label strong {
  font-weight: 800;
}

.rtah-founder-label span {
  padding-left: 10px;
  border-left: 1px solid rgb(255 255 255 / 32%);
  color: #ddd9e8;
  font-weight: 500;
}

.rtah-orbit {
  position: absolute;
  z-index: 4;
  pointer-events: none;
  border-style: solid;
  border-width: 2px;
  border-radius: 50%;
  filter: drop-shadow(0 0 8px currentColor);
  opacity: .88;
}

.rtah-orbit--orange {
  top: 29%;
  left: 45%;
  width: 420px;
  height: 175px;
  color: var(--rtah-orange);
  border-color: transparent transparent var(--rtah-orange) var(--rtah-orange);
  transform: rotate(-28deg);
}

.rtah-orbit--violet {
  right: -7%;
  bottom: 12%;
  width: 560px;
  height: 170px;
  color: var(--rtah-violet);
  border-color: transparent transparent var(--rtah-violet) var(--rtah-violet);
  transform: rotate(-17deg);
}

.rtah-circuit {
  position: absolute;
  z-index: 4;
  top: 30px;
  right: 10%;
  width: 270px;
  height: 110px;
  opacity: .22;
  background:
    linear-gradient(90deg, transparent 0 12%, var(--rtah-blue) 12% 12.8%, transparent 12.8% 35%, var(--rtah-blue) 35% 35.8%, transparent 35.8%) 0 14px / 100% 1px no-repeat,
    linear-gradient(90deg, transparent 0 24%, var(--rtah-violet) 24% 24.8%, transparent 24.8% 58%, var(--rtah-violet) 58% 58.8%, transparent 58.8%) 0 52px / 100% 1px no-repeat,
    linear-gradient(90deg, transparent 0 44%, var(--rtah-blue) 44% 44.8%, transparent 44.8% 82%, var(--rtah-blue) 82% 82.8%, transparent 82.8%) 0 88px / 100% 1px no-repeat;
}

@media (max-width: 1100px) {
  .rtah-section {
    min-height: 680px;
    padding-inline: 24px;
  }

  .rtah-inner {
    min-height: 576px;
  }

  .rtah-copy {
    width: 54%;
    padding-top: 15px;
  }

  .rtah-heading {
    font-size: 48px;
  }

  .rtah-description {
    font-size: 15px;
  }

  .rtah-photo-wrap {
    left: 39%;
  }

  .rtah-proof {
    width: min(720px, 70%);
  }

  .rtah-proof-item {
    gap: 11px;
    padding-inline: 14px;
  }

  .rtah-founder-label {
    right: 22px;
  }
}

@media (max-width: 767px) {
  .rtah-section {
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 46px 18px 26px;
    background:
      radial-gradient(circle at 70% 55%, rgb(106 44 177 / 18%), transparent 34%),
      linear-gradient(145deg, #020411, #08051a);
  }

  .rtah-photo-wrap {
    display: none;
  }

  .rtah-photo-mobile {
    position: absolute;
    z-index: 1;
    top: 370px;
    left: 0;
    display: block;
    width: 100%;
    height: 510px;
    margin: 0;
    overflow: hidden;
  }

  .rtah-photo-mobile::before {
    position: absolute;
    z-index: 2;
    content: "";
    inset: 0;
    background:
      linear-gradient(180deg, var(--rtah-bg), transparent 17%, transparent 68%, var(--rtah-bg) 100%),
      linear-gradient(90deg, rgb(3 5 19 / 40%), transparent 45%, rgb(3 5 19 / 25%));
  }

  .rtah-inner {
    display: block;
    min-height: 0;
  }

  .rtah-copy {
    width: 100% !important;
    max-width: none;
    padding: 0;
  }

  .rtah-eyebrow {
    margin-bottom: 15px;
    font-size: 12px;
  }

  .rtah-heading {
    margin-bottom: 20px;
    font-size: 39px;
    line-height: 1.08;
  }

  .rtah-description {
    margin-bottom: 26px;
    font-size: 15px;
    line-height: 1.62;
  }

  .rtah-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .rtah-button {
    width: 100%;
  }

  .rtah-proof {
    position: relative;
    z-index: 6;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 485px;
    padding: 8px 18px;
  }

  .rtah-proof-item {
    min-height: 76px;
    padding: 10px 4px;
    border-right: 0;
    border-bottom: 1px solid rgb(255 255 255 / 15%);
  }

  .rtah-proof-item:last-child {
    border-bottom: 0;
  }

  .rtah-founder-label {
    z-index: 7;
    right: 18px;
    bottom: 260px;
    left: 18px;
    justify-content: center;
    padding-inline: 12px;
    text-align: center;
  }

  .rtah-orbit--orange {
    top: 52%;
    left: -25%;
  }

  .rtah-orbit--violet {
    right: -75%;
    bottom: 22%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rtah-button {
    transition: none;
  }
}
