.why-partner,
.partnership-for,
.refer-earn,
.support-details,
.join-us-hero {
  --join-us-section-width: 92vw;
}

.support-details {
  padding: 0 0 5.56vw;
  position: relative;
}

.support-details .container {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 2.22vw, 32px);
  max-width: var(--join-us-section-width);
}

.support-details__intro {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 7px;
  text-align: center;
  width: 100%;
}

.support-details__title {
  color: #dce2f7;
  font-family: "Nimbus Sans", Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
}

.support-details__subtitle {
  color: #c3c6d3;
  font-family: Inter, Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  margin: 0;
}

.support-actions {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: linear-gradient(
    52.3deg,
    rgba(255, 255, 255, 0.1) 20.61%,
    rgba(255, 255, 255, 0) 82.27%
  );
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  box-shadow:
    0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 8px 10px -6px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 41px 25px 25px;
  position: relative;
}

.support-actions__glow {
  background: rgba(176, 198, 255, 0.1);
  border-radius: 9999px;
  filter: blur(32px);
  height: 128px;
  pointer-events: none;
  position: absolute;
  right: -40px;
  top: -40px;
  width: 128px;
}

.support-actions__btn {
  align-items: center;
  border-radius: 9999px;
  display: flex;
  flex: 1 1 auto;
  font-family: Inter, Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
  gap: 12px;
  justify-content: center;
  line-height: 1.2;
  min-height: 48px;
  padding: 0 20px;
  position: relative;
  text-decoration: none;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.15s ease;
  white-space: nowrap;
  z-index: 1;
}

.support-actions__icon {
  flex-shrink: 0;
  height: 18px;
  width: 18px;
  object-fit: contain;
}

.support-actions__btn--call {
  background: #10b981;
  box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
  color: #111827;
}

.support-actions__btn--call:hover {
  background: #0ea371;
  color: #111827;
}

.support-actions__btn--mail,
.support-actions__btn--ticket {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #dce2f7;
}

.support-actions__btn--mail:hover,
.support-actions__btn--ticket:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.35);
  color: #dce2f7;
}

.support-actions__btn--ticket .support-actions__icon {
  height: 20px;
  width: 20px;
  object-fit: contain;
}

@media (min-width: 992px) {
  .support-actions {
    align-items: stretch;
    flex-direction: row;
    gap: 16px;
    padding: 25px;
  }

  .support-actions__btn {
    min-width: 0;
  }
}

@media (max-width: 991px) {
  .support-actions {
    padding: 32px 20px 20px;
  }

  .support-actions__btn {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .support-details__title,
  .support-details__subtitle {
    font-size: 15px;
  }

  .support-details__subtitle {
    line-height: 1.5;
    max-width: 280px;
  }

  .support-actions {
    padding: 28px 16px 16px;
  }

  .support-actions__btn {
    font-size: 13px;
    min-height: 44px;
    padding: 0 16px;
  }

  .support-actions__btn span {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.join-us-faq {
  padding: 0 0 5.56vw;
  position: relative;
}

.join-us-faq .container {
  max-width: var(--join-us-section-width);
}

.join-us-faq__heading-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 2.78vw;
}

.join-us-faq__heading {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 2.22vw;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  text-align: center;
}

.join-us-faq__heading span {
  color: #fbbf24;
}

.join-us-faq__list-wrap {
  display: flex;
  justify-content: center;
}

.join-us-faq__list {
  display: flex;
  flex-direction: column;
  gap: 0.56vw;
  max-width: 55.56vw;
  width: 100%;
}

.join-us-faq__item {
  backdrop-filter: blur(0.42vw);
  -webkit-backdrop-filter: blur(0.42vw);
  background-color: rgba(255, 255, 255, 0.05);
  border: 0.07vw solid rgba(255, 255, 255, 0.2);
  border-radius: 1.11vw;
  padding: 1.74vw;
  cursor: pointer;
  transition:
    background-color 0.3s cubic-bezier(0.25, 0.8, 0.25, 1),
    border-color 0.3s cubic-bezier(0.25, 0.8, 0.25, 1),
    transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  will-change: background-color, border-color, transform;
}

.join-us-faq__item:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.45);
  transform: translateY(-4px);
}

.join-us-faq__item--active {
  background-color: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.3);
}

.join-us-faq__item-head {
  align-items: flex-start;
  display: flex;
  gap: 1.11vw;
  width: 100%;
}

