.dt-status-header {
  width: 100%;
  padding: 38px 24px 22px;
  background: #ffffff;
}

.dt-status-header-inner {
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 22px;
}

.dt-status-logo {
  width: 82px;
  height: 82px;
  object-fit: contain;
  flex: 0 0 auto;
}

.dt-status-copy h1 {
  margin: 0 0 6px;
  color: #14213d;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.15;
}

.dt-status-copy p {
  margin: 0;
  color: #5f6b7a;
  font-size: 16px;
  line-height: 1.5;
}

.page-status {
  margin-top: 24px;
}

@media (max-width: 640px) {
  .dt-status-header {
    padding: 28px 18px 14px;
  }

  .dt-status-header-inner {
    flex-direction: column;
    text-align: center;
    gap: 14px;
  }

  .dt-status-logo {
    width: 72px;
    height: 72px;
  }

  .dt-status-copy h1 {
    font-size: 28px;
  }

  .dt-status-copy p {
    font-size: 14px;
  }
}