/* Hyper Era Tours — V16 darker light-teal Packages hero
   A stronger soft-teal surface that still keeps the page bright and readable. */

.page-packages{
  --page-accent:#0d7d89;
  --page-accent-rgb:13,125,137;
}

.page-packages .page-hero{
  background:
    linear-gradient(135deg,rgba(255,255,255,.14),rgba(255,255,255,0) 46%),
    linear-gradient(120deg,#cfe2df 0%,#dcebe8 52%,#bdd7d3 100%)!important;
  border-bottom:1px solid #a9cbc6!important;
  box-shadow:inset 0 -1px 0 rgba(6,56,68,.045)!important;
}

.page-packages .page-hero .container::before{
  background:#063844!important;
  color:#f6bd55!important;
  border-color:#063844!important;
  box-shadow:0 8px 22px rgba(6,56,68,.16)!important;
}

.page-packages .page-hero .eyebrow{
  color:#0a6872!important;
}

.page-packages .page-hero h1{
  color:#063844!important;
}

.page-packages .page-hero p{
  color:#294f55!important;
}

@media(max-width:560px){
  .page-packages .page-hero{
    background:linear-gradient(145deg,#c9dfdc 0%,#d9e9e6 58%,#b8d4cf 100%)!important;
  }
}
