/* Page-only helpers (doesn't break your template) */
.page-hero {
  position: relative;
  min-height: 320px;
  background: #0a1a2c;
  color: #fff;
  overflow: hidden;
}
.page-hero img{
  width:100%;
  height:320px;
  object-fit: cover;
  filter: brightness(.55);
}
.page-hero .overlay{
  position:absolute; inset:0;
  display:flex; align-items:center;
}
.breadcrumb a{ text-decoration:none; }
.content-card{
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(0,0,0,.05);
  padding: 22px;
}
.list-check li{
  margin-bottom: .55rem;
}
.list-check i{
  color: var(--electric);
  margin-right: .55rem;
}
.form-section-title{
  font-weight: 900;
  margin-bottom: .6rem;
}
.soft-divider{
  height:1px;
  background: rgba(0,0,0,.06);
  margin: 18px 0;
}