* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
  background: linear-gradient(160deg, #1a0533 0%, #2d1060 45%, #ec4899 120%);
  min-height: 100vh;
  color: #1f2937;
  padding: 24px 16px 48px;
}
.wrap { max-width: 720px; margin: 0 auto; }
.card {
  background: #fff;
  border-radius: 20px;
  width: 100%;
  padding: 36px 32px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  margin-bottom: 20px;
}
.logo { font-size: 28px; font-weight: 800; letter-spacing: -0.5px; }
.logo span { color: #ec4899; }
.tagline { margin-top: 8px; font-size: 15px; color: #6b7280; line-height: 1.6; }
.badge {
  display: inline-block;
  margin-top: 20px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #fdf2f8;
  color: #ec4899;
  font-size: 12px;
  font-weight: 600;
}
.nav { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.nav a {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: #fdf2f8;
  color: #ec4899;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}
.nav a:hover { background: #ec4899; color: #fff; }
hr { border: none; border-top: 1px solid #f3f4f6; margin: 24px 0; }
h2 { font-size: 18px; font-weight: 800; color: #111827; margin-bottom: 14px; }
h3 { font-size: 14px; font-weight: 700; color: #374151; margin: 16px 0 8px; }
dl { font-size: 13px; line-height: 1.8; }
dt { float: left; clear: left; width: 110px; color: #9ca3af; font-weight: 500; }
dd { margin-left: 118px; color: #374151; margin-bottom: 4px; }
section p, section li { font-size: 14px; line-height: 1.75; color: #4b5563; margin-bottom: 8px; }
section ul { padding-left: 20px; margin-bottom: 12px; }
.price-table { width: 100%; border-collapse: collapse; font-size: 14px; margin-top: 8px; }
.price-table th, .price-table td { border: 1px solid #e5e7eb; padding: 10px 12px; text-align: left; }
.price-table th { background: #fdf2f8; color: #831843; font-weight: 700; }
.footer { margin-top: 24px; font-size: 12px; color: #9ca3af; text-align: center; }
a { color: #ec4899; text-decoration: none; }
a:hover { text-decoration: underline; }
.btn-primary {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 14px 20px;
  border-radius: 12px;
  background: #ec4899;
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  text-decoration: none !important;
}
.btn-primary:hover { background: #db2777; }
.benefit-list { list-style: none; padding: 0; margin: 16px 0; }
.benefit-list li {
  padding: 10px 0 10px 28px;
  position: relative;
  border-bottom: 1px solid #f3f4f6;
}
.benefit-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #ec4899;
  font-weight: 700;
}
.price-highlight {
  font-size: 32px;
  font-weight: 800;
  color: #111827;
  margin: 12px 0 4px;
}
.price-sub { font-size: 13px; color: #6b7280; }
