* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #f4f7fb;
  color: #172033;
}

.page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
}

.card {
  width: 100%;
  max-width: 520px;
  background: #ffffff;
  padding: 45px;
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0,0,0,.08);
  text-align: center;
}

.brand {
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 2px;
}

.team {
  margin-top: 5px;
  font-size: 12px;
  letter-spacing: 2px;
  color: #64748b;
  font-weight: 700;
}

.gift {
  font-size: 65px;
  margin: 30px 0 15px;
}

h1 {
  margin: 0;
  font-size: 32px;
}

.subtitle {
  color: #64748b;
  line-height: 1.6;
  margin: 16px 0 28px;
}

form {
  text-align: left;
}

label {
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
}

input {
  width: 100%;
  padding: 14px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  font-size: 15px;
}

button {
  width: 100%;
  margin-top: 14px;
  padding: 14px;
  border: 0;
  border-radius: 8px;
  background: #1769aa;
  color: white;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

button:hover {
  background: #12588f;
}

.footer {
  margin-top: 28px;
  color: #94a3b8;
  font-size: 12px;
}
