.product-hero {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.product-hero-panel {
  background: #1b1b1b;
  border: 1px solid #343a40;
  border-radius: .8rem;
  box-shadow: 0 1rem 2.5rem rgba(0,0,0,.28);
  overflow: hidden;
}

.product-hero-copy {
  padding: 2.5rem;
}

.product-hero h1 {
  color: #fff;
  font-size: clamp(2.6rem, 5vw, 4.75rem);
  font-weight: 850;
  line-height: 1;
  margin-bottom: 1rem;
}

.home-hero h1 {
  font-size: clamp(2.25rem,3.8vw,3.35rem);
  letter-spacing: -.035em;
}

.home-hero-eyebrow {
  color: #9fc9f5;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .12em;
  margin-bottom: .8rem;
  text-transform: uppercase;
}

.product-hero-tagline {
  color: rgb(246,139,30);
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 1.25rem;
}

.product-hero-intro {
  color: #e8e8e8;
  font-size: 1.05rem;
  line-height: 1.65;
  margin-bottom: 1.6rem;
}

.product-hero-benefits {
  display: grid;
  gap: .65rem;
  grid-template-columns: repeat(3, minmax(0,1fr));
  margin-bottom: 1.8rem;
}

.product-hero-benefit {
  background: rgba(44,112,184,.2);
  border: 1px solid rgba(111,168,229,.35);
  border-radius: .5rem;
  color: #fff;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.3;
  padding: .75rem .6rem;
  text-align: center;
}

.product-hero-actions {
  display: grid;
  gap: .75rem;
  grid-template-columns: repeat(2,minmax(0,1fr));
}

.product-hero-primary {
  background: rgb(246,139,30);
  border: 1px solid rgb(246,139,30);
  border-radius: .45rem;
  color: #111;
  font-weight: 700;
  padding: .8rem .75rem;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.product-hero-primary:hover,
.product-hero-primary:focus {
  background: #ff9f3f;
  border-color: #ff9f3f;
  color: #111;
}

.product-hero-secondary {
  border: 1px solid #adb5bd;
  border-radius: .45rem;
  color: #fff;
  font-weight: 700;
  padding: .8rem .75rem;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.product-hero-secondary:hover,
.product-hero-secondary:focus {
  background: rgba(255,255,255,.1);
  color: #fff;
}

.product-hero-media {
  align-items: center;
  background: #151515;
  display: flex;
  justify-content: center;
  min-height: 440px;
  padding: 1.25rem;
}

.product-hero-media img {
  display: block;
  height: auto;
  max-height: 440px;
  min-height: 0;
  object-fit: contain;
  object-position: center center;
  width: 100%;
}

@media (max-width: 1199.98px) {
  .product-hero-copy { padding: 2.25rem; }
  .product-hero-benefits { grid-template-columns: 1fr; }
  .product-hero-benefit { text-align: left; }
}

@media (max-width: 991.98px) {
  .product-hero-copy { padding: 2.25rem; }
  .product-hero-benefits { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .product-hero-benefit { text-align: center; }
  .product-hero-media { min-height: 320px; padding:1rem; }
  .product-hero-media img { max-height:none; }
}

@media (max-width: 575.98px) {
  .product-hero { padding-top: 1.5rem; padding-bottom: 2rem; }
  .product-hero-copy { padding: 1.6rem; }
  .product-hero-benefits { grid-template-columns: 1fr; }
  .product-hero-benefit { text-align: left; }
  .product-hero-actions { grid-template-columns: 1fr; }
  .product-hero-primary,
  .product-hero-secondary { text-align: center; }
  .product-hero-media { min-height: 0; padding:0; }

  .home-hero {
    padding-left: .75rem;
    padding-right: .75rem;
    padding-top: 1rem;
  }

  .home-hero .product-hero-copy {
    padding: 1.8rem 1.25rem 1.6rem;
    text-align: center;
  }

  .home-hero h1 {
    font-size: clamp(2.15rem, 11vw, 2.8rem);
    line-height: 1.04;
  }

  .home-hero .product-hero-tagline {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }

  .home-hero .product-hero-intro {
    font-size: 1rem;
    line-height: 1.55;
    margin-left: auto;
    margin-right: auto;
    max-width: 31rem;
  }

  .home-hero .product-hero-benefit {
    text-align: center;
  }

  .home-hero .product-hero-media {
    aspect-ratio: 16 / 10;
    border-top: 1px solid #343a40;
    min-height: 210px;
    padding: .65rem;
  }

  .home-hero .product-hero-media img {
    border-radius: .45rem;
    height: 100%;
    object-fit: cover;
  }

  .home-products .card-header,
  .home-products .card-body > p {
    text-align: center;
  }
}
