.bbh-stay-promos {
  position: relative;
  overflow: hidden;
  padding: clamp(58px, 8vw, 96px) 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(240, 195, 109, .18), transparent 34%),
    radial-gradient(circle at 90% 76%, rgba(105, 214, 155, .12), transparent 30%),
    linear-gradient(145deg, #10151c 0%, #181f29 52%, #0e1218 100%);
  color: #fff;
}

.bbh-stay-promos::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.65), transparent 84%);
}

.bbh-stay-promos .container { position: relative; z-index: 1; }
.bbh-promo-head { max-width: 790px; margin-bottom: 28px; }
.bbh-promo-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #f0c36d;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.bbh-promo-kicker::before { content: ""; width: 34px; height: 2px; background: currentColor; }
.bbh-promo-head h2 { margin: 0 0 12px; color: #fff; font-size: clamp(2rem, 5vw, 3.8rem); line-height: 1.02; letter-spacing: -.045em; }
.bbh-promo-head > p { margin: 0; color: #dbe3ed; font-size: clamp(1rem, 1.8vw, 1.18rem); line-height: 1.62; }

.bbh-promo-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.bbh-promo-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 24px;
  background: rgba(255,255,255,.075);
  box-shadow: 0 24px 60px rgba(0,0,0,.24);
  backdrop-filter: blur(9px);
}
.bbh-promo-value {
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: #f0c36d;
  color: #10151c;
  font-size: 1.7rem;
  font-weight: 950;
  box-shadow: 0 12px 30px rgba(240,195,109,.24);
}
.bbh-promo-card:nth-child(2) .bbh-promo-value { background: #69d69b; box-shadow: 0 12px 30px rgba(105,214,155,.2); }
.bbh-promo-card h3 { margin: 0 0 8px; color: #fff; font-size: clamp(1.2rem, 2.2vw, 1.55rem); }
.bbh-promo-card p { margin: 0 0 16px; color: #dbe3ed; line-height: 1.55; }
.bbh-promo-card .btn { width: fit-content; }
.bbh-promo-foot { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 24px; }
.bbh-promo-note { max-width: 720px; margin: 0; color: #b9c4d2; font-size: .9rem; line-height: 1.55; }
.bbh-promo-main { flex: 0 0 auto; }

.bbh-group-banner {
  padding: 28px 0;
  background: #f0c36d;
  color: #151a21;
}
.bbh-group-box {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  align-items: center;
  gap: 26px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(21,26,33,.14);
  border-radius: 24px;
  background: rgba(255,255,255,.3);
  box-shadow: 0 18px 50px rgba(66,48,12,.14);
}
.bbh-group-copy { padding-right: 26px; }
.bbh-group-label { display: inline-block; margin-bottom: 7px; font-size: .74rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.bbh-group-copy h2 { margin: 0 0 8px; color: #151a21; font-size: clamp(1.65rem, 3.5vw, 2.65rem); line-height: 1.1; }
.bbh-group-copy p { max-width: 780px; margin: 0; font-size: 1rem; line-height: 1.55; }
.bbh-group-actions { display: grid; justify-items: end; gap: 10px; }
.bbh-group-actions .btn { white-space: nowrap; background: #151a21; border-color: #151a21; color: #fff; }
.bbh-group-terms { font-size: .8rem; font-weight: 800; }
.bbh-banner-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: rgba(21,26,33,.1);
  color: #151a21;
  font: inherit;
  font-size: 1.35rem;
  cursor: pointer;
}
.bbh-banner-close:hover, .bbh-banner-close:focus-visible { background: rgba(21,26,33,.18); outline: 2px solid #151a21; outline-offset: 2px; }

@media (max-width: 820px) {
  .bbh-promo-grid { grid-template-columns: 1fr; }
  .bbh-promo-foot { align-items: flex-start; flex-direction: column; }
  .bbh-promo-main { width: 100%; }
  .bbh-promo-main .btn { width: 100%; }
  .bbh-group-box { grid-template-columns: 1fr; }
  .bbh-group-actions { justify-items: stretch; }
  .bbh-group-actions .btn { width: 100%; white-space: normal; }
}

@media (max-width: 520px) {
  .bbh-stay-promos { padding: 52px 0; }
  .bbh-promo-card { grid-template-columns: 1fr; }
  .bbh-promo-value { width: 76px; height: 76px; font-size: 1.4rem; }
  .bbh-promo-card .btn { width: 100%; }
  .bbh-group-banner { padding: 18px 0; }
  .bbh-group-copy { padding-right: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .bbh-stay-promos *, .bbh-group-banner * { scroll-behavior: auto !important; transition: none !important; }
}
