.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-fengyuan-page,
.wp-fengyuan-page *,
.wp-fengyuan-page *::before,
.wp-fengyuan-page *::after{
box-sizing:border-box
}
:where(body) .wp-fengyuan-page{
width:100%;
  margin:0;
  padding:0 0 84px;
  overflow:hidden;
  background:
    radial-gradient(circle at 82% 0%,rgba(245,204,127,.16),transparent 30%),
    radial-gradient(circle at 8% 10%,rgba(216,171,91,.10),transparent 34%),
    linear-gradient(180deg,#080807 0%,#050505 52%,#020202 100%);
  color:#f5e6c8;
  font-family:"Noto Sans TC","Microsoft JhengHei",system-ui,sans-serif;
}
.wp-fengyuan-page img{
max-width:100%;height:auto;display:block
}
.wp-fengyuan-page a{
color:#f3c86c;text-decoration:none
}
.wp-fengyuan-main{
width:100%;margin:0;padding:0
}
.wp-fy-hero{
width:100%;
  margin:0;
  padding:58px clamp(20px,5vw,86px) 64px;
  background:
    radial-gradient(circle at 78% 18%,rgba(245,204,127,.26),transparent 30%),
    linear-gradient(135deg,#080807 0%,#21170d 48%,#080807 100%);
}
.wp-fy-hero-inner{
width:100%;
  max-width:1380px;
  margin:0 auto;
  display:grid;
  grid-template-columns:46% 54%;
  align-items:center;
  gap:48px;
}
.wp-fy-hero-copy h1{
margin:0 0 18px;color:#f2d596;font-size:clamp(44px,4.6vw,76px);line-height:1.08;letter-spacing:2px;font-weight:900
}
.wp-fy-hero-copy h2{
margin:0 0 20px;color:#f5dfad;font-size:clamp(24px,2vw,38px);line-height:1.35;font-weight:900
}
.wp-fy-hero-copy p{
margin:0 0 18px;color:#f5e2bb;font-size:18px;line-height:2;font-weight:600
}
.wp-fy-media-card{
position:relative;
  padding:16px;
  border-radius:34px;
  border:1px solid rgba(216,171,91,.50);
  background:rgba(5,5,5,.62);
  box-shadow:0 24px 54px rgba(0,0,0,.45);
  margin:0;
}
.wp-fy-media-card img{
width:100%;border-radius:24px;border:1px solid rgba(216,171,91,.35);object-fit:cover
}
.wp-fy-img-caption{
margin:14px 6px 2px;color:#e8c98e;font-size:14px;line-height:1.65;text-align:center;font-weight:700
}
.wp-fy-cta{
margin-top:26px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px;width:100%;max-width:980px
}
.wp-fy-cta a{
position:relative;
  min-height:64px;
  display:flex!important;
  align-items:center;
  justify-content:center;
  padding:16px 20px;
  border-radius:999px;
  color:rgba(255,255,255,.78)!important;
  -webkit-text-fill-color:rgba(255,255,255,.78)!important;
  text-align:center;
  font-size:16px;
  font-weight:800;
  letter-spacing:1px;
  background:linear-gradient(180deg,#8b8574 0%,#746c5f 100%);
  box-shadow:inset 0 7px 12px rgba(0,0,0,.34),inset 0 -3px 6px rgba(255,255,255,.12),0 12px 22px rgba(0,0,0,.42);
  overflow:hidden;
}
.wp-fy-cta a::before{
content:"";
  position:absolute;
  inset:0;
  border-radius:999px;
  padding:3px;
  background:linear-gradient(180deg,#fff1bf 0%,#d59532 38%,#8b4d14 62%,#ffd36a 100%);
  -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
  pointer-events:none;
}
.wp-fy-wrap{
width:min(100% - 28px,1480px);margin:54px auto 0
}
.wp-fy-card{
position:relative;
  overflow:hidden;
  border:1px solid rgba(216,171,91,.42);
  border-radius:34px;
  background:radial-gradient(circle at 50% 0%,rgba(210,158,76,.18),transparent 36%),linear-gradient(180deg,#1b130c 0%,#070707 100%);
  box-shadow:inset 0 0 28px rgba(255,210,120,.045),0 22px 48px rgba(0,0,0,.38),0 0 26px rgba(216,171,91,.08);
  padding:52px 48px 58px;
}
.wp-fy-card::before{
content:"";position:absolute;inset:1px;border-radius:33px;pointer-events:none;background:linear-gradient(135deg,rgba(255,232,170,.10),transparent 30%,rgba(214,170,88,.08))
}
.wp-fy-card>*{
position:relative;z-index:1
}
.wp-fy-head{
max-width:1200px;margin:0 auto 34px;padding:34px 28px 36px;text-align:center;border:1px solid rgba(216,171,91,.65);border-radius:28px;background:linear-gradient(180deg,rgba(65,45,25,.72),rgba(20,14,9,.9));box-shadow:inset 0 0 28px rgba(255,210,120,.08),0 0 22px rgba(216,171,91,.12)
}
.wp-fy-head h2{
margin:0 0 16px;color:#f5d89d;font-size:clamp(30px,3.5vw,48px);line-height:1.25;font-weight:900
}
.wp-fy-head p{
margin:0;color:#f3e3c4;font-size:18px;line-height:1.9;font-weight:600
}
.wp-fy-grid-2{
display:grid;grid-template-columns:1fr 1fr;gap:18px
}
.wp-fy-grid-3{
display:grid;grid-template-columns:repeat(3,1fr);gap:18px
}
.wp-fy-box{
padding:26px 28px;border:1px solid rgba(216,171,91,.34);border-radius:24px;background:radial-gradient(circle at 0% 0%,rgba(216,171,91,.10),transparent 35%),linear-gradient(180deg,rgba(13,14,15,.96),rgba(5,5,5,.96));box-shadow:0 12px 26px rgba(0,0,0,.28)
}
.wp-fy-box h3{
margin:0 0 14px;color:#f5d89d;font-size:28px;line-height:1.35;font-weight:900
}
.wp-fy-box p,
.wp-fy-box li{
margin:0;color:#f4e4c3;font-size:17px;line-height:1.95;font-weight:600
}
.wp-fy-box p+p{
margin-top:16px
}
.wp-fy-box ul{
margin:0;padding-left:20px
}
.wp-fy-price-line{
display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:18px
}
.wp-fy-price-item{
padding:18px 14px;border-radius:18px;border:1px solid rgba(216,171,91,.34);background:rgba(0,0,0,.28);text-align:center
}
.wp-fy-price-item span{
display:block;margin-bottom:8px;color:#d8c093;font-weight:800;letter-spacing:1px
}
.wp-fy-price-item strong{
display:block;color:#f5d89d;font-size:30px;line-height:1;font-weight:900
}
.wp-fy-tag{
display:inline-flex;margin-bottom:16px;padding:8px 14px;border:1px solid rgba(239,203,125,.65);border-radius:999px;color:#f2cd82;background:#090909;font-size:13px;font-weight:900;letter-spacing:1px
}
.wp-fy-faq-list{
display:grid;grid-template-columns:1fr 1fr;gap:16px
}
.wp-fy-faq-title{
margin:0 0 12px;color:#f5d89d;font-size:clamp(34px,4vw,56px);line-height:1.18;font-weight:900;text-align:center
}
.wp-fy-faq-sub{
margin:0 0 28px;color:#f3e3c4;font-size:17px;line-height:1.8;font-weight:800;letter-spacing:2px;text-align:center
}
.wp-fy-faq-item{
border:1px solid rgba(230,188,94,.65);border-radius:18px;background:linear-gradient(180deg,#111,#070707);overflow:hidden
}
.wp-fy-faq-item summary{
list-style:none;cursor:pointer;display:grid;grid-template-columns:56px 1fr 24px;gap:16px;align-items:center;padding:18px
}
.wp-fy-faq-item summary::-webkit-details-marker{
display:none
}
.wp-fy-no{
width:42px;height:42px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(239,203,125,.85);border-radius:12px;background:#090909;color:#f2cd82;font-weight:900;transform:rotate(45deg)
}
.wp-fy-no em{
font-style:normal;transform:rotate(-45deg)
}
.wp-fy-faq-item h3{
margin:0;color:#f5d89d;font-size:21px;line-height:1.45;font-weight:900
}
.wp-fy-faq-item b{
color:#f2cd82
}
.wp-fy-answer{
padding:0 22px 24px 90px
}
.wp-fy-answer p,
.wp-fy-answer li{
margin:0;color:#f3ead8;font-size:16px;line-height:1.9;font-weight:600
}
.wp-fy-answer p+p{
margin-top:12px
}
.wp-fy-answer ul{
margin:0;padding-left:20px
}
@media (min-width:768px) and (max-width:1179px){:where(body) .wp-fy-wrap{
width:calc(100% - 28px);
    max-width:none;
  }

.wp-fy-wide{
width:calc(100% - 28px);
    max-width:none;
  }

:where(body) .wp-fy-card{
padding:42px 30px 48px;
  }

:where(body) .wp-fy-head{
max-width:100%;
  }
}
@media (min-width:1180px){:where(html) .wp-fy-wrap{
width:min(100% - 48px,1560px)
  }

:where(html) .wp-fy-card{
padding:56px 52px 62px
  }

:where(body) .wp-fy-wide{
width:min(100% - 48px,1640px)
  }

.wp-fy-article-layout{
display:grid;grid-template-columns:1.1fr .9fr;gap:20px;align-items:stretch
  }

.wp-fy-sticky-media{
height:100%;display:flex;flex-direction:column;justify-content:center
  }

.wp-fy-sticky-media img{
height:100%;min-height:440px;object-fit:cover
  }
}
@media (max-width:1024px){:where(body) .wp-fy-hero-inner,
  :where(body) .wp-fy-grid-2,
  :where(body) .wp-fy-faq-list{
grid-template-columns:1fr
  }

:where(body) .wp-fy-grid-3,
  :where(body) .wp-fy-price-line{
grid-template-columns:1fr 1fr
  }

.wp-fy-hero-copy{
text-align:center
  }

:where(body) .wp-fy-cta{
margin-left:auto;margin-right:auto
  }
}
@media (max-width:768px){@media (max-width:767px){:where(body) .wp-fy-hero{
    padding:28px 8px 34px
      }

:where(html) .wp-fy-hero-inner{
    gap:22px
      }

:where(body) .wp-fy-hero-copy h1{
    font-size:34px;line-height:1.2;letter-spacing:1px
      }

:where(body) .wp-fy-hero-copy h2{
    font-size:22px
      }

:where(body) .wp-fy-hero-copy p,
      :where(body) .wp-fy-head p,
      :where(body) .wp-fy-box p,
      :where(body) .wp-fy-box li{
    font-size:16px;line-height:1.9
      }

:where(html) .wp-fy-cta,
      :where(html) .wp-fy-grid-3,
      :where(html) .wp-fy-price-line{
    grid-template-columns:1fr
      }

:where(:root) .wp-fy-wrap{
    width:calc(100% - 12px);max-width:none;margin-top:30px
      }

:where(:root) .wp-fy-card{
    padding:22px 10px 30px;border-radius:24px
      }

:where(html) .wp-fy-head{
    padding:24px 12px 26px;border-radius:22px;margin-bottom:20px
      }

:where(body) .wp-fy-head h2{
    font-size:30px
      }

:where(body) .wp-fy-box{
    padding:20px 12px;border-radius:20px
      }

:where(body) .wp-fy-box h3{
    font-size:24px
      }

:where(body) .wp-fy-faq-item summary{
    grid-template-columns:48px 1fr 20px;gap:12px;padding:15px
      }

:where(body) .wp-fy-no{
    width:38px;height:38px
      }

:where(body) .wp-fy-faq-item h3{
    font-size:18px
      }

:where(body) .wp-fy-answer{
    padding:0 16px 20px 72px
      }

:where(body) .wp-fy-answer p,
      :where(body) .wp-fy-answer li{
    font-size:15px
      }
}
}
