.redeem-site-body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 82% 0%, rgba(210, 228, 255, 0.42), transparent 34%),
    #f6f9fe;
  color: #07143c;
}

.redeem-site-nav {
  border: 0;
  background: transparent;
  padding: 10px 32px 8px;
}

.redeem-site-nav > div {
  max-width: none;
}

.redeem-site-nav img {
  height: 76px;
  width: auto;
}

.redeem-site-shell {
  width: calc(100% - 40px);
  margin: 14px auto 0;
  border: 1px solid #dce7f7;
  border-radius: 24px 24px 0 0;
  background: rgba(255, 255, 255, 0.96);
  padding: 29px 32px 44px;
  box-shadow: 0 10px 30px rgba(51, 91, 150, 0.1);
}

.redeem-site-shell > p:first-child {
  margin: 0 0 21px;
  font-size: 20px;
  font-weight: 600;
}

.redeem-site-footer {
  margin-top: 0;
}

.redeem-home {
  width: 100%;
}

.redeem-home-card {
  display: grid;
  grid-template-columns: minmax(420px, 40.5%) minmax(0, 59.5%);
  min-height: 724px;
  overflow: hidden;
  border: 1px solid #d9e5f7;
  border-radius: 25px;
  background: #ffffff;
  box-shadow: 0 8px 25px rgba(51, 91, 150, 0.09);
}

.redeem-home-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 36px 48px 52px;
}

.redeem-home-eyebrow {
  align-self: flex-start;
  margin: 0;
  border-radius: 999px;
  background: #e7f1ff;
  padding: 7px 18px;
  color: #0757ee;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.redeem-home-title {
  max-width: 510px;
  margin: 39px 0 0;
  color: #07143c;
  font-family: var(--font-display);
  font-size: clamp(42px, 3.4vw, 58px);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.045em;
}

.redeem-home-description {
  max-width: 520px;
  margin: 30px 0 0;
  color: #47618d;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.65;
}

.redeem-home-actions {
  max-width: 510px;
  margin-top: 34px;
}

.redeem-home-actions .auth-social-stack {
  gap: 10px !important;
}

.redeem-home-actions .auth-social-stack form {
  width: 100%;
}

.redeem-home-actions .auth-social-button {
  min-height: 61px !important;
  border-color: #cfdbed !important;
  border-radius: 11px !important;
  color: #07143c !important;
  font-size: 17px !important;
  box-shadow: 0 1px 2px rgba(16, 43, 91, 0.02) !important;
}

.redeem-home-actions .auth-social-icon {
  width: 25px !important;
  height: 25px !important;
}

.redeem-home-actions .auth-divider {
  gap: 20px !important;
  margin: 16px 0 !important;
  color: #52698f !important;
  font-size: 15px !important;
  font-weight: 600 !important;
}

.redeem-home-actions .auth-divider > span[aria-hidden="true"] {
  background: #d9e3f1 !important;
}

.redeem-home-signin,
.redeem-home-proof {
  max-width: 510px;
  color: #4b638d;
  font-size: 17px;
  line-height: 1.5;
}

.redeem-home-signin {
  margin: 28px 0 0;
}

.redeem-home-signin a {
  color: #0757ee;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.redeem-home-proof {
  margin: 20px 0 0;
  font-size: 15px;
}

.redeem-home-visual {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 46px 38px 41px 24px;
}

.earning-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 27px;
  align-items: stretch;
}

