.wp-super-star-widget,
.wp-super-star-widget *,
.wp-super-star-widget *::before,
.wp-super-star-widget *::after{
  box-sizing:border-box;
}

.wp-super-star-widget{
  --wp-bg:#050403;
  --wp-bg-deep:#020202;
  --wp-card:#100d09;
  --wp-card-soft:#15110b;
  --wp-gold:#d4af37;
  --wp-gold-light:#ffe6a2;
  --wp-gold-bright:#fff3c4;
  --wp-gold-deep:#8f6420;
  --wp-text:#f5ead4;
  --wp-muted:#d7c8aa;
  --wp-line:rgba(218,181,104,.30);
  --wp-line-strong:rgba(255,226,154,.58);
  width:100%;
  max-width:100%;
  margin:0;
  padding:0;
  overflow-x:hidden;
  color:var(--wp-text);
  background:
    radial-gradient(circle at 10% 0%,rgba(212,175,55,.12),transparent 30%),
    radial-gradient(circle at 92% 12%,rgba(255,238,183,.07),transparent 28%),
    linear-gradient(180deg,#080604 0%,#030302 42%,#070502 100%);
  font-family:"Noto Sans TC","Microsoft JhengHei",Arial,sans-serif;
  line-height:1.9;
}

.wp-super-star-widget img{
  display:block;
  width:100%;
  max-width:100%;
  height:auto;
}

.wp-super-star-widget a{
  color:#f7d77c;
  text-decoration:none;
}

.wp-super-star-widget a:hover,
.wp-super-star-widget a:focus-visible{
  color:#fff3bf;
  text-decoration:underline;
  text-underline-offset:4px;
}

.wp-super-star-widget .wp-main{
  width:min(1160px,calc(100% - 36px));
  margin:0 auto;
  padding:34px 0 18px;
}

.wp-super-star-widget .wp-hero{
  position:relative;
  overflow:hidden;
  padding:clamp(22px,4vw,38px);
  border:1px solid var(--wp-line-strong);
  border-radius:30px;
  background:
    radial-gradient(circle at 12% 0%,rgba(255,225,150,.12),transparent 36%),
    linear-gradient(145deg,rgba(31,25,15,.98),rgba(7,6,5,.98));
  box-shadow:
    0 22px 48px rgba(0,0,0,.42),
    inset 0 1px 0 rgba(255,255,255,.06);
}

.wp-super-star-widget .wp-hero::before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:3px;
  background:linear-gradient(
    90deg,
    transparent,
    var(--wp-gold-deep),
    var(--wp-gold-bright),
    var(--wp-gold-deep),
    transparent
  );
  pointer-events:none;
}

.wp-super-star-widget .wp-hero > *{
  position:relative;
  z-index:1;
}

.wp-super-star-widget .wp-hero h1{
  max-width:980px;
  margin:0;
  color:var(--wp-gold-light);
  font-size:clamp(28px,4vw,46px);
  line-height:1.32;
  letter-spacing:.02em;
  text-wrap:balance;
  text-shadow:0 10px 24px rgba(0,0,0,.46);
}

.wp-super-star-widget .wp-lead-label{
  display:inline-flex;
  align-items:center;
  margin:22px 0 12px;
  padding:8px 15px;
  border:1px solid rgba(255,239,185,.42);
  border-radius:999px;
  color:#1e1304;
  background:linear-gradient(135deg,#fff0b4,#d4a13a 58%,#9b6a21);
  font-size:14px;
  font-weight:900;
  letter-spacing:.12em;
  box-shadow:0 8px 20px rgba(0,0,0,.24);
}

.wp-super-star-widget .wp-content-card,
.wp-super-star-widget .wp-section,
.wp-super-star-widget .wp-faq-box,
.wp-super-star-widget .wp-related{
  position:relative;
  overflow:hidden;
}

.wp-super-star-widget .wp-content-card{
  margin-top:22px;
  padding:clamp(20px,3vw,30px);
  border:1px solid var(--wp-line);
  border-radius:24px;
  background:
    linear-gradient(145deg,rgba(212,175,55,.055),transparent 38%),
    linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.018));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.04),
    0 14px 30px rgba(0,0,0,.22);
}

