.section__3 .section__inner {
  position: relative;
  padding-bottom: 80px;
}

.section__3 .section__content {
  position: relative;
  z-index: 1;
}

.green-highlight {
  word-break: keep-all;
  color: #055541;
  font-weight: bold;
  font-size: 140%;
  line-height: 140%;
  margin: 0 8px;
  padding: 0 0.2em;
  background: linear-gradient(transparent 52%, #d5f1d8 0);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.section-remark-box {
  max-width: unset !important;
}

.reward-block {
  text-align: center;
  color: #4f5b58;
}

.reward-block__title {
  margin: 0;
  font-size: clamp(28px, 4vw, 40px);
  color: #17703a;
  letter-spacing: 1px;
  font-weight: 700;
}

.reward-block__content {
  margin-top: 16px;
  font-size: clamp(16px, 2.5vw, 20px);
  line-height: 30px;
}

.reward-actions {
  display: flex;
  align-items: center;
  gap: clamp(20px, 5vw, 36px);
  margin: clamp(40px, 6vw, 56px) auto clamp(20px, 3vw, 32px);
  width: 100%;
}

.reward-actions__bar {
  flex: 1;
  height: 4px;
  background: linear-gradient(90deg, rgba(213, 241, 216, 0.95) 0%, rgba(213, 241, 216, 0.62) 55%, rgba(213, 241, 216, 0.25) 100%);
  clip-path: polygon(0 0, 100% 28%, 100% 72%, 0 100%);
}

.reward-actions__bar--right {
  background: linear-gradient(270deg, rgba(213, 241, 216, 0.95) 0%, rgba(213, 241, 216, 0.62) 55%, rgba(213, 241, 216, 0.25) 100%);
  clip-path: polygon(0 28%, 100% 0, 100% 100%, 0 72%);
}

.reward-actions__btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 24px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  background: #055541;
  color: #fff;
  border: none;
  font-family: inherit;
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.reward-actions__btn:focus {
  outline: none;
}

.reward-actions__btn:focus-visible {
  box-shadow: 0 10px 18px rgba(23, 112, 58, 0.18), 0 0 0 3px rgba(19, 78, 42, 0.25);
}

.reward-actions__btn:active {
  transform: translateY(1px);
  box-shadow: 0 6px 12px rgba(19, 78, 42, 0.18);
}

.reward-actions__icon {
  display: inline-flex;
  width: 20px;
  height: 20px;
}

.reward-actions__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.reward-actions.reward-actions--secondary {
  margin-top: clamp(48px, 6vw, 64px);
}

.reward-actions.reward-actions--secondary .reward-actions__btn {
  background: #0e6030;
}

.reward-actions.reward-actions--reverse .reward-actions__bar {
  background: linear-gradient(270deg, rgba(213, 241, 216, 0.95) 0%, rgba(213, 241, 216, 0.62) 55%, rgba(213, 241, 216, 0.25) 100%);
  clip-path: polygon(0 28%, 100% 0, 100% 100%, 0 72%);
}

.reward-actions.reward-actions--reverse .reward-actions__bar--right {
  background: linear-gradient(90deg, rgba(213, 241, 216, 0.95) 0%, rgba(213, 241, 216, 0.62) 55%, rgba(213, 241, 216, 0.25) 100%);
  clip-path: polygon(0 0, 100% 28%, 100% 72%, 0 100%);
}

.reward-card-grid {
  margin-top: clamp(36px, 5vw, 48px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 4vw, 24px);
}

.reward-card {
  background: #f4fbf6;
  border-radius: 22px;
  padding: clamp(28px, 4vw, 36px);
  border: 8px solid #fff;
  box-shadow: 0 18px 36px rgba(19, 78, 42, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(18px, 4vw, 22px);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.reward-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 44px rgba(19, 78, 42, 0.12);
}

.reward-card__icon {
  width: clamp(66px, 9vw, 82px);
  height: clamp(66px, 9vw, 82px);
  object-fit: contain;
}

.reward-card__desc {
  font-size: clamp(15px, 2.3vw, 20px);
  color: #4f5b58;
  text-align: center;
}

.reward-note strong {
  color: #0e6030;
}

.reward-notice {
  margin: clamp(28px, 5vw, 40px) auto 0;
  max-width: 760px;
  padding: clamp(16px, 3vw, 22px) clamp(18px, 5vw, 30px);
  border: 1px solid rgba(23, 112, 58, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  color: #4f5b58;
}

.reward-chevron {
  width: 0;
  height: 0;
  margin: clamp(36px, 6vw, 54px) auto 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 18px solid #f7fbe6;
}

@media (max-width: 900px) {
  .reward-actions {
    gap: 16px;
  }
}

@media (max-width: 768px) {
  /* .section__3 .section__content {
    max-width: 1000px;
  } */

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

  .reward-actions {
    flex-direction: column;
  }

  .reward-actions__bar,
  .reward-actions__bar--right {
    width: 100%;
    height: 4px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    background: rgba(213, 241, 216, 0.4);
  }

  .reward-actions.reward-actions--reverse .reward-actions__bar,
  .reward-actions.reward-actions--reverse .reward-actions__bar--right {
    background: rgba(213, 241, 216, 0.4);
  }

  .reward-actions__btn {
    width: 100%;
    justify-content: center;
  }

  .reward-footer {
    border-radius: 32px 32px 0 0;
  }

  .reward-footer__inner {
    border-radius: 24px;
  }
}