.earning-step {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 498px;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  background: linear-gradient(180deg, #f3f8ff 0%, #f8fbff 100%);
  padding: 48px 20px 25px;
}

.earning-step:not(:last-child)::after {
  position: absolute;
  top: 51.5%;
  right: -22px;
  color: #0757ee;
  content: "•••";
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 1;
  transform: translateX(50%);
  z-index: 2;
}

.earning-step-number {
  position: absolute;
  top: -22px;
  left: 50%;
  display: flex;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(145deg, #0861ff 0%, #0048dc 100%);
  color: #ffffff;
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 800;
  box-shadow: 0 5px 12px rgba(0, 82, 235, 0.2);
  transform: translateX(-50%);
}

.earning-step-heading {
  min-height: 53px;
  margin: 0;
  color: #07143c;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.025em;
  text-align: center;
}

.earning-step-illustration {
  display: flex;
  width: 100%;
  min-height: 310px;
  flex: 1;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
}

.earning-request-art {
  position: relative;
  width: 100%;
  max-width: 214px;
}

.earning-request-card {
  display: flex;
  height: 162px;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #bdd1f2;
  border-radius: 15px;
  background: linear-gradient(145deg, #e9f2ff 0%, #f8fbff 100%);
  padding: 24px;
  box-shadow: 0 7px 16px rgba(31, 91, 184, 0.1);
}

.earning-request-link {
  width: 58px;
  height: 58px;
  margin: -9px 0 7px;
  color: #0861ff;
  transform: rotate(-8deg);
}

.earning-request-lines {
  display: grid;
  gap: 10px;
}

.earning-request-lines span {
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, #b2c6e8 0%, #93acdb 100%);
}

.earning-request-lines span:first-child {
  width: 62%;
  margin-left: 38%;
  background: #ffffff;
}

.earning-request-lines span:nth-child(2) {
  width: 100%;
}

.earning-request-lines span:last-child {
  width: 76%;
}

.earning-request-sparks {
  position: absolute;
  top: -34px;
  right: -7px;
  width: 41px;
  height: 41px;
  color: #0861ff;
}

.earning-step-button {
  display: flex;
  width: 83%;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 9px;
  background: linear-gradient(135deg, #0861ff 0%, #0049e6 100%);
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 6px 12px rgba(0, 82, 235, 0.13);
}

.earning-phone {
  position: relative;
  width: min(182px, 90%);
  height: 340px;
  border: 5px solid #0757ee;
  border-radius: 29px;
  background: #ffffff;
  padding: 39px 18px 18px;
  box-shadow: 0 7px 18px rgba(31, 91, 184, 0.08);
}

.earning-phone::before {
  position: absolute;
  top: -1px;
  left: 50%;
  width: 72px;
  height: 14px;
  border-radius: 0 0 9px 9px;
  background: #0757ee;
  content: "";
  transform: translateX(-50%);
}

.earning-phone-screen {
  display: flex;
  height: 139px;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: linear-gradient(145deg, #e4efff 0%, #f5f9ff 100%);
}

.earning-people-icon {
  width: 91px;
  height: 91px;
}

.earning-phone-lines {
  display: grid;
  gap: 10px;
  margin: 18px 8px 0;
}

.earning-phone-lines span {
  height: 10px;
  border-radius: 999px;
  background: #dfe6f3;
}

.earning-phone-lines span:last-child {
  width: 72%;
  margin: 0 auto;
}

.earning-phone .earning-step-button {
  position: absolute;
  right: 17px;
  bottom: 18px;
  left: 17px;
  width: auto;
}

.earning-reward-art {
  position: relative;
  width: 100%;
  max-width: 200px;
}

.earning-reward-card {
  display: flex;
  height: 256px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #c8d8ef;
  border-radius: 15px;
  background: linear-gradient(145deg, #e5efff 0%, #f8fbff 100%);
  box-shadow: 0 8px 18px rgba(31, 91, 184, 0.08);
}

.earning-bag-icon {
  width: 117px;
  height: 117px;
}

.earning-reward-lines {
  display: grid;
  width: 71%;
  gap: 12px;
  margin-top: 22px;
}

.earning-reward-lines span {
  height: 11px;
  border-radius: 999px;
  background: #a9bce0;
}

.earning-reward-lines span:last-child {
  width: 68%;
  margin: 0 auto;
  background: #c1cee6;
}

.earning-reward-sparks {
  position: absolute;
  top: -46px;
  right: -17px;
  width: 70px;
  height: 70px;
}

.redeem-home-tagline {
  margin: 31px 0 0;
  color: #050505;
  font-family: var(--font-display);
  font-size: clamp(21px, 1.75vw, 29px);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.04em;
  text-align: center;
}

.redeem-pending {
  border-top: 1px solid #dbeafe;
  background: #eff6ff;
  padding: 20px 28px;
  color: #1e40af;
  font-size: 14px;
}

.redeem-pending p {
  margin: 0;
}

.redeem-pending p + p {
  margin-top: 4px;
}

@media (max-width: 1180px) {
  .redeem-home-card {
    grid-template-columns: minmax(360px, 42%) minmax(0, 58%);
  }

  .redeem-home-copy {
    padding-left: 38px;
  }

  .redeem-home-visual {
    padding-right: 25px;
  }

  .earning-steps {
    gap: 18px;
  }

  .earning-step {
    padding-right: 12px;
    padding-left: 12px;
  }

  .earning-step:not(:last-child)::after {
    right: -14px;
  }
}

@media (max-width: 920px) {
  .redeem-site-nav {
    padding-right: 18px;
    padding-left: 18px;
  }

  .redeem-site-shell {
    width: calc(100% - 24px);
    margin-top: 8px;
    padding: 18px 16px 30px;
  }

  .redeem-home-card {
    grid-template-columns: 1fr;
  }

  .redeem-home-copy {
    align-items: center;
    padding: 48px 32px;
    text-align: center;
  }

  .redeem-home-eyebrow {
    align-self: center;
  }

  .redeem-home-title {
    margin-top: 24px;
  }

  .redeem-home-description {
    margin-top: 20px;
  }

  .redeem-home-actions,
  .redeem-home-signin,
  .redeem-home-proof {
    width: 100%;
  }

  .redeem-home-visual {
    border-top: 1px solid #e1eaf7;
    padding: 54px 24px 40px;
  }
}

@media (max-width: 680px) {
  .redeem-site-nav {
    padding: 4px 8px;
  }

  .redeem-site-nav img {
    height: 58px;
  }

  .redeem-site-shell {
    width: calc(100% - 16px);
    margin-top: 4px;
    border-radius: 18px 18px 0 0;
    padding: 14px 10px 24px;
  }

  .redeem-site-shell > p:first-child {
    margin: 0 6px 14px;
    font-size: 15px;
  }

  .redeem-home-card {
    min-height: 0;
    border-radius: 18px;
  }

  .redeem-home-copy {
    padding: 34px 20px 38px;
  }

  .redeem-home-title {
    font-size: 36px;
    line-height: 1.12;
  }

  .redeem-home-description {
    font-size: 17px;
    line-height: 1.55;
  }

  .redeem-home-actions {
    margin-top: 26px;
  }

  .redeem-home-signin {
    margin-top: 22px;
    font-size: 15px;
  }

  .redeem-home-proof {
    margin-top: 14px;
    font-size: 13px;
  }

  .redeem-home-visual {
    padding: 49px 18px 34px;
  }

  .earning-steps {
    grid-template-columns: 1fr;
    gap: 49px;
  }

  .earning-step {
    min-height: 440px;
    padding: 45px 22px 24px;
  }

  .earning-step:not(:last-child)::after {
    top: auto;
    right: 50%;
    bottom: -34px;
    content: "•••";
    transform: translateX(50%) rotate(90deg);
  }

  .redeem-home-tagline {
    margin-top: 32px;
    font-size: 22px;
  }
}