.wp-super-star-widget .wp-content-card::before,
.wp-super-star-widget .wp-section::before,
.wp-super-star-widget .wp-faq-box::before{
  content:"";
  position:absolute;
  top:0;
  left:22px;
  right:22px;
  height:1px;
  background:linear-gradient(90deg,transparent,var(--wp-gold-light),transparent);
  opacity:.58;
  pointer-events:none;
}

.wp-super-star-widget .wp-content-card p,
.wp-super-star-widget .wp-section p,
.wp-super-star-widget .wp-faq-box p{
  max-width:82ch;
  margin:0 0 17px;
  color:var(--wp-muted);
  font-size:17px;
  line-height:2;
  font-weight:500;
}

.wp-super-star-widget .wp-content-card p:last-child,
.wp-super-star-widget .wp-section p:last-child,
.wp-super-star-widget .wp-faq-box p:last-child{
  margin-bottom:0;
}

/* 精品金框＋低負擔金色電流 */
.wp-super-star-widget .wp-image-frame{
  position:relative;
  isolation:isolate;
  width:min(820px,100%);
  margin:28px auto;
  padding:3px;
  overflow:hidden;
  border-radius:25px;
  background:linear-gradient(
    135deg,
    #6f4818 0%,
    #f7dea0 22%,
    #9e6c2b 44%,
    #fff0b5 68%,
    #6f4818 100%
  );
  box-shadow:
    0 0 0 1px rgba(255,235,179,.20),
    0 18px 38px rgba(0,0,0,.38);
}

.wp-super-star-widget .wp-image-frame::before{
  content:"";
  position:absolute;
  z-index:3;
  top:-20%;
  bottom:-20%;
  left:-42%;
  width:30%;
  pointer-events:none;
  background:linear-gradient(
    90deg,
    transparent,
    rgba(255,239,185,.10),
    rgba(255,239,185,.92),
    rgba(255,239,185,.10),
    transparent
  );
  transform:translate3d(-30%,0,0) skewX(-18deg);
  animation:wp-super-star-gold-current 6.8s linear infinite;
}

.wp-super-star-widget .wp-image-frame::after{
  content:"";
  position:absolute;
  z-index:2;
  inset:3px;
  border:1px solid rgba(255,244,207,.20);
  border-radius:21px;
  pointer-events:none;
}

.wp-super-star-widget .wp-image-frame-inner{
  position:relative;
  z-index:1;
  overflow:hidden;
  border-radius:21px;
  background:#0a0907;
}

.wp-super-star-widget .wp-image-frame img{
  width:100%;
  aspect-ratio:1 / 1;
  object-fit:cover;
  object-position:center;
}

@keyframes wp-super-star-gold-current{
  0%,18%{
    transform:translate3d(-30%,0,0) skewX(-18deg);
  }
  58%,100%{
    transform:translate3d(520%,0,0) skewX(-18deg);
  }
}

.wp-super-star-widget .wp-section{
  margin-top:26px;
  padding:clamp(22px,3.5vw,32px);
  border:1px solid var(--wp-line);
  border-radius:25px;
  background:
    radial-gradient(circle at 100% 0%,rgba(212,175,55,.065),transparent 32%),
    linear-gradient(180deg,var(--wp-card-soft),var(--wp-card));
  box-shadow:
    0 16px 34px rgba(0,0,0,.27),
    inset 0 1px 0 rgba(255,255,255,.035);
}

.wp-super-star-widget .wp-section h2,
.wp-super-star-widget .wp-faq-title h2{
  position:relative;
  margin:0 0 20px;
  padding:0 0 14px 18px;
  color:var(--wp-gold-light);
  font-size:clamp(23px,3vw,31px);
  line-height:1.45;
  letter-spacing:.02em;
}

.wp-super-star-widget .wp-section h2::before,
.wp-super-star-widget .wp-faq-title h2::before{
  content:"";
  position:absolute;
  top:.14em;
  bottom:15px;
  left:0;
  width:4px;
  border-radius:10px;
  background:linear-gradient(180deg,var(--wp-gold-bright),var(--wp-gold-deep));
}

