.page {
  min-height: 100vh;
  background: linear-gradient(160deg, #F4ECDB 0%, #F7F6F4 60%);
  padding: 0 6.4vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.g-loading { margin-top: 32vw; color: #9C9C97; font-size: 3.733vw; }

.g-card {
  margin-top: 21.333vw;
  width: 100%;
  background: #fff;
  border-radius: 4.8vw;
  padding: 9.6vw 7.467vw 8.533vw;
  box-sizing: border-box;
  box-shadow: 0 5.333vw 13.333vw -4vw rgba(180,140,40,.3);
  text-align: center;
}
.g-emoji { font-size: 12.8vw; }
.g-brand {
  font-size: 3.2vw;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #C2841A;
  margin: 2.667vw 0 4.8vw;
}
.g-title {
  font-family: 'Noto Serif SC', serif;
  font-weight: 700;
  font-size: 5.867vw;
  line-height: 1.5;
  color: #1B1B1A;
}
.g-plan { color: #C2841A; margin: 0 0.8vw; }
.g-sub {
  font-size: 3.467vw;
  color: #6B6B68;
  margin-top: 2.667vw;
  line-height: 1.7;
}
.g-btn {
  margin-top: 7.467vw;
  height: 12.8vw;
  line-height: 12.8vw;
  border-radius: 6.4vw;
  background: #D99A2B;
  color: #1B1B1A;
  font-size: 4vw;
  font-weight: 700;
  box-shadow: 0 2.133vw 5.333vw -2.133vw #D99A2B;
}
.g-btn::after { border: none; }
