body {
  margin: 0;
  font-family: "Microsoft JhengHei", sans-serif;
  color: #55351f;
}

.donate-home {
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(255, 216, 163, 0.45), transparent 34%),
    radial-gradient(circle at top right, rgba(255, 198, 138, 0.32), transparent 26%),
    linear-gradient(180deg, #fffaf3 0%, #fff4e6 48%, #fff9f2 100%);
}

.auto-post {
  min-height: 100vh;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #fffaf1 0%, #f9f1e0 100%);
  color: #5a3b1f;
}

.thanks-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #fffaf1 0%, #fff4e3 100%);
  color: #5d4024;
}

.wrap {
  max-width: 1160px;
  margin: 0 auto;
  padding: 48px 24px 88px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(300px, 0.95fr);
  gap: 24px;
  align-items: stretch;
}

.hero-copy {
  padding: 12px 4px 0 0;
}

.eyebrow {
  display: inline-block;
  margin: 0 0 18px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 2px solid #f2d4a8;
  color: #a36019;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.hero h1 {
  margin: 0 0 18px;
  font-size: clamp(42px, 6vw, 64px);
  line-height: 1.14;
}

.hero-lead {
  margin: 0 0 14px;
  max-width: 760px;
  font-size: 22px;
  line-height: 1.95;
  color: #714d31;
}

.hero-sub {
  margin: 0;
  max-width: 720px;
  font-size: 18px;
  line-height: 1.95;
  color: #89684b;
}

.hero-side {
  align-self: start;
  background: rgba(255, 255, 255, 0.88);
  border: 2px solid #f0d5af;
  border-radius: 32px;
  padding: 28px 24px;
  box-shadow: 0 18px 36px rgba(170, 121, 59, 0.12);
}

.coffee-mark {
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffdca8 0%, #ffc57f 100%);
  box-shadow: inset 0 -6px 12px rgba(196, 117, 24, 0.14);
  font-size: 38px;
}

.hero-side h2 {
  margin: 18px 0 14px;
  font-size: 28px;
  line-height: 1.32;
}

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

.promise-list li {
  position: relative;
  padding-left: 20px;
  color: #6c4d32;
  line-height: 1.8;
}

.promise-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d47d18;
}

.status {
  margin: 24px 0 0;
  padding: 14px 18px;
  border-radius: 18px;
  background: #eef9ef;
  color: #2d6b3e;
  border: 2px solid #bfe4c7;
}

.warn {
  background: #fff0d8;
  color: #8a5b12;
  border-color: #f0ce86;
}

.quote-band {
  margin-top: 30px;
  padding: 22px 26px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 247, 232, 0.96) 100%);
  border: 2px solid #efd3a7;
  box-shadow: 0 16px 30px rgba(174, 122, 58, 0.1);
  text-align: center;
}

.quote-band p {
  margin: 0;
  font-size: 24px;
  line-height: 1.75;
  font-weight: 700;
  color: #5b3821;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 34px;
  align-items: stretch;
}

.card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: rgba(255, 255, 255, 0.92);
  border: 2px solid #f1d7a5;
  border-radius: 28px;
  padding: 26px 24px 24px;
  box-shadow: 0 18px 36px rgba(168, 120, 60, 0.1);
  position: relative;
  overflow: hidden;
}

.card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
  background: linear-gradient(90deg, #ffd28d 0%, #ffb861 100%);
}

.plan-badge {
  margin: 0 0 14px;
  color: #a25f1b;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.card h2 {
  margin: 0 0 16px;
  font-size: 33px;
  line-height: 1.24;
  min-height: 2.48em;
}

.price {
  margin: 0 0 16px;
  color: #d17a00;
  font-size: 50px;
  font-weight: 800;
  line-height: 1;
}

.desc {
  margin: 0 0 24px;
  color: #6f5138;
  font-size: 18px;
  line-height: 1.92;
  flex: 1;
}

.btn {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 16px 18px;
  border-radius: 18px;
  border: 0;
  font-size: 19px;
  font-weight: 700;
  cursor: pointer;
  margin-top: auto;
  box-shadow: 0 10px 18px rgba(73, 132, 94, 0.16);
}

.btn-primary {
  background: linear-gradient(180deg, #66bb85 0%, #4d9d69 100%);
}

.btn-primary:hover {
  background: linear-gradient(180deg, #5db37c 0%, #438f5f 100%);
}

.btn-inline {
  width: auto;
  margin-top: 14px;
  padding: 12px 18px;
  border-radius: 14px;
  font-size: 17px;
}

.note {
  margin: 32px auto 0;
  max-width: 820px;
  text-align: center;
  color: #88694d;
  font-size: 17px;
  line-height: 1.8;
}

.actions {
  margin-top: 28px;
  text-align: center;
}

.ghost {
  color: #7d5f45;
  text-decoration: none;
  font-size: 16px;
}

.ghost-spaced {
  display: inline-block;
  margin-top: 22px;
  color: #876244;
}

.center-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
}

.box {
  width: min(560px, calc(100vw - 40px));
  background: #fff;
  border: 2px solid #f0d29b;
  border-radius: 24px;
  padding: 34px 26px;
  text-align: center;
  box-shadow: 0 16px 30px rgba(166, 120, 64, 0.12);
}

.card-thanks {
  width: min(700px, calc(100vw - 40px));
  background: rgba(255, 255, 255, 0.92);
  border-radius: 28px;
  border: 2px solid #ecd1a0;
  box-shadow: 0 16px 36px rgba(177, 127, 63, 0.12);
  padding: 38px 30px;
  text-align: center;
}

.pill {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--pill-bg);
  color: var(--pill-text);
  font-size: 15px;
  margin-bottom: 16px;
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding-right: 0;
  }

  .grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (max-width: 680px) {
  .wrap {
    padding: 34px 18px 68px;
  }

  .hero h1 {
    font-size: 38px;
  }

  .hero-lead {
    font-size: 20px;
  }

  .quote-band p {
    font-size: 21px;
  }

  .card h2 {
    min-height: 0;
    font-size: 30px;
  }

  .price {
    font-size: 44px;
  }
}