.join-us-faq__icon {
  align-items: center;
  background: #141b2b url("../../images/join-us/faq-icon-collapsed.svg")
    no-repeat center;
  background-size: 38% 50%;
  border: 0.07vw solid rgba(141, 144, 157, 0.2);
  border-radius: 50%;
  display: inline-flex;
  flex-shrink: 0;
  height: 2.78vw;
  justify-content: center;
  position: relative;
  width: 2.78vw;
}

.join-us-faq__icon--active {
  background: #2e3545 url("../../images/join-us/faq-icon-expanded.svg")
    no-repeat center;
  background-size: 38% 50%;
  border-color: transparent;
  box-shadow: inset 0 0.14vw 0.28vw 0 rgba(0, 0, 0, 0.05);
}

.join-us-faq__content {
  flex: 1;
  min-width: 0;
}

.join-us-faq__question {
  color: #dce2f7;
  font-family: Lato, sans-serif;
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  padding-right: 1.2vw;
}

.join-us-faq__question--active {
  color: #fbbf24;
}

.join-us-faq__answer {
  color: #c3c6d3;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  line-height: 1.5;
  margin: 0.56vw 0 0;
  display: none;
}

.join-us-faq__item--hidden {
  display: none !important;
}

.join-us-faq__arrow {
  background: url("../../images/join-us/faq-arrow-collapsed.svg") no-repeat
    center;
  background-size: contain;
  flex-shrink: 0;
  height: 0.56vw;
  margin-top: 0.9vw;
  width: 0.83vw;
}

.join-us-faq__arrow--up {
  background-image: url("../../images/join-us/faq-arrow-expanded.svg");
}

.join-us-faq__load-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 2.08vw;
}

.join-us-faq__load-more {
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  font-size: 1.67vw;
  font-weight: 700;
  line-height: 1.73;
  padding: 0;
}

.join-us-hero {
  padding: 4.6vw 0 2.9vw;
  overflow: hidden;
  position: relative;
}

.join-us-hero .container {
  max-width: var(--join-us-section-width);
}

.join-us-hero__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.08vw;
}

.join-us-hero__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.95vw;
  text-align: center;
}

.join-us-hero__heading {
  margin: 0;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  letter-spacing: -1.1px;
}

.join-us-hero__heading-line {
  display: block;
  color: #dce2f7;
  font-size: 3vw;
  line-height: 1.1;
  font-weight: 400;
}

.join-us-hero__heading-accent {
  display: block;
  color: #ffffff;
  font-size: 4vw;
  line-height: 1.05;
  font-weight: 800;
  text-transform: uppercase;
}

.join-us-hero__subtitle {
  color: #c3c6d3;
  font-family: Lato, sans-serif;
  font-size: 1.14vw;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  max-width: 45.4vw;
}

.join-us-hero__cta {
  width: min(407px, 92vw);
  background: #ffffff;
  border: 0.91px solid #8d909d;
  border-radius: 9999px;
  display: flex;
  gap: 0;
  margin-top: clamp(16px, 1.8vw, 32px);
  padding: 4.54px;
  box-shadow:
    0px 9.088px 13.632px -2.726px rgba(0, 0, 0, 0.1),
    0px 3.635px 5.453px -3.635px rgba(0, 0, 0, 0.1);
}

.join-us-hero__cta-input {
  flex: 1 0 auto;
  border: 0;
  outline: none;
  padding: 12.7px 14.5px;
  border-radius: 9999px 0 0 9999px;
  background: transparent;
  font-family: Lato, sans-serif;
  font-size: 14.54px;
  color: #6b7280;
}

.join-us-hero__cta-input::placeholder {
  color: #6b7280;
  opacity: 1;
}

.join-us-hero__cta-button {
  flex: 0 0 auto;
  border: 0;
  outline: none;
  background: #10b981;
  color: #ffffff;
  font-family: Poppins, sans-serif;
  font-size: 14.54px;
  font-weight: 700;
  padding: 10.9px 29.1px;
  border-radius: 9999px;
  cursor: pointer;
}

.join-us-hero__mask-container {
  width: min(795px, 92vw);
  aspect-ratio: 795 / 442;
  margin: 0;
  position: relative;
}

