.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-threads-widget,
.wp-threads-widget *,
.wp-threads-widget *::before,
.wp-threads-widget *::after{
  box-sizing:border-box;
}

.wp-threads-widget{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
  background:#050507;
  color:#f3e7dc;
  font-family:"Noto Sans TC","Microsoft JhengHei",sans-serif;
}

.wp-threads-widget img{
  max-width:100%;
  height:auto;
}

.wp-threads-widget a{
  text-decoration:none;
}

.wp-threads-card{
  width:min(100% - 28px,1180px);
  margin:30px auto 18px;
  display:grid;
  grid-template-columns:420px 1fr;
  gap:24px;
  padding:24px;
  border-radius:30px;
  background:linear-gradient(180deg,#16110c,#070707);
  border:1px solid rgba(218,181,104,.45);
  box-shadow:0 20px 60px rgba(0,0,0,.65),inset 0 0 0 1px rgba(255,255,255,.03);
}

.wp-threads-img{
  border-radius:24px;
  overflow:hidden;
  border:1px solid rgba(218,181,104,.35);
  background:#050505;
}

.wp-threads-img img{
  display:block;
  width:100%;
  height:100%;
  aspect-ratio:1/1;
  object-fit:cover;
}

.wp-threads-body{
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.wp-threads-body h1{
  margin:0 0 18px;
  color:#f3d08d;
  font-size:clamp(32px,5vw,52px);
  line-height:1.25;
  font-weight:900;
}

.wp-threads-desc{
  margin:0 0 22px;
  color:#efe8df;
  font-size:17px;
  line-height:2;
}

.wp-threads-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin:0 0 22px;
}

.wp-threads-box{
  padding:18px;
  border-radius:20px;
  background:linear-gradient(180deg,#1b140d,#090909);
  border:1px solid rgba(218,181,104,.35);
}

.wp-threads-box h2{
  margin:0 0 10px;
  color:#f7dba1;
  font-size:20px;
  line-height:1.45;
}

.wp-threads-box p,
.wp-threads-box li{
  color:#efe8df;
  font-size:15px;
  line-height:1.8;
}

.wp-threads-box ul{
  margin:0;
  padding-left:18px;
}

.wp-threads-price strong{
  display:block;
  color:#f3d08d;
  font-size:24px;
  line-height:1.5;
}

.wp-threads-btns{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
}

.wp-threads-btns a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:64px;
  border-radius:999px;
  font-size:20px;
  font-weight:900;
}

.wp-threads-call{
  color:#161005 !important;
  background:linear-gradient(135deg,#f7df9f,#b8863b);
  border:1px solid rgba(255,225,155,.8);
}

.wp-threads-line{
  color:#fff !important;
  background:linear-gradient(135deg,#0a6525,#1ec55a);
  border:1px solid rgba(119,255,163,.45);
}

.wp-threads-feature{
  max-width:1180px;
  margin:0 auto;
  padding:18px 14px;
}

.wp-threads-feature-card{
  border-radius:30px;
  overflow:hidden;
  background:linear-gradient(180deg,#16110c,#070707);
  border:1px solid rgba(218,181,104,.45);
  box-shadow:0 20px 60px rgba(0,0,0,.65),inset 0 0 0 1px rgba(255,255,255,.03);
}

.wp-threads-feature-head{
  padding:34px 28px;
  text-align:center;
  border-bottom:1px solid rgba(218,181,104,.22);
}

.wp-threads-feature-head h2{
  margin:0;
  color:#f3d08d;
  font-size:clamp(28px,4vw,42px);
  line-height:1.35;
  font-weight:900;
}

.wp-threads-feature-head p{
  margin:18px auto 0;
  max-width:900px;
  color:#efe8df;
  font-size:17px;
  line-height:2;
}

.wp-threads-feature-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
  padding:26px;
}

.wp-threads-feature-box{
  padding:24px;
  border-radius:22px;
  background:linear-gradient(180deg,#1a130d,#090909);
  border:1px solid rgba(218,181,104,.35);
}

.wp-threads-feature-box h3{
  margin:0 0 16px;
  color:#f3d08d;
  font-size:22px;
  line-height:1.5;
  font-weight:800;
}

.wp-threads-feature-box p{
  margin:0;
  color:#efe8df;
  font-size:17px;
  line-height:2;
}

.wp-threads-feature-cta{
  padding:0 26px 30px;
}

.wp-threads-feature-cta a{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:74px;
  border-radius:999px;
  font-size:24px;
  font-weight:900;
  color:#fff;
  background:linear-gradient(135deg,#0a6525,#1ec55a);
  border:1px solid rgba(119,255,163,.45);
  box-shadow:0 0 25px rgba(30,197,90,.18);
}

.wp-dual-guide{
  max-width:1180px;
  margin:0 auto;
  padding:18px 14px;
}

.wp-dual-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:22px;
}

.wp-dual-card{
  background:linear-gradient(180deg,#15100b,#070707);
  border:1px solid rgba(218,181,104,.45);
  border-radius:30px;
  padding:34px 28px;
  box-shadow:0 20px 60px rgba(0,0,0,.65),inset 0 0 0 1px rgba(255,255,255,.03);
}

.wp-dual-card h2{
  margin:0 0 18px;
  color:#f3d08d;
  font-size:34px;
  line-height:1.35;
  font-weight:900;
}

.wp-dual-card p{
  margin:0 0 24px;
  color:#efe8df;
  font-size:17px;
  line-height:2;
}

.wp-dual-box{
  padding:24px;
  margin-bottom:24px;
  border-radius:22px;
  background:linear-gradient(180deg,#1b140d,#090909);
  border:1px solid rgba(218,181,104,.35);
}

.wp-dual-box h3{
  margin:0 0 16px;
  color:#f7dba1;
  font-size:26px;
  font-weight:900;
  text-align:center;
}

.wp-dual-tags{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
}

.wp-dual-tags span{
  padding:10px 16px;
  border-radius:999px;
  background:rgba(218,181,104,.12);
  border:1px solid rgba(218,181,104,.28);
  color:#f3d08d;
  font-size:15px;
  font-weight:700;
}

.wp-dual-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:70px;
  border-radius:999px;
  color:#161005 !important;
  font-size:22px;
  font-weight:900;
  background:linear-gradient(135deg,#f7df9f,#b8863b);
  border:1px solid rgba(255,225,155,.8);
}

@media(max-width:900px){
  .wp-threads-card{
    grid-template-columns:1fr;
    padding:18px;
    border-radius:24px;
  }

  .wp-threads-grid,
  .wp-threads-btns,
  .wp-threads-feature-grid,
  .wp-dual-grid{
    grid-template-columns:1fr;
  }
}

@media(max-width:767px){
  .wp-threads-card,
  .wp-threads-feature,
  .wp-dual-guide{
    width:100%;
    padding-left:10px;
    padding-right:10px;
  }

  .wp-threads-body h1{
    font-size:30px;
  }

  .wp-threads-desc,
  .wp-threads-feature-head p,
  .wp-threads-feature-box p,
  .wp-dual-card p{
    font-size:16px;
  }

  .wp-threads-feature-head{
    padding:24px 18px;
    text-align:left;
  }

  .wp-threads-feature-grid{
    padding:18px;
    gap:14px;
  }

  .wp-dual-card{
    padding:24px 18px;
    border-radius:24px;
  }

  .wp-dual-card h2{
    font-size:28px;
  }
}