.bmh-hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 86px 0 96px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(4,28,49,.72) 0%, rgba(4,28,49,.46) 43%, rgba(4,28,49,.18) 100%),
    linear-gradient(180deg, rgba(4,28,49,.08) 0%, rgba(4,28,49,.16) 58%, rgba(238,245,251,1) 100%),
    url('../img/hero-monte.jpg') center center / cover no-repeat;
}

.bmh-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(242,140,40,.22), transparent 34%),
    radial-gradient(circle at 88% 8%, rgba(68,199,199,.16), transparent 30%);
  pointer-events: none;
}

.bmh-hero:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 170px;
  background: linear-gradient(180deg, rgba(238,245,251,0), rgba(238,245,251,1));
  pointer-events: none;
}

.bmh-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .7fr);
  gap: 58px;
  align-items: center;
}

.bmh-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 9px 13px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  background: rgba(255,255,255,.13);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.25);
  backdrop-filter: blur(14px);
  font-size: 13px;
  font-weight: 850;
}

.bmh-hero h1 {
  max-width: 850px;
  margin: 22px 0 18px;
  font-size: clamp(54px, 7vw, 110px);
  line-height: .87;
  letter-spacing: -.09em;
  font-weight: 950;
  text-wrap: balance;
}

.bmh-hero p {
  max-width: 650px;
  margin: 0;
  color: rgba(255,255,255,.86);
  font-size: clamp(18px, 1.7vw, 24px);
  line-height: 1.45;
  font-weight: 500;
}

.bmh-search-box {
  position: relative;
  max-width: 760px;
  margin-top: 34px;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 30px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 30px 90px rgba(0,0,0,.28);
  backdrop-filter: blur(18px);
}

.bmh-search-input {
  height: 66px;
  display: flex;
  align-items: center;
  gap: 13px;
  border: 1px solid rgba(15,76,129,.12);
  border-radius: 21px;
  background: #fff;
  padding: 0 18px;
}

.bmh-search-input span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(15,76,129,.08);
  color: var(--bmh-blue);
  font-size: 20px;
  font-weight: 900;
}

.bmh-search-input input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--bmh-text);
  font-size: 18px;
  font-weight: 650;
}

.bmh-search-input input::placeholder {
  color: #8a99aa;
}

.bmh-live-results {
  display: none;
  margin-top: 10px;
  overflow: hidden;
  border: 1px solid var(--bmh-border);
  border-radius: 22px;
  background: rgba(255,255,255,.96);
}

.bmh-live-results.is-visible {
  display: block;
}

.bmh-live-result {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(15,76,129,.08);
  color: var(--bmh-text);
  cursor: pointer;
}

.bmh-live-result:last-child {
  border-bottom: 0;
}

.bmh-live-result strong {
  display: block;
  font-size: 15px;
  color: var(--bmh-blue-dark);
}

.bmh-live-result small {
  color: var(--bmh-muted);
}

.bmh-quick-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.bmh-quick-chips button {
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  color: #fff;
  padding: 11px 15px;
  box-shadow: 0 10px 25px rgba(0,0,0,.13);
  backdrop-filter: blur(12px);
  font-weight: 900;
}

.bmh-hero-panel {
  justify-self: end;
  width: min(430px, 100%);
  min-height: 360px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 42px;
  background: linear-gradient(180deg, rgba(255,255,255,.24), rgba(255,255,255,.10));
  box-shadow: 0 32px 90px rgba(0,0,0,.30);
  backdrop-filter: blur(16px);
  padding: 18px;
  display: flex;
  align-items: flex-end;
}

.bmh-panel-card {
  width: 100%;
  border-radius: 30px;
  padding: 24px;
  background: rgba(255,255,255,.91);
  color: var(--bmh-text);
  box-shadow: 0 18px 50px rgba(0,0,0,.20);
}

.bmh-panel-card span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 17px;
  background: #eef8fb;
}

.bmh-panel-card strong {
  display: block;
  color: var(--bmh-blue-dark);
  font-size: 23px;
  line-height: 1.1;
  letter-spacing: -.045em;
  font-weight: 950;
}

.bmh-panel-card p {
  margin: 9px 0 0;
  color: var(--bmh-muted);
  font-size: 15px;
  line-height: 1.45;
}
