.hero {
  padding: 28px 0 30px;
  background:
    linear-gradient(90deg, rgba(238,242,246,.85) 0%, rgba(238,242,246,.85) 52%, rgba(221,228,235,.85) 100%),
    radial-gradient(900px 420px at 82% 44%, rgba(255,255,255,.35), rgba(255,255,255,0) 72%),
    url("/images/used-engine.png");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: 0 0, right center, right center;
  background-size: auto, auto, 820px auto;
}

@media (min-width: 1400px) {
  .hero {
    background-size: auto, auto, 900px auto;
  }
}

.hero-container{
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 24px;
}

@media (min-width: 1440px) {
  .hero-container { max-width: 1360px; }
}

.hero-grid {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 24px;
  align-items: center;
}

.hero-form-col {
  min-width: 0;
  background: linear-gradient(180deg, #f67a05 0%, #ef6400 100%);
  border-radius: 16px;
  box-shadow: 0 20px 35px rgba(17, 22, 28, 0.24);
  padding: 16px;
}

.hero-info-col {
  min-width: 0;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 14px;
  box-shadow: 0 12px 24px rgba(16, 31, 52, 0.10);
  padding: 18px;
  backdrop-filter: blur(1px);
  transform: translateX(-12px);
  max-width: 820px;
  justify-self: start;
  width: 100%;
}

.hero-form-col .form-panel {
  margin: 0;
}

.hero-form-col .form-panel__head {
  color: #fff;
  margin-bottom: 12px;
}

.hero-form-col .form-panel__title {
  color: #fff;
  font-size: 29px;
  line-height: 1;
  letter-spacing: 0.3px;
  font-weight: 900;
  text-align: center;
}

.hero-form-col .form-panel__toggle {
  color: #fff;
  background: transparent;
  border: 0;
}

.hero-form-col .hero-find-form {
  width: 100%;
}

.hero-find .form-group {
  margin: 0 0 8px;
}

.hero-benefits-wrapper {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}

.hero-benefits-wrapper h3 {
  margin: 0 0 14px;
  font-size: 38px;
  line-height: 1.06;
  color: #111;
  letter-spacing: -0.3px;
  text-wrap: balance;
}

.hero-benefits {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.hero-benefits-wrapper .site-header__desktopCall {
  margin-top: 14px;
}

.hero-benefits li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.hb-icon {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #ef6400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex: 0 0 auto;
  margin-top: 1px;
}

.hb-icon-svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  display: block;
}

.hb-text {
  font-size: 21px;
  line-height: 1.2;
  font-weight: 700;
  color: #111;
  text-wrap: balance;
}





.hero-find select,
.hero-find input,
.hero-find .form-control {
  width: 100%;
  height: 48px;
  font-size: 16px;
  border-radius: 6px;
  border: 1px solid #d7dfe7;
  background: #fff;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.03);
  padding: 0 12px;
  color: #111;
}

.hero-find button[type="submit"].find-part-button.sm-submit-btn,
.hero-find .find-part-button.sm-submit-btn {
  width: 100%;
  height: 60px;
  border-radius: 40px;
  border: 0;
  background: #000;
  color: #fff;
  font-weight: 800;
  box-shadow: 0 9px 16px rgba(0, 0, 0, 0.32);
}

.hero-find button[type="submit"].find-part-button.sm-submit-btn:hover,
.hero-find .find-part-button.sm-submit-btn:hover {
  background: #000;
  color: #fff;
}

@media (min-width: 992px) {
  .hero { padding: 32px 0; }
  .hero-container { padding: 0 18px; }
}

@media (max-width: 768px) {
  .hero {
    padding: 0 0 30px;
    background:
      linear-gradient(180deg, #eef2f6 0%, #e7edf3 100%),
      url("/images/used-engine.png");
    background-repeat: no-repeat, no-repeat;
    background-position: 0 0, center 108%;
    background-size: auto, 320px auto;
  }

  .hero-grid,
  .hero-container {
    grid-template-columns: 1fr;
    gap: 0;
    align-items: start;
    margin: 0;
  }

  .hero-container {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-form-col {
    width: 100%;
    margin: 0;
    padding: 14px;
    border-radius: 0;
  }

  .hero-form-col .form-panel {
    border-radius: 0;
  }

  .hero-find select,
  .hero-find input,
  .hero-find .form-control,
  .hero-find button[type="submit"].find-part-button.sm-submit-btn,
  .hero-find .find-part-button.sm-submit-btn {
    border-radius: 0;
  }

  .hero-form-col .form-panel__title {
    font-size: 32px;
  }

  .hero-form-col .form-panel__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .hero-form-col .form-panel__toggle {
    width: 44px;
    height: 34px;
    font-size: 20px;
    cursor: pointer;
  }

  .hero-form-col .form-panel__body[hidden] { display: none; }

  .hero-info-col {
    margin-top: 14px;
    padding: 14px 14px 14px 20px;
    border-radius: 12px;
    transform: none;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }

  .hero-benefits-wrapper h3 {
    font-size: 26px;
    line-height: 1.1;
    white-space: nowrap;
  }

  .hb-text {
    font-size: 19px;
  }


    font-size: 30px;
  }
}

@media (min-width: 992px) {
  .hero-container {
    padding-right: 56px;
  }
}

@media (min-width: 992px) {
  .hero-container {
    padding-left: 56px;
  }
}
