.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;
  }
}



.wp-faq-widget{
  --wp-bg:#070303;
  --wp-card:#130807;
  --wp-card2:#1c0d0a;
  --wp-gold:#f2c36b;
  --wp-rose:#ffb69f;
  --wp-text:#fff7ed;
  --wp-muted:#d9b9a5;
  --wp-line:rgba(255,198,140,.28);
  width:100%;
  max-width:100%;
  overflow:hidden;
  color:var(--wp-text);
  background:
    radial-gradient(circle at 12% 0%,rgba(255,183,137,.18),transparent 34%),
    radial-gradient(circle at 88% 8%,rgba(242,195,107,.12),transparent 30%),
    linear-gradient(180deg,#170806 0%,#070303 42%,#050202 100%);
  font-family:"Noto Sans TC","Microsoft JhengHei",Arial,sans-serif;
  line-height:1.75;
}
.wp-faq-widget,
.wp-faq-widget *,
.wp-faq-widget *::before,
.wp-faq-widget *::after{box-sizing:border-box}
.wp-faq-widget a{color:inherit}
.wp-faq-main{width:100%;max-width:1180px;margin:0 auto;padding:42px 18px 58px}
.wp-faq-hero{
  border:1px solid rgba(242,195,107,.34);
  border-radius:28px;
  padding:34px 28px;
  background:linear-gradient(135deg,rgba(28,13,10,.94),rgba(8,3,3,.88));
  box-shadow:0 18px 54px rgba(0,0,0,.5),inset 0 1px 0 rgba(255,255,255,.06);
  position:relative;
  overflow:hidden
}
.wp-faq-hero:before{
  content:"";
  position:absolute;
  inset:-90px -80px auto auto;
  width:240px;
  height:240px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,182,159,.22),transparent 66%)
}
.wp-faq-badge{
  display:inline-flex;
  align-items:center;
  padding:8px 13px;
  border:1px solid rgba(255,198,140,.38);
  border-radius:999px;
  color:var(--wp-gold);
  background:rgba(0,0,0,.24);
  font-size:12px;
  letter-spacing:2px;
  font-weight:900;
  position:relative;
  z-index:1
}
.wp-faq-hero h1{
  margin:18px 0 12px;
  font-size:clamp(31px,4.1vw,55px);
  line-height:1.13;
  letter-spacing:.5px;
  color:#fff2d6;
  text-shadow:0 0 28px rgba(242,195,107,.16);
  position:relative;
  z-index:1
}
.wp-faq-hero p{
  max-width:800px;
  margin:0;
  color:var(--wp-muted);
  font-size:16px;
  line-height:1.9;
  position:relative;
  z-index:1
}
.wp-faq-cover-frame{
  margin:20px 0 18px;
  padding:10px;
  border-radius:26px;
  border:1px solid rgba(242,195,107,.72);
  background:linear-gradient(135deg,rgba(255,231,178,.22),rgba(255,182,159,.08)),rgba(0,0,0,.32);
  box-shadow:0 18px 48px rgba(0,0,0,.52),0 0 24px rgba(242,195,107,.18),inset 0 1px 0 rgba(255,255,255,.12);
  position:relative;
  z-index:1;
  overflow:hidden
}
.wp-faq-cover-frame:before{
  content:"";
  position:absolute;
  inset:6px;
  border:1px solid rgba(255,231,178,.36);
  border-radius:20px;
  pointer-events:none;
  z-index:2
}
.wp-faq-cover-frame img{
  display:block;
  width:100%;
  max-width:880px;
  height:auto;
  margin:0 auto;
  border-radius:18px;
  aspect-ratio:1/1;
  object-fit:cover;
  box-shadow:0 10px 30px rgba(0,0,0,.45)
}
.wp-faq-nav{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:22px 0 0;
  position:relative;
  z-index:1
}
.wp-faq-nav a{
  text-decoration:none;
  color:#fff7ed;
  border:1px solid rgba(255,198,140,.28);
  background:rgba(255,255,255,.045);
  border-radius:999px;
  padding:10px 14px;
  font-size:14px;
  font-weight:900
}
.wp-faq-nav a:hover{
  border-color:rgba(242,195,107,.72);
  background:rgba(242,195,107,.12)
}
.wp-faq-section{margin-top:30px;scroll-margin-top:92px}
.wp-faq-section h2{
  margin:0 0 14px;
  padding:0 4px;
  font-size:clamp(24px,3vw,36px);
  color:#ffe4b5;
  line-height:1.2
}
.wp-faq-list{display:grid;gap:12px}
.wp-faq-item{
  border:1px solid var(--wp-line);
  border-radius:20px;
  background:linear-gradient(180deg,rgba(28,13,10,.92),rgba(12,5,4,.92));
  box-shadow:0 10px 28px rgba(0,0,0,.32);
  overflow:hidden
}
.wp-faq-item summary{
  cursor:pointer;
  list-style:none;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:18px 20px
}
.wp-faq-item summary::-webkit-details-marker{display:none}
.wp-faq-q{
  font-weight:900;
  color:#fff4e2;
  font-size:17px;
  line-height:1.55
}
.wp-faq-icon{
  flex:0 0 auto;
  width:30px;
  height:30px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#160806;
  background:linear-gradient(135deg,#f2c36b,#ffb69f);
  font-weight:900;
  transition:.2s
}
.wp-faq-item[open] .wp-faq-icon{transform:rotate(45deg)}
.wp-faq-a{
  padding:0 20px 18px;
  color:#efd2bd;
  border-top:1px solid rgba(255,198,140,.12);
  overflow:visible
}
.wp-faq-a p{
  display:block;
  visibility:visible;
  opacity:1;
  max-height:none;
  margin:14px 0 12px
}
.wp-faq-related{
  margin-top:12px;
  padding:12px 13px;
  border:1px solid rgba(255,198,140,.18);
  border-radius:14px;
  background:rgba(255,255,255,.035);
  font-size:14px;
  color:#d9b9a5
}
.wp-faq-related a{
  color:#ffd68f;
  text-decoration:none;
  font-weight:900
}
.wp-faq-related a:hover{text-decoration:underline}
.wp-faq-cta{
  margin-top:34px;
  border:1px solid rgba(242,195,107,.34);
  border-radius:26px;
  padding:26px;
  background:linear-gradient(135deg,rgba(242,195,107,.12),rgba(255,182,159,.08));
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px
}
.wp-faq-cta h2{margin:0 0 8px;color:#fff2d6;font-size:26px}
.wp-faq-cta p{margin:0;color:var(--wp-muted)}
.wp-faq-cta-links{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end
}
.wp-faq-btn{
  display:inline-flex;
  text-decoration:none;
  align-items:center;
  justify-content:center;
  padding:12px 16px;
  border-radius:999px;
  font-weight:900;
  border:1px solid rgba(255,198,140,.32);
  color:#fff7ed
}
.wp-faq-btn.wp-primary{
  background:linear-gradient(135deg,#f2c36b,#ffb69f);
  color:#170806;
  border:0
}
@media(max-width:760px){
  .wp-faq-main{width:100%;max-width:none;margin:0;padding:28px 10px 44px}
  .wp-faq-hero{width:100%;padding:26px 18px;border-radius:22px}
  .wp-faq-hero h1{font-size:30px}
  .wp-faq-hero p{font-size:15px}
  .wp-faq-nav a{font-size:13px;padding:9px 12px}
  .wp-faq-section{width:100%;margin-top:24px}
  .wp-faq-item{border-radius:17px}
  .wp-faq-item summary{padding:16px 15px}
  .wp-faq-q{font-size:16px}
  .wp-faq-a{padding:0 15px 16px}
  .wp-faq-cta{width:100%;display:block;padding:22px 18px}
  .wp-faq-cta-links{justify-content:flex-start;margin-top:16px}
  .wp-faq-btn{width:100%}
}