.brand-logo {
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: block;
  border-radius: 9px;
  flex: 0 0 auto;
}

.full-footer .brand-logo { width: 46px; height: 46px; }

.page-hero.has-image {
  position: relative;
  overflow: hidden;
  min-height: 390px;
  display: flex;
  align-items: center;
  color: #fff;
  background-image: linear-gradient(90deg, rgba(12,28,24,.92) 0%, rgba(12,28,24,.68) 52%, rgba(12,28,24,.2) 100%), var(--page-image);
  background-size: cover;
  background-position: center;
}

.page-hero.has-image > div { position: relative; z-index: 1; max-width: 790px; }
.page-hero.has-image .lead { color: #eef3f0; }

.dashboard-welcome {
  min-height: 220px;
  margin-bottom: 22px;
  padding: 30px;
  border-radius: 18px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  color: #fff;
  background-image: linear-gradient(90deg, rgba(13,32,27,.94), rgba(13,32,27,.45)), url('images/dashboard-office.webp');
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow);
}

.dashboard-welcome h1 { font-family: Georgia,"Times New Roman",serif; font-weight: 500; font-size: 42px; line-height: 1.05; margin: 0 0 8px; }
.dashboard-welcome p { margin: 0; color: #e6ece9; }
.dashboard-welcome .badge { background: rgba(255,255,255,.92); }

.auth-bg {
  background-image: linear-gradient(rgba(237,240,232,.9), rgba(251,250,246,.92)), url('images/dashboard-office.webp');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

@media (max-width: 760px) {
  .page-hero.has-image { min-height: 330px; }
  .dashboard-welcome { min-height: 190px; padding: 22px; }
  .dashboard-welcome h1 { font-size: 34px; }
  .brand-logo { width: 36px; height: 36px; }
}
.cards4 > a,
.cards4 article {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  background-position: center;
  background-size: cover;
  border-color: rgba(255,255,255,.2);
}

.cards4 > a::before,
.cards4 article::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10,25,21,.06) 15%, rgba(10,25,21,.88) 100%);
}

.cards4 > a > *,
.cards4 article > * {
  position: relative;
  z-index: 1;
}

.cards4 > a:nth-child(1), .cards4 article:nth-child(1) { background-image: url('images/personal.webp'); }
.cards4 > a:nth-child(2), .cards4 article:nth-child(2) { background-image: url('images/business.webp'); }
.cards4 > a:nth-child(3), .cards4 article:nth-child(3) { background-image: url('images/property.webp'); }
.cards4 > a:nth-child(4), .cards4 article:nth-child(4) { background-image: url('images/vehicle.webp'); }
.cards4 > a p, .cards4 article p { color: rgba(255,255,255,.86); }
.cards4 > a b, .cards4 > a h3, .cards4 article .text-link { color: #fff; }