.join-us-hero__mask {
  width: 100%;
  height: 100%;
  margin: 0;
  position: relative;
  -webkit-mask-image: url("../../images/join-us/partnership-hero-mask.svg");
  mask-image: url("../../images/join-us/partnership-hero-mask.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 129.2% 192.4%;
  mask-size: 129.2% 192.4%;
  -webkit-mask-position: center;
  mask-position: center;
  overflow: hidden;
}

.join-us-hero__video {
  width: 100%;
  height: 102%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: translateY(-2%);
}

@media (max-width: 991px) {
  .join-us-faq {
    padding: 0 0 48px;
  }

  .join-us-faq__heading {
    font-size: 32px;
  }

  .join-us-faq__list {
    gap: 8px;
    max-width: 100%;
  }

  .join-us-faq__item {
    border-radius: 16px;
    border-width: 1px;
    padding: 20px;
  }

  .join-us-faq__item-head {
    gap: 12px;
  }

  .join-us-faq__icon {
    border-width: 1px;
    height: 40px;
    width: 40px;
  }

  .join-us-faq__question {
    font-size: 18px;
    padding-right: 14px;
  }

  .join-us-faq__answer {
    font-size: 16px;
    margin-top: 8px;
  }

  .join-us-faq__arrow {
    height: 8px;
    margin-top: 12px;
    width: 12px;
  }

  .join-us-faq__load-more-wrap {
    margin-top: 24px;
  }

  .join-us-faq__load-more {
    font-size: 24px;
    line-height: 1.3;
  }

  .join-us-hero__heading-line {
    font-size: 20px;
  }

  .join-us-hero__heading-accent {
    font-size: 40px;
  }

  .join-us-hero__subtitle {
    font-size: 16px;
    max-width: 100%;
  }

  .join-us-hero {
    padding: 56px 0 28px;
  }
}

@media (max-width: 700px) {
  .join-us-faq {
    padding: 0 0 40px;
  }

  .join-us-faq__heading {
    font-size: 28px;
  }

  .join-us-faq__item {
    padding: 16px;
  }

  .join-us-faq__question {
    font-size: 16px;
  }

  .join-us-faq__answer {
    font-size: 14px;
  }

  .join-us-faq__load-more {
    font-size: 22px;
  }

  .join-us-hero__heading-line {
    font-size: 20px;
  }

  .join-us-hero__heading-accent {
    font-size: 30px;
  }

  .join-us-hero__container {
    gap: 16px;
  }

  .join-us-hero__cta {
    width: 92vw;
    padding: 5px;
  }

  .join-us-hero__cta-input {
    font-size: 14px;
    padding: 12px 12px;
  }

  .join-us-hero__cta-button {
    padding: 10px 18px;
  }
}

.why-partner {
  padding: 5.56vw 0;
  position: relative;
}

.why-partner .container,
.partnership-for .container {
  max-width: var(--join-us-section-width);
}

.why-partner__panel {
  backdrop-filter: blur(2.11vw);
  -webkit-backdrop-filter: blur(2.11vw);
  background: linear-gradient(
    46.91deg,
    rgba(255, 255, 255, 0.1) 20.61%,
    rgba(255, 255, 255, 0) 82.27%
  );
  border-radius: 0.84vw;
  box-shadow: 0.12vw 0.24vw 1.81vw 0 rgba(0, 0, 0, 0.1);
  padding: 3.75vw 3.36vw;
  position: relative;
}

.why-partner__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 0.06vw;
  background: linear-gradient(
    to bottom left,
    #57b8ff 0%,
    rgba(87, 184, 255, 0) 50%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.why-partner__header {
  margin-bottom: 3.26vw;
  text-align: center;
}

.why-partner__title {
  color: #dce2f7;
  font-family: Poppins, sans-serif;
  font-size: 1.81vw;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.46vw;
  text-transform: none;
  letter-spacing: normal;
}

.why-partner__subtitle {
  color: #c3c6d3;
  font-family: Lato, sans-serif;
  font-size: 0.9vw;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 45.4vw;
}

.why-partner__grid {
  display: grid;
  gap: 1.81vw;
  grid-template-columns: repeat(3, 1fr);
}

.why-partner__card {
  backdrop-filter: blur(0.34vw);
  -webkit-backdrop-filter: blur(0.34vw);
  background-color: rgba(255, 255, 255, 0.05);
  border: 0.057vw solid rgba(255, 255, 255, 0.1);
  border-radius: 0.68vw;
  display: flex;
  flex-direction: column;
  gap: 0.86vw;
  padding: 1.87vw;
  transition:
    background-color 0.3s cubic-bezier(0.25, 0.8, 0.25, 1),
    border-color 0.3s cubic-bezier(0.25, 0.8, 0.25, 1),
    transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  will-change: background-color, border-color, transform;
}

.why-partner__card:hover {
  background-color: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.45);
  transform: translateY(-6px);
}

.why-partner__icon {
  align-items: center;
  background: #2d56a4;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 3.61vw;
  justify-content: center;
  width: 3.61vw;
}

.why-partner__icon img {
  height: auto;
  max-height: 1.74vw;
  max-width: 1.74vw;
  width: auto;
}

.why-partner__card-title {
  color: #dce2f7;
  font-family: Poppins, sans-serif;
  font-size: 1.36vw;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}

.why-partner__card-text {
  color: #c3c6d3;
  font-family: Lato, sans-serif;
  font-size: 0.9vw;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 991px) {
  .why-partner .container {
    max-width: 100%;
  }

  .why-partner__grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 16px;
    padding: 4px 4px 12px;
    margin: 0 -4px;
    scrollbar-width: none;
  }

  .why-partner__grid::-webkit-scrollbar {
    display: none;
  }

  .why-partner__card {
    flex: 0 0 280px;
    scroll-snap-align: start;
  }

  .why-partner__title {
    font-size: 24px;
  }

  .why-partner__subtitle {
    font-size: 14px;
    max-width: 100%;
  }

  .why-partner__card-title {
    font-size: 18px;
  }

  .why-partner__card-text {
    font-size: 14px;
  }

  .why-partner__icon {
    height: 48px;
    width: 48px;
  }

  .why-partner__icon img {
    max-height: 22px;
    max-width: 22px;
  }

  .why-partner__panel::before {
    padding: 1px;
  }
}

