.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-call-guide-widget,
.wp-call-guide-widget *{box-sizing:border-box}
.wp-call-guide-widget{
  --wp-bg:#050403;
  --wp-card:#100c08;
  --wp-gold:#f5d58d;
  --wp-gold-strong:#ffe7a6;
  --wp-text:#f0dfbf;
  --wp-muted:#d9c8a2;
  --wp-line:rgba(218,181,104,.34);
  width:100%;
  max-width:100%;
  margin:0 auto;
  padding:0 0 56px;
  overflow:hidden;
  color:var(--wp-text);
  background:
    radial-gradient(circle at 10% 0%,rgba(218,181,104,.22),transparent 34%),
    radial-gradient(circle at 90% 10%,rgba(255,255,255,.08),transparent 28%),
    linear-gradient(180deg,#090604 0%,#050505 52%,#020202 100%);
  font-family:"Noto Sans TC","Microsoft JhengHei",Arial,sans-serif;
}
.wp-call-guide-widget a{color:var(--wp-gold);text-decoration:none}
.wp-call-guide-widget img{display:block;max-width:100%;height:auto}
.wp-call-guide-shell{width:min(100% - 36px,1180px);margin:0 auto}
.wp-call-guide-title{
  width:100%;
  margin:0 auto 28px;
  padding:72px 36px 42px;
  border:1px solid rgba(218,181,104,.45);
  border-top:0;
  border-radius:0 0 42px 42px;
  color:var(--wp-gold-strong);
  background:linear-gradient(135deg,rgba(32,22,12,.98),rgba(5,5,5,.96));
  box-shadow:0 24px 80px rgba(0,0,0,.48);
  font-size:clamp(34px,5vw,62px);
  line-height:1.18;
  font-weight:950;
  letter-spacing:.035em;
  text-align:center;
  text-shadow:0 3px 22px rgba(218,181,104,.34);
}
.wp-call-guide-title::after{
  content:"KTV PRO CALL GUIDE";
  display:block;
  margin:18px auto 0;
  color:#c49b52;
  font-size:13px;
  font-weight:950;
  letter-spacing:.28em;
}
.wp-call-guide-content,
.wp-call-guide-summary,
.wp-call-guide-related{
  margin:0 auto 34px;
  padding:30px;
  border:1px solid var(--wp-line);
  border-radius:32px;
  background:
    radial-gradient(circle at 12% 0%,rgba(255,222,150,.11),transparent 32%),
    linear-gradient(180deg,rgba(20,16,12,.94),rgba(8,8,8,.96));
  box-shadow:0 20px 58px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,236,190,.08);
}
.wp-call-guide-content h2,
.wp-call-guide-summary h2,
.wp-call-guide-related h2{
  margin:42px 0 20px;
  padding:21px 24px;
  border:1px solid rgba(218,181,104,.42);
  border-radius:24px;
  color:#f8d894;
  background:linear-gradient(135deg,rgba(34,23,12,.95),rgba(10,10,10,.95));
  box-shadow:0 16px 46px rgba(0,0,0,.3);
  font-size:clamp(25px,3vw,38px);
  line-height:1.35;
  font-weight:950;
}
.wp-call-guide-content h2:first-child,
.wp-call-guide-summary h2:first-of-type,
.wp-call-guide-related h2:first-of-type{margin-top:0}
.wp-call-guide-content h3,
.wp-call-guide-summary h3{
  display:inline-block;
  margin:26px 0 15px;
  padding:12px 17px;
  border:1px solid rgba(218,181,104,.42);
  border-radius:999px;
  color:#ffd98b;
  background:rgba(218,181,104,.1);
  font-size:21px;
  line-height:1.45;
  font-weight:950;
}
.wp-call-guide-widget p,
.wp-call-guide-widget li{
  color:var(--wp-text);
  font-size:17px;
  line-height:2;
  font-weight:650;
  letter-spacing:.012em;
}
.wp-call-guide-widget p{margin:0 0 18px}
.wp-call-guide-widget strong{color:var(--wp-gold-strong);font-weight:950}
.wp-call-guide-widget a{font-weight:900;border-bottom:1px solid rgba(255,217,139,.42)}
.wp-call-guide-widget a:hover{color:#fff2b8;border-bottom-color:#fff2b8}
.wp-call-guide-list{margin:0 0 22px;padding:0;list-style:none;display:grid;gap:10px}
.wp-call-guide-list li{
  position:relative;
  margin:0;
  padding:12px 16px 12px 42px;
  border:1px solid rgba(218,181,104,.2);
  border-radius:16px;
  background:rgba(255,255,255,.035);
}
.wp-call-guide-list li::before{
  content:"◆";
  position:absolute;
  left:17px;
  top:12px;
  color:#d7aa46;
}
.wp-call-guide-figure{
  width:min(100%,720px);
  margin:22px auto 30px;
  padding:14px;
  border:1px solid rgba(218,181,104,.34);
  border-radius:28px;
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.018));
  box-shadow:0 16px 46px rgba(0,0,0,.3);
}
.wp-call-guide-figure img{
  width:100%;
  margin:0 auto;
  border:1px solid rgba(218,181,104,.32);
  border-radius:21px;
  background:#111;
  box-shadow:0 18px 52px rgba(0,0,0,.38);
}
.wp-call-guide-figure--square{max-width:680px}
.wp-call-guide-figure--portrait{max-width:430px}
.wp-call-guide-caption{
  margin:12px 4px 0;
  color:#d8bd82;
  font-size:14px;
  line-height:1.75;
  font-weight:800;
  text-align:center;
}
.wp-call-guide-cta{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:25px 0 30px}
.wp-call-guide-cta a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:58px;
  padding:14px 18px;
  border:1px solid rgba(218,181,104,.55);
  border-radius:999px;
  color:#130d05;
  background:linear-gradient(180deg,#f7d98f,#a9792d);
  box-shadow:0 12px 32px rgba(0,0,0,.35);
  font-weight:950;
  text-align:center;
}
.wp-call-guide-badge{
  display:inline-flex;
  align-items:center;
  margin-bottom:16px;
  padding:8px 16px;
  border:1px solid rgba(255,235,170,.7);
  border-radius:999px;
  color:#1a1004;
  background:linear-gradient(135deg,#fff2ba,#d7aa46,#8f5f16);
  box-shadow:0 10px 26px rgba(212,175,55,.2);
  font-size:13px;
  font-weight:950;
  letter-spacing:1.4px;
}
.wp-call-guide-highlight{
  margin:22px 0;
  padding:18px 20px;
  border:1px solid rgba(212,175,55,.3);
  border-radius:20px;
  background:linear-gradient(135deg,rgba(212,175,55,.16),rgba(255,255,255,.04));
}
.wp-call-guide-highlight p{margin:0;color:#f9e7b6;font-size:16px;font-weight:850}
.wp-call-guide-faq-grid{display:grid;grid-template-columns:1fr;gap:14px;margin-top:18px}
.wp-call-guide-faq-item{
  padding:20px;
  border:1px solid rgba(212,175,55,.28);
  border-radius:21px;
  background:rgba(255,255,255,.05);
  box-shadow:0 14px 32px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.06);
}
.wp-call-guide-faq-item h3{margin-top:0}
.wp-call-guide-faq-item p{margin-bottom:0;font-size:16px;line-height:1.95}
.wp-call-guide-related-lead{color:var(--wp-muted)}
.wp-call-guide-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.wp-call-guide-related-card{
  display:flex;
  flex-direction:column;
  min-height:100%;
  padding:20px 18px;
  border:1px solid rgba(212,175,55,.28)!important;
  border-radius:21px;
  background:rgba(255,255,255,.05);
  box-shadow:0 14px 32px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.06);
  transition:transform .25s ease,border-color .25s ease,background .25s ease;
}
.wp-call-guide-related-card:hover{transform:translateY(-3px);background:rgba(255,255,255,.075);border-color:rgba(255,231,166,.55)!important}
.wp-call-guide-related-card small{display:block;margin-bottom:10px;color:#d7aa46;font-size:13px;font-weight:950;letter-spacing:1px}
.wp-call-guide-related-card strong{display:block;margin-bottom:10px;color:#ffe3a0;font-size:20px;line-height:1.45}
.wp-call-guide-related-card span{display:block;color:var(--wp-text);font-size:15px;line-height:1.85;font-weight:650}
.wp-call-guide-related-card .wp-call-guide-related-more{margin-top:auto;padding-top:16px;color:#f8d86f;font-size:14px;font-weight:950}
@media(max-width:900px){
  .wp-call-guide-cta,.wp-call-guide-related-grid{grid-template-columns:1fr}
}
@media(max-width:767px){
  .wp-call-guide-widget{padding-bottom:34px}
  .wp-call-guide-shell{width:calc(100% - 22px)}
  .wp-call-guide-title{padding:42px 18px 30px;border-radius:0 0 28px 28px;font-size:32px;text-align:left}
  .wp-call-guide-title::after{margin-left:0;font-size:11px;letter-spacing:.18em;text-align:left}
  .wp-call-guide-content,.wp-call-guide-summary,.wp-call-guide-related{padding:20px 16px;border-radius:25px}
  .wp-call-guide-content h2,.wp-call-guide-summary h2,.wp-call-guide-related h2{margin:30px 0 16px;padding:17px 15px;border-radius:21px;font-size:24px}
  .wp-call-guide-content h3,.wp-call-guide-summary h3{display:block;border-radius:19px;font-size:19px}
  .wp-call-guide-widget p,.wp-call-guide-widget li{font-size:16px;line-height:1.95}
  .wp-call-guide-figure{padding:10px;border-radius:23px}
  .wp-call-guide-figure img{border-radius:18px}
  .wp-call-guide-faq-item{padding:17px 15px;border-radius:19px}
}