.elementor-widget-randtech-founder-hero {
  width: 100%;
}

.rtfh-hero,
.rtfh-hero * {
  box-sizing: border-box;
}

.rtfh-hero {
  --rtfh-base: #040510;
  --rtfh-orange: #ff5b18;
  --rtfh-violet: #965cff;
  --rtfh-left-alpha: 96%;
  --rtfh-bottom-alpha: 90%;
  --rtfh-image-offset-x: 80px;
  --rtfh-image-y: 45%;
  --rtfh-image-scale: 100%;
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: 720px;
  overflow: hidden;
  color: #fff;
  background-color: var(--rtfh-base);
  background-image: var(--rtfh-image);
  background-repeat: no-repeat;
  background-position: calc(100% + var(--rtfh-image-offset-x)) var(--rtfh-image-y);
  background-size: auto var(--rtfh-image-scale);
  font-family: "Montserrat", "Inter", Arial, sans-serif;
}

.rtfh-overlay {
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg,
      rgb(3 4 15 / var(--rtfh-left-alpha)) 0%,
      rgb(3 4 15 / 88%) 30%,
      rgb(3 4 15 / 42%) 55%,
      rgb(3 4 15 / 7%) 78%),
    linear-gradient(0deg,
      rgb(3 4 15 / var(--rtfh-bottom-alpha)) 0%,
      rgb(3 4 15 / 56%) 18%,
      transparent 49%),
    linear-gradient(180deg, rgb(3 4 15 / 22%) 0%, transparent 28%);
}

.rtfh-art {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.rtfh-art::before {
  content: "";
  position: absolute;
  top: 80px;
  left: 28%;
  width: 300px;
  height: 200px;
  opacity: .22;
  background:
    linear-gradient(90deg, transparent 0 8%, var(--rtfh-violet) 8% 9%, transparent 9% 28%, var(--rtfh-violet) 28% 29%, transparent 29%) 0 28px / 100% 1px no-repeat,
    linear-gradient(90deg, transparent 0 31%, var(--rtfh-violet) 31% 32%, transparent 32% 65%, var(--rtfh-violet) 65% 66%, transparent 66%) 0 64px / 100% 1px no-repeat;
  filter: drop-shadow(0 0 7px var(--rtfh-violet));
}

.rtfh-orbit {
  position: absolute;
  display: block;
  border-radius: 50%;
  border: 2px solid transparent;
  transform: rotate(-16deg);
}

.rtfh-orbit--one {
  left: 35%;
  bottom: 16%;
  width: 88%;
  height: 34%;
  border-top-color: rgb(255 91 24 / 65%);
  box-shadow: 0 -2px 12px rgb(255 91 24 / 25%);
}

.rtfh-orbit--two {
  right: -32%;
  bottom: 11%;
  width: 75%;
  height: 29%;
  border-top-color: rgb(150 92 255 / 85%);
  box-shadow: 0 -2px 12px rgb(150 92 255 / 38%);
}

.rtfh-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: min(100%, 1280px);
  min-height: inherit;
  margin: 0 auto;
  padding: clamp(62px, 7vw, 92px) clamp(28px, 4.6vw, 66px) 24px;
}

.rtfh-copy {
  width: min(47%, 565px);
  padding-bottom: 148px;
}

.rtfh-eyebrow {
  margin-bottom: 20px;
  color: var(--rtfh-orange);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.rtfh-heading {
  margin: 0;
  color: #fff;
  font-family: "Montserrat", "Inter", Arial, sans-serif;
  font-size: 64px;
  font-weight: 800;
  line-height: 1.055;
  letter-spacing: -.045em;
  text-wrap: balance;
  text-shadow: 0 2px 24px rgb(0 0 0 / 45%);
}

.rtfh-description {
  max-width: 510px;
  margin: 24px 0 0;
  color: rgb(255 255 255 / 84%);
  font-size: 17px;
  font-weight: 450;
  line-height: 1.65;
}

.rtfh-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 31px;
}

.rtfh-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 51px;
  padding: 14px 22px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .015em;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

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

.rtfh-button--primary {
  color: #fff !important;
  background: var(--rtfh-orange);
  border: 1px solid var(--rtfh-orange);
  box-shadow: 0 8px 28px rgb(255 91 24 / 24%);
}

.rtfh-button--primary:hover {
  box-shadow: 0 11px 32px rgb(255 91 24 / 38%);
}

.rtfh-button--secondary {
  color: #fff !important;
  background: rgb(5 6 16 / 55%);
  border: 1px solid rgb(255 91 24 / 70%);
}

