@import url('manufacturers.css');

.redemption-page {
  color: #263946;
  padding-bottom: 58px;
}

.redemption-page,
.redemption-page * {
  box-sizing: border-box;
}

.redemption-page .breadcrumb {
  margin-bottom: 0;
}

.redemption-hero {
  background: linear-gradient(135deg, #F2FBFF 0%, #FFFFFF 42%, #FFFFFF 100%);
  border: 1px solid #D7E8F1;
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(20, 39, 78, 0.1);
  margin: 24px auto 24px;
  max-width: 100%;
  max-width: min(100%, calc(100vw - 24px));
  overflow: hidden;
  padding: 31px 36px 30px;
  position: relative;
  text-align: center;
  width: 100%;
}

.redemption-hero::before {
  background: linear-gradient(90deg, #1980BB 0%, #35A8D9 58%, #BA0204 100%);
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.redemption-hero__eyebrow {
  color: #A84301;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 7px;
  text-transform: uppercase;
}

.redemption-hero h1 {
  color: #00527E;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.18;
  margin: 0 0 10px;
}

.redemption-hero p {
  color: #323035;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.48;
  margin: 0 auto 24px;
  max-width: 820px;
}

.redemption-steps {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 760px;
  text-align: left;
}

.redemption-step {
  align-items: center;
  background: #F6FAFC;
  border: 1px solid #DCEAF1;
  border-radius: 6px;
  display: flex;
  gap: 10px;
  min-height: 56px;
  padding: 10px 13px;
}

.redemption-step span {
  align-items: center;
  background: #E8F5FB;
  border: 1px solid #B9DCEB;
  border-radius: 50%;
  color: #00527E;
  display: inline-flex;
  flex: 0 0 30px;
  font-size: 14px;
  font-weight: 700;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.redemption-step strong {
  color: #14274E;
  display: block;
  font-size: 16px;
  line-height: 1.25;
}

.redemption-directory {
  background: #FFFFFF;
  border: 1px solid #D7E8F1;
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(20, 39, 78, 0.08);
  margin: 0 auto;
  max-width: 100%;
  max-width: min(100%, calc(100vw - 24px));
  padding: 24px 24px 10px;
  width: 100%;
}

.redemption-directory__heading {
  border-bottom: 1px solid #E1EDF3;
  margin-bottom: 22px;
  padding-bottom: 13px;
  text-align: left;
}

.redemption-directory__heading span {
  color: #A84301;
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.redemption-directory__heading h2 {
  color: #00527E;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.25;
  margin: 0;
}

.redemption-grid .row {
  margin-left: -10px;
  margin-right: -10px;
}

.redemption-vendor {
  display: flex;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.redemption-card {
  background: #F8FBFD;
  border: 1px solid #DCEAF1;
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(20, 39, 78, 0.06);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  text-align: center;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
  width: 100%;
}

.redemption-card:hover {
  border-color: #A9D7EA;
  box-shadow: 0 14px 28px rgba(20, 39, 78, 0.11);
  transform: translateY(-2px);
}

.redemption-card__logo {
  align-items: center;
  background: #FFFFFF;
  border-bottom: 1px solid #E1EDF3;
  display: flex;
  justify-content: center;
  min-height: 142px;
  padding: 18px;
  text-decoration: none;
}

.redemption-card__logo span {
  align-items: center;
  border: 0;
  display: flex;
  height: auto;
  justify-content: center;
  line-height: 1;
  min-height: 92px;
  width: 100%;
}

.redemption-card__logo img {
  max-height: 110px;
  object-fit: contain;
  width: auto;
}

.redemption-card__logo .nopict {
  align-items: center;
  background: #EAF6FB;
  border: 1px dashed #A9D7EA;
  border-radius: 8px;
  color: #1980BB;
  display: flex;
  height: 96px;
  justify-content: center;
  width: 150px;
}

.redemption-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 18px 16px 17px;
}

.redemption-card h3 {
  color: #14274E;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 13px;
}

.redemption-card h3 a {
  color: inherit;
  text-decoration: none;
}

.redemption-card h3 a:hover,
.redemption-card h3 a:focus {
  color: #BA0204;
}

.redemption-card__method {
  background: #FFFFFF;
  border: 1px solid #E1EDF3;
  border-radius: 6px;
  margin-top: 9px;
  padding: 11px 10px;
}

.redemption-card__method span {
  border: 0;
  color: #5B6872;
  display: block;
  font-size: 13px;
  font-weight: 700;
  height: auto;
  line-height: 1.25;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.redemption-card__method a {
  color: #00527E;
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  overflow-wrap: anywhere;
  text-decoration: underline;
}

.redemption-card__method a + a {
  margin-top: 6px;
}

.redemption-card__method a:hover,
.redemption-card__method a:focus {
  color: #BA0204;
}

@media (max-width: 991px) {
  .redemption-steps {
    grid-template-columns: 1fr;
    max-width: 420px;
  }
}

@media (max-width: 767px) {
  .redemption-page {
    padding-bottom: 34px;
  }

  .redemption-hero {
    margin-top: 18px;
    padding: 29px 18px 24px;
  }

  .redemption-hero h1 {
    font-size: 31px;
  }

  .redemption-hero p {
    font-size: 16px;
    margin-bottom: 18px;
  }

  .redemption-step {
    min-height: 52px;
  }

  .redemption-directory {
    padding: 20px 12px 4px;
  }

  .redemption-directory__heading h2 {
    font-size: 24px;
  }

  .redemption-vendor {
    margin-bottom: 14px;
  }
}
