.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 img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 18px;
}
.hero-intro .hero-brand .hero-slogan {
  color: #4C1D95;
  font-size: 28px;
  line-height: 1.5;
  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;
}
.brand-mission {
  max-width: 1100px;
  margin: 56px auto 72px;
  padding: 56px 64px;
  background: linear-gradient(135deg, #FFF9E6, #FFF3BF);
  border: 2px solid rgba(255, 213, 74, 0.45);
  border-radius: 32px;
  text-align: center;
  box-shadow: 0 20px 50px rgba(255, 213, 74, 0.12);
}
.brand-mission h2 {
  color: #111111;
  font-size: 42px;
  font-weight: 900;
  margin-bottom: 22px;
}
.brand-mission p {
  max-width: 760px;
  margin: 0 auto;
  color: #334155;
  font-size: 20px;
  line-height: 2;
}
.brand-mission p strong {
  color: #111111;
}
.brand-mission::before {
  content: "i58D Brand Mission";
  display: inline-block;
  margin-bottom: 16px;
  padding: 6px 18px;
  background: #FFD54A;
  color: #111111;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
}
.today-panel {
  margin: 42px 0 56px;
  background: linear-gradient(135deg, #FFFDF8 0%, #FFF6D8 100%);
  border: 2px solid rgba(255, 213, 74, 0.45);
  border-radius: 30px;
  padding: 42px 36px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06);
}
.today-panel h2 {
  font-size: 36px;
  font-weight: 900;
  color: #111111;
  margin-bottom: 10px;
  text-align: center;
}
.today-panel:before {
  content: "";
  display: block;
  width: 72px;
  height: 6px;
  background: #FFD54A;
  border-radius: 99px;
  margin: 0 auto 18px;
}
.today-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 28px;
}
.today-card {
  background: white;
  border-radius: 24px;
  padding: 30px 24px;
  text-align: center;
  border: 1px solid rgba(255, 213, 74, 0.35);
  transition: 0.25s;
}
.today-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(255, 213, 74, 0.28);
}
.today-card .number {
  display: block;
  font-size: 48px;
  font-weight: 900;
  color: #4C1D95;
  line-height: 1;
  margin-bottom: 12px;
}
.today-card small {
  display: block;
  font-size: 18px;
  color: #64748B;
  font-weight: 700;
  letter-spacing: 1px;
}
.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 {
  color: #64748B;
  font-size: 15px;
  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;
}
.step ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.step ul li {
  font-size: 18px;
  color: #64748B;
  line-height: 1.7;
  margin-bottom: 6px;
}
.step ul li:last-child {
  margin-bottom: 0;
}
.btn-primary,
.btn-purple,
.btn-green,
.btn-dark {
  display: inline-block;
  margin-top: 12px;
  padding: 18px 34px;
  border-radius: 10px;
  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;
}
.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: #FFFDF7;
  border-radius: 36px;
  padding: 60px;
  border: 1px solid rgba(255, 213, 74, 0.35);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.06);
}
.goods-section .section-desc {
  max-width: 760px;
  margin: 18px auto 0;
  font-size: 20px;
  color: #64748B;
  line-height: 1.8;
}
/* ================================
   總部 Banner 大圖
================================ */
.headquarters-banner {
  position: relative;
  overflow: hidden;
  margin: 40px 0 50px;
  border-radius: 28px;
}
.headquarters-banner img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
}
.headquarters-banner .headquarters-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 48px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.65) 100%);
  color: white;
}
.headquarters-banner .headquarters-overlay h3 {
  font-size: 42px;
  font-weight: 900;
  margin: 18px 0 10px;
}
.headquarters-banner .headquarters-overlay p {
  font-size: 22px;
  opacity: 0.95;
  margin: 0;
}
.hq-badge {
  display: inline-block;
  align-self: flex-start;
  background: #FFD54A;
  color: #111111;
  padding: 10px 22px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
}
/* ================================
   四大服務
================================ */
.hq-service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-bottom: 48px;
}
.service-card {
  background: white;
  border: 2px solid rgba(255, 213, 74, 0.4);
  border-radius: 22px;
  padding: 26px;
  transition: 0.25s;
}
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(255, 213, 74, 0.25);
}
.service-card .icon {
  font-size: 38px;
  display: block;
  margin-bottom: 14px;
}
.service-card h4 {
  font-size: 22px;
  color: #111111;
  margin-bottom: 10px;
}
.service-card p {
  color: #64748B;
  line-height: 1.8;
  margin: 0;
}
/* ================================
   地址 / CTA
================================ */
.goods-footer {
  border-top: 1px solid #ECE7DB;
  padding-top: 36px;
}
.hq-address {
  margin-bottom: 30px;
}
.address-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}
.address-item span {
  font-size: 34px;
  flex-shrink: 0;
}
.address-item strong {
  display: block;
  color: #111111;
  font-size: 20px;
  margin-bottom: 6px;
}
.address-item p {
  margin: 0;
  color: #64748B;
  line-height: 1.8;
  font-size: 18px;
}
.goods-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
}
.difference-section {
  background: linear-gradient(135deg, #111111 0%, #232323 100%);
  color: white;
  border-radius: 36px;
  padding: 64px 48px;
  text-align: center;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}
.difference-title {
  max-width: 820px;
  margin: 0 auto 42px;
}
.difference-title span {
  display: inline-block;
  color: #FFD54A;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.difference-title h2 {
  color: white;
  font-size: 36px;
  line-height: 1.25;
  font-weight: 900;
  margin-bottom: 20px;
}
.difference-title p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 22px;
  line-height: 1.8;
  margin: 0;
}
/* 商圈生活分類 */
.union-life-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin: 48px 0;
}
.union-life-grid div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 120px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  color: #FFD54A;
  font-size: 22px;
  font-weight: 800;
  text-align: center;
  transition: 0.25s;
}
.union-life-grid div:hover {
  background: #FFD54A;
  color: #111111;
  transform: translateY(-4px);
}
.difference-footer {
  margin-top: 30px;
}
.difference-footer h3 {
  font-size: 34px;
  color: #FFD54A;
  font-weight: 900;
  margin-bottom: 28px;
}
/* ==========================================================
   Demo Center
========================================================== */
.demo-entry-section {
  padding: 90px 0;
}
.demo-entry-card {
  background: linear-gradient(135deg, #111827 0%, #1E293B 100%);
  border-radius: 32px;
  padding: 50px 40px;
  color: #fff;
}
.demo-entry-card .section-header h2 {
  color: #FFD54A;
}
.demo-entry-card .section-header .section-desc {
  color: #E5E7EB;
}
.demo-button-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.demo-btn {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  border-radius: 20px;
  text-decoration: none;
  transition: 0.25s;
  color: #fff;
}
.demo-btn:hover {
  transform: translateY(-5px);
}
.demo-btn .icon {
  font-size: 34px;
  flex-shrink: 0;
}
.demo-btn strong {
  display: block;
  font-size: 17px;
  margin-bottom: 6px;
}
.demo-btn small {
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
  line-height: 1.6;
}
.demo-btn.green {
  background: #16A34A;
}
.demo-btn.purple {
  background: #6D28D9;
}
.demo-btn.blue {
  background: #2563EB;
}
.faq-section {
  background: white;
  border-radius: 36px;
  padding: 60px 48px;
  border: 1px solid #ECE7DB;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.05);
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 36px;
}
.faq-item {
  background: #FFFDF8;
  border: 1px solid rgba(255, 213, 74, 0.35);
  border-radius: 20px;
  padding: 24px 26px;
  transition: 0.25s;
}
.faq-item:hover {
  border-color: #F6B700;
  box-shadow: 0 10px 28px rgba(255, 213, 74, 0.18);
}
.faq-item h4 {
  margin: 0 0 10px;
  color: #111111;
  font-size: 22px;
  font-weight: 800;
}
.faq-item p {
  margin: 0;
  color: #64748B;
  font-size: 17px;
  line-height: 1.8;
}
@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;
    line-height: 1.5;
  }
  .hero-intro .hero-brand .hero-desc {
    font-size: 18px;
  }
  .brand-mission {
    margin: 36px auto 48px;
    padding: 36px 24px;
  }
  .brand-mission h2 {
    font-size: 30px;
  }
  .brand-mission p {
    font-size: 17px;
    line-height: 1.9;
  }
  .today-panel {
    padding: 30px 22px;
    margin: 32px 0 40px;
  }
  .today-panel h2 {
    font-size: 28px;
  }
  .today-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .today-card {
    padding: 24px;
  }
  .today-card .number {
    font-size: 40px;
  }
  .today-card small {
    font-size: 17px;
  }
  .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;
  }
  .goods-section {
    padding: 36px 22px;
  }
  .goods-section .section-desc {
    font-size: 18px;
  }
  .headquarters-banner {
    margin: 28px 0 36px;
  }
  .headquarters-banner img {
    height: 260px;
  }
  .headquarters-banner .headquarters-overlay {
    padding: 24px;
  }
  .headquarters-banner .headquarters-overlay h3 {
    font-size: 28px;
    line-height: 1.3;
  }
  .headquarters-banner .headquarters-overlay p {
    font-size: 16px;
  }
  .hq-service-grid {
    grid-template-columns: 1fr;
  }
  .service-card {
    padding: 20px;
  }
  .service-card h4 {
    font-size: 20px;
  }
  .address-item {
    align-items: flex-start;
  }
  .address-item span {
    font-size: 28px;
  }
  .address-item strong {
    font-size: 18px;
  }
  .address-item p {
    font-size: 16px;
  }
  .goods-buttons {
    flex-direction: column;
  }
  .goods-buttons a {
    width: 100%;
    text-align: center;
  }
  .demo-entry-card {
    padding: 32px 22px;
  }
  .demo-button-grid {
    grid-template-columns: 1fr;
  }
}
