#end-promo-hero {
  padding: 80px 0;
  text-align: center;
  background: #fff;
}

.end-hero-icon-wrap {
  margin: 0 auto 32px;
}

.end-hero-icon-wrap img {
  width: 88px;
  height: 88px;
}

.end-hero-title {
  font-size: 33px;
  font-family: Latam-Sans-Regular, sans-serif;
  font-weight: 700;
  color: #303030;
  margin-bottom: 16px;
}

.end-hero-subtitle {
  font-size: 16px;
  font-family: Latam-Sans-Regular, sans-serif;
  color: #5C5C5C;
  margin-bottom: 32px;
}

.end-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 24px;
  background: #2C31C9;
  color: #fff;
  font-size: 14px;
  font-family: Latam-Sans-Regular, sans-serif;
  font-weight: 700;
  border-radius: 6px;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s;
}

.end-hero-btn:hover {
  background-color: #0A0E80;
  color: #fff;
  text-decoration: none;

}


#end-promo-inspire {
  padding: 80px 0;
  background: #fff;
}

.end-inspire-title {
  font-size: 33px;
  font-family: Latam-Sans-Regular, sans-serif;
  font-weight: 700;
  color: #303030;
  margin-bottom: 24px;
  line-height: 1.2;
}

.end-inspire-desc {
  font-size: 16px;
  font-family: Latam-Sans-Regular, sans-serif;
  color: #5C5C5C;
  margin-bottom: 40px;
  line-height: 1.5;
}

.end-inspire-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.end-inspire-links li {
  border-top: 1px solid #E1E1E1;
}

.end-inspire-links li:last-child {
  border-bottom: 1px solid #E1E1E1;
}

.end-inspire-links li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #2C31C9;
  font-size: 16px;
  font-family: Latam-Sans-Regular, sans-serif;
  font-weight: 700;
  text-decoration: none;
  padding: 16px 0;
}

.end-inspire-links li a:hover {
  color: #0A0E80;
  text-decoration: underline;
}

.end-inspire-links li a img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.end-inspire-img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  display: block;
}

@media (max-width: 768px) {
  .end-hero-title {
    font-size: 24px;
  }

  .end-inspire-title {
    font-size: 24px;
  }
}
