/**

 * Homepage home value band — horizontal estimate bar + headline below

 * v20260912

 */



.home-value-band {

  position: relative;

  padding: clamp(1.35rem, 3vw, 2rem) 0 clamp(1.75rem, 4vw, 2.5rem);

  background-color: #071526;

  background-image:
    linear-gradient(
      105deg,
      rgba(7, 21, 38, 0.97) 0%,
      rgba(7, 21, 38, 0.92) 38%,
      rgba(7, 21, 38, 0.88) 100%
    ),
    url('/images/hero/hero-home-2.jpg');

  background-size: cover;

  background-position: center center;

  border-top: 1px solid rgba(255, 255, 255, 0.06);

}



.home-value-band::before {

  content: '';

  position: absolute;

  inset: 0;

  background:
    radial-gradient(ellipse 85% 75% at 50% 0%, rgba(201, 162, 77, 0.07) 0%, transparent 55%),
    rgba(7, 21, 38, 0.28);

  pointer-events: none;

}



.home-value-band__inner {

  position: relative;

  z-index: 1;

  display: flex;

  flex-direction: column;

  gap: clamp(1.25rem, 3vw, 1.75rem);

  max-width: 1180px;

  margin: 0 auto;

  padding: 0 clamp(1rem, 3vw, 1.35rem);

}



.home-value-bar-wrap {

  width: 100%;

}



.home-value-bar.sell-premium-card {

  max-width: none;

  width: 100%;

  margin: 0;

  padding: clamp(0.85rem, 2vw, 1.1rem) clamp(1rem, 2.5vw, 1.35rem) clamp(0.95rem, 2vw, 1.15rem);

  border-radius: 16px;

  border: 1px solid rgba(201, 162, 77, 0.35);

  box-shadow:

    0 2px 10px rgba(0, 0, 0, 0.12),

    0 16px 40px rgba(0, 0, 0, 0.22),

    inset 0 1px 0 rgba(255, 255, 255, 0.65);

  background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);

}



.home-value-bar__row {

  display: flex;

  flex-wrap: wrap;

  align-items: flex-end;

  gap: 0.55rem 0.65rem;

}



.home-value-bar__row--primary {

  align-items: stretch;

}



.home-value-bar__lead {

  display: none;

}



.home-value-bar__field {

  margin-bottom: 0;

  min-width: 0;

}



.home-value-bar__field span:not(.visually-hidden) {

  font-size: 0.68rem;

  font-weight: 700;

  letter-spacing: 0.04em;

  text-transform: uppercase;

  color: #5a6570;

  margin-bottom: 0.2rem;

}



.home-value-bar__field input,

.home-value-bar__field select {

  width: 100%;

  min-height: 46px;

  padding: 0.55rem 0.7rem;

  font-size: 0.92rem;

  border-radius: 10px;

  border: 1px solid #c5ced8;

  background: #fff;

  box-sizing: border-box;

}



.home-value-bar__field input:focus,

.home-value-bar__field select:focus {

  border-color: #c9a24d;

  box-shadow: 0 0 0 3px rgba(201, 162, 77, 0.22);

  outline: none;

}



.home-value-bar__field--address {

  flex: 1 1 12rem;

  min-width: min(100%, 14rem);

}



.home-value-bar__field--beds,

.home-value-bar__field--baths {

  flex: 0 1 5.5rem;

  min-width: 4.75rem;

}



.home-value-bar__field--sqft {

  flex: 0 1 6.5rem;

  min-width: 5.5rem;

}



.home-value-bar__submit.sell-premium-submit {

  flex: 0 0 auto;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  align-self: flex-end;

  width: auto;

  min-width: 9.5rem;

  min-height: 46px;

  height: 46px;

  margin: 0;

  padding: 0 1.25rem;

  white-space: nowrap;

  border-radius: 10px;

  font-size: 0.92rem;

  font-weight: 800;

  letter-spacing: 0.01em;

  line-height: 1.1;

  box-sizing: border-box;

}



.home-value-bar__row--secondary {

  margin-top: 0.55rem;

  padding-top: 0.55rem;

  border-top: 1px solid rgba(7, 21, 38, 0.08);

}



.home-value-bar__row--secondary.home-value-bar__row--secondary,

.home-value-bar .sell-cma-specs.home-value-bar__row--secondary {

  display: grid;

  grid-template-columns: repeat(3, minmax(0, 1fr));

  gap: 0.55rem 0.65rem;

  align-items: end;

  margin-bottom: 0;

}

.home-value-bar .sell-cma-specs .sell-premium-field {
  margin-bottom: 0;
}

.home-value-bar .sell-cma-specs .sell-premium-field:nth-child(3) {
  grid-column: auto;
}

.home-value-bar .sell-cma-specs .sell-premium-field--full {
  grid-column: 1 / -1;
}

@media (min-width: 900px) {
  .home-value-bar .sell-cma-specs .sell-premium-field--full {
    grid-column: auto;
  }
}

.home-value-bar__field--condition {

  grid-column: auto;

}



.home-value-bar__trust {

  margin: 0.55rem 0 0;

  text-align: center;

  font-size: 0.7rem;

}



.home-value-bar__fine {

  margin: 0.35rem 0 0;

  text-align: center;

  font-size: 0.72rem;

}



.home-value-band__headline {

  text-align: center;

  max-width: 52rem;

  margin: 0 auto;

}



.home-value-band__headline .sell-premium-eyebrow {

  margin-bottom: 0.45rem;

  font-size: 0.68rem;

  letter-spacing: 0.14em;

  color: #e8c878;

}