@media (max-width: 700px) {
  .why-partner {
    padding: 0 0 40px;
  }

  .why-partner__panel {
    padding: 32px 20px;
  }

  .why-partner__header {
    margin-bottom: 28px;
  }

  .why-partner__card {
    padding: 24px 20px;
  }
}

.partnership-for {
  padding: 0 0 5.56vw;
  position: relative;
}

.partnership-for__panel {
  backdrop-filter: blur(2.43vw);
  -webkit-backdrop-filter: blur(2.43vw);
  background: #fff;
  border-radius: 0.97vw;
  box-shadow: 0.14vw 0.28vw 2.08vw 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 3.54vw 4.1vw;
}

.partnership-for__container {
  align-items: center;
  display: grid;
  gap: 2.08vw;
  grid-template-columns: 1fr 42vw;
  min-height: 32.43vw;
}

.partnership-for__content {
  display: flex;
  flex-direction: column;
  gap: 1.04vw;
}

.partnership-for__heading {
  color: #111827;
  font-family: Poppins, sans-serif;
  font-size: 2.08vw;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  text-transform: none;
  letter-spacing: normal;
}

.partnership-for__heading-line {
  display: block;
  font-weight: 700;
}

.partnership-for__heading-accent {
  color: #1a4b9f;
  display: block;
  font-weight: 800;
}

.partnership-for__description {
  color: #323949;
  font-family: Lato, sans-serif;
  font-size: 1.17vw;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  max-width: 100%;
}

.partnership-for__chips-grid {
  display: grid;
  gap: 0.52vw;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 0.52vw;
}

.partnership-for__chip {
  align-items: center;
  backdrop-filter: blur(0.26vw);
  -webkit-backdrop-filter: blur(0.26vw);
  background-color: rgba(48, 89, 169, 0.08);
  border: 0.065vw solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  box-shadow: 0 0.065vw 0.13vw 0 rgba(0, 0, 0, 0.05);
  display: flex;
  gap: 0.52vw;
  min-height: 3.86vw;
  padding: 0.84vw 1.1vw;
  transition:
    background-color 0.3s cubic-bezier(0.25, 0.8, 0.25, 1),
    transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  will-change: background-color, transform;
}

.partnership-for__chip:hover {
  background-color: rgba(48, 89, 169, 0.22);
  transform: translateY(-4px);
}

.partnership-for__chip--compact {
  min-height: 3.24vw;
}

.partnership-for__chip-icon {
  flex-shrink: 0;
  height: 1.3vw;
  width: 1.3vw;
}

