:root {
  color: #171717;
  font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", "Segoe UI", sans-serif;
  background: #f6f4f0;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  display: flex;
  justify-content: center;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  width: min(100%, 520px);
  min-height: 100vh;
  padding: 28px 18px 40px;
}

.download-only {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  padding-top: 24px;
}

.pieceful {
  background: linear-gradient(180deg, #fff8f0 0%, #ffe8de 46%, #fffaf6 100%);
}

.byeolmal {
  background:
    radial-gradient(circle at 78% 8%, rgba(255, 220, 132, 0.28) 0 10%, transparent 18%),
    radial-gradient(circle at 16% 72%, rgba(255, 156, 121, 0.34), transparent 36%),
    linear-gradient(180deg, #141638 0%, #38265e 58%, #f28f76 100%);
}

.yunseul {
  background: linear-gradient(180deg, #fff3cf 0%, #ffe4d8 45%, #f5efff 100%);
}

.kindergarten {
  background: linear-gradient(180deg, #f3fbf2 0%, #dff2ff 48%, #fff7df 100%);
}

.top {
  text-align: center;
  margin: 6px auto 20px;
}

.kicker {
  margin: 0 0 10px;
  color: rgba(0, 0, 0, 0.52);
  font-size: 13px;
  font-weight: 700;
}

h1 {
  margin: 0;
  font-size: clamp(30px, 9vw, 44px);
  line-height: 1.08;
  letter-spacing: 0;
}

.lead {
  margin: 14px auto 0;
  max-width: 380px;
  color: rgba(0, 0, 0, 0.72);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
}

.hero {
  display: block;
  width: 100%;
  margin: 24px 0 18px;
  border-radius: 30px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.14);
}

.panel {
  margin: 0 0 14px;
  padding: 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(12px);
}

.points {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.points li {
  min-height: 42px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.download {
  display: block;
  margin-top: 0;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.download:active {
  transform: scale(0.985);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}

.download img {
  display: block;
  width: 100%;
}

.back {
  display: block;
  margin: 18px auto 0;
  padding: 13px 16px;
  width: fit-content;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: rgba(0, 0, 0, 0.62);
  font-size: 14px;
  font-weight: 700;
}

.app-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.app-list a {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  font-weight: 800;
}

.byeolmal .kicker,
.byeolmal .lead,
.byeolmal .back {
  color: rgba(255, 248, 230, 0.76);
}

.byeolmal h1 {
  color: #fff8e6;
}

.byeolmal .panel {
  background: rgba(255, 248, 231, 0.78);
}

.byeolmal .points li {
  background: rgba(255, 255, 255, 0.76);
}

.byeolmal .back {
  background: rgba(255, 248, 231, 0.18);
}

@media (min-width: 700px) {
  .page {
    padding-top: 44px;
  }
}
