:root {
  --brand: #8c5a3c;
  --brand-dark: #6f452d;
  --ink: #1f2933;
  --muted: #5f6b76;
  --bg-soft: #f8f6f3;
}

body {
  color: var(--ink);
  font-family: "PingFang TC", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  background: #ffffff;
}

.navbar-brand {
  letter-spacing: 0.2px;
}

.hero-section {
  background: linear-gradient(180deg, #fffdfb 0%, #ffffff 100%);
}

.page-hero {
  background: linear-gradient(180deg, #f7f2ec 0%, #ffffff 100%);
}

.py-lg-6 {
  padding-top: 5.5rem !important;
  padding-bottom: 5.5rem !important;
}

.btn-brand {
  background-color: var(--brand);
  border-color: var(--brand);
  color: #ffffff;
}

.btn-brand:hover,
.btn-brand:focus {
  background-color: var(--brand-dark);
  border-color: var(--brand-dark);
  color: #ffffff;
}

.text-secondary {
  color: var(--muted) !important;
}

.step-card {
  border: 1px solid #e7e3dc;
  background: #ffffff;
  border-radius: 1rem;
  padding: 1.25rem;
}

.step-index {
  display: inline-block;
  font-weight: 700;
  color: var(--brand);
  margin-bottom: 0.5rem;
}

.compliance-box {
  background: var(--bg-soft);
  border: 1px solid #e8dfd5;
  border-radius: 0.875rem;
  padding: 1rem;
}

.policy-content h2 {
  font-size: 1.125rem;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.policy-content p,
.policy-content li {
  color: var(--muted);
  line-height: 1.7;
}

.site-footer {
  background-color: #f3efe9;
}

.footer-link {
  margin-left: 0.75rem;
  color: var(--ink);
  text-decoration: none;
  font-size: 0.95rem;
}

.footer-link:hover,
.footer-link:focus {
  text-decoration: underline;
}

.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1080;
  background-color: #1d1f23;
  color: #f5f7fa;
  padding: 0.875rem 0;
}

.cookie-banner a {
  color: #ffffff;
  text-decoration: underline;
}

@media (max-width: 991.98px) {
  .footer-link {
    margin-left: 0;
    margin-right: 0.75rem;
  }
}
