:root {
    --cp-green: #8CAD06;
    --cp-orange: #F27300;
    --sm-font: 18px;
}

.hero-banner {
  position: relative;
  width: 100%;
  height: 689px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px 0;
}

.hero-text-section {
  max-width: 600px;
}

.hero-title {
  font-size: 58px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 15px 0;
  letter-spacing: -0.5px;
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  max-width: 500px;
}

.hero-accent-line {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #ff8800 0%, #ffaa33 50%, #333333 100%);
  margin: 15px 0 20px 0;
  border-radius: 2px;
}

.lines {
  display: flex;
  width: 164px;
  height: 10px;
  gap: 6px;
  margin-bottom: 48px;
}

.pro-qcp-explore-marketplace .lines {
  margin-bottom: 39px;
}

.lines .first-line {
  height: 5px;
  width: 128px;
  border-radius: 4px;
  background-color: var(--cp-green);
  border-radius: 4px;
}

.pro-qcp-explore-marketplace .lines .first-line,
.markateplace-banner .lines .first-line {
  width: 90px;
}

.lines .second-line {
  height: 5px;
  width: 30px;
  background-color: var(--cp-orange);
  border-radius: 4px;
}

.hero-description {
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 40px 0;
  max-width: 639px;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.3px;
}

.pro-qcp-explore-marketplace .hero-description {
  margin-bottom: 27px;
}

.hero-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 20px;
  height: 65px;
  align-items: center;
}
.hero-buttons  .field--name-field-primary-button ,.hero-buttons  .field--name-field-secondary-button ,.hero-buttons  button{
  height: 100%;
  height: 65px;
  display: flex;
  align-items: center;
}
.hero-btn {
  padding: 14px 32px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 2px solid transparent;
}

.hero-btn-primary {
  background-color: var(--cp-orange);
  color: #ffffff;
}

.hero-btn-primary:hover {
  background-color: #e67e00;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 136, 0, 0.4);
}

.hero-btn-primary:active {
  transform: translateY(0);
}

.hero-btn-secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.hero-btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.2);
}

.hero-btn-secondary:active {
  transform: translateY(0);
}

.pro-qcp-explore-marketplace .hero-buttons button {
  width: 221px;
  height: 58px;
  padding: 18px 40px;
}

.pro-qcp-explore-marketplace .hero-buttons {
  margin-bottom: 0;
}

@media (min-width: 1280px) {
  .hero-content {
    padding-left: 30px;
  }
}

@media (max-width: 768px) {
  .hero-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgb(27 75 112 / 79%) 0%, rgba(0, 0, 0, 0.1) 100%, transparent 88%);
    z-index: 1;
  }

  .hero-banner {
    height: 100%;
  }

  .hero-content {
    padding: 40px 20px;
  }

  .hero-title {
    font-size: 32px;
  }

  .hero-description {
    font-size: 14px;
    margin-bottom: 40px;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: flex-start;
    height: unset;
  }

  .hero-btn {
    width: 100%;
    text-align: center;
  }

  .lines {
    margin-bottom: 24px !important;
  }

  .pro-qcp-poweredby .lines {
    margin-bottom: 40px !important;
  }
  .hero-buttons .field--name-field-primary-button, .hero-buttons .field--name-field-secondary-button, .hero-buttons button {
    height: unset;
    min-height: unset;
    display: unset;
    align-items: unset;
}

}

@media (max-width: 480px) {
  .hero-banner {
    height: 520px;
  }

  .hero-content {
    padding: 20px;
  }

  .hero-title {
    font-size: 24px;
  }

  .hero-description {
    font-size: var(--sm-font);
  }
}