.bcy-reward-hero {
  min-height: 420px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.bcy-reward-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(242, 247, 255, .98) 0%, rgba(242, 247, 255, .93) 42%, rgba(242, 247, 255, .22) 72%, rgba(242, 247, 255, 0) 100%);
  pointer-events: none;
}

.bcy-reward-hero .inside-back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bcy-reward-hero .container {
  position: relative;
  z-index: 1;
}

.bcy-reward-hero__content {
  padding-top: 24px;
  padding-bottom: 24px;
}

.bcy-reward-eyebrow,
.bcy-reward-section__header > span,
.bcy-reward-cta > div > span {
  display: block;
  color: #377dff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.8px;
}

.bcy-reward-hero h1 {
  margin: 14px 0 18px;
  color: #14213d;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
}

.bcy-reward-hero__content > p {
  max-width: 630px;
  margin: 0;
  color: #52627a;
  font-size: 17px;
  line-height: 1.9;
}

.bcy-reward-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.bcy-reward-btn {
  min-width: 150px;
  height: 46px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.bcy-reward-btn:hover {
  transform: translateY(-2px);
}

.bcy-reward-btn--primary {
  color: #fff !important;
  background: linear-gradient(135deg, #2878ff, #4b8eff);
  box-shadow: 0 10px 24px rgba(40, 120, 255, .24);
}

.bcy-reward-btn--secondary {
  color: #276fe8 !important;
  background: rgba(255, 255, 255, .82);
  border-color: rgba(39, 111, 232, .28);
}

.bcy-reward-hero__note {
  margin-top: 18px;
  color: #718096;
  font-size: 13px;
}

.bcy-reward-hero__note i {
  margin-right: 6px;
  color: #377dff;
}

.bcy-reward-highlights {
  position: relative;
  z-index: 2;
  margin-top: -32px;
}

.bcy-reward-highlights__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: #fff;
  border: 1px solid #edf1f7;
  border-radius: 12px;
  box-shadow: 0 16px 40px rgba(28, 53, 86, .1);
}

.bcy-reward-highlights article {
  min-height: 116px;
  padding: 26px 24px;
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
}

.bcy-reward-highlights article + article::before {
  content: "";
  position: absolute;
  left: 0;
  top: 28px;
  bottom: 28px;
  width: 1px;
  background: #edf1f7;
}

.bcy-reward-highlights article > span {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  color: #347cff;
  background: #edf4ff;
  font-size: 18px;
}

.bcy-reward-highlights h3,
.bcy-reward-highlights p {
  margin: 0;
}

.bcy-reward-highlights h3 {
  color: #1c2b45;
  font-size: 16px;
  font-weight: 650;
}

.bcy-reward-highlights p {
  margin-top: 7px;
  color: #7a879a;
  font-size: 13px;
  line-height: 1.6;
}

.bcy-reward-main {
  color: #24324a;
  background: #fff;
}

.bcy-reward-section {
  padding: 88px 0;
  scroll-margin-top: 78px;
}

.bcy-reward-section--soft {
  background: #f7f9fc;
}

.bcy-reward-section__header {
  max-width: 720px;
  margin: 0 auto 38px;
  text-align: center;
}

.bcy-reward-section__header h2 {
  margin: 10px 0 12px;
  color: #15233c;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 700;
}

.bcy-reward-section__header p {
  margin: 0;
  color: #718096;
  font-size: 15px;
  line-height: 1.8;
}

.bcy-reward-start-card {
  margin-bottom: 28px;
  padding: 24px 28px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  border: 1px solid #dbe8ff;
  border-radius: 12px;
  background: linear-gradient(120deg, #f6faff, #fff);
}

.bcy-reward-start-card__icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, #2878ff, #6aa1ff);
  font-size: 23px;
  box-shadow: 0 10px 22px rgba(40, 120, 255, .22);
}

.bcy-reward-start-card__content strong {
  color: #16243d;
  font-size: 18px;
}

.bcy-reward-start-card__content p {
  margin: 7px 0 0;
  color: #718096;
  font-size: 14px;
}

.bcy-reward-steps {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  list-style: none;
  counter-reset: none;
}

.bcy-reward-steps li {
  min-height: 230px;
  padding: 28px 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid #e8edf5;
  border-radius: 12px;
  background: #fff;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.bcy-reward-steps li:hover {
  transform: translateY(-4px);
  border-color: #cfe0ff;
  box-shadow: 0 16px 34px rgba(35, 65, 105, .09);
}

.bcy-reward-steps li > span {
  position: absolute;
  top: 14px;
  right: 18px;
  color: #edf3fc;
  font-size: 42px;
  line-height: 1;
  font-weight: 800;
}

.bcy-reward-steps li > i {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #347cff;
  background: #edf4ff;
  font-size: 19px;
}

.bcy-reward-steps h3 {
  margin: 22px 0 10px;
  color: #1a2841;
  font-size: 17px;
  font-weight: 650;
}

.bcy-reward-steps p {
  margin: 0;
  color: #77859a;
  font-size: 14px;
  line-height: 1.8;
}

.bcy-reward-rules {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.bcy-reward-rules article {
  min-height: 154px;
  padding: 26px 28px 24px 78px;
  position: relative;
  border: 1px solid #e6ebf3;
  border-radius: 12px;
  background: #fff;
}

.bcy-reward-rules article > i {
  position: absolute;
  top: 27px;
  left: 26px;
  color: #3d80f6;
  font-size: 24px;
}

.bcy-reward-rules h3 {
  margin: 0 0 9px;
  color: #172640;
  font-size: 17px;
  font-weight: 650;
}

.bcy-reward-rules p {
  margin: 0;
  color: #728096;
  font-size: 14px;
  line-height: 1.8;
}

.bcy-reward-rule-tip {
  margin-top: 20px;
  padding: 17px 20px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  color: #66758b;
  border: 1px solid #dce8fb;
  border-radius: 9px;
  background: #f2f7ff;
  font-size: 13px;
  line-height: 1.7;
}

.bcy-reward-rule-tip i,
.bcy-reward-rule-tip a {
  color: #347cff;
}

.bcy-reward-rule-tip a {
  white-space: nowrap;
  font-weight: 600;
}

.bcy-reward-faq {
  max-width: 920px;
  margin: 0 auto;
  border-top: 1px solid #e4eaf2;
}

.bcy-reward-faq details {
  border-bottom: 1px solid #e4eaf2;
}

.bcy-reward-faq summary {
  padding: 21px 46px 21px 4px;
  position: relative;
  color: #21304a;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}

.bcy-reward-faq summary::-webkit-details-marker {
  display: none;
}

.bcy-reward-faq summary i {
  position: absolute;
  top: 23px;
  right: 8px;
  color: #8b98aa;
  transition: transform .2s ease;
}

.bcy-reward-faq details[open] summary i {
  transform: rotate(180deg);
}

.bcy-reward-faq details p {
  margin: -5px 0 22px;
  padding-right: 50px;
  color: #738197;
  font-size: 14px;
  line-height: 1.9;
}

.bcy-reward-cta {
  margin-top: 64px;
  padding: 38px 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  overflow: hidden;
  position: relative;
  border-radius: 14px;
  background: linear-gradient(120deg, #1e67e5, #4b8fff);
  box-shadow: 0 18px 40px rgba(35, 107, 229, .2);
}

.bcy-reward-cta::after {
  content: "";
  width: 260px;
  height: 260px;
  position: absolute;
  top: -170px;
  right: -40px;
  border: 44px solid rgba(255, 255, 255, .08);
  border-radius: 50%;
}

.bcy-reward-cta > div {
  position: relative;
  z-index: 1;
}

.bcy-reward-cta > div > span,
.bcy-reward-cta h2,
.bcy-reward-cta p {
  color: #fff;
}

.bcy-reward-cta h2 {
  margin: 8px 0;
  font-size: 27px;
  font-weight: 700;
}

.bcy-reward-cta p {
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
}

.bcy-reward-cta .bcy-reward-actions {
  flex-wrap: nowrap;
  margin-top: 0;
}

.bcy-reward-btn--light {
  color: #246ee8 !important;
  background: #fff;
  box-shadow: 0 10px 22px rgba(14, 53, 119, .16);
}

.bcy-reward-btn--outline {
  color: #fff !important;
  border-color: rgba(255, 255, 255, .58);
  background: transparent;
}

@media (max-width: 991px) {
  .bcy-reward-highlights__grid,
  .bcy-reward-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bcy-reward-highlights article:nth-child(3)::before {
    display: none;
  }

  .bcy-reward-highlights article:nth-child(n+3) {
    border-top: 1px solid #edf1f7;
  }

  .bcy-reward-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .bcy-reward-hero {
    min-height: 470px;
  }

  .bcy-reward-hero::after {
    background: linear-gradient(90deg, rgba(242, 247, 255, .98), rgba(242, 247, 255, .86));
  }

  .bcy-reward-hero__content {
    padding: 50px 20px 72px;
  }

  .bcy-reward-hero h1 {
    font-size: 32px;
  }

  .bcy-reward-hero__content > p {
    font-size: 15px;
  }

  .bcy-reward-highlights {
    margin-top: -40px;
    padding: 0 15px;
  }

  .bcy-reward-highlights__grid,
  .bcy-reward-steps,
  .bcy-reward-rules {
    grid-template-columns: 1fr;
  }

  .bcy-reward-highlights article {
    min-height: 100px;
  }

  .bcy-reward-highlights article + article::before {
    display: none;
  }

  .bcy-reward-highlights article:nth-child(n+2) {
    border-top: 1px solid #edf1f7;
  }

  .bcy-reward-section {
    padding: 64px 0;
  }

  .bcy-reward-section__header {
    margin-bottom: 28px;
  }

  .bcy-reward-section__header h2 {
    font-size: 27px;
  }

  .bcy-reward-start-card {
    grid-template-columns: auto minmax(0, 1fr);
    padding: 22px;
  }

  .bcy-reward-start-card .bcy-reward-btn {
    grid-column: 1 / -1;
    width: 100%;
  }

  .bcy-reward-steps li {
    min-height: auto;
  }

  .bcy-reward-rule-tip {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .bcy-reward-rule-tip a {
    grid-column: 2;
  }

  .bcy-reward-cta {
    margin-top: 48px;
    padding: 30px 24px;
  }

  .bcy-reward-cta .bcy-reward-actions {
    width: 100%;
    flex-direction: column;
  }

  .bcy-reward-cta .bcy-reward-btn {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .bcy-reward-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .bcy-reward-btn {
    width: 100%;
  }

  .bcy-reward-rules article {
    padding: 72px 22px 24px;
  }

  .bcy-reward-rules article > i {
    top: 24px;
    left: 22px;
  }
}
