.tradrr-mobile-section {
  position: relative;
  overflow: hidden;
  padding: clamp(6rem, 9vw, 9rem) 0;
  border-top: 1px solid rgba(135, 143, 156, 0.18);
  border-bottom: 1px solid rgba(135, 143, 156, 0.18);
  background-color: #030505;
  background-image:
    linear-gradient(rgba(130, 144, 154, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(130, 144, 154, 0.075) 1px, transparent 1px);
  background-size: 48px 48px;
  color: #f4f5f6;
}

.tradrr-mobile-section::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.18);
}

.tradrr-mobile-inner {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 3rem), 80rem);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr);
  gap: clamp(3.5rem, 7vw, 7rem);
  align-items: center;
}

.tradrr-mobile-copy {
  min-width: 0;
}

.tradrr-mobile-badge {
  display: inline-flex;
  align-items: center;
  min-height: 2.7rem;
  margin-bottom: 2rem;
  padding: 0.65rem 1.35rem;
  border: 1px solid rgba(17, 221, 242, 0.62);
  color: #11ddf2;
  font-family: "Space Mono", monospace;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.tradrr-mobile-title {
  margin: 0;
  color: #f5f5f3;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tradrr-mobile-title span {
  display: block;
  color: #11ddf2;
}

@media (min-width: 640px) {
  .tradrr-mobile-title {
    font-size: 3rem;
  }
}

@media (min-width: 1024px) {
  .tradrr-mobile-title {
    font-size: 3.75rem;
    line-height: 1;
  }
}

.tradrr-mobile-body {
  max-width: 32rem;
  margin: 1.25rem 0 2rem;
  color: #a1a1aa;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

.tradrr-mobile-features {
  max-width: 48rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tradrr-mobile-feature {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  margin: 0.78rem 0;
  color: #c8cbd0;
  font-size: 1rem;
  line-height: 1.45;
}

.tradrr-mobile-check {
  display: grid;
  flex: 0 0 1.15rem;
  width: 1.15rem;
  height: 1.15rem;
  margin-top: 0.12rem;
  place-items: center;
  border: 1px solid #11ddf2;
  color: #11ddf2;
  font-family: Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
}

.tradrr-mobile-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2.35rem;
}

.tradrr-mobile-button {
  display: inline-flex;
  min-height: 4.25rem;
  padding: 0 2rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.26);
  color: #f5f5f3;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.tradrr-mobile-button:hover {
  border-color: #11ddf2;
  color: #11ddf2;
}

.tradrr-mobile-button--primary {
  border-color: #11ddf2;
  background: #11ddf2;
  color: #020405;
}

.tradrr-mobile-button--primary:hover {
  background: #f5f5f3;
  border-color: #f5f5f3;
  color: #020405;
}

.tradrr-mobile-note {
  margin: 1.1rem 0 0;
  color: #696e77;
  font-size: 0.78rem;
  line-height: 1.5;
}

.tradrr-mobile-device {
  width: min(100%, 22rem);
  margin: 0 auto;
  padding: 0.55rem;
  border: 1px solid rgba(143, 152, 164, 0.34);
  border-radius: 3rem;
  background: #24292f;
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.54);
}

.tradrr-mobile-screen {
  position: relative;
  overflow: hidden;
  aspect-ratio: 390 / 844;
  border-radius: 2.45rem;
  background: #090d0f;
}

.tradrr-mobile-screen img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 1100px) {
  .tradrr-mobile-feature:nth-child(3) {
    white-space: nowrap;
  }
}

@media (max-width: 1023px) {
  .tradrr-mobile-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .tradrr-mobile-copy {
    max-width: 48rem;
  }

  .tradrr-mobile-device {
    width: min(82vw, 21rem);
  }
}

@media (max-width: 640px) {
  .tradrr-mobile-section {
    padding: 5rem 0;
    background-size: 38px 38px;
  }

  .tradrr-mobile-inner {
    width: min(calc(100% - 2rem), 80rem);
    gap: 3.5rem;
  }

  .tradrr-mobile-badge {
    max-width: 100%;
    margin-bottom: 1.5rem;
    padding-inline: 1rem;
    font-size: 0.68rem;
  }

  .tradrr-mobile-body {
    margin-top: 1.25rem;
  }

  .tradrr-mobile-feature {
    font-size: 0.92rem;
  }

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

  .tradrr-mobile-button {
    width: 100%;
  }
}
