/* =========================================================
   i58D Quest Brief V1.0
   Brand : Black × Purple × Gold
========================================================= */
/* ---------- Brand Color ---------- */
/* ---------- Base ---------- */
.quest-page {
  background: #F8F7FC;
  color: #0F0A1F;
  overflow: hidden;
}
.quest-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}
.quest-container--narrow {
  max-width: 860px;
}
/* ---------- Floating LINE ---------- */
.quest-line-float {
  position: fixed;
  right: 22px;
  bottom: 24px;
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #18122B;
  color: #FFD54A;
  padding: 14px 20px;
  border-radius: 999px;
  border: 1px solid rgba(255, 213, 74, 0.3);
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
  transition: 0.25s;
}
.quest-line-float i {
  color: #06C755;
  font-size: 22px;
}
.quest-line-float:hover {
  transform: translateY(-3px);
  background: #5B21B6;
  color: #FFFFFF;
}
/* ---------- Hero ---------- */
.quest-hero {
  position: relative;
  overflow: hidden;
  padding: 86px 0 78px;
  color: #FFFFFF;
  text-align: center;
  background: radial-gradient(circle at top, rgba(124, 58, 237, 0.4), transparent 35%), radial-gradient(circle at 85% 15%, rgba(255, 213, 74, 0.18), transparent 28%), linear-gradient(135deg, #2A0E47 0%, #1B1036 42%, #0F0A1F 100%);
  border-radius: 0 0 34px 34px;
}
.quest-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.25));
  pointer-events: none;
}
.quest-hero .quest-container {
  position: relative;
  z-index: 2;
}
.quest-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(255, 213, 74, 0.12);
  border: 1px solid rgba(255, 213, 74, 0.35);
  color: #FFD54A;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 26px;
}
.quest-hero__title {
  font-size: 58px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -2px;
  margin-bottom: 20px;
}
.quest-hero__lead {
  font-size: 24px;
  color: #DDD6FE;
  margin-bottom: 28px;
  font-weight: 500;
}
.quest-hero__price {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 22px;
}
.quest-hero__price-number {
  font-size: 92px;
  line-height: 0.9;
  font-weight: 900;
  color: #FFD54A;
  letter-spacing: -4px;
  text-shadow: 0 0 35px rgba(255, 213, 74, 0.18);
}
.quest-hero__price-unit {
  font-size: 28px;
  color: #FFE38A;
  font-weight: 700;
  margin-bottom: 10px;
}
.quest-hero__compare {
  max-width: 760px;
  margin: 0 auto 26px;
  color: #E9D5FF;
  font-size: 18px;
  line-height: 1.9;
}
.quest-hero__compare strong {
  color: #FFD54A;
}
.quest-hero__answer {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 16px 24px;
  border-radius: 18px;
  background: rgba(255, 213, 74, 0.08);
  border: 1px solid rgba(255, 213, 74, 0.25);
  margin-bottom: 34px;
  font-size: 18px;
}
.quest-hero__answer strong {
  color: #FFD54A;
  font-size: 20px;
}
.quest-hero__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 22px;
}
.quest-hero__note {
  max-width: 720px;
  margin: auto;
  color: #B8B5CC;
  font-size: 14px;
  line-height: 1.8;
}
/* ---------- Buttons ---------- */
.quest-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 220px;
  padding: 18px 28px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 17px;
  text-decoration: none;
  transition: 0.25s;
  cursor: pointer;
}
.quest-btn--primary {
  background: linear-gradient(135deg, #FFD54A, #F59E0B);
  color: #231300;
  box-shadow: 0 16px 35px rgba(245, 158, 11, 0.3);
}
.quest-btn--primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 42px rgba(245, 158, 11, 0.35);
}
.quest-btn--ghost {
  background: rgba(124, 58, 237, 0.18);
  color: #FFFFFF;
  border: 1px solid rgba(124, 58, 237, 0.45);
}
.quest-btn--ghost:hover {
  background: #7C3AED;
}
.quest-btn--dark {
  background: #18122B;
  color: #FFD54A;
}
.quest-btn--dark:hover {
  background: #5B21B6;
  color: #FFFFFF;
}
/* ---------- Common Section ---------- */
.quest-section {
  padding: 84px 0;
}
.quest-section--white {
  background: #FFFFFF;
}
.quest-section--soft {
  background: #F8F7FC;
}
.quest-section--gray {
  background: #F3F4F6;
}
.quest-section--dark {
  background: #0F0A1F;
  color: #FFFFFF;
}
.quest-kicker {
  color: #7C3AED;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.quest-kicker--light {
  color: #FFD54A;
}
.quest-title {
  font-size: 46px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: -1.5px;
  margin-bottom: 22px;
}
.quest-title span {
  color: #7C3AED;
}
.quest-title--light {
  color: #FFFFFF;
}
.quest-section__lead {
  max-width: 760px;
  font-size: 20px;
  line-height: 1.9;
  color: #64748B;
}
.quest-section__lead--light {
  color: #D1D5DB;
}
/* ---------- Flash ---------- */
.quest-flash {
  position: sticky;
  top: 12px;
  z-index: 999;
}
/* ---------- Mobile ---------- */
@media (max-width: 750px) {
  .quest-container {
    padding: 0 18px;
  }
  .quest-line-float {
    right: 14px;
    bottom: 16px;
    padding: 12px 16px;
  }
  .quest-line-float span {
    display: none;
  }
  .quest-hero {
    padding: 62px 0 56px;
    border-radius: 0 0 24px 24px;
  }
  .quest-hero__title {
    font-size: 38px;
    letter-spacing: -1px;
  }
  .quest-hero__lead {
    font-size: 20px;
  }
  .quest-hero__price-number {
    font-size: 66px;
  }
  .quest-hero__price-unit {
    font-size: 22px;
    margin-bottom: 6px;
  }
  .quest-hero__answer {
    padding: 14px 18px;
    font-size: 16px;
  }
  .quest-hero__answer strong {
    font-size: 18px;
  }
  .quest-title {
    font-size: 34px;
  }
  .quest-section {
    padding: 64px 0;
  }
  .quest-btn {
    width: 100%;
  }
}
/* =========================================================
   PART 2：新客方案卡（Pricing Cards）
========================================================= */
.quest-money-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  margin-top: 52px;
}
.quest-money-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 420px;
  padding: 30px 26px;
  border-radius: 28px;
  background: linear-gradient(180deg, #1B1431 0%, #10091F 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  transition: 0.25s;
}
.quest-money-card:before {
  content: "";
  position: absolute;
  top: -70px;
  right: -70px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.22), transparent 70%);
}
.quest-money-card:hover {
  transform: translateY(-6px);
  border-color: #FFD54A;
  box-shadow: 0 20px 45px rgba(255, 213, 74, 0.15);
}
/* 推薦方案 */
.quest-money-card--hot {
  border: 2px solid #FFD54A;
  box-shadow: 0 22px 55px rgba(255, 213, 74, 0.18);
}
.quest-money-card--hot:after {
  content: "推薦方案";
  position: absolute;
  top: 18px;
  right: 18px;
  background: linear-gradient(135deg, #FFD54A, #F59E0B);
  color: #0F0A1F;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}
/* ---------- Header ---------- */
.quest-money-card__label {
  position: relative;
  z-index: 2;
  color: #DDD6FE;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 24px;
}
/* ---------- Price ---------- */
.quest-money-card__price {
  position: relative;
  z-index: 2;
  margin-bottom: 24px;
}
.quest-money-card__currency {
  display: block;
  color: #FFE38A;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}
.quest-money-card__number {
  color: #FFD54A;
  font-size: 70px;
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -3px;
}
.quest-money-card__price small {
  color: #C4B5FD;
  font-size: 20px;
  margin-left: 4px;
  font-weight: 700;
}
/* ---------- Divider ---------- */
.quest-money-card__divider {
  width: 70px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #FFD54A, #7C3AED);
  margin: 8px 0 28px;
}
/* ---------- Result ---------- */
.quest-money-card__result {
  margin-bottom: 28px;
}
.quest-money-card__result strong {
  display: block;
  color: #FFD54A;
  font-size: 56px;
  line-height: 1;
  font-weight: 900;
}
.quest-money-card__result span {
  color: #DDD6FE;
  font-size: 20px;
  font-weight: 700;
}
/* ---------- Cost ---------- */
.quest-money-card__cost {
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 12px;
}
.quest-money-card__cost span {
  color: #A1A1AA;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
}
.quest-money-card__cost del {
  color: #FB7185;
  font-size: 22px;
  font-weight: 800;
  text-decoration-thickness: 2px;
}
/* ---------- Bottom Highlight ---------- */
.quest-money-bottom {
  max-width: 920px;
  margin: 60px auto 0;
  padding: 28px 34px;
  border-radius: 24px;
  background: linear-gradient(135deg, #FFF8E8, #FFF3C4);
  border: 2px solid rgba(255, 213, 74, 0.35);
  text-align: center;
}
.quest-money-bottom strong {
  display: block;
  color: #5B21B6;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 14px;
  line-height: 1.35;
}
.quest-money-bottom span {
  display: block;
  color: #3F3F46;
  font-size: 19px;
  line-height: 1.8;
  font-weight: 600;
}
/* ---------- Mobile ---------- */
@media (max-width: 750px) {
  .quest-money-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .quest-money-card {
    min-height: auto;
    padding: 26px 22px;
    border-radius: 24px;
  }
  .quest-money-card--hot {
    transform: none;
  }
  .quest-money-card__label {
    font-size: 17px;
    margin-bottom: 18px;
  }
  .quest-money-card__number {
    font-size: 54px;
  }
  .quest-money-card__result strong {
    font-size: 44px;
  }
  .quest-money-card__result span {
    font-size: 18px;
  }
  .quest-money-card__cost {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .quest-money-card__cost del {
    font-size: 20px;
  }
  .quest-money-bottom {
    margin-top: 40px;
    padding: 22px 18px;
  }
  .quest-money-bottom strong {
    font-size: 24px;
  }
  .quest-money-bottom span {
    font-size: 16px;
  }
}
/* =========================================================
   PART 3：Seller Lite Flow / Demo / Promo / FAQ
========================================================= */
/* ---------- 老闆只要出一張嘴 ---------- */
.quest-owner-flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 52px;
  align-items: center;
}
.quest-owner-step {
  position: relative;
  background: #18122B;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 28px 24px;
  text-align: center;
  color: #FFF;
  transition: 0.25s;
}
.quest-owner-step:hover {
  transform: translateY(-4px);
  border-color: #FFD54A;
}
.quest-owner-step__icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 18px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #7C3AED, #5B21B6);
  color: #FFD54A;
  font-size: 30px;
}
.quest-owner-step span {
  display: block;
  color: #C4B5FD;
  font-size: 14px;
  margin-bottom: 8px;
}
.quest-owner-step strong {
  display: block;
  font-size: 22px;
  line-height: 1.5;
  color: #FFFFFF;
}
.quest-owner-arrow {
  display: none;
}
/* ---------- 黃色 Highlight ---------- */
.quest-highlight {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  margin-top: 40px;
  padding: 24px 26px;
  border-radius: 22px;
  background: linear-gradient(135deg, #FFF8E8, #FFF4CC);
  border: 2px solid rgba(255, 213, 74, 0.35);
}
.quest-highlight > i {
  font-size: 34px;
  color: #F59E0B;
  margin-top: 4px;
}
.quest-highlight strong {
  display: block;
  color: #5B21B6;
  font-size: 22px;
  margin-bottom: 8px;
}
.quest-highlight span {
  color: #444;
  line-height: 1.9;
  font-size: 17px;
}
/* =========================================================
   數位問券流程 Timeline
========================================================= */
.quest-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 56px;
  position: relative;
}
.quest-flow-step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #FFFFFF;
  border-radius: 28px;
  padding: 26px 22px;
  border: 1px solid #ECE8F8;
  box-shadow: 0 8px 24px rgba(15, 10, 31, 0.04);
  transition: 0.25s;
}
.quest-flow-step:hover {
  transform: translateY(-5px);
  border-color: #7C3AED;
}
.quest-flow-step__number {
  position: absolute;
  top: 18px;
  left: 20px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #9CA3AF;
}
.quest-flow-step__icon {
  width: 82px;
  height: 82px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F2EAFE;
  color: #7C3AED;
  font-size: 34px;
  margin: 28px 0 24px;
}
.quest-flow-step h3 {
  font-size: 24px;
  line-height: 1.45;
  font-weight: 900;
  color: #0F0A1F;
  margin-bottom: 18px;
}
.quest-flow-step p {
  color: #64748B;
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}
/* 結果卡 */
.quest-flow-step--result {
  background: #F8FFF8;
  border: 2px solid rgba(22, 163, 74, 0.35);
}
.quest-flow-step--result .quest-flow-step__icon {
  background: rgba(22, 163, 74, 0.12);
  color: #16A34A;
}
.quest-flow-step--result h3 {
  color: #16A34A;
}
/* 桌機箭頭 */
.quest-flow__arrow {
  position: absolute;
  top: 112px;
  width: 100%;
  display: flex;
  justify-content: center;
  pointer-events: none;
  color: #F59E0B;
  font-size: 32px;
  font-weight: 900;
}
/* =========================================================
   Demo Video
========================================================= */
.quest-flow-demo {
  margin-top: 70px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
  align-items: center;
  background: #18122B;
  border-radius: 30px;
  padding: 34px;
}
.quest-flow-demo__tag {
  display: inline-block;
  background: rgba(255, 213, 74, 0.15);
  color: #FFD54A;
  border: 1px solid rgba(255, 213, 74, 0.25);
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 16px;
}
.quest-flow-demo__text h3 {
  color: #FFFFFF;
  font-size: 34px;
  margin-bottom: 16px;
  font-weight: 900;
}
.quest-flow-demo__text p {
  color: #D1D5DB;
  line-height: 1.9;
  font-size: 17px;
}
.quest-video {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  aspect-ratio: 16 / 9;
  background: #000;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.25);
}
.quest-video iframe {
  width: 100%;
  height: 100%;
}
/* =========================================================
   推廣方案卡
========================================================= */
.quest-promo-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(255, 213, 74, 0.12);
  border: 1px solid rgba(255, 213, 74, 0.25);
  font-size: 17px;
  color: #F59E0B;
  font-weight: 800;
  margin-bottom: 20px;
}
.quest-promo-title {
  font-size: 46px;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 18px;
}
.quest-promo-title strong {
  color: #7C3AED;
}
.quest-promo-lead {
  font-size: 20px;
  line-height: 1.9;
  color: #4B5563;
  margin-bottom: 34px;
}
.quest-promo-card {
  background: linear-gradient(180deg, #18122B, #10091F);
  color: #FFFFFF;
  border-radius: 30px;
  border: 2px solid rgba(255, 213, 74, 0.4);
  overflow: hidden;
}
.quest-promo-card__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.quest-promo-card__top span {
  color: #D1D5DB;
  font-size: 15px;
}
.quest-promo-card__top strong {
  color: #FFD54A;
  font-size: 20px;
  font-weight: 900;
}
.quest-promo-card__main {
  display: flex;
  gap: 22px;
  align-items: center;
  padding: 30px 26px;
}
.quest-promo-card__main h3 {
  color: #FFD54A;
  font-size: 28px;
  margin-bottom: 10px;
}
.quest-promo-card__main p {
  color: #D1D5DB;
  line-height: 1.8;
}
.quest-promo-card__icon {
  width: 90px;
  height: 90px;
  border-radius: 24px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #7C3AED, #5B21B6);
  color: #FFD54A;
  font-size: 40px;
}
.quest-btn--promo {
  display: block;
  margin: 0 26px 26px;
  text-align: center;
}
/* =========================================================
   FAQ
========================================================= */
.quest-faq {
  margin-top: 42px;
}
.quest-faq details {
  background: #FFFFFF;
  border-radius: 18px;
  border: 1px solid #ECE8F8;
  margin-bottom: 16px;
  overflow: hidden;
  transition: 0.2s;
}
.quest-faq summary {
  cursor: pointer;
  padding: 22px 24px;
  font-size: 18px;
  font-weight: 800;
  color: #0F0A1F;
  list-style: none;
  position: relative;
}
.quest-faq summary::-webkit-details-marker {
  display: none;
}
.quest-faq summary:after {
  content: "+";
  position: absolute;
  right: 24px;
  top: 20px;
  font-size: 24px;
  color: #7C3AED;
}
.quest-faq details[open] summary:after {
  content: "−";
}
.quest-faq p {
  padding: 0 24px 24px;
  color: #64748B;
  line-height: 1.9;
  margin: 0;
}
/* =========================================================
   手機版（750px）
========================================================= */
@media (max-width: 750px) {
  .quest-owner-flow {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .quest-owner-step {
    padding: 22px;
  }
  .quest-owner-step strong {
    font-size: 20px;
  }
  .quest-highlight {
    flex-direction: column;
    text-align: center;
  }
  .quest-highlight > i {
    margin: auto;
  }
  .quest-highlight strong {
    font-size: 20px;
  }
  .quest-highlight span {
    font-size: 16px;
  }
  /* 四步驟改 Timeline */
  .quest-flow {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .quest-flow__arrow {
    display: none;
  }
  .quest-flow-step {
    text-align: left;
    align-items: flex-start;
    padding: 22px 22px 22px 90px;
  }
  .quest-flow-step__number {
    top: 18px;
    left: 20px;
  }
  .quest-flow-step__icon {
    position: absolute;
    top: 52px;
    left: 20px;
    width: 54px;
    height: 54px;
    border-radius: 16px;
    margin: 0;
    font-size: 24px;
  }
  .quest-flow-step h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .quest-flow-step p {
    font-size: 15px;
  }
  .quest-flow-demo {
    grid-template-columns: 1fr;
    padding: 22px;
    gap: 22px;
  }
  .quest-flow-demo__text h3 {
    font-size: 28px;
  }
  .quest-promo-title {
    font-size: 34px;
  }
  .quest-promo-lead {
    font-size: 17px;
  }
  .quest-promo-card__main {
    flex-direction: column;
    text-align: center;
  }
  .quest-promo-card__icon {
    width: 76px;
    height: 76px;
    font-size: 34px;
  }
  .quest-btn--promo {
    margin: 0 18px 18px;
  }
  .quest-faq summary {
    font-size: 17px;
    padding-right: 56px;
  }
}
/* =========================================================
   PART 4：Rice Plans / Final CTA / Footer
========================================================= */
/* ---------- 花蓮御皇米方案 ---------- */
.quest-rice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  margin-top: 56px;
}
.quest-rice-card {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #ECE8F8;
  border-radius: 28px;
  padding: 30px 24px;
  text-align: center;
  transition: 0.25s;
  box-shadow: 0 8px 24px rgba(15, 10, 31, 0.04);
}
.quest-rice-card:hover {
  transform: translateY(-6px);
  border-color: #7C3AED;
  box-shadow: 0 18px 36px rgba(124, 58, 237, 0.12);
}
.quest-rice-card--featured {
  border: 2px solid #FFD54A;
  background: linear-gradient(180deg, #FFF9E8, #FFF3CC);
  box-shadow: 0 20px 40px rgba(255, 213, 74, 0.18);
}
.quest-rice-card--featured:before {
  content: "最划算方案";
  position: absolute;
  top: 18px;
  right: 18px;
  background: linear-gradient(135deg, #FFD54A, #F59E0B);
  color: #0F0A1F;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}
/* 重量 */
.quest-rice-card__weight {
  color: #7C3AED;
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 16px;
}
/* 售價 */
.quest-rice-card__price {
  color: #0F0A1F;
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 24px;
}
/* 分隔線 */
.quest-rice-card__divider {
  width: 72px;
  height: 4px;
  border-radius: 999px;
  margin: 0 auto 24px;
  background: linear-gradient(90deg, #7C3AED, #F59E0B);
}
/* 可募集會員 */
.quest-rice-card__result {
  margin-bottom: 24px;
}
.quest-rice-card__result strong {
  display: block;
  font-size: 60px;
  line-height: 0.9;
  font-weight: 900;
  color: #7C3AED;
}
.quest-rice-card__result span {
  color: #64748B;
  font-size: 20px;
  font-weight: 700;
}
/* 原本獲客成本 */
.quest-rice-card__cost {
  padding-top: 20px;
  border-top: 1px dashed #DDD;
}
.quest-rice-card__cost span {
  display: block;
  color: #9CA3AF;
  font-size: 14px;
  margin-bottom: 8px;
}
.quest-rice-card__cost del {
  color: #EF4444;
  font-size: 26px;
  font-weight: 800;
  text-decoration-thickness: 2px;
}
/* 說明 */
.quest-rice-note {
  margin-top: 46px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 24px 28px;
  border-radius: 22px;
  background: #FFF8E8;
  border: 2px solid rgba(255, 213, 74, 0.35);
}
.quest-rice-note i {
  color: #F59E0B;
  font-size: 30px;
  margin-top: 2px;
}
.quest-rice-note p {
  margin: 0;
  line-height: 1.9;
  color: #444;
  font-size: 17px;
}
.quest-rice-note p strong {
  color: #5B21B6;
}
/* ---------- 三個原因 ---------- */
.quest-reason-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.quest-reason {
  background: #FFFFFF;
  border-radius: 24px;
  padding: 28px 24px;
  border: 1px solid #ECE8F8;
  transition: 0.25s;
}
.quest-reason:hover {
  transform: translateY(-4px);
  border-color: #7C3AED;
}
.quest-reason__icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  background: #F3E8FF;
  color: #7C3AED;
  font-size: 28px;
}
.quest-reason h3 {
  font-size: 22px;
  margin-bottom: 14px;
  font-weight: 800;
}
.quest-reason p {
  color: #64748B;
  line-height: 1.8;
  font-size: 16px;
}
/* ---------- 範本體驗 ---------- */
.quest-section--experience {
  text-align: center;
}
.quest-section--experience .quest-btn {
  margin-top: 32px;
}
/* ---------- Final CTA ---------- */
.quest-final {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  background: radial-gradient(circle at top, rgba(124, 58, 237, 0.35), transparent 35%), radial-gradient(circle at 80% 20%, rgba(255, 213, 74, 0.12), transparent 30%), linear-gradient(135deg, #2A0E47, #140A28, #0F0A1F);
  color: #FFFFFF;
}
.quest-final__inner {
  text-align: center;
  max-width: 900px;
}
.quest-final__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(255, 213, 74, 0.1);
  border: 1px solid rgba(255, 213, 74, 0.3);
  color: #FFD54A;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 24px;
}
.quest-final h2 {
  font-size: 54px;
  line-height: 1.25;
  font-weight: 900;
  margin-bottom: 24px;
}
.quest-final h2 strong {
  color: #FFD54A;
}
.quest-final p {
  font-size: 20px;
  line-height: 1.9;
  color: #E5E7EB;
  margin-bottom: 36px;
}
.quest-btn--final {
  background: linear-gradient(135deg, #FFD54A, #F59E0B);
  color: #0F0A1F;
  min-width: 300px;
  box-shadow: 0 18px 40px rgba(245, 158, 11, 0.3);
}
.quest-btn--final:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 50px rgba(245, 158, 11, 0.35);
}
.quest-final__line {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  color: #FFD54A;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
.quest-final__line i {
  color: #06C755;
  font-size: 22px;
}
.quest-final__line:hover {
  color: #FFFFFF;
}
/* ---------- Footer 間距 ---------- */
.quest-page footer {
  margin-top: 0;
}
/* =========================================================
   Mobile (750px)
========================================================= */
@media (max-width: 750px) {
  /* 米方案 */
  .quest-rice-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .quest-rice-card {
    padding: 24px 20px;
  }
  .quest-rice-card--featured {
    order: -1;
  }
  .quest-rice-card__weight {
    font-size: 20px;
  }
  .quest-rice-card__price {
    font-size: 40px;
  }
  .quest-rice-card__result strong {
    font-size: 48px;
  }
  .quest-rice-card__result span {
    font-size: 18px;
  }
  .quest-rice-card__cost del {
    font-size: 22px;
  }
  .quest-rice-note {
    flex-direction: column;
    text-align: center;
    padding: 22px 18px;
  }
  .quest-rice-note i {
    margin: auto;
  }
  .quest-rice-note p {
    font-size: 16px;
  }
  /* 三個原因 */
  .quest-reason-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .quest-reason {
    padding: 22px;
  }
  /* Final CTA */
  .quest-final {
    padding: 72px 0;
  }
  .quest-final h2 {
    font-size: 34px;
  }
  .quest-final p {
    font-size: 17px;
  }
  .quest-btn--final {
    width: 100%;
    min-width: 0;
  }
  .quest-final__line {
    justify-content: center;
    width: 100%;
    margin-top: 22px;
  }
}
