*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  margin: 0;
  min-height: 100%;
  background-color: #17212f;
  color: #e8edf4;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.125rem;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

.page {
  max-width: 42rem;
  margin: 0 auto;
  padding: 4rem 1.5rem;
}

.logo {
  display: block;
  max-width: 200px;
  height: auto;
  margin-bottom: 2rem;
}

h1 {
  margin: 0 0 0.25rem;
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 400;
  letter-spacing: 0.04em;
}

.registration {
  margin: 0 0 2rem;
  color: #9fb0c8;
  font-size: 1rem;
}

.address {
  margin: 0 0 2rem;
  font-style: normal;
  line-height: 1.8;
}

.vat {
  margin: 0 0 2.5rem;
}

.support,
.director {
  margin-bottom: 2.5rem;
}

.support .label,
.director .label {
  margin: 0 0 0.25rem;
  color: #7a8fa8;
  font-size: 0.8rem;
  font-family: system-ui, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.support p:last-child,
.director p:last-child {
  margin: 0;
}

.owns {
  margin: 0;
  color: #9fb0c8;
}

a {
  color: #c8d8ec;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