.home-value-band__headline h2 {

  margin: 0 0 0.65rem;

  font-size: clamp(1.5rem, 3.5vw, 2.15rem);

  font-weight: 800;

  line-height: 1.15;

  letter-spacing: -0.03em;

  color: #fff;

  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.25);

}



.home-value-band__headline .sell-premium-lead {

  margin: 0 auto 1rem;

  max-width: 40rem;

  font-size: clamp(0.92rem, 1.8vw, 1.02rem);

  line-height: 1.6;

  color: rgba(255, 255, 255, 0.8);

}



.home-value-band__meta {

  display: flex;

  flex-direction: column;

  align-items: center;

  gap: 0.85rem;

}



.home-value-band__meta .sell-premium-benefits--compact {

  margin: 0;

  display: flex;

  flex-wrap: wrap;

  justify-content: center;

  gap: 0.5rem 1.25rem;

  max-width: none;

}



.home-value-band__meta .sell-premium-benefits--compact li {

  font-size: 0.84rem;

  color: rgba(255, 255, 255, 0.92);

}

.home-value-band .sell-premium-lead strong {

  color: #fff;

  font-weight: 700;

}



.home-value-band__meta .sell-premium-trust--compact {

  justify-content: center;

}



/* Results / contact cards — full width below bar */

.home-value-bar-wrap .sell-cma-results,

.home-value-bar-wrap .sell-cma-contact,

.home-value-bar-wrap .sell-premium-success {

  margin-top: 0.75rem;

  max-width: none;

}



@media (min-width: 900px) {

  .home-value-bar__lead {

    display: flex;

    flex-direction: column;

    justify-content: center;

    flex: 0 0 auto;

    min-width: 7.5rem;

    padding-right: 0.25rem;

    border-right: 1px solid rgba(7, 21, 38, 0.08);

    margin-right: 0.15rem;

  }



  .home-value-bar__kicker {

    font-size: 0.72rem;

    font-weight: 800;

    letter-spacing: 0.06em;

    text-transform: uppercase;

    color: #9a7b1a;

    line-height: 1.2;

  }



  .home-value-bar__hint {

    margin-top: 0.15rem;

    font-size: 0.68rem;

    font-weight: 600;

    color: #5a6570;

    line-height: 1.3;

  }



  .home-value-bar__row--primary {

    flex-wrap: nowrap;

    align-items: flex-end;

    gap: 0.65rem;

  }



  .home-value-bar__field--address {

    flex: 1 1 0;

    min-width: 10rem;

  }



  .home-value-bar__submit.sell-premium-submit {

    min-width: 11rem;

    padding: 0 1.35rem;

    font-size: 0.95rem;

  }



  .home-value-bar__row--secondary.home-value-bar__row--secondary {

    grid-template-columns: minmax(0, 7rem) minmax(0, 7rem) minmax(0, 1fr);

  }

}



@media (max-width: 899px) {

  .home-value-bar__row--primary {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 0.55rem;

  }



  .home-value-bar__field--address {

    grid-column: 1 / -1;

  }



  .home-value-bar__submit.sell-premium-submit {

    grid-column: 1 / -1;

    display: block;

    width: 100%;

    height: auto;

    min-height: 48px;

    padding: 0.75rem 1.25rem;

    font-size: 1rem;

  }



  .home-value-bar__row--secondary.home-value-bar__row--secondary {

    grid-template-columns: 1fr 1fr;

  }



  .home-value-bar__field--condition {

    grid-column: 1 / -1;

  }



  .home-value-band__headline {

    text-align: left;

  }



  .home-value-band__meta {

    align-items: flex-start;

  }



  .home-value-band__meta .sell-premium-benefits--compact {

    justify-content: flex-start;

    flex-direction: column;

    align-items: flex-start;

    gap: 0.4rem;

  }



  .home-value-band__meta .sell-premium-trust--compact {

    justify-content: flex-start;

  }

}



@media (max-width: 480px) {

  .home-value-bar.sell-premium-card {

    padding: 0.85rem 0.9rem 0.95rem;

    border-radius: 14px;

  }



  .home-value-bar__row--secondary.home-value-bar__row--secondary {

    grid-template-columns: 1fr;

  }

}



/* Legacy selectors — keep sell-premium-hero--home-value hooks working */

.sell-premium-hero.sell-premium-hero--home-value.home-value-band {

  padding: 0;

  border: none;

  overflow: hidden;

  color: #f8f6f1;

  background-color: #071526;

  background-image:
    linear-gradient(
      105deg,
      rgba(7, 21, 38, 0.97) 0%,
      rgba(7, 21, 38, 0.92) 38%,
      rgba(7, 21, 38, 0.88) 100%
    ),
    url('/images/hero/hero-home-2.jpg');

  background-size: cover;

  background-position: center center;

}



.sell-premium-hero.sell-premium-hero--home-value.home-value-band::before {

  display: block;

  background:
    radial-gradient(ellipse 85% 75% at 50% 0%, rgba(201, 162, 77, 0.07) 0%, transparent 55%),
    rgba(7, 21, 38, 0.28);

}



.sell-premium-hero--home-value .sell-premium-hero__grid {

  display: block;

  max-width: none;

  padding: 0;

}



.visually-hidden {

  position: absolute;

  width: 1px;

  height: 1px;

  padding: 0;

  margin: -1px;

  overflow: hidden;

  clip: rect(0, 0, 0, 0);

  white-space: nowrap;

  border: 0;

}


