body {
  margin: 0;
}

a {
  color: #2E6FDB;
  text-decoration: none;
}

a:hover {
  color: #1F4FA8;
  text-decoration: underline;
}

.page {
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(160deg, oklch(0.97 0.02 250) 0%, oklch(0.97 0.03 90) 45%, oklch(0.97 0.03 25) 100%);
  font-family: 'Inter', sans-serif;
  padding: 24px;
  box-sizing: border-box;
}

.card {
  max-width: 560px;
  width: 100%;
  background: oklch(0.99 0.002 90);
  border-radius: 20px;
  box-shadow: 0 20px 60px -20px oklch(0.3 0.05 250 / 0.25);
  padding: 56px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 28px;
}

.logo {
  width: 260px;
  height: auto;
}

.text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.heading {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: oklch(0.3 0.02 260);
  letter-spacing: 0.01em;
}

.body-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: oklch(0.42 0.02 260);
}

.divider {
  width: 48px;
  height: 2px;
  background: oklch(0.85 0.02 260);
  border-radius: 1px;
}

.location {
  margin: 0;
  font-size: 14px;
  color: oklch(0.55 0.02 260);
}

.footer {
  margin-top: 32px;
  font-size: 13px;
  color: oklch(0.55 0.02 260);
}