.wp-super-star-widget .wp-section h2::after,
.wp-super-star-widget .wp-faq-title h2::after{
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  left:18px;
  height:1px;
  background:linear-gradient(90deg,var(--wp-line-strong),transparent);
}

.wp-super-star-widget .wp-branch-list{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin:20px 0;
}

.wp-super-star-widget .wp-branch-item{
  min-height:74px;
  display:flex;
  align-items:center;
  padding:15px 16px;
  border:1px solid rgba(212,175,55,.25);
  border-radius:16px;
  color:#f0dfbd;
  background:
    linear-gradient(145deg,rgba(212,175,55,.085),rgba(255,255,255,.025));
  font-weight:800;
  line-height:1.65;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035);
}

.wp-super-star-widget .wp-price-box{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin:18px 0 20px;
}

.wp-super-star-widget .wp-price-item{
  padding:20px;
  border:1px solid rgba(212,175,55,.32);
  border-radius:18px;
  color:#f7e8be;
  background:
    radial-gradient(circle at 0 0,rgba(255,230,164,.10),transparent 42%),
    linear-gradient(145deg,rgba(212,175,55,.12),rgba(255,255,255,.025));
}

.wp-super-star-widget .wp-price-item strong{
  display:block;
  margin-bottom:8px;
  color:var(--wp-gold-light);
  font-size:clamp(21px,2.5vw,25px);
  line-height:1.4;
}

.wp-super-star-widget .wp-faq-title{
  margin-top:30px;
  padding:28px 0 0;
}

.wp-super-star-widget .wp-faq-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
  margin-top:18px;
}

.wp-super-star-widget .wp-faq-box{
  padding:22px 24px;
  border:1px solid rgba(212,175,55,.27);
  border-radius:20px;
  background:
    linear-gradient(145deg,rgba(212,175,55,.045),transparent 44%),
    rgba(255,255,255,.035);
  box-shadow:0 12px 26px rgba(0,0,0,.22);
}

.wp-super-star-widget .wp-faq-box h3{
  margin:0 0 12px;
  color:var(--wp-gold-light);
  font-size:20px;
  line-height:1.55;
}

.wp-super-star-widget .wp-related{
  margin:34px 0;
  padding:24px;
  border:1px solid var(--wp-line-strong);
  border-radius:22px;
  background:
    radial-gradient(circle at 0 0,rgba(212,175,55,.10),transparent 34%),
    #080706;
  box-shadow:0 16px 34px rgba(0,0,0,.28);
}

.wp-super-star-widget .wp-related-title{
  margin-bottom:17px;
  color:#f5d27a;
  font-size:24px;
  font-weight:900;
  line-height:1.45;
}

.wp-super-star-widget .wp-related a{
  display:block;
  margin-bottom:13px;
  padding:16px 18px;
  border:1px solid rgba(212,175,55,.32);
  border-radius:15px;
  color:#f5d27a;
  background:
    linear-gradient(145deg,rgba(212,175,55,.07),rgba(255,255,255,.025));
  font-size:18px;
  font-weight:900;
  line-height:1.55;
}

.wp-super-star-widget .wp-related a:last-child{
  margin-bottom:0;
}

.wp-super-star-widget .wp-related div{
  margin-top:6px;
  color:#d9d0c2;
  font-size:14px;
  font-weight:400;
  line-height:1.7;
}

@media (max-width:900px){
  .wp-super-star-widget .wp-main{
    width:min(100% - 24px,1160px);
    padding:18px 0 4px;
  }

  .wp-super-star-widget .wp-hero{
    padding:22px 18px;
    border-radius:24px;
  }

  .wp-super-star-widget .wp-content-card,
  .wp-super-star-widget .wp-section{
    padding:20px 18px;
    border-radius:21px;
  }

  .wp-super-star-widget .wp-content-card p,
  .wp-super-star-widget .wp-section p,
  .wp-super-star-widget .wp-faq-box p{
    font-size:16px;
    line-height:1.95;
  }

  .wp-super-star-widget .wp-branch-list,
  .wp-super-star-widget .wp-price-box{
    grid-template-columns:1fr;
  }

  .wp-super-star-widget .wp-faq-title{
    padding-top:24px;
  }
}

