.hero-actions {
  width: 100%;
}

.hero-actions .hero-cta,
.hero-actions .hero-results-link {
  min-height: 3.35rem;
}

.hero-actions .hero-results-link {
  width: min(100%, 20.5rem);
  border: 1px solid rgba(151, 211, 201, 0.2);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent),
    rgba(8, 25, 22, 0.56);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.025),
    0 10px 26px -18px rgba(0, 0, 0, 0.9);
  color: rgba(230, 244, 241, 0.9);
  font-family: "Afacad Flux", sans-serif;
  font-size: 0.94rem;
  font-weight: 650;
  padding: 0.82rem 1.25rem;
  white-space: nowrap;
}

.hero-actions .hero-results-link:hover {
  border-color: rgba(103, 255, 229, 0.36);
  background:
    linear-gradient(180deg, rgba(103, 255, 229, 0.055), transparent),
    rgba(9, 31, 27, 0.72);
  color: #b9fff3;
}

@media (min-width: 768px) {
  .hero-actions {
    align-items: stretch;
    flex-direction: row;
    gap: 0.8rem;
  }

  .hero-actions .hero-cta,
  .hero-actions .hero-results-link {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .hero-actions .hero-cta,
  .hero-actions .hero-results-link {
    width: min(100%, 20.5rem);
  }
}

@media (max-width: 359px) {
  .hero-actions .hero-results-link {
    font-size: 0.82rem;
    white-space: normal;
  }
}

.hero-broker-trust {
  align-items: center;
  animation-delay: 1.62s;
  color: rgba(198, 224, 216, 0.58);
  display: flex;
  flex-direction: column;
  font-family: "Afacad Flux", sans-serif;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 1.4rem;
}

.hero-broker-trust__label {
  color: rgba(185, 211, 203, 0.48);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero-broker-trust__list {
  align-items: center;
  display: flex;
  filter: drop-shadow(0 7px 18px rgba(20, 180, 151, 0.08));
  gap: 1rem;
  padding: 0.08rem 0.2rem;
}

.hero-broker {
  align-items: center;
  color: rgba(211, 232, 226, 0.62);
  display: inline-flex;
  font-size: 0.76rem;
  font-weight: 600;
  gap: 0.42rem;
  letter-spacing: 0.015em;
  line-height: 1;
  white-space: nowrap;
}

.hero-broker--lead {
  color: rgba(230, 255, 247, 0.88);
}

.hero-broker__mark {
  fill: currentColor;
  flex: 0 0 auto;
  height: 1.05rem;
  width: 1.05rem;
}

.hero-broker__mark--robinhood {
  height: 1.12rem;
  width: 0.88rem;
}

.hero-broker__mark--webull {
  height: 0.8rem;
  width: 1.48rem;
}

.hero-broker__mark--ibkr {
  height: 1.05rem;
  width: 0.55rem;
}

.hero-broker-trust__rule {
  background: rgba(183, 221, 211, 0.14);
  height: 0.9rem;
  width: 1px;
}

.hero-broker__name-short {
  display: none;
}

@media (max-width: 639px) {
  .hero-broker-trust {
    flex-direction: column;
    gap: 0.48rem;
    margin-top: 1.15rem;
  }

  .hero-broker-trust__label {
    font-size: 0.59rem;
  }

  .hero-broker-trust__list {
    gap: 0.72rem;
    padding: 0.08rem 0;
  }

  .hero-broker {
    font-size: 0.69rem;
    gap: 0.34rem;
  }

  .hero-broker__name-full {
    display: none;
  }

  .hero-broker__name-short {
    display: inline;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-broker-trust {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

.trade-story-reny-name {
  position: relative;
  display: inline-block;
}

.trade-story-reny-note {
  position: absolute;
  z-index: 2;
  top: -2.15rem;
  left: 100%;
  width: max-content;
  color: rgba(100, 245, 220, 0.88);
  font-family: "Permanent Marker", cursive;
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.015em;
  line-height: 1;
  text-shadow: 0 0 18px rgba(12, 242, 203, 0.2);
  text-transform: lowercase;
  transform: rotate(-3deg);
}

.trade-story-reny-note svg {
  position: absolute;
  top: 0.7rem;
  right: calc(100% - 0.2rem);
  width: 3.6rem;
  color: rgba(100, 245, 220, 0.7);
  overflow: visible;
}

.trade-story-reny-note path {
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.trade-story-reny-mobile {
  display: none;
}

@media (max-width: 639px) {
  .trade-story-reny-note {
    display: none;
  }

  .trade-story-reny-mobile {
    display: block;
    margin: 1rem auto -0.35rem;
    color: rgba(100, 245, 220, 0.82);
    font-family: "Permanent Marker", cursive;
    font-size: 0.72rem;
    letter-spacing: 0.02em;
    transform: rotate(-2deg);
  }
}