.partnership-for__chip-icon img {
  display: block;
  height: 100%;
  width: 100%;
}

.partnership-for__chip-label {
  color: #111827;
  font-family: Lato, sans-serif;
  font-size: 0.91vw;
  font-weight: 700;
  line-height: 1.2;
}

.partnership-for__visual {
  align-self: start;
  height: 32.43vw;
  width: 100%;
}

.partnership-for__video {
  display: block;
  height: 100%;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

@media (max-width: 991px) {
  .partnership-for .container {
    max-width: 100%;
  }

  .partnership-for__container {
    grid-template-columns: minmax(0, 1fr);
    min-height: auto;
  }

  .partnership-for__content {
    min-width: 0;
  }

  .partnership-for__heading {
    font-size: 28px;
  }

  .partnership-for__description {
    font-size: 16px;
    max-width: 100%;
  }

  .partnership-for__chips-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 12px;
    padding: 4px 4px 12px;
    margin: 0 -4px;
    scrollbar-width: none;
  }

  .partnership-for__chips-grid::-webkit-scrollbar {
    display: none;
  }

  .partnership-for__chip {
    flex: 0 0 210px;
    scroll-snap-align: start;
    min-height: 52px;
    padding: 12px 16px;
  }

  .partnership-for__chip--compact {
    min-height: 52px;
  }

  .partnership-for__chip-icon {
    height: 18px;
    width: 18px;
  }

  .partnership-for__chip-label {
    font-size: 13px;
  }

  .partnership-for__visual {
    width: 100%;
    height: auto;
    max-width: 570px;
    margin: 0 auto;
  }

  .partnership-for__video {
    width: 100%;
    height: auto;
    display: block;
  }
}

@media (max-width: 700px) {
  .partnership-for {
    padding: 0 0 40px;
  }

  .partnership-for__panel {
    padding: 32px 20px;
  }

  .partnership-for__content {
    gap: 16px;
  }
}

