.home-page {
  background: #FFF9EA;
  padding-bottom: 100px;
}
section {
  width: 94%;
  max-width: 1180px;
  margin: 40px auto;
}
.hero-intro {
  margin-top: 30px;
}
.hero-intro .hero-brand {
  background: linear-gradient(135deg, #FFF8DA, #FFF1BE);
  border-radius: 36px;
  padding: 60px 50px;
  border: 2px solid rgba(246, 183, 0, 0.25);
  text-align: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}
.hero-intro .hero-brand .brand-badge {
  display: inline-block;
  background: #111111;
  color: #FFD54A;
  padding: 10px 22px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 24px;
  letter-spacing: 1px;
}
.hero-intro .hero-brand h1 {
  color: #111111;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 18px;
}
.hero-intro .hero-brand .hero-slogan {
  color: #4C1D95;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 15px;
}
.hero-intro .hero-brand .hero-desc {
  color: #64748B;
  font-size: 20px;
  line-height: 1.8;
  max-width: 720px;
  margin: auto;
}
.feature-section {
  background: #FFFFFF;
  border-radius: 30px;
  padding: 50px;
  border: 1px solid #ECE7DB;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
}
.voucher {
  border-top: 8px solid #FFD54A;
}
.lottery {
  border-top: 8px solid #4C1D95;
}
.union {
  border-top: 8px solid #16A34A;
}
.section-header {
  margin-bottom: 35px;
}
.section-header .section-icon {
  font-size: 34px;
  margin-right: 8px;
}
.section-header .section-subtitle {
  display: block;
  color: #64748B;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.section-header h2 {
  color: #111111;
  font-size: 42px;
  font-weight: 900;
  margin: 0;
}
.section-header.center {
  text-align: center;
}
.feature-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
.feature-content.reverse {
  flex-direction: row-reverse;
}
.feature-image {
  flex: 0 0 420px;
}
.feature-image img {
  width: 100%;
  border-radius: 26px;
  display: block;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}
.feature-text {
  flex: 1;
}
.feature-text .lead {
  color: #111111;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.8;
  margin-bottom: 28px;
}
.step-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 30px;
}
.step {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: #FAFAFA;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid #F1F1F1;
}
.step .step-no {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #FFD54A;
  color: #111111;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  font-size: 22px;
  flex-shrink: 0;
}
.step h4 {
  font-size: 20px;
  color: #111111;
  margin: 0 0 6px;
}
.step p {
  color: #64748B;
  line-height: 1.7;
  margin: 0;
}
.btn-primary,
.btn-purple,
.btn-green,
.btn-dark {
  display: inline-block;
  padding: 18px 34px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  font-size: 18px;
  transition: 0.25s;
}
.btn-primary {
  background: #FFD54A;
  color: #111111;
}
.btn-primary:hover {
  background: #F6B700;
}
.btn-purple {
  background: #4C1D95;
  color: #fff;
}
.btn-purple:hover {
  background: #38126F;
}
.btn-green {
  background: #16A34A;
  color: #fff;
}
.btn-green:hover {
  background: #11813A;
}
.btn-dark {
  background: #111111;
  color: #FFD54A;
}
.btn-dark:hover {
  background: #222;
}
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-bottom: 30px;
}
.benefit-card {
  background: #FFFDF8;
  border: 2px solid rgba(22, 163, 74, 0.15);
  border-radius: 18px;
  padding: 24px;
}
.benefit-card span {
  font-size: 34px;
}
.benefit-card h4 {
  margin: 12px 0 8px;
  font-size: 20px;
  color: #111111;
}
.benefit-card p {
  margin: 0;
  line-height: 1.7;
  color: #64748B;
}
.difference-section {
  background: #111111;
  color: #fff;
  border-radius: 34px;
  padding: 60px 50px;
}
.difference-title {
  text-align: center;
  margin-bottom: 45px;
}
.difference-title span {
  color: #FFD54A;
  font-size: 16px;
  font-weight: 700;
}
.difference-title h2 {
  font-size: 42px;
  margin-top: 12px;
  color: #fff;
}
.compare-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}
.compare-arrow {
  color: #FFD54A;
  font-size: 42px;
  font-weight: 900;
}
.compare-card {
  flex: 1;
  border-radius: 24px;
  padding: 30px;
  min-height: 280px;
}
.compare-card h3 {
  text-align: center;
  margin-bottom: 22px;
  font-size: 24px;
}
.compare-card.normal {
  background: #2A2A2A;
}
.compare-card.union {
  background: #FFD54A;
  color: #111111;
}
.coupon {
  text-align: center;
  padding: 18px;
  border-radius: 14px;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 24px;
}
.gray {
  background: #555;
  color: #fff;
}
.yellow {
  background: #111111;
  color: #FFD54A;
}
.compare-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.compare-card ul li {
  padding: 10px 0;
  font-size: 18px;
  font-weight: 700;
}
.goods-section {
  background: #FFFFFF;
  border-radius: 32px;
  padding: 55px;
  border: 1px solid #ECE7DB;
}
.goods-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.goods-card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid #F3F3F3;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}
.goods-card img {
  width: 100%;
  display: block;
}
.goods-card h4 {
  margin: 20px 20px 8px;
  color: #111111;
  font-size: 22px;
}
.goods-card p {
  margin: 0 20px 24px;
  color: #64748B;
}
.goods-footer {
  text-align: center;
  margin-top: 40px;
}
.goods-footer p {
  color: #64748B;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  section {
    width: 96%;
    margin: 25px auto;
  }
  .hero-intro .hero-brand {
    padding: 38px 24px;
    border-radius: 24px;
  }
  .hero-intro .hero-brand h1 {
    font-size: 34px;
  }
  .hero-intro .hero-brand .hero-slogan {
    font-size: 22px;
  }
  .hero-intro .hero-brand .hero-desc {
    font-size: 18px;
  }
  .feature-section {
    padding: 26px 20px;
    border-radius: 24px;
  }
  .section-header h2 {
    font-size: 32px;
  }
  .feature-content,
  .feature-content.reverse {
    flex-direction: column;
  }
  .feature-image {
    flex: auto;
    width: 100%;
  }
  .feature-text .lead {
    font-size: 22px;
  }
  .benefit-grid {
    grid-template-columns: 1fr;
  }
  .compare-box {
    flex-direction: column;
  }
  .compare-arrow {
    transform: rotate(90deg);
  }
  .goods-grid {
    grid-template-columns: 1fr;
  }
  .btn-primary,
  .btn-purple,
  .btn-green,
  .btn-dark {
    width: 100%;
    text-align: center;
    font-size: 20px;
    padding: 18px;
  }
}
