/* Bid2Stay 28.16.2 — Balanced Destination Tourism Layout */

body.b2s-global-public{
  background:#f6f4ee!important;
}

#hub{
  margin:0!important;
  padding:0!important;
  min-height:0!important;
}

.b2s28162-wrap{
  width:min(1180px,calc(100% - 32px));
  margin:0 auto;
  padding:22px 0 34px;
}

.b2s28162-hero{
  position:relative;
  overflow:hidden;
  min-height:410px;
  border-radius:18px;
  background:#0b1722;
}

.b2s28162-hero img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}

.b2s28162-shade{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(5,12,18,.72) 0%,rgba(5,12,18,.35) 48%,rgba(5,12,18,.06) 78%),
    linear-gradient(180deg,rgba(5,12,18,.04) 35%,rgba(5,12,18,.56) 100%);
}

.b2s28162-hero-copy{
  position:absolute;
  z-index:2;
  left:30px;
  bottom:28px;
  width:min(680px,calc(100% - 60px));
  color:#fff;
}

.b2s28162-kicker,
.b2s28162-eyebrow{
  display:block;
  margin-bottom:7px;
  color:#667085;
  font-size:10px;
  line-height:1.2;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}

.b2s28162-hero .b2s28162-kicker{
  color:#f2f4f7;
}

.b2s28162-hero h1{
  margin:0 0 10px;
  color:#fff;
  font-size:clamp(38px,5vw,58px);
  line-height:1;
  letter-spacing:-.035em;
}

.b2s28162-hero p{
  margin:0;
  max-width:640px;
  color:#e7edf4;
  font-size:16px;
  line-height:1.5;
}

.b2s28162-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}

.b2s28162-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 16px;
  border-radius:10px;
  text-decoration:none;
  font-size:13px;
  font-weight:900;
}

.b2s28162-actions .primary{
  background:#f7b91f;
  color:#111827;
}

.b2s28162-actions .secondary{
  background:#111923;
  color:#fff;
}

.b2s28162-info-grid{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(290px,.65fr);
  gap:18px;
  margin-top:18px;
}

.b2s28162-about,
.b2s28162-facts{
  border:1px solid #e1e6eb;
  border-radius:14px;
  background:#fff;
}

.b2s28162-about{
  padding:22px;
}

.b2s28162-about h2,
.b2s28162-cta h2{
  margin:0 0 8px;
  color:#172033;
  font-size:26px;
  line-height:1.15;
}

.b2s28162-about p,
.b2s28162-cta p{
  margin:0;
  color:#667085;
  font-size:14px;
  line-height:1.55;
}

.b2s28162-highlights{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:16px;
}

.b2s28162-highlights span{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 11px;
  border:1px solid #e1e6eb;
  border-radius:999px;
  background:#f8fafc;
  color:#344054;
  font-size:12px;
  font-weight:800;
}

.b2s28162-facts{
  display:grid;
  grid-template-columns:1fr;
  padding:8px 18px;
}

.b2s28162-facts>div{
  padding:14px 0;
  border-bottom:1px solid #eaecf0;
}

.b2s28162-facts>div:last-child{
  border-bottom:0;
}

.b2s28162-facts small{
  display:block;
  margin-bottom:4px;
  color:#667085;
  font-size:10px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.b2s28162-facts strong{
  display:block;
  color:#172033;
  font-size:14px;
  line-height:1.35;
}

.b2s28162-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  margin-top:18px;
  padding:20px 22px;
  border-radius:14px;
  background:#071421;
}

.b2s28162-cta h2{
  color:#fff;
}

.b2s28162-cta p{
  color:#b8c2cf;
  max-width:720px;
}

.b2s28162-cta .b2s28162-eyebrow{
  color:#cbd5e1;
}

.b2s28162-cta .b2s28162-actions{
  margin:0;
  flex:0 0 auto;
}

/* Footer follows content naturally */
body.b2s-global-public footer{
  margin-top:0!important;
  min-height:0!important;
  padding:18px 5vw!important;
}

body.b2s-global-public footer p{
  margin:0!important;
}

/* Hide any legacy destination content injected by previous renderer */
#b2sDestinationRoot{
  display:none!important;
}

@media(max-width:760px){
  .b2s28162-wrap{
    width:min(100% - 20px,1180px);
    padding:12px 0 22px;
  }

  .b2s28162-hero{
    min-height:330px;
    border-radius:14px;
  }

  .b2s28162-shade{
    background:
      linear-gradient(180deg,rgba(5,12,18,.08) 20%,rgba(5,12,18,.78) 100%);
  }

  .b2s28162-hero-copy{
    left:16px;
    right:16px;
    bottom:16px;
    width:auto;
  }

  .b2s28162-hero h1{
    font-size:34px;
  }

  .b2s28162-hero p{
    font-size:14px;
  }

  .b2s28162-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:7px;
  }

  .b2s28162-actions a{
    min-height:42px;
    padding:0 10px;
    font-size:12px;
  }

  .b2s28162-info-grid{
    grid-template-columns:1fr;
    gap:10px;
    margin-top:10px;
  }

  .b2s28162-about{
    padding:16px;
  }

  .b2s28162-about h2,
  .b2s28162-cta h2{
    font-size:21px;
  }

  .b2s28162-facts{
    padding:4px 14px;
  }

  .b2s28162-facts>div{
    padding:11px 0;
  }

  .b2s28162-cta{
    display:grid;
    gap:14px;
    margin-top:10px;
    padding:16px;
  }

  .b2s28162-cta .b2s28162-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
  }

  body.b2s-global-public footer{
    padding:14px 18px!important;
  }
}
