@charset "utf-8";
@font-face {
  font-family: Flama;
  src: url(../font/FlamaSemicondensed-Ultralight.woff);
}
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanstc/v39/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz76Cz_Co.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanstc/v39/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz7_6y_Co.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanstc/v39/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz76Cy_Co.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanstc/v39/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz75Ky_Co.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanstc/v39/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz70e1_Co.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanstc/v39/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz7wm1_Co.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Serif HK';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notoserifhk/v12/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf) format('truetype');
}

:root {
  --ink: #180923;
  --purple: #2b0b45;
  --green: #80c52b;
  --gold: #f7c92e;
  --paper: #f4eef4
}
* {
  box-sizing: border-box
}
html {
  scroll-behavior: smooth
}
body {
  margin: 0;
  background: var(--ink);
  color: #fff;
  font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", system-ui, sans-serif
}
a {
  color: inherit
}
img {
  display: block;
  max-width: 100%
}
h2 {
    font-size:clamp(26px, 5vw, 64px);
}
@media screen and (min-width: 501px) {
.pc{
	display: block !important; /*強制顯示 */
}
.mo{
	display: none !important;  /* 強制隱藏 */
}
.newKV{
	position: relative;
}
}
@media screen and (max-width: 500px){
.pc{
	display: none !important;  /* 強制隱藏 */
}
.mo{
	display: block !important; /*強制顯示 */
}
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  padding: 0 clamp(22px, 5vw, 80px);
  background: #12061de0;
  border-bottom: 1px solid #ffffff1f;
  backdrop-filter: blur(18px)
}
.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none
}
.brand-bankee {
	
  font-weight:800;
  font-size:25px;
  line-height:11;
/*font: 800 25px Georgia, serif;*/
	
  letter-spacing: -1px
}
.brand-bankee span {
  color: var(--green)
}
.brand i {
  width: 1px;
  height: 24px;
  background: #ffffff59
}
.brand-agent {
  font-weight: 800;
  letter-spacing: .12em
}
.site-header nav {
  display: flex;
  gap: 28px
}
.site-header nav a {
  color: #d9cce0;
  font-size: 14px;
  text-decoration: none
}
.site-header nav a:hover {
  color: var(--gold)
}
.hero {
  position: relative;
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(330px, .9fr) minmax(480px, 1.1fr);
  align-items: center;
  gap: 40px;
  overflow: hidden;
  padding: 70px max(5vw, calc((100vw - 1300px)/2));
  background: radial-gradient(circle at 78% 34%, #743c977a, transparent 28%), radial-gradient(circle at 20% 70%, #7724645c, transparent 34%), linear-gradient(145deg, #13081d, #2a0c40 52%, #16081f)
}
.hero:after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid #9d50c547;
  border-radius: 24px;
  pointer-events: none
}
.scan-lines {
  position: absolute;
  inset: 0;
  opacity: .18;
  background: repeating-linear-gradient(0deg, transparent 0 4px, #ffffff14 5px)
}
.hero-glow {
  position: absolute;
  width: 440px;
  opacity: .42;
  mix-blend-mode: screen
}
.hero-glow-one {
  right: -120px;
  top: 80px
}
.hero-glow-two {
  left: -180px;
  bottom: -120px
}
.hero-copy {
  position: relative;
  z-index: 5;
  padding-left: 20px
}
.secret-stamp {
  width: 170px;
  transform: rotate(-4deg);
  margin-bottom: 18px
}
.eyebrow, .section-heading > span, .case-copy > span, .rules-title > span, .final-cta div > span {
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .18em
}
.hero h1 {
  margin: 10px 0 18px;
	
  font-weight:700;
  font-size:clamp(54px, 5.4vw, 84px);
  line-height:1.04;
  /*font: 700 clamp(54px, 5.4vw, 84px)/1.04 Georgia, "Noto Serif TC", serif;*/
	
  letter-spacing: -.045em
}
.hero h1 em, .case-copy h2 em {
  color: var(--gold);
  font-style: normal
}
.hero-lead {
  max-width: 570px;
  color: #e7dbeb;
  font-size: 19px;
  line-height: 1.8
}
.date-chip {
  display: inline-flex;
  padding: 9px 15px;
  border: 1px solid #ffffff40;
  border-radius: 999px;
  color: #cab9d3;
  font-size: 13px;
  letter-spacing: .08em
}
.primary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-width: 230px;
  margin-top: 24px;
  padding: 17px 25px;
  border: 1px solid #ffffffb8;
  border-radius: 999px;
  background: linear-gradient(#8dcc3d, #67a51a);
  box-shadow: 0 14px 34px #63a01852;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none
}
.primary-cta span {
  font-size: 25px
}
.placeholder-link {
  background: linear-gradient(#867092, #5e4969);
  box-shadow: none
}
.hero-note {
  max-width: 420px;
  color: #aa96b5;
  font-size: 12px
}
.hero-scene {
  position: relative;
  z-index: 2;
  min-height: 620px;
  border: 1px solid #9a62b540;
  border-radius: 40% 40% 12% 12%;
  background: radial-gradient(circle at 50% 30%, #7e36a359, #0e0518d6 60%);
  box-shadow: inset 0 0 80px #0000008c, 0 30px 90px #00000073
}
.mission-panel {
  position: absolute;
  top: 45px;
  left: 44px;
  display: flex;
  flex-direction: column;
  color: #c6b4cf52;
	
  font-size:13px;
  line-height:1.8;
  /*font: 13px/1.8 monospace;*/
}
.hero-car {
  position: absolute;
  left: -5%;
  bottom: 15%;
  width: 55%;
  filter: drop-shadow(0 20px 20px #0009)
}
.hero-agent {
  position: absolute;
  right: 4%;
  bottom: 0;
  width: 39%;
  filter: drop-shadow(0 14px 18px #0009)
}
.hero-luck {
  position: absolute;
  left: 29%;
  bottom: -1%;
  width: 25%;
  max-height: 69%;
  object-fit: contain;
  object-position: bottom;
  filter: drop-shadow(0 16px 20px #0009)
}
.target {
  position: absolute;
  width: 100px;
  opacity: .75
}
.target-a {
  right: 8%;
  top: 7%;
  transform: rotate(12deg)
}
.target-b {
  left: 6%;
  top: 47%;
  width: 75px
}
.intel-strip {
  display: flex;
  min-height: 155px;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 5vw, 72px);
  padding: 28px;
  background: var(--paper);
  color: var(--ink);
  border-top: 8px solid var(--green)
}
.intel-strip > p {
	
  font-weight:800;
  font-size:12px;
  line-height:1;
  /*font: 800 12px monospace;*/
	
  letter-spacing: .22em;
  color: #7e6c87
}
.intel-strip > div {
  display: flex;
  align-items: center;
  gap: 12px
}
.intel-strip strong {
  color: #42115f;
	
  font-weight:900;
  font-size:clamp(48px, 6vw, 78px);
  line-height:1;
  /*font: 900 clamp(48px, 6vw, 78px)/1 Georgia, serif*/
	
}
.intel-strip span {
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45
}
.intel-strip i {
  width: 1px;
  height: 54px;
  background: #cbbfce
}
.mission-section {
  position: relative;
  overflow: hidden;
  padding: 110px max(5vw, calc((100vw - 1240px)/2)) 120px;
  background: radial-gradient(circle at 18% 38%, #8a2f895c, transparent 25%), radial-gradient(circle at 80% 62%, #5e2d8659, transparent 27%), linear-gradient(180deg, #250b39 0%, #54125f 54%, #24102f 100%);
  color: #fff
}
.mission-section:before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(0deg, transparent 0 5px, #ffffff0a 6px);
  opacity: .45;
  pointer-events: none
}
.section-heading {
  position: relative;
  z-index: 2;
  max-width: 710px;
  margin: 0 auto 55px;
  text-align: center
}
.section-heading h2, .case-copy h2, .rules-title h2, .final-cta h2 {
  margin: 12px 0;
	
  font-weight:700;
  font-size:clamp(38px, 5vw, 60px);
  line-height:1.12;
  /*font: 700 clamp(38px, 5vw, 60px)/1.12 Georgia, "Noto Serif TC", serif;*/
	
}
.section-heading p {
  color: #65566d;
  line-height: 1.8
}
.mission-section .section-heading > span {
  color: var(--gold)
}
.mission-section .section-heading p {
  color: #d9c8df
}
.mission-steps-stage {
  position: relative;
  z-index: 2;
  min-height: 850px;
  margin: 10px auto 0;
  max-width: 1100px
}
.mission-steps-stage:before, .mission-steps-stage:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  height: 390px;
  border-left: 2px dashed #f8ca2b66;
  transform: rotate(31deg);
  transform-origin: top
}
.mission-steps-stage:before {
  top: 130px
}
.mission-steps-stage:after {
  top: 420px;
  transform: rotate(-28deg)
}
.mission-particles {
  position: absolute;
  left: 46%;
  top: 34%;
  width: 230px;
  opacity: .9;
  filter: drop-shadow(0 0 15px #f8ca2b)
}
.mission-code {
  position: absolute;
  width: 390px;
  opacity: .14
}
.mission-code-left {
  left: -6%;
  top: 3%
}
.mission-code-right {
  right: -4%;
  bottom: 8%
}
.mission-route {
  position: absolute;
  left: 50%;
  top: 45%;
  width: 46px;
  height: 46px;
  border: 2px solid #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%)
}
.mission-route:before, .mission-route:after {
  content: "";
  position: absolute;
  background: #fff
}
.mission-route:before {
  left: 50%;
  top: -12px;
  width: 1px;
  height: 68px
}
.mission-route:after {
  left: -12px;
  top: 50%;
  width: 68px;
  height: 1px
}
.mission-coin {
  position: absolute;
  width: 300px;
  height: 300px;
  padding: 16px;
  border-radius: 50%;
  background: linear-gradient(145deg, #fff15b 0%, #f8c800 42%, #d99500 100%);
  box-shadow: 0 20px 0 #b77b00, 0 33px 44px #1003169e, inset 0 5px 13px #fffbd3
}
.mission-coin:before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 3px solid #fff57c;
  border-radius: 50%;
  box-shadow: inset 0 0 0 10px #eeb600
}
.coin-face {
  position: relative;
  z-index: 1;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 38px;
  text-align: center;
  color: #3a1150
}
.coin-face span {
	
  font-weight:900;
  font-size:10px;
  line-height:1;
  /*font: 900 10px monospace;*/
	
  letter-spacing: .16em
}
.coin-face b {
  margin: 4px 0 -2px;
	
  font-weight:900;
  font-size:58px;
  line-height:1;
  /*font: 900 58px/1 Georgia, serif;*/
	
  color: #7c2d98;
  text-shadow: 0 2px #fff48b
}
.coin-face h3 {
  margin: 7px 0 8px;
  font-size: 20px
}
.coin-face p {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.55
}
.mission-coin-1 {
  left: 3%;
  top: 8%;
  transform: rotate(-4deg)
}
.mission-coin-2 {
  right: 5%;
  top: 18%;
  transform: rotate(4deg)
}
.mission-coin-3 {
  left: 18%;
  top: 55%;
  transform: rotate(3deg)
}
.mission-coin-4 {
  right: 14%;
  top: 62%;
  transform: rotate(-4deg)
}
.rewards-board {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr;
  max-width: 1160px;
  margin: 75px auto 0;
  padding: 34px 26px 26px;
  border: 1px solid #b685ce73;
  background: linear-gradient(145deg, #17051fe8, #331044e8);
  box-shadow: 0 25px 55px #10031680
}
.rewards-board:before {
  content: "MISSION REWARD / 任務獎勵";
  position: absolute;
  left: 24px;
  top: -15px;
  padding: 7px 15px;
  border: 1px solid #e9cc68;
  background: #2b0b3b;
  color: var(--gold);
	
  font-weight:900;
  font-size:11px;
  line-height:1;
  /*font: 900 11px monospace;*/
	
  letter-spacing: .13em
}
.reward-main, .reward-side, .rate-card {
  min-height: 260px;
  padding: 32px;
  color: #fff;
  background: transparent
}
.reward-side, .rate-card {
  border-left: 1px solid #ffffff24
}
.rate-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url('assets/particle-glow.png') right bottom/150px no-repeat;
  color: #fff
}
.reward-label {
  display: inline-block;
  padding: 7px 12px;
  border: 1px solid;
  border-radius: 99px;
  font-size: 12px;
  font-weight: 800
}
.reward-main > p, .reward-side > p {
  margin: 13px 0;
  font-size: 18px;
  font-weight: 800
}
.reward-main strong, .reward-side strong, .rate-card strong {
  display: block;
  margin: 14px 0;
	
  font-weight:900;
  font-size:82px;
  line-height:1;
  /*font: 900 82px/1 Georgia, serif;*/
	
  color: var(--gold)
}
.reward-main small, .reward-side small, .rate-card small {
	
  font-weight:900;
  font-size:22px;
  line-height:1;
  /*font: 900 22px sans-serif;*/
	
}
.rate-card > span {
  font-weight: 900;
  color: #d6bfdc
}
.rate-card p {
  margin: 0;
  color: #cdbbd3;
  font-size: 13px;
  line-height: 1.7
}
.gifts-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 60px;
  align-items: center;
  min-height: 880px;
  padding: 110px max(5vw, calc((100vw - 1250px)/2));
  overflow: hidden;
  background: radial-gradient(circle at 80% 50%, #512265, transparent 40%), linear-gradient(145deg, #16081f, #2e0c43);
}
.case-copy p {
  max-width: 460px;
  color: #cbbbd1;
  line-height: 1.8
}
.total-gifts {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 35px
}
.total-gifts strong {
  color: var(--gold);
	
  font-weight:900;
  font-size:90px;
  line-height:1;
  /*font: 900 90px/1 Georgia, serif;*/
	
}
.total-gifts span {
  font-weight: 900
}
.polaroid-wall {
  position: relative;
  min-height: 680px
}
.photo {
  position: absolute;
  width: 45%;
  margin: 0;
  filter: drop-shadow(0 25px 22px #0006)
}
.photo figcaption {
  position: absolute;
  right: 6%;
  bottom: 7%;
  padding: 7px 12px;
  border-radius: 99px;
  background: var(--gold);
  color: #28122f;
  font-weight: 900;
  transform: rotate(3deg)
}
.photo figcaption b {
  font-size: 28px
}
.photo-one {
  left: 23%;
  top: 0;
  z-index: 3;
  transform: rotate(2deg)
}
.photo-two {
  left: 0;
  top: 290px;
  z-index: 2;
  transform: rotate(-7deg)
}
.photo-three {
  right: 0;
  top: 260px;
  z-index: 1;
  transform: rotate(7deg)
}
.eligibility-section {
  padding: 100px max(6vw, calc((100vw - 1150px)/2));
  background: #7850a1
}
.section-heading.light > span {
  color: var(--gold)
}
.check-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #ffffff3d;
  border: 1px solid #ffffff3d
}
.check-grid article {
  min-height: 200px;
  padding: 30px;
  background: #6e4597
}
.check-grid b {
  color: var(--gold);
	
  font-weight:900;
  font-size:14px;
  line-height:1;
  /*font: 900 14px monospace;*/
}
.check-grid p {
  margin-top: 45px;
  line-height: 1.7;
  font-weight: 800
}
.eligibility-alert {
  margin: 28px 0 0;
  padding: 18px 22px;
  border-left: 4px solid var(--gold);
  background: #1a082642;
  font-size: 14px;
  line-height: 1.7
}
.rules-section {
  padding: 105px max(5vw, calc((100vw - 1160px)/2)) 125px;
  background: #fff;
  color: #3f3a42
}
.rules-section > h2 {
  margin: 0 0 66px;
  text-align: center;
  color: #8a35d0;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 900;
  letter-spacing: .02em
}
.rules-document {
  max-width: 1160px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.95
}
.rules-major {
  margin: 0;
  padding-left: 2em
}
.rules-major > li {
  margin: 0 0 18px;
  padding-left: .35em
}
.rules-major > li::marker {
  font-weight: 700
}
.rules-major p {
  margin: .28em 0
}
.rules-activity {
  margin: 8px 0 14px 1.15em
}
.rules-activity h3 {
  margin: 13px 0 4px;
  font-size: 15px;
  font-weight: 700
}
.points-notice {
  margin: 4px 0 10px 1.15em !important
}
.legal-notices {
  counter-reset: legal-item;
  margin: 4px 0 0;
  padding: 0 0 0 2.9em;
  list-style: none
}
.legal-notices li {
  position: relative;
  counter-increment: legal-item;
  margin: 7px 0
}
.legal-notices li:before {
  content: "("counter(legal-item) ")";
  position: absolute;
  left: -2.7em;
  top: 0
}
.rules-section a {
  color: #8a35d0;
  text-decoration: underline;
  text-underline-offset: 2px
}
.final-cta {
  display: grid;
  grid-template-columns: 160px 1fr auto;
  gap: 40px;
  align-items: center;
  padding: 70px max(5vw, calc((100vw - 1200px)/2));
  background: #23102d url('assets/particle-glow.png') 92% 20%/160px no-repeat
}
.final-cta img {
  transform: rotate(-5deg)
}
.final-cta h2 {
  font-size: clamp(32px, 4vw, 48px)
}
.final-cta p {
  color: #c3b3c9;
  font-size: 14px;
  line-height: 1.7
}
.is-disabled {
  min-width: 220px;
  margin: 0;
  background: #6d6073;
  box-shadow: none;
  cursor: not-allowed
}

.rules-section a {
  overflow-wrap: anywhere
}
@media(max-width:1000px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 80px
  }
  .hero-copy {
    text-align: center;
    padding: 0 30px
  }
  .secret-stamp, .hero-lead, .hero-note {
    margin-left: auto;
    margin-right: auto
  }
  .hero-scene {
    width: min(680px, 100%);
    min-height: 600px;
    margin: 0 auto
  }
  .mission-steps-stage {
    max-width: 760px;
    min-height: 760px
  }
  .mission-coin {
    width: 270px;
    height: 270px
  }
  .mission-coin-1 {
    left: 1%;
    top: 7%
  }
  .mission-coin-2 {
    right: 1%;
    top: 18%
  }
  .mission-coin-3 {
    left: 12%;
    top: 54%
  }
  .mission-coin-4 {
    right: 10%;
    top: 62%
  }
  .gifts-section {
    grid-template-columns: 1fr
  }
  .case-copy {
    text-align: center
  }
  .case-copy p {
    margin-left: auto;
    margin-right: auto
  }
  .total-gifts {
    justify-content: center
  }
  .final-cta {
    grid-template-columns: 130px 1fr
  }
  .final-cta .is-disabled {
    grid-column: 1/-1
  }
}
@media(max-width:700px) {
  .site-header {
    height: 62px;
    padding: 0 18px
  }
  .site-header nav {
    display: none
  }
  .brand {
    gap: 10px
  }
  .brand-bankee {
    font-size: 22px
  }
  .brand-agent {
    font-size: 13px
  }
  .hero {
    min-height: 1000px;
    padding: 55px 18px 40px
  }
  .hero:after {
    inset: 8px
  }
  .hero-copy {
    padding: 0 10px
  }
  .hero h1 {
    font-size: 49px
  }
  .hero-lead {
    font-size: 16px
  }
  .date-chip {
    max-width: 100%;
    justify-content: center;
    padding: 8px 12px;
    line-height: 1.5;
    letter-spacing: .02em
  }
  .hero-scene {
    min-height: 470px
  }
  .hero-agent {
    width: 46%
  }
  .hero-luck {
    left: 25%;
    width: 31%
  }
  .hero-car {
    width: 62%
  }
  .target {
    width: 66px
  }
  .intel-strip {
    flex-wrap: wrap;
    gap: 18px 28px
  }
  .intel-strip > p {
    flex-basis: 100%;
    text-align: center
  }
  .intel-strip strong {
    font-size: 46px
  }
  .intel-strip i {
    display: none
  }
  .mission-section {
    padding: 80px 18px 95px
  }
  .section-heading {
    margin-bottom: 42px
  }
  .section-heading h2 {
    font-size: 38px
  }
  .mission-steps-stage {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    min-height: 0;
    margin-top: 0
  }
  .mission-steps-stage:before, .mission-steps-stage:after, .mission-route, .mission-code, .mission-particles {
    display: none
  }
  .mission-coin, .mission-coin-1, .mission-coin-2, .mission-coin-3, .mission-coin-4 {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: min(290px, 82vw);
    height: min(290px, 82vw);
    margin: 0 auto;
    transform: none
  }
  .coin-face {
    padding: 34px
  }
  .coin-face b {
    font-size: 52px
  }
  .coin-face h3 {
    font-size: 17px;
    line-height: 1.4
  }
  .gifts-section {
    min-height: auto;
    padding: 80px 18px
  }
  .polaroid-wall {
    min-height: 850px
  }
  .photo {
    width: 74%
  }
  .photo-one {
    left: 13%
  }
  .photo-two {
    left: -4%;
    top: 310px
  }
  .photo-three {
    right: -4%;
    top: 560px
  }
  .rules-section {
    padding: 75px 18px 95px
  }
  .rules-section > h2 {
    margin-bottom: 42px
  }
  .rules-document {
    font-size: 14px;
    line-height: 1.85
  }
  .rules-major {
    padding-left: 1.6em
  }
  .rules-major > li {
    padding-left: .15em
  }
  .rules-activity {
    margin-left: .25em
  }
  .points-notice {
    margin-left: .25em !important
  }
  .legal-notices {
    padding-left: 2.5em
  }
  .legal-notices li:before {
    left: -2.4em
  }
  .final-cta {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 60px 24px
  }
  .final-cta img {
    width: 140px;
    margin: auto
  }
  .final-cta .is-disabled {
    grid-column: auto
  }

}
@keyframes bankee-btn {
  0% {
    transform: rotate(-4deg)
  }
  5% {
    transform: rotate(4deg)
  }
  10% {
    transform: rotate(-4deg)
  }
  15% {
    transform: rotate(4deg)
  }
  20% {
    transform: rotate(-4deg)
  }
  25% {
    transform: rotate(4deg)
  }
  26%, 100% {
    transform: rotate(0deg)
  }
}
.site-header {
  position: relative;
  top: auto;
  z-index: 800;
  display: block;
  height: clamp(40px, 3vw, 58px);
  padding: 0;
  background: #fff;
  border: 0;
  box-shadow: 0 7px 7px #0000001a;
  backdrop-filter: none
}
.site-header > a {
  display: inline-block;
  height: clamp(27px, 2vw, 38px);
  margin: clamp(6px, .5vw, 10px) 0 0 2vw
}
.site-header > a img {
  width: auto;
  height: 100%
}
.primary-cta {
  animation: bankee-btn 2s linear infinite
}
.is-disabled {
  animation: none
}
.mission-steps-stage {
  min-height: 1330px
}
.mission-offer {
  position: absolute;
  width: 46%;
  max-width: 470px
}
.mission-offer-1 {
  left: 1%;
  top: 0
}
.mission-offer-2 {
  right: 1%;
  top: 240px
}
.mission-offer-3 {
  left: 7%;
  top: 610px
}
.mission-offer-4 {
  right: 5%;
  top: 920px
}
.mission-offer .mission-coin {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  width: 280px;
  height: 280px;
  margin: 0 auto
}
.mission-offer-1 .mission-coin {
  transform: rotate(-4deg)
}
.mission-offer-2 .mission-coin {
  transform: rotate(4deg)
}
.mission-offer-3 .mission-coin {
  transform: rotate(3deg)
}
.mission-offer-4 .mission-coin {
  transform: rotate(-4deg)
}
.mission-offer-copy {
  position: relative;
  margin: 18px auto 0;
  padding: 20px 22px;
  border: 1px solid #f7c92e80;
  border-left: 5px solid var(--gold);
  border-radius: 4px;
  background: linear-gradient(145deg, #180522ed, #32103fed);
  box-shadow: 0 18px 32px #10031670;
  color: #f1e8f3;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.75;
  text-align: left
}
.mission-offer-copy:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -11px;
  width: 74px;
  height: 20px;
  background: #eee3cebd;
  transform: translateX(-50%) rotate(-2deg)
}
.rules-section {
  padding: 2vw 0 5vw;
  background: #fff;
  color: #000;
  text-align: center
}
.rules-toggle {
  display: block
}
.rules-toggle > summary {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: .5em 1em;
  border: 2px solid #825dc7;
  border-radius: 999px;
  background: #fff;
  color: #825dc7;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer
}
.rules-toggle > summary::-webkit-details-marker {
  display: none
}
.rules-toggle-icon {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: .5em;
  flex: 0 0 auto
}
.rules-toggle-icon:before, .rules-toggle-icon:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #825dc7;
  transform: translate(-50%, -50%);
  transition: transform .3s ease
}
.rules-toggle-icon:after {
  transform: translate(-50%, -50%) rotate(90deg)
}
.rules-toggle[open] .rules-toggle-icon:after {
  transform: translate(-50%, -50%) rotate(0deg)
}
.rules-collapse, .rules-toggle:not([open]) > .rules-collapse {
  display: grid !important;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows .8s ease, opacity .45s ease
}
.rules-toggle[open] > .rules-collapse {
  grid-template-rows: 1fr;
  opacity: 1
}
.rules-collapse-inner {
  min-height: 0;
  overflow: hidden
}
.rules-document {
  width: 94%;
  max-width: 1160px;
  margin: 2em auto 0;
  padding: 1.5em 1em 1.5em 1.5em;
  border-radius: 1.5vw;
  background: #fff;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  text-align: left
}
.rules-major-line {
  margin: .4em 0
}
.rules-major-line b {
  font-weight: 700
}
.rules-major-block {
  margin: 1em 0
}
.rules-activity {
  margin: 8px 0 14px 1.15em
}
.rules-activity h3 {
  margin: 13px 0 4px;
  font-size: 15px
}
.points-notice {
  margin: 4px 0 10px 1.15em !important
}
.legal-notices li {
  padding: 1em 1em .5em 0;
  margin: 0
}
.rules-section a {
  color: #522ac3
}
@media(max-width:1000px) {
  .mission-steps-stage {
    min-height: 1440px
  }
  .mission-offer {
    width: 46%
  }
  .mission-offer-1 {
    left: 0;
    top: 0
  }
  .mission-offer-2 {
    right: 0;
    top: 310px
  }
  .mission-offer-3 {
    left: 3%;
    top: 680px
  }
  .mission-offer-4 {
    right: 2%;
    top: 1040px
  }
  .mission-offer .mission-coin {
    width: 250px;
    height: 250px
  }
  .mission-offer-copy {
    font-size: 13px
  }
}
@media(max-width:850px) {
  .site-header {
    height: 8vw;
    min-height: 48px
  }
  .site-header > a {
    height: 4.5vw;
    min-height: 27px;
    margin: 1.5vw 0 0 3vw
  }
}
@media(max-width:700px) {
  .mission-steps-stage {
    display: grid;
    grid-template-columns: 1fr;
    gap: 56px;
    min-height: 0
  }
  .mission-offer, .mission-offer-1, .mission-offer-2, .mission-offer-3, .mission-offer-4 {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: 100%;
    max-width: 560px;
    margin: 0 auto
  }
  .mission-offer .mission-coin {
    width: min(270px, 78vw);
    height: min(270px, 78vw);
    transform: none
  }
  .mission-offer-copy {
    width: 100%;
    margin-top: 18px;
    padding: 20px 18px;
    font-size: 13px;
    line-height: 1.7
  }
  .rules-section {
    padding: 5vw 0 16vw
  }
  .rules-toggle > summary {
    max-width: 94%;
    border-width: 1px;
    font-size: 20px
  }
  .rules-document {
    width: 96%;
    margin-top: 2em;
    padding: 1.6em .5em 1.5em 0;
    border-radius: 1.5vw;
    font-size: 13.5px;
    line-height: 1.8
  }
  .rules-activity {
    margin-left: .75em
  }
  .points-notice {
    margin-left: .75em !important
  }
  .legal-notices {
    padding-left: 2.5em
  }
  .legal-notices li {
    padding: 0 0 1em
  }
}
@media(max-width:450px) {
  .site-header {
    height: 12vw;
    min-height: 45px
  }
  .site-header > a {
    height: 7vw;
    min-height: 26px;
    margin: 2.5vw 0 0 3vw
  }
  .hero h1 {
    font-size: clamp(40px, 12vw, 49px)
  }
  .primary-cta {
    min-width: min(230px, 78vw)
  }
}
.hero.hero-banner {
  display: block;
  min-height: 0;
  padding: 0 0 64px;
  background: linear-gradient(180deg, #14051f 0%, #21102c 100%);
  overflow: hidden
}
.hero.hero-banner:after {
  display: none
}
.hero-banner-art {
  position: relative;
  z-index: 1;
  width: min(100%, 1440px);
  height: auto;
  margin: 0 auto
}
.hero-banner-actions {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: -18px;
  padding: 0 20px
}
.hero-banner .date-chip {
  margin: 0 0 2px;
  background: #190622b8;
  color: #eadff0
}
.hero-banner .primary-cta {
  margin-top: 20px
}
.placeholder-link {
  background: linear-gradient(#8dcc3d, #67a51a);
  box-shadow: 0 14px 34px #63a01852
}
.intel-strip {
  position: relative;
  background: radial-gradient(circle at 22% 20%, #6d266c55, transparent 27%), linear-gradient(180deg, #21102c 0%, #351041 100%);
  color: #fff;
  border-top: 8px solid var(--green);
  border-bottom: 1px solid #ffffff18
}
.intel-strip:after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(0deg, transparent 0 5px, #ffffff08 6px);
  pointer-events: none
}
.intel-strip > p {
  position: relative;
  z-index: 1;
  color: #dccb77
}
.intel-strip > div {
  position: relative;
  z-index: 1
}
.intel-strip strong {
  color: var(--gold);
  text-shadow: 0 0 24px #f7c92e38
}
.intel-strip span {
  color: #f6edf7
}
.intel-strip i {
  position: relative;
  z-index: 1;
  background: #ffffff2e
}
.rules-section {
  padding: 70px 0 90px;
  background: radial-gradient(circle at 15% 20%, #792b7852, transparent 28%), radial-gradient(circle at 85% 78%, #58307d55, transparent 30%), linear-gradient(180deg, #24102f 0%, #371044 100%);
  color: #f4edf6;
  border-top: 1px solid #ffffff19
}
.rules-toggle > summary, .rules-toggle-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 94%;
  padding: .55em 1.05em;
  border: 2px solid var(--gold);
  border-radius: 999px;
  background: #2b0b3bd9;
  box-shadow: 0 14px 35px #10031673;
  color: var(--gold);
  font-family:"Noto Sans TC",  -apple-system, BlinkMacSystemFont,"Helvetica Neue", "Segoe UI", "Roboto", "Droid Sans", PingFang TC, "黑體-繁", Heiti TC, "蘋果儷中黑", Apple LiGothic Medium, Arial,"微軟正黑體", "Microsoft JhengHei", "Microsoft Yahei";
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer
}
.rules-toggle-button {
  appearance: none
}
.rules-toggle > summary::-webkit-details-marker {
  display: none
}
.rules-toggle-icon:before, .rules-toggle-icon:after {
  background: var(--gold)
}
.rules-collapse, .rules-toggle:not([open]) > .rules-collapse {
  display: block !important;
  grid-template-rows: none;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height .85s ease, opacity .45s ease
}
.rules-toggle[open] > .rules-collapse, .rules-toggle .rules-collapse.is-open {
  max-height: 6000px;
  opacity: 1
}
.rules-document {
  width: 90%;
  max-width:100%;
  margin: 2em auto 0;
  padding: 2em clamp(18px, 3vw, 42px);
  border: 1px solid #ffffff21;
  border-radius: 22px;
  background: linear-gradient(145deg, #180520ed, #30103ced);
  box-shadow: 0 28px 60px #10031670;
  color: #eee6f0
}
.rules-section a {
  color: #d8ff76
}
.rules-major-line b, .rules-activity h3 {
  color: #f7d54e
}

@media(max-width:700px) {
  .hero.hero-banner {
    padding-bottom: 48px
  }
  .hero-banner-actions {
    margin-top: -4px
  }
  .rules-section {
    padding: 58px 0 72px
  }
  .rules-toggle > summary, .rules-toggle-button {
    border-width: 1px;
    font-size: 20px
  }
  .rules-document {
    width: 94%;
    padding: 24px 17px;
    border-radius: 16px
  }
  .intel-strip {
    padding-top: 34px;
    padding-bottom: 34px
  }
}
.intel-strip {
  border-top: 0
}
.intel-strip:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: -46px;
  height: 46px;
  background: linear-gradient(180deg, #21102c00 0%, #21102c 100%);
  pointer-events: none
}
@media(min-width:1001px) {
  .mission-offer {
    width: 44%
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto
  }
  .primary-cta {
    animation: none
  }
  .rules-collapse {
    transition: none
  }
}
/* Correct campaign artboard and clickable CTA embedded in the approved banner. */
.hero.hero-banner {
  position: relative
}
.hero-banner-frame {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  margin: 0
}
.hero-banner-art {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0
}
.hero-banner-hitarea.placeholder-link {
  position: absolute;
  z-index: 4;
  left: 10.2%;
  top: 82.1%;
  width: 44.4%;
  height: 10.2%;
  display: block;
  border-radius: 999px;
  background: transparent;
  box-shadow: none;
  animation: bankee-btn 2s linear infinite;
  transform-origin: center
}
.hero-banner-hitarea:before {
  content: "";
  position: absolute;
  inset: 2%;
  border: 2px solid #ffffff38;
  border-radius: inherit;
  box-shadow: 0 0 26px #8ed33738;
  transition: border-color .25s ease, box-shadow .25s ease
}
.hero-banner-hitarea:hover:before, .hero-banner-hitarea:focus-visible:before {
  border-color: #fff9;
  box-shadow: 0 0 0 4px #83c63e3b, 0 0 34px #8ed3377a
}
.hero-banner-hitarea:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 6px
}
.hero-banner-actions {
  margin-top: 0;
  padding: 18px 20px 0
}
/* B. 優惠內容：紫色密令卷軸。完整核准文字直接收在卷軸內。 */
.mission-steps-stage {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 104px 78px;
  min-height: 0;
  max-width: 1120px;
  margin-top: 28px;
  align-items: stretch
}
.mission-steps-stage:before, .mission-steps-stage:after {
  display: none
}
.mission-route {
  left: 50%;
  top: 50%;
  opacity: .22
}
.mission-particles {
  left: 50%;
  top: 48%;
  opacity: .32;
  transform: translate(-50%, -50%)
}
.mission-offer, .mission-offer-1, .mission-offer-2, .mission-offer-3, .mission-offer-4 {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  width: auto;
  max-width: none;
  min-height: 420px;
  margin: 0;
  padding:30px 48px 52px;
  border: 1px solid #d2a846b8;
  border-radius: 8px 17px 7px 14px;
  background: radial-gradient(circle at 82% 15%, #9655a43d 0, transparent 34%), radial-gradient(circle at 18% 88%, #7b397a3d 0, transparent 32%), repeating-linear-gradient(173deg, #ffffff08 0 1px, transparent 1px 7px), linear-gradient(145deg, #461b55 0%, #2b0d3b 47%, #180621 100%);
  box-shadow: 0 32px 58px #1003168c, inset 0 0 0 7px #12041c47, inset 0 0 55px #00000052;
  color: #f8f0f8;
  transform: rotate(-.7deg);
  transition: transform .3s ease, box-shadow .3s ease;
}
.mission-offer-2, .mission-offer-4 {
  transform: rotate(.7deg)
}
.mission-offer:before, .mission-offer:after {
  content: "";
  position: absolute;
  z-index: 3;
  left: -20px;
  right: -20px;
  height: 34px;
  border: 1px solid #f6d36e99;
  border-radius: 18px 9px 18px 9px;
  background: radial-gradient(circle at 17px 50%, #16051f 0 6px, #e8bd4f 7px 10px, transparent 11px), radial-gradient(circle at calc(100% - 17px) 50%, #16051f 0 6px, #e8bd4f 7px 10px, transparent 11px), linear-gradient(180deg, #f5da7d 0%, #b97b22 35%, #f3cf68 52%, #7c4818 100%);
  box-shadow: 0 8px 14px #0c020f99, inset 0 2px 2px #fff0a8
}
.mission-offer:before {
  top: -17px
}
.mission-offer:after {
  bottom: -17px;
  transform: scaleY(-1)
}
.mission-scroll {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 172px;
  align-items: center;
  justify-content: center;
  border-bottom: 1px dashed #efce6a80;
  text-align: center
}
.mission-scroll:before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -22px;
  top: -20px;
  width: 148px;
  height: 86px;
  background: url('assets/mission-seal.webp') center/contain no-repeat;
  opacity: .1;
  transform: rotate(-8deg);
  pointer-events: none
}
.mission-scroll:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -18px;
  bottom: 12px;
  width: 64px;
  height: 64px;
  border: 2px solid #d4a94e;
  border-radius: 50%;
  background: radial-gradient(circle, transparent 0 10px, #d4a94e 11px 12px, transparent 13px 23px, #d4a94e 24px 25px, transparent 26px);
  opacity: .13;
  pointer-events: none
}
.scroll-face {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 15px 12px 28px
}
.scroll-face span {
  display: inline-flex;
  min-width: 58px;
  justify-content: center;
  margin-bottom: 10px;
  padding: 6px 13px;
  border: 1px solid #e9c85e99;
  border-radius: 999px;
  background: #16061f99;
  color: #f1d66e;
	
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
	/*font: 900 12px/1 monospace;*/
	
  letter-spacing: .1em
}
.scroll-face b {
  margin: 0;
	
  font-weight: 900;
  font-size: clamp(58px, 6vw, 78px);
  line-height: 1;
  /*font: 900 clamp(58px, 6vw, 78px)/.95 Georgia, "Times New Roman", serif;*/
	
	
  color: #f2c82f;
  text-shadow: 0 3px 0 #6c3b11, 0 0 24px #f7c92e3d
}
.scroll-face h3 {
  margin: 12px 0 0;
  color: #fff;
  font-size: 22px;
  line-height: 1.35;
  letter-spacing: .04em
}
.mission-offer-copy {
  position: relative;
  z-index: 2;
  margin: 22px 0 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #eee4ef;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.85;
  text-align: left
}
.mission-offer-copy:before {
  display: none
}
@media(hover:hover) {
  .mission-offer:hover {
    transform: translateY(-7px) rotate(0deg);
    box-shadow: 0 42px 72px #100316a6, inset 0 0 0 7px #12041c47, inset 0 0 55px #00000052
  }
}
@media(max-width:820px) {
  .mission-steps-stage {
    grid-template-columns: 1fr;
    gap: 78px;
    max-width: 590px
  }
  .mission-offer, .mission-offer-1, .mission-offer-2, .mission-offer-3, .mission-offer-4 {
    width: calc(100% - 28px);
    max-width: 560px;
    min-height: 0;
    margin: 0 auto;
    padding:30px clamp(26px, 7vw, 44px) 50px;
    transform: none
  }
  .mission-offer:before, .mission-offer:after {
    left: -11px;
    right: -11px
  }
  .mission-scroll {
    min-height: 155px
  }
  .mission-scroll:before {
    right: -12px;
    width: 118px;
    height: 68px
  }
  .scroll-face b {
    font-size: clamp(54px, 15vw, 72px)
  }
  .scroll-face h3 {
    font-size: 20px
  }
  .mission-offer-copy {
    font-size: 13px;
    line-height: 1.78
  }
  .mission-route, .mission-particles {
    display: none
  }
}
@media(prefers-reduced-motion:reduce) {
  .hero-banner-hitarea, .mission-offer {
    animation: none;
    transition: none
  }
}
/* Keep the approved banner CTA visually untouched; this layer is click-only. */
.hero-banner-hitarea.placeholder-link {
  top: 83.8%;
  height: 9.8%;
  animation: none
}
.hero-banner-hitarea:before {
  display: none
}
.hero-banner-hitarea:hover:before, .hero-banner-hitarea:focus-visible:before {
  display: none
}
/* Counts sit clear of the baked-in product captions and use the campaign purple. */
.photo figcaption {
  left: auto;
  right: 5%;
  top: 5%;
  bottom: auto;
  padding: 8px 13px;
  border: 1px solid #d9bf77a8;
  border-radius: 7px;
  background: linear-gradient(145deg, #421750, #1a0724);
  box-shadow: 0 10px 22px #0b020e85;
  color: #fff;
  line-height: 1;
  transform: rotate(2deg)
}
.photo figcaption b {
  color: #f3d86f;
  font-size: 25px
}
.photo-two figcaption {
  left: 5%;
  right: auto;
  transform: rotate(-3deg)
}
.photo-three figcaption {
  right: 5%;
  transform: rotate(3deg)
}
/* Pixel-aligned interactive ring over the CTA baked into the approved artwork. */
.hero-banner-hitarea.placeholder-link {
  left: 10.4%;
  top: 86%;
  width: 44.3%;
  height: 8.9%;
  overflow: hidden
}
.hero-banner-hitarea:before {
  display: block;
  inset: 0;
  border: 2px solid #eaffd06b;
  box-shadow: 0 0 0 1px #ffffff2e, 0 0 24px #9be24c38;
  animation: bankee-cta-ring 2s ease-in-out infinite
}
.hero-banner-hitarea:hover:before, .hero-banner-hitarea:focus-visible:before {
  display: block;
  border-color: #fff;
  box-shadow: 0 0 0 3px #9bdd4a45, 0 0 32px #a3e65b70
}
.hero-banner-hitarea:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(110deg, transparent 28%, #ffffff00 42%, #ffffff2b 50%, #ffffff00 58%, transparent 72%);
  background-size: 240% 100%;
  animation: bankee-cta-shine 2s ease-in-out infinite;
  pointer-events: none
}
@keyframes bankee-cta-ring {
  0%, 26%, 100% {
    opacity: .38;
    box-shadow: 0 0 0 1px #ffffff20, 0 0 16px #9be24c24
  }
  8%, 18% {
    opacity: .92;
    box-shadow: 0 0 0 3px #9bdd4a42, 0 0 30px #a3e65b62
  }
}
@keyframes bankee-cta-shine {
  0%, 30% {
    background-position: 120% 0
  }
  70%, 100% {
    background-position: -120% 0
  }
}
/* Mission-intelligence cards below the hero: same copy, stronger visual hierarchy. */
.intel-strip {
  min-height: 210px;
  gap: 18px;
  padding: 46px max(24px, calc((100vw - 1160px)/2));
  background: radial-gradient(circle at 50% 0, #6f27694d, transparent 46%), repeating-linear-gradient(0deg, transparent 0 5px, #ffffff08 6px), linear-gradient(180deg, #21102c 0%, #351041 100%)
}
.intel-strip > p {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 112px;
  margin: 0;
  padding: 14px 16px;
  border: 1px solid #e0c15c73;
  border-radius: 8px;
  background: #17051f8c;
  color: #f1d873;
  font-size: 12px;
  line-height: 1.6;
  text-align: center
}
.intel-strip > div {
  position: relative;
  min-width: 0;
  min-height: 116px;
  flex: 1 1 0;
  justify-content: center;
  overflow: hidden;
  padding: 20px 24px;
  border: 1px solid #d2ad4c73;
  border-radius: 8px 18px 8px 18px;
  background: radial-gradient(circle at 100% 0, #8b3a8945, transparent 44%), linear-gradient(145deg, #421451d9, #1a0725e8);
  box-shadow: 0 18px 34px #10031661, inset 0 0 0 5px #12041b38
}
.intel-strip > div:before {
  content: "";
  position: absolute;
  right: -19px;
  top: -19px;
  width: 76px;
  height: 76px;
  border: 1px solid #e4c45c;
  border-radius: 50%;
  background: radial-gradient(circle, transparent 0 12px, #e4c45c 13px 14px, transparent 15px 28px, #e4c45c 29px 30px, transparent 31px);
  opacity: .16
}
.intel-strip > div:after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 12px;
  height: 1px;
  background: linear-gradient(90deg, #e7c75d8a, transparent)
}
.intel-strip strong {
  position: relative;
  color: #f4d24e;
  font-size: clamp(52px, 5vw, 90px);
  line-height: .9;
  text-shadow: 0 3px 0 #6f3f13, 0 0 22px #f7c92e35
}
.intel-strip span {
  position: relative;
  color: #fff;
  font-size: 13px;
  letter-spacing: .01em
}
.intel-strip i {
  display: none
}
@media(max-width:700px) {
  .intel-strip {
    gap: 12px;
    padding: 32px 18px 38px
  }
  .intel-strip > p {
    flex-basis: 100%;
    min-height: 44px;
    padding: 9px
  }
  .intel-strip > div {
    flex: 1 1 155px;
    min-height: 102px;
    padding: 17px 14px
  }
  .intel-strip strong {
    font-size: 48px
  }
  .intel-strip span {
    font-size: 11px
  }
}
@media(prefers-reduced-motion:reduce) {
  .hero-banner-hitarea:before, .hero-banner-hitarea:after {
    animation: none
  }
}
/* Unified designed gold treatment for every reward value and campaign label. */
.intel-strip strong, .scroll-face b, .total-gifts strong, .photo figcaption b, .case-copy h2 em {
  color: #f5ce45;
  background: linear-gradient(180deg, #fff3ad 0%, #f5cf47 34%, #d99a1d 68%, #fff0a0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
  filter: drop-shadow(0 3px 0 #6a3614) drop-shadow(0 0 10px #f7c92e32)
}
.section-heading > span, .case-copy > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 7px 15px;
  border: 1px solid #d6b34f80;
  border-radius: 4px 12px 4px 12px;
  background: linear-gradient(145deg, #43164fbd, #190622d9);
  box-shadow: inset 0 0 0 3px #13041c52, 0 8px 18px #1003164f;
  color: #f3d979;
  font-size: 20px;
  letter-spacing: .16em
}
.scroll-face b {
  display: inline-flex;
  min-width: min(310px, 100%);
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 6px 18px 12px;
  border-bottom: 1px solid #e4c25e8f;
  background-color: #19052245
}
.scroll-face b:before, .scroll-face b:after {
  content: "";
  width: clamp(18px, 4vw, 34px);
  height: 1px;
  flex: 0 0 auto;
  background: linear-gradient(90deg, transparent, #e9ca6f)
}
.scroll-face b:after {
  background: linear-gradient(90deg, #e9ca6f, transparent)
}
.total-gifts {
  position: relative;
  isolation: isolate;
  width: max-content;
  max-width: 100%;
  min-width: 315px;
  min-height: 126px;
  padding: 18px 28px;
  overflow: hidden;
  border: 1px solid #d8b75578;
  border-radius: 7px 22px 7px 22px;
  background: radial-gradient(circle at 100% 0, #8a3b864f, transparent 46%), linear-gradient(145deg, #40144dde, #17051fe8);
  box-shadow: 0 20px 38px #0d020f70, inset 0 0 0 6px #10031845
}
.total-gifts:before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -25px;
  top: -27px;
  width: 110px;
  height: 110px;
  border: 1px solid #dabc61;
  border-radius: 50%;
  background: radial-gradient(circle, transparent 0 17px, #dabc61 18px 19px, transparent 20px 39px, #dabc61 40px 41px, transparent 42px);
  opacity: .14
}
.total-gifts:after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 14px;
  height: 1px;
  background: linear-gradient(90deg, #e3c263, transparent)
}
.total-gifts strong {
  position: relative;
  font-size: 82px;
  letter-spacing: -.04em
}
.total-gifts span {
  position: relative;
  max-width: 145px;
  color: #f8edf8;
  font-size: 13px;
  line-height: 1.45
}
.photo figcaption {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 15px 9px 13px;
  border: 0;
  border-radius: 3px;
  clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
  background: repeating-linear-gradient(135deg, #ffffff08 0 2px, transparent 2px 7px), linear-gradient(145deg, #451552, #180520);
  box-shadow: inset 0 0 0 1px #d7b85b9c, 0 10px 22px #0b020e85;
  color: #fff
}
.photo figcaption:before {
  content: "";
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: #d8b95b;
  box-shadow: 0 0 0 2px #13051c, 0 0 8px #f0d16b73
}
.photo figcaption b {
  font-size: 25px
}
.case-copy h2 em {
  position: relative;
  display: inline-block;
  padding: 0 4px 7px;
  border-bottom: 1px solid #d9b95870
}
@media(max-width:700px) {
  .scroll-face b {
    min-width: min(270px, 100%);
    gap: 8px;
    padding-inline: 10px
  }
  .total-gifts {
    min-width: min(310px, 100%);
    padding: 16px 22px
  }
  .total-gifts strong {
    font-size: 72px
  }
}
/* Join the hero, date, reward summary and B section into one continuous dossier flow. */
.hero.hero-banner {
  padding-bottom: 0
}
.hero-banner-actions {
  margin: 0;
  padding:50px 20px 14px
}
.intel-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-height: 0;
  gap: 14px;
  padding: 66px max(24px, calc((100vw - 1160px)/2)) 34px
}
.intel-strip:before {
  top: -20px;
  height: 20px
}
.intel-strip > p {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 18px;
  width: auto;
  min-width: 150px;
  min-height: 0;
  align-self: auto;
  padding: 8px 20px;
  transform: translateX(-50%);
  border-radius: 4px 12px 4px 12px
}
.intel-strip > p:before, .intel-strip > p:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 44px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #d8b85a)
}
.intel-strip > p:before {
  right: 100%;
  margin-right: 10px
}
.intel-strip > p:after {
  left: 100%;
  margin-left: 10px;
  transform: scaleX(-1)
}
.intel-strip > div {
  width: 100%;
  min-height: 116px
}
.mission-section {
  padding-top: 68px
}
.mission-section .section-heading {
  margin-bottom: 42px
}
@media(max-width:700px) {
  .hero-banner-actions {
    padding:30px 12px 30px;
  }
  .intel-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 62px 18px 30px
  }
  .intel-strip > p {
    top: 16px;
    min-width: 138px
  }
  .intel-strip > div {
    min-height: 102px
  }
  .intel-strip > div:nth-of-type(3) {
    grid-column: 1/-1
  }
  .mission-section {
    padding-top: 58px
  }
}
/* Typography-only refinement: remove the added decorative containers and ornaments. */
.intel-strip {
  display: flex;
  min-height: 148px;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: clamp(20px, 4vw, 58px);
  padding: 28px max(24px, calc((100vw - 1160px)/2)) 30px
}
.intel-strip > p {
  position: relative;
  left: auto;
  top: auto;
  width: auto;
  min-width: 0;
  min-height: 0;
  align-self: auto;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  transform: none;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  color: #e8cf75;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .2em
}
.intel-strip > p:before, .intel-strip > p:after {
  display: none
}
.intel-strip > div {
  width: auto;
  min-width: 0;
  min-height: 0;
  flex: 0 1 auto;
  justify-content: center;
  overflow: visible;
  padding: 10px clamp(10px, 2vw, 24px);
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none
}
.intel-strip > div:before, .intel-strip > div:after {
  display: none
}
.intel-strip i {
  display: block
}
.section-heading > span, .case-copy > span {
  display: inline;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  color: #f0d36d;
  font-weight: 900;
  letter-spacing: .18em;
  text-shadow: 0 0 14px #f7c92e28
}
.scroll-face b {
  min-width: 0;
  gap: 0;
  padding: 4px 0 8px;
  border: 0;
  background-color: transparent;
  line-height: 1.15;
  overflow: visible
}
.scroll-face b:before, .scroll-face b:after {
  display: none
}
.total-gifts {
  isolation: auto;
  width: auto;
  min-width: 0;
  min-height: 0;
  max-width: none;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none
}
.total-gifts:before, .total-gifts:after {
  display: none
}
.total-gifts strong {
  font-size: 90px
}
.total-gifts span {
  max-width: none;
  color: inherit;
  font-size: inherit;
  line-height: inherit
}
.photo figcaption {
  display: inline-flex;
  gap: 5px;
  padding: 8px 13px;
  border: 1px solid #d7b85b8c;
  border-radius: 7px;
  clip-path: none;
  background: linear-gradient(145deg, #421750, #1a0724);
  box-shadow: 0 8px 18px #0b020e70;
  color: #fff
}
.photo figcaption:before {
  display: none
}
.case-copy h2 em {
  padding:20px 0 0 0;
  border: 0;
  font-size:0.8em;
}
@media(max-width:700px) {
  .intel-strip {
    display: flex;
    gap: 18px 26px;
    padding: 26px 18px 28px
  }
  .intel-strip > p {
    position: relative;
    top: auto;
    min-width: 0;
    flex-basis: 100%;
    padding: 0
  }
  .intel-strip > div {
    width: auto;
    min-height: 0;
    flex: 0 1 auto;
    padding: 8px 4px
  }
  .intel-strip > div:nth-of-type(3) {
    grid-column: auto
  }
  .intel-strip i {
    display: none
  }
  .total-gifts {
    min-width: 0;
    padding: 0
  }
  .total-gifts strong {
    font-size: 82px
  }
}
/* Prevent negative glyph bearings from clipping the large 50 values. */
.intel-strip strong {
  display: inline-block;
  flex: 0 0 auto;
  padding: .04em 0 .11em .14em;
  line-height: 1.08;
  overflow: visible
}
.scroll-face b {
  padding: 4px .12em 8px .16em
}
.intel-strip span {
  white-space: nowrap
}
/* Replace the abrupt scan lines with a quiet purple vignette. */
.intel-strip {
  background: radial-gradient(ellipse at 18% 45%, #6d28664a 0%, transparent 34%), radial-gradient(ellipse at 82% 55%, #56306a38 0%, transparent 36%), linear-gradient(180deg, #21102c 0%, #351041 100%)
}
.intel-strip:after {
  background: radial-gradient(ellipse at 50% 50%, #ffffff09 0%, transparent 62%);
  opacity: 1
}
@media(max-width:700px) {
  .intel-strip {
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px 12px
  }
  .intel-strip > p {
    flex: 0 0 100%
  }
  .intel-strip > div {
    flex: 1 1 calc(50% - 6px);
    min-width: 0;
    gap: 7px;
    padding: 8px 2px
  }
  .intel-strip > div:nth-of-type(3) {
    flex-basis: 100%
  }
  .intel-strip strong {
    padding: .04em 0 .11em .12em;
    font-size: 44px
  }
  .intel-strip span {
    white-space: nowrap;
    font-size: 10.5px
  }
}
/* Bankee 官網共用頁尾：下載、社群與法定資訊。 */
.official-footer {
  position: relative;
  display: block;
  gap: 0;
  padding: 52px clamp(20px, 5vw, 72px) 42px;
  border: 0;
  background: #7b32c7;
  color: #fff;
  font-size: 16px;
  text-align: left
}
.official-footer-inner {
  width: min(100%, 1040px);
  margin: 0 auto
}
.official-footer-primary {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, .85fr);
  gap: clamp(42px, 7vw, 90px);
  align-items: center
}
.footer-app-title {
  margin: 0 0 16px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .02em
}
.footer-stores {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 26px)
}
.footer-store-link {
  display: flex;
  min-width: 0;
  align-items: center;
  flex-direction: column;
  gap: 6px;
  color: #fff;
  text-decoration: none
}
.footer-store-link img {
  width: 100%;
  height: auto
}
.footer-store-link span {
  font-size: 11px;
  line-height: 1;
  opacity: .42
}
.footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 4vw, 42px)
}
.footer-social a {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 8px;
  transition: transform .2s ease, opacity .2s ease
}
.footer-social img {
  width: 100%;
  height: 100%;
  object-fit: contain
}
.footer-store-link:hover, .footer-social a:hover {
  opacity: .82
}
.footer-social a:hover {
  transform: translateY(-2px)
}
.footer-store-link:focus-visible, .footer-social a:focus-visible, .footer-policy a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px
}
.footer-legal {
  margin: 42px auto 0;
  color: #fff;
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
  opacity: .58
}
.footer-legal p {
  margin: 0
}
.footer-policy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 20px;
  color: #fff;
  font-size: 13px;
  opacity: .64
}
.footer-policy a {
  text-decoration: underline;
  text-underline-offset: 3px
}
.footer-cdic {
  margin-top: 28px
}
.footer-cdic img {
  width: 64px;
  height: auto;
  margin: 0 auto
}
.gift-total-inline {
  white-space: nowrap
}
@media(max-width:820px) {
  .official-footer {
    padding-top: 46px
  }
  .official-footer-primary {
    grid-template-columns: 1fr;
    gap: 30px
  }
  .footer-app {
    width: min(100%, 600px);
    margin: 0 auto
  }
  .footer-app-title {
    text-align: center
  }
  .footer-social {
    gap: 34px
  }
  .footer-legal {
    margin-top: 36px
  }
}
@media(max-width:520px) {
  .official-footer {
    padding: 42px 18px 32px
  }
  .footer-app-title {
    font-size: 16px
  }
  .footer-stores {
    gap: 10px
  }
  .footer-social a {
    width: 29px;
    height: 29px
  }
  .footer-legal {
    font-size: 12px;
    line-height: 1.75
  }
  .footer-policy {
    flex-wrap: wrap;
    font-size: 12px
  }
  .footer-cdic img {
    width: 58px
  }
  .gift-total-inline {
    display: block
  }
  .photo-two figcaption {
    left: 12%;
    right: auto
  }
  .photo-three figcaption {
    left: auto;
    right: 12%
  }
}
@media(prefers-reduced-motion:reduce) {
  .footer-social a {
    transition: none
  }
}
/* Activity rules use fixed number columns so wrapped lines align with the copy. */
.rules-activity h3, .rules-activity > p {
  display: grid;
  grid-template-columns: 2.55em minmax(0, 1fr);
  align-items: start
}
.rules-activity .rule-prefix {
  grid-column: 1;
  white-space: pre
}
.rules-activity .rule-copy {
  grid-column: 2;
  min-width: 0
}
.legal-notices li {
  display: block;
  margin: 0;
  padding: 0 0 1em 2.75em;
  text-indent: -2.75em
}
.legal-notices li:before {
  position: static;
  display: inline-block;
  width: 2.75em;
  left: auto;
  top: auto;
  text-indent: 0;
  vertical-align: top
}
.rules-activity {
  margin-left: .35em
}
.rules-activity .rule-level-1 {
  margin-left: 0
}
.rules-activity .rule-level-2 {
  margin-left: .5em
}
.rules-activity .rule-level-3 {
  margin-left: 1em
}
.points-notice {
  margin-left: .35em !important
}
.legal-notices {
  margin-left: .35em
}
@media(max-width:520px) {
  .rules-activity .rule-level-1 {
    margin-left: 0
  }
  .rules-activity .rule-level-2 {
    margin-left: .35em
  }
  .rules-activity .rule-level-3 {
    margin-left: .7em
  }
  .points-notice {
    margin-left: .2em !important
  }
  .legal-notices {
    margin-left: .2em
  }
}
.campaign-lower {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 80% 28%, #512265 0, transparent 36%), radial-gradient(circle at 18% 82%, #421a5752 0, transparent 30%), linear-gradient(145deg, #16081f 0%, #2e0c43 58%, #351044 100%)
}
.campaign-lower .gifts-section, .campaign-lower .rules-section {
  background: transparent
}
.campaign-lower .gifts-section {
  min-height: auto;
  padding-bottom: 36px;
  overflow: visible
}
.campaign-lower .polaroid-wall {
  min-height: 720px
}
.campaign-lower .rules-section {
  padding-top: 0;
  border-top: 0
}
@media(max-width:700px) {
  .campaign-lower .gifts-section {
    padding-bottom: 26px
  }
  .campaign-lower .rules-section {
    padding-top: 0
  }
}
.site-header {
  display: flex;
  align-items: center;
  height: clamp(54px, 4.5vw, 66px);
  min-height: 54px;
  padding: 0 clamp(16px, 3vw, 46px)
}
.site-header .header-bankee-link {
  display: flex;
  align-items: center;
  height: auto;
  margin: 0;
  text-decoration: none
}
.site-header .header-bankee-logo {
  width: auto;
  height: clamp(20px, 2.1vw, 30px)
}
.hero-partner-lockup {
  position: absolute;
  z-index: 3;
  left: 3.8%;
  top: 6.35%;
  display: flex;
  align-items: center;
  width: 45%;
  gap: 3.8%;
  pointer-events: none
}
.hero-bankee-partner-logo {
  display: block;
  width: 58%;
  height: auto;
  filter: drop-shadow(0 2px 7px #09020db5)
}
.hero-partner-cross {
  flex: 0 0 auto;
  color: #fff;
  font-size: clamp(13px, 2vw, 30px);
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 2px 7px #12051e;
  transform: translateX(-50%)
}
.hero-partner-logo {
  width: 36%;
  height: auto;
  filter: drop-shadow(0 2px 1px #ffffff9c) drop-shadow(0 5px 9px #09020d99)
}
@media(max-width:700px) {

  .hero-partner-lockup {
    left: 3.2%;
    top: 8%;
    width: 54%;
    gap: 3.4%
  }
  .hero-bankee-partner-logo {
    width: 58%
  }
  .hero-partner-logo {
    width: 36%
  }
}
.invoice-agent-download {
  display: grid;
  justify-items: center;
  margin: 0 auto 30px;
  text-align: center
}
.invoice-agent-download a {
  text-decoration: none
}
.invoice-agent-download-main {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  color: var(--gold) !important;
  font-size: clamp(19px, 2vw, 25px);
  font-weight: 800;
  line-height: 1.2
}
.invoice-agent-download-main img {
  width: clamp(78px, 7.5vw, 104px);
  height: auto;
  border-radius: 22%;
  box-shadow: 0 12px 24px #09020d70;
  transition: transform .2s ease
}
.invoice-agent-download-main:hover img {
  transform: translateY(-2px)
}
@media(max-width:520px) {
  .site-header {
    height: 54px;
    min-height: 54px;
    padding: 0 12px
  }
  .site-header .header-bankee-logo {
    height: 19px
  }
  .invoice-agent-download {
    gap: 12px;
    margin-bottom: 24px
  }
  .invoice-agent-download-main {
    font-size: 19px
  }
  .invoice-agent-download-main img {
    width: 76px
  }
}
@media(prefers-reduced-motion:reduce) {
  .invoice-agent-download-main img {
    transition: none
  }
}
@media(min-width:701px) and (max-width:1000px) {
  .campaign-lower .polaroid-wall {
    min-height: max(720px, calc(300px + 52vw))
  }
}
@media(max-width:700px) {
  .campaign-lower .polaroid-wall {
    min-height: calc(548px + 94.1vw)
  }
  .campaign-lower .photo-two {
    left: 7%
  }
  .campaign-lower .photo-three {
    right: 7%
  }
}
/* Slightly larger body copy for easier reading without changing hierarchy. */
.date-chip {
  font-size: 20px
}
.intel-strip > p {
  font-size:20px
}
.intel-strip span {
  font-size: 20px
}
.section-heading p, .case-copy p {
  font-size: 24px;
  line-height: 1.85
}
.mission-offer-copy {
  font-size:17px;
  line-height: 1.88;
  word-break: break-all;
  text-align: justify; /* 兩端對齊，消除邊緣空隙 */
}
.rules-document {
  font-size: 16px;
  line-height: 1.72
}
.rules-activity h3 {
  font-size: 16px
}
@media(max-width:700px) {
  .date-chip {
    font-size:16px
  }
  .intel-strip span {
    font-size: 11.5px
  }
  .section-heading p, .case-copy p {
    font-size: 16px;
    line-height: 1.82
  }
  .mission-offer-copy {
    font-size: 14px;
    line-height: 1.82
  }
  .rules-document {
    font-size: 14.5px;
    line-height: 1.82
  }
  .rules-activity h3 {
    font-size: 14.5px
  }
}
/* Phone layout: readable one-column benefit cards and whole-word headings. */
.heading-nowrap {
  white-space: nowrap
}
@media(max-width:700px) {
  .intel-strip {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    min-height: 0;
    padding: 34px 20px 42px
  }
  .intel-strip > p {
    grid-column: 1;
    justify-self: center;
    min-height: auto;
    padding: 0;
    font-size: 15px;
    line-height: 1.5
  }
  .intel-strip > div, .intel-strip > div:nth-of-type(3) {
    grid-column: 1;
    width: 100%;
    min-height: 96px;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 14px 18px
  }
  .intel-strip strong {
    font-size: clamp(54px, 15vw, 64px)
  }
  .intel-strip span {
    font-size: 15px;
    line-height: 1.45;
    white-space: normal
  }
  .mission-section {
    padding: 62px 22px 90px
  }
  .section-heading {
    margin-bottom: 46px
  }
  .section-heading h2 {
    font-size: clamp(32px, 8.6vw, 38px);
    line-height: 1.2;
    letter-spacing: -.04em
  }
  .section-heading p, .case-copy p {
    font-size:20px;
    line-height: 1.88
  }
  .mission-steps-stage {
    gap: 66px
  }
  .mission-offer-copy {
    font-size:18px;
    line-height: 1.86
  }
  .scroll-face h3 {
    font-size: 21px
  }
}
/* Phone prize gallery: separate each card so every quantity label remains visible. */
@media(max-width:700px) {
  .campaign-lower .polaroid-wall {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
    min-height: 0;
    padding: 18px 0 30px
  }
  .campaign-lower .photo, .campaign-lower .photo-one, .campaign-lower .photo-two, .campaign-lower .photo-three {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: min(88%, 430px);
    margin: 0 auto
  }
  .campaign-lower .photo-one {
    z-index: 3;
    transform: rotate(2deg)
  }
  .campaign-lower .photo-two {
    z-index: 2;
    transform: rotate(-3deg)
  }
  .campaign-lower .photo-three {
    z-index: 1;
    transform: rotate(3deg)
  }
  .campaign-lower .photo figcaption {
    z-index: 4;
    top: 5%;
    right: 4%;
    left: auto;
    bottom: auto
  }
  .campaign-lower .photo-two figcaption {
    left: 4%;
    right: auto
  }
}
/* Restore the approved mobile collage: two reward values above one, and three prizes as a dossier spread. */
@media(max-width:700px) {
  .intel-strip {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px 8px;
    padding: 25px 18px 27px
  }
  .intel-strip > p {
    grid-column: 1/-1;
    font-size: 14px
  }
  .intel-strip > div, .intel-strip > div:nth-of-type(3) {
    grid-column: auto;
    width: auto;
    min-height: 78px;
    gap: 6px;
    padding: 10px 2px
  }
  .intel-strip > div:nth-of-type(3) {
    grid-column: 1/-1
  }
  .intel-strip strong {
    font-size: clamp(46px, 13.5vw, 58px)
  }
  .intel-strip span {
    font-size: 13px;
    line-height: 1.45;
    white-space: nowrap
  }
  .campaign-lower .polaroid-wall {
    display: block;
    min-height: clamp(570px, 155vw, 640px);
    padding: 18px 0 0
  }
  .campaign-lower .photo, .campaign-lower .photo-one, .campaign-lower .photo-two, .campaign-lower .photo-three {
    position: absolute;
    width: 58%;
    margin: 0
  }
  .campaign-lower .photo-one {
    left: 21%;
    top: 0;
    width: 64%;
    z-index: 3;
    transform: rotate(2deg)
  }
  .campaign-lower .photo-two {
    left: 0;
    top: clamp(276px, 76vw, 318px);
    width: 48%;
    z-index: 2;
    transform: rotate(-5deg)
  }
  .campaign-lower .photo-three {
    right: 0;
    top: clamp(276px, 76vw, 318px);
    width: 48%;
    z-index: 2;
    transform: rotate(5deg)
  }
  .campaign-lower .photo figcaption {
    z-index: 4;
    top: 4%;
    right: 4%;
    left: auto;
    bottom: auto
  }
  .campaign-lower .photo-two figcaption {
    left: 4%;
    right: auto
  }
  .campaign-lower .photo-three figcaption {
    right: 4%;
    left: auto
  }
  .campaign-lower .photo-two figcaption, .campaign-lower .photo-three figcaption {
    padding: 6px 8px
  }
  .campaign-lower .photo-two figcaption b, .campaign-lower .photo-three figcaption b {
    font-size: 20px
  }
}
/* Keep the phone page visually continuous while retaining the classified-file tone. */
@media(max-width:700px) {
  .intel-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    padding: 20px 14px 18px
  }
  .intel-strip > p {
    grid-column: 1/-1;
    margin-bottom: 6px;
    font-size:17px
  }
  .intel-strip > div {
    min-height: 96px;
    flex-direction: column;
    gap: 2px;
    padding: 5px 6px;
    background: radial-gradient(ellipse at 50% 50%, #6a1e713d 0%, transparent 72%)
  }
  .intel-strip > div:before, .intel-strip > div:after {
    display: none
  }
  .intel-strip > div:not(:nth-of-type(3)) {
    border-right: 1px solid #e4c26666
  }
  .intel-strip > div:nth-of-type(3) {
    grid-column: auto;
    width: auto;
    justify-self: stretch
  }
  .intel-strip strong {
    font-size: clamp(46px, 12vw, 48px);
  }
  .intel-strip span {
    font-size:15px;
    line-height: 1.35;
    text-align: center;
    white-space: normal
  }
  .mission-section {
    padding-top: 32px;
    padding-bottom: 72px
  }
  .campaign-lower .gifts-section {
    gap: 12px;
    padding-top: 25px;
    padding-bottom: 22px
  }
  .campaign-lower .polaroid-wall {
    padding-top: 0
  }
}
/* Preserve the desktop lockup-to-character relationship on narrow hero artwork. */
@media(max-width:700px) {
  .hero-partner-lockup {
    left: 4%;
    top: 8%;
    width: 40%;
    gap: 3.8%
  }
}

/* Revised short hero supplied for the designer handoff (2026-08-26). */
.hero.hero-banner {
  padding-bottom: 0;
  background: #190921
}
.hero-banner-frame {
  aspect-ratio: 2000 / 1090;
  overflow: hidden
}
.hero-banner-art {
  width: 100%;
  height: 100%;
  object-fit: cover
}
.hero-banner-frame > .hero-banner-hitarea.placeholder-link {
  left: 38.9% !important;
  top: 86.7% !important;
  width: 22.5% !important;
  height: 11% !important;
  box-sizing: border-box;
  border: 0 !important;
  border-radius: 999px;
  overflow: hidden;
  box-shadow: none !important;
  animation: none !important
}
.hero-banner-frame > .hero-banner-hitarea:before {
  content: none !important;
  display: none !important
}
.hero-banner-frame > .hero-banner-hitarea:hover,
.hero-banner-frame > .hero-banner-hitarea:focus-visible {
  border: 0 !important;
  box-shadow: none !important
}
.hero-banner-frame > .hero-banner-hitarea:after {
  inset: 0 !important;
  overflow: hidden
}
.referral-reminder {
  margin: 10px 0 0;
  color: #f7e8fa;
  font-size: clamp(14px, 1.35vw, 24px);
  font-weight: 700;
  letter-spacing: .04em;
  text-align: center
}
.referral-reminder strong, .referral-code {
  color: #ffd43b;
  font-weight: 900;
  letter-spacing: .09em;
  text-shadow: 0 0 12px #ffd43b55
}
@media(max-width:700px) {
  .hero-banner-frame > .hero-banner-hitarea.placeholder-link {
    left: 38.8% !important;
    top: 86.6% !important;
    width: 22.8% !important;
    height: 11.2% !important
  }
  .referral-reminder {
    margin-top: 8px;
    font-size:20px
  }
}