.rtfh-button--secondary:hover {
  background: rgb(255 91 24 / 13%);
}

.rtfh-caption {
  position: absolute;
  right: clamp(30px, 5vw, 78px);
  bottom: 142px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 13px;
  color: rgb(255 255 255 / 84%);
  background: rgb(42 15 29 / 58%);
  backdrop-filter: blur(6px);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.rtfh-caption i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--rtfh-orange);
}

.rtfh-proof-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  min-height: 112px;
  margin-top: auto;
  border: 1px solid rgb(255 255 255 / 13%);
  border-radius: 10px;
  background: linear-gradient(90deg, rgb(11 13 31 / 78%), rgb(26 11 29 / 64%));
  box-shadow: 0 14px 44px rgb(0 0 0 / 28%);
  backdrop-filter: blur(12px);
}

.rtfh-proof-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-width: 0;
  padding: 20px 18px;
}

.rtfh-proof-item + .rtfh-proof-item::before {
  content: "";
  position: absolute;
  top: 24%;
  bottom: 24%;
  left: 0;
  width: 1px;
  background: rgb(255 255 255 / 22%);
}

.rtfh-proof-icon {
  display: grid;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  place-items: center;
  color: var(--rtfh-orange);
  border: 2px solid currentColor;
  border-radius: 50%;
  filter: drop-shadow(0 0 7px rgb(255 91 24 / 25%));
}

.rtfh-proof-item:nth-child(even) .rtfh-proof-icon {
  color: var(--rtfh-violet);
}

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

.rtfh-proof-text {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 4px;
}

.rtfh-proof-text strong,
.rtfh-proof-text span {
  display: block;
}

.rtfh-proof-text strong {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.05;
  white-space: nowrap;
}

.rtfh-proof-text span {
  color: rgb(255 255 255 / 74%);
  font-size: 11px;
  font-weight: 650;
  line-height: 1.25;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .rtfh-hero {
    min-height: 690px;
  }

  .rtfh-inner {
    padding-inline: 34px;
  }

  .rtfh-copy {
    width: 53%;
  }

  .rtfh-heading {
    font-size: 52px;
  }

  .rtfh-proof-item {
    gap: 11px;
    padding-inline: 12px;
  }

  .rtfh-proof-icon {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
  }

  .rtfh-proof-text strong {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .rtfh-hero {
    min-height: 760px;
    background-position: calc(100% + var(--rtfh-image-offset-x)) top;
    background-size: auto var(--rtfh-image-scale);
  }

  .rtfh-overlay {
    background:
      linear-gradient(0deg,
        rgb(3 4 15 / 100%) 0%,
        rgb(3 4 15 / 100%) 49%,
        rgb(3 4 15 / 68%) 69%,
        rgb(3 4 15 / 12%) 100%),
      linear-gradient(90deg, rgb(3 4 15 / 72%), transparent 72%);
  }

  .rtfh-inner {
    justify-content: flex-end;
    padding: 238px 20px 18px;
  }

  .rtfh-copy {
    width: 100%;
    padding-bottom: 22px;
  }

  .rtfh-eyebrow {
    margin-bottom: 12px;
    font-size: 11px;
  }

  .rtfh-heading {
    font-size: 39px;
    line-height: 1.04;
  }

  .rtfh-description {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.55;
  }

  .rtfh-actions {
    gap: 10px;
    margin-top: 20px;
  }

  .rtfh-button {
    flex: 1 1 100%;
    min-height: 46px;
    padding: 12px 16px;
    font-size: 11px;
  }

  .rtfh-caption {
    display: none;
  }

  .rtfh-proof-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: auto;
  }

  .rtfh-proof-item {
    justify-content: flex-start;
    min-height: 70px;
    padding: 12px;
  }

  .rtfh-proof-item + .rtfh-proof-item::before {
    display: none;
  }

  .rtfh-proof-item:nth-child(even) {
    border-left: 1px solid rgb(255 255 255 / 13%);
  }

  .rtfh-proof-item:nth-child(n + 3) {
    border-top: 1px solid rgb(255 255 255 / 13%);
  }

  .rtfh-proof-icon {
    flex-basis: 35px;
    width: 35px;
    height: 35px;
    border-width: 1.5px;
  }

  .rtfh-proof-icon i,
  .rtfh-proof-icon svg {
    width: 16px;
    height: 16px;
    font-size: 16px;
  }

  .rtfh-proof-text strong {
    font-size: 12px;
  }

  .rtfh-proof-text span {
    font-size: 9px;
  }
}
