.reward-landing {
  background: #f7f8f5;
  color: #18231f;
}

.reward-landing * { box-sizing: border-box; }

.reward-hero {
  position: relative;
  min-height: 540px;
  display: flex;
  align-items: center;
  background: #27352f url("/resources/airbik/images/reward-offer-garage-0b49f1f1e6b5b631baf153a60ccc1923.png") center center / cover no-repeat;
  overflow: hidden;
}

.reward-hero__shade {
  position: absolute;
  inset: 0;
  background: rgba(12, 25, 21, 0.56);
}

.reward-hero__content {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 64px 0;
  color: #fff;
}

.reward-hero__eyebrow,
.reward-section-label {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
  color: #a9e4d1;
}

.reward-hero h1 {
  max-width: 680px;
  margin: 0;
  font-size: 48px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0;
  color: #fff;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.62);
}

.reward-hero__message {
  max-width: 620px;
  margin: 20px 0 0;
  font-size: 19px;
  line-height: 1.65;
  color: #f2f6f4;
}

.reward-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.reward-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.reward-button:hover,
.reward-button:focus { text-decoration: none; }
.reward-button--primary { background: #e84c3d; color: #fff; }
.reward-button--primary:hover,
.reward-button--primary:focus { background: #cf3d2f; color: #fff; }
.reward-button--share,
.reward-button--secondary { background: #fff; color: #18392f; border-color: #fff; }
.reward-button--share:hover,
.reward-button--share:focus,
.reward-button--secondary:hover,
.reward-button--secondary:focus { color: #0e6650; background: #edf8f4; }

.reward-shell {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.reward-process { padding: 62px 0 70px; background: #fff; }
.reward-process .reward-section-label,
.reward-terms .reward-section-label { color: #b43f32; }
.reward-process h2,
.reward-terms h2 { margin: 0; font-size: 30px; line-height: 1.2; letter-spacing: 0; }

.reward-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  margin-top: 38px;
}

.reward-steps article { border-top: 3px solid #16856a; padding-top: 20px; }
.reward-steps span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  background: #e6f4ef;
  color: #0f6e56;
  font-weight: 800;
  border-radius: 50%;
}
.reward-steps h3 { margin: 16px 0 8px; font-size: 19px; letter-spacing: 0; }
.reward-steps p { margin: 0; color: #596761; font-size: 15px; line-height: 1.65; }

.reward-terms { padding: 52px 0; background: #edf2ef; }
.reward-terms__layout {
  display: grid;
  grid-template-columns: minmax(240px, .8fr) minmax(0, 1.2fr);
  gap: 56px;
  align-items: start;
}
.reward-terms__layout > p { margin: 0; color: #4d5c56; font-size: 15px; line-height: 1.75; }

@media (max-width: 760px) {
  .reward-hero { min-height: 500px; background-position: 62% center; }
  .reward-hero__content,
  .reward-shell { width: min(100% - 32px, 1120px); }
  .reward-hero h1 { font-size: 36px; }
  .reward-hero__message { font-size: 17px; }
  .reward-steps { grid-template-columns: 1fr; gap: 28px; }
  .reward-terms__layout { grid-template-columns: 1fr; gap: 22px; }
}
