.brand img {
  width: 188px;
  height: 46px;
  display: block;
  object-fit: cover;
  object-position: center;
  background: transparent;
}

.real-phone {
  padding: 0;
}

.real-phone > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 15%;
  display: block;
}

.phone-camera {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: -1px;
  transform: translateX(-50%);
  width: 82px;
  height: 19px;
  border-radius: 0 0 14px 14px;
  background: #14213c;
}

.real-dashboard {
  padding: 14px;
  overflow: hidden;
}

.screen-label {
  padding: 9px 10px 16px;
  color: #667085;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .3px;
}

.screen-label span {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 6px;
  border-radius: 50%;
  background: #12a66a;
  box-shadow: 0 0 0 4px #e8f8f1;
}

.screen-window {
  height: 430px;
  border: 1px solid #e5eaf2;
  border-radius: 16px;
  overflow: hidden;
  background: #f7f9fc;
}

.screen-window img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 12%;
}

.footer-brand img {
  width: 190px;
  height: 55px;
  object-fit: cover;
  object-position: center;
  filter: brightness(0) invert(1);
  background: transparent;
}

@media (max-width: 600px) {
  .brand img { width: 160px; height: 40px; }
  .screen-window { height: 370px; }
}