/*
.refer-earn {
  padding: 0 0 5.56vw;
  position: relative;
}

.refer-earn .container {
  max-width: var(--join-us-section-width);
}

.refer-earn__panel {
  align-items: center;
  background: #07183d;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.84vw;
  box-shadow: 0 1.73vw 3.47vw -0.84vw rgba(0, 0, 0, 0.25);
  display: grid;
  gap: 2.5vw;
  grid-template-columns: 1fr 36vw;
  padding: 2.55vw;
  position: relative;
}

.refer-earn__visual-wrap {
  align-items: center;
  display: grid;
  gap: 1.11vw;
  grid-template-columns: 18.3vw 1fr;
}

.refer-earn__visual {
  height: 15.3vw;
  max-height: 286px;
  max-width: 335px;
  width: 18.3vw;
}

.refer-earn__video {
  display: block;
  height: 100%;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

.refer-earn__copy {
  display: flex;
  flex-direction: column;
  gap: 1.05vw;
}

.refer-earn__heading {
  margin: 0;
}

.refer-earn__heading-line {
  color: #fff;
  display: block;
  font-family: Poppins, sans-serif;
  font-size: 2.22vw;
  font-weight: 700;
  line-height: 1.3;
}

.refer-earn__heading-accent {
  color: #fbbf24;
  display: block;
  font-family: Poppins, sans-serif;
  font-size: 3.34vw;
  font-weight: 800;
  line-height: 1.25;
}

.refer-earn__description {
  color: #c3c6d3;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  line-height: 1.6;
  margin: 0;
  max-width: 20vw;
}

.refer-earn__tool {
  background: rgba(27, 34, 60, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.56vw;
  display: flex;
  flex-direction: column;
  gap: 1.67vw;
  max-width: 620px;
  padding: 1.74vw;
  width: 100%;
}

.refer-earn__radio-row {
  align-items: center;
  display: flex;
  gap: 1.39vw;
}

.refer-earn__radio {
  color: #c3c6d3;
  font-family: Poppins, sans-serif;
  font-size: 0.97vw;
  font-weight: 700;
  line-height: 1.2;
  padding-left: 1.35vw;
  position: relative;
}

.refer-earn__radio::before {
  background: #323949;
  border: 1px solid #434652;
  border-radius: 50%;
  content: "";
  height: 0.98vw;
  left: 0;
  min-height: 10px;
  min-width: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.98vw;
}

.refer-earn__radio--active {
  color: #fff;
}

.refer-earn__radio--active::before {
  background: #10b981;
  border-color: #10b981;
  box-shadow: inset 0 0 0 0.23vw #fff;
}

.refer-earn__input-row {
  align-items: center;
  background: #fff;
  border: 1px solid #d1d5db;
  border-radius: 999px;
  box-shadow: inset 0 0.14vw 0.28vw 0.07vw rgba(0, 0, 0, 0.05);
  display: flex;
  gap: 0.7vw;
  padding: 0.28vw 0.28vw 0.28vw 1.11vw;
}

.refer-earn__input-icon {
  background-image: url("../../images/join-us/partner-id-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  flex-shrink: 0;
  height: 1.39vw;
  min-height: 20px;
  min-width: 20px;
  width: 1.39vw;
}

.refer-earn__input {
  border: 0;
  color: #6b7280;
  flex: 1;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  line-height: 1.3;
  min-width: 0;
  outline: none;
}

.refer-earn__input::placeholder {
  color: #6b7280;
  opacity: 1;
}

.refer-earn__button {
  align-items: center;
  background: #10b981;
  border: 0;
  border-radius: 999px;
  box-shadow:
    0 0.28vw 0.42vw -0.07vw rgba(0, 0, 0, 0.1),
    0 0.14vw 0.28vw -0.14vw rgba(0, 0, 0, 0.1);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  flex-shrink: 0;
  font-family: Poppins, sans-serif;
  font-size: 0.98vw;
  font-weight: 700;
  gap: 0.35vw;
  min-height: 2.92vw;
  padding: 0.62vw 1.39vw;
  white-space: nowrap;
}

.refer-earn__button-arrow {
  font-size: 0.85em;
  transform: translateY(-0.05vw);
}

.refer-earn__hint {
  color: #c3c6d3;
  font-family: Lato, sans-serif;
  font-size: 0.84vw;
  line-height: 1.35;
  margin: 0;
  opacity: 0.7;
}

@media (max-width: 991px) {
  .refer-earn {
    padding: 0 0 48px;
  }

  .refer-earn__panel {
    border-radius: 12px;
    gap: 24px;
    grid-template-columns: 1fr;
    padding: 28px 24px;
  }

  .refer-earn__visual-wrap {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .refer-earn__copy {
    order: 1;
    text-align: center;
  }

  .refer-earn__visual {
    order: 2;
    height: auto;
    max-height: none;
    width: 260px;
    margin: 0 auto;
  }

  .refer-earn__heading-line {
    font-size: 30px;
  }

  .refer-earn__heading-accent {
    font-size: 44px;
  }

  .refer-earn__description {
    font-size: 16px;
    max-width: 100%;
  }

  .refer-earn__tool {
    border-radius: 8px;
    gap: 20px;
    max-width: 100%;
    padding: 20px;
  }

  .refer-earn__radio {
    font-size: 14px;
    padding-left: 20px;
  }

  .refer-earn__radio::before {
    height: 14px;
    width: 14px;
  }

  .refer-earn__radio--active::before {
    box-shadow: inset 0 0 0 3px #fff;
  }

  .refer-earn__input-row {
    gap: 8px;
    padding: 4px 4px 4px 14px;
  }

  .refer-earn__input-icon {
    border-radius: 3px;
    height: 14px;
    width: 14px;
  }

  .refer-earn__input {
    font-size: 16px;
  }

  .refer-earn__button {
    font-size: 14px;
    min-height: 42px;
    padding: 8px 18px;
  }

  .refer-earn__hint {
    font-size: 12px;
  }
}

@media (max-width: 700px) {
  .refer-earn {
    padding: 0 0 40px;
  }

  .refer-earn__panel {
    border-radius: 10px;
    gap: 18px;
    padding: 20px 16px;
  }

  .refer-earn__visual {
    width: 260px;
    max-width: 100%;
    margin: 0 auto;
  }

  .refer-earn__heading-line {
    font-size: 28px;
  }

  .refer-earn__heading-accent {
    font-size: 38px;
  }

  .refer-earn__input-row {
    align-items: stretch;
    border-radius: 20px;
    flex-direction: column;
    padding: 12px;
  }

  .refer-earn__input-icon {
    display: none;
  }

  .refer-earn__input {
    width: 100%;
  }

  .refer-earn__button {
    justify-content: center;
    width: 100%;
  }
}
*/