@media (max-width:767px){
  .wp-super-star-widget .wp-image-frame{
    float:none;
    clear:both;
    width:70%;
    max-width:574px;
    margin:22px auto;
    border-radius:20px;
  }

  .wp-super-star-widget .wp-image-frame-inner{
    border-radius:17px;
  }

  .wp-super-star-widget .wp-image-frame::after{
    border-radius:17px;
  }
}

@media (max-width:520px){
  .wp-super-star-widget .wp-main{
    width:min(100% - 20px,1160px);
  }

  .wp-super-star-widget .wp-hero h1{
    font-size:25px;
  }

  .wp-super-star-widget .wp-faq-box,
  .wp-super-star-widget .wp-related{
    padding:19px 16px;
  }
}

@media (prefers-reduced-motion:reduce){
  .wp-super-star-widget .wp-image-frame::before{
    animation:none;
    display:none;
  }
}
.wp-topbar,
.wp-topbar *,
.wp-topbar *::before,
.wp-topbar *::after{
  box-sizing:border-box;
}

.wp-topbar{
  width:100%;
  position:relative;
  z-index:9999;
  background:linear-gradient(180deg,#080808,#13110d);
  border-bottom:1px solid rgba(232,190,108,.28);
  font-family:"Noto Sans TC","Microsoft JhengHei",system-ui,sans-serif;
}

.wp-topbar__inner{
  width:100%;
  min-height:72px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:10px clamp(14px,4vw,34px);
}

.wp-topbar__brand{
  display:flex;
  flex-direction:column;
  line-height:1.2;
  text-decoration:none;
}

.wp-topbar__brand span{
  display:block;
  color:#f5d89d;
  font-size:clamp(20px,2.3vw,28px);
  font-weight:900;
  letter-spacing:3px;
}

.wp-topbar__brand small{
  display:block;
  margin-top:6px;
  color:#d8b76a;
  font-size:12px;
  font-weight:800;
  letter-spacing:3px;
}

.wp-topbar__btn{
  width:74px;
  height:54px;
  min-width:74px;
  min-height:54px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
  border:0;
  border-radius:999px;
  background:linear-gradient(180deg,#8b8574,#746c5f);
  color:#f1cc82;
  font-size:28px;
  line-height:1;
  cursor:pointer;
  box-shadow:
    inset 0 7px 12px rgba(0,0,0,.34),
    inset 0 -3px 6px rgba(255,255,255,.12),
    0 10px 18px rgba(0,0,0,.35);
}

.wp-topbar__panel{
  display:none;
  position:absolute;
  top:calc(100% + 8px);
  left:clamp(12px,4vw,34px);
  right:clamp(12px,4vw,34px);
  z-index:10000;
  padding:14px 22px 20px;
  border:1px solid rgba(232,190,108,.28);
  border-radius:22px;
  background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(245,242,236,.98));
  box-shadow:0 18px 44px rgba(0,0,0,.5);
}

.wp-topbar__panel.is-open{
  display:block;
}

.wp-topbar__panel a{
  display:block;
  padding:15px 0;
  border-bottom:1px solid rgba(0,0,0,.06);
  color:#b08847;
  font-size:17px;
  font-weight:800;
  line-height:1.5;
  text-decoration:none;
}

.wp-topbar__panel a:last-child{
  border-bottom:0;
}

@media (min-width:768px){
  .wp-topbar__inner{
    min-height:86px;
  }

  .wp-topbar__panel{
    left:auto;
    right:34px;
    width:min(420px,86vw);
  }
}

@media (max-width:767px){
  .wp-topbar__inner{
    justify-content:center;
  }

  .wp-topbar__btn{
    position:absolute;
    top:50%;
    left:16px;
    transform:translateY(-50%);
  }

  .wp-topbar__brand{
    text-align:center;
  }

  .wp-topbar__brand span{
    font-size:23px;
  }

  .wp-topbar__brand small{
    font-size:12px;
  }
}