html,
body{
  margin:0;
  padding:0;
  width:100%;
  max-width:100%;
  overflow-x:hidden;
  background:#050507;
  color:#f3e7dc;
  font-family:"Noto Sans TC","Microsoft JhengHei",sans-serif;
}

*,
*::before,
*::after{
  box-sizing:border-box;
}

img{
  max-width:100%;
  height:auto;
}

body{
  padding-bottom:78px;
}

.ktv-pro-static-page{
  width:100%;
  max-width:100%;
  background:#050507;
  color:#f3e7dc;
  overflow-x:hidden;
}

.ktv-pro-static-page a{
  text-decoration:none;
}

.ktv-pro-site-header{
  width:100%;
  font-family:"Noto Sans TC","Microsoft JhengHei",sans-serif;
  position:relative;
  z-index:9999;
}

.ktv-pro-header-desktop{
  height:86px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 34px;
  background:linear-gradient(180deg,#080808,#13110d);
  border-bottom:1px solid rgba(232,190,108,.28);
}

.ktv-pro-logo{
  text-decoration:none;
  line-height:1.2;
}

.ktv-pro-logo span{
  display:block;
  color:#f5d89d;
  font-size:28px;
  font-weight:900;
  letter-spacing:3px;
}

.ktv-pro-logo small{
  display:block;
  margin-top:6px;
  color:#d8b76a;
  font-size:12px;
  letter-spacing:3px;
}

.ktv-pro-desktop-nav{
  display:flex;
  align-items:center;
  gap:22px;
}

.ktv-pro-desktop-nav a{
  color:#f5d89d;
  text-decoration:none;
  font-size:16px;
  font-weight:800;
}

.ktv-pro-line{
  padding:11px 18px;
  border-radius:999px;
  background:linear-gradient(180deg,#f6d58c,#b88738);
  color:#15100a !important;
}

.ktv-pro-header-mobile{
  display:none;
  height:72px;
  align-items:center;
  justify-content:center;
  position:relative;
  background:linear-gradient(180deg,#080808,#13110d);
  border-bottom:1px solid rgba(232,190,108,.28);
}

.ktv-pro-menu-toggle{
  position:absolute !important;
  left:16px !important;
  top:50% !important;
  transform:translateY(-50%) !important;
  width:74px !important;
  height:54px !important;
  padding:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  border:none !important;
  border-radius:999px !important;
  background:linear-gradient(180deg,#8b8574 0%,#746c5f 100%) !important;
  color:#f1cc82 !important;
  font-size:28px !important;
  line-height:1 !important;
  cursor:pointer !important;
  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) !important;
}

.ktv-pro-mobile-title{
  font-size:23px;
  font-weight:900;
  letter-spacing:3px;
  color:#f5d89d;
}

.ktv-pro-mobile-menu{
  display:none;
  padding:14px 22px 20px;
  background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(245,242,236,.98));
}

.ktv-pro-mobile-menu.open{
  display:block;
}

.ktv-pro-mobile-menu a{
  display:block;
  padding:15px 0;
  color:#b08847;
  text-decoration:none;
  font-size:17px;
  font-weight:800;
  line-height:1.5;
  border-bottom:1px solid rgba(0,0,0,.06);
}

.ktv-pro-threads-card{
  width:min(100% - 28px,1180px);
  margin:30px auto 18px;
  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);
}

.ktv-pro-threads-img{
  width:100%;
  border-radius:24px;
  overflow:hidden;
  border:1px solid rgba(218,181,104,.35);
  background:#050505;
  margin-bottom:26px;
}

.ktv-pro-threads-img img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:16/9;
  object-fit:cover;
}

.ktv-pro-threads-body{
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.ktv-pro-threads-body h1{
  margin:0 0 18px;
  color:#f3d08d;
  font-size:clamp(32px,5vw,52px);
  line-height:1.25;
  font-weight:900;
}

.ktv-pro-threads-desc{
  margin:0 0 22px;
  color:#efe8df;
  font-size:17px;
  line-height:2;
}

.ktv-pro-threads-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin:0 0 22px;
}

.ktv-pro-threads-box{
  padding:18px;
  border-radius:20px;
  background:linear-gradient(180deg,#1b140d,#090909);
  border:1px solid rgba(218,181,104,.35);
}

.ktv-pro-threads-box h2{
  margin:0 0 10px;
  color:#f7dba1;
  font-size:20px;
  line-height:1.45;
}

.ktv-pro-threads-box p,
.ktv-pro-threads-box li{
  color:#efe8df;
  font-size:15px;
  line-height:1.8;
}

.ktv-pro-threads-box ul{
  margin:0;
  padding-left:18px;
}

.ktv-pro-threads-price strong{
  display:block;
  color:#f3d08d;
  font-size:24px;
  line-height:1.5;
}

.ktv-pro-threads-btns{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
}

.ktv-pro-threads-btns a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:64px;
  border-radius:999px;
  font-size:20px;
  font-weight:900;
}

.ktv-pro-threads-call{
  color:#161005 !important;
  background:linear-gradient(135deg,#f7df9f,#b8863b);
  border:1px solid rgba(255,225,155,.8);
}

.ktv-pro-threads-line{
  color:#fff !important;
  background:linear-gradient(135deg,#0a6525,#1ec55a);
  border:1px solid rgba(119,255,163,.45);
}

.ktv-pro-threads-feature{
  max-width:1180px;
  margin:0 auto;
  padding:18px 14px;
}

.ktv-pro-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);
}

.ktv-pro-threads-feature-head{
  padding:34px 28px;
  text-align:center;
  border-bottom:1px solid rgba(218,181,104,.22);
}

.ktv-pro-threads-feature-head h2{
  margin:0;
  color:#f3d08d;
  font-size:clamp(28px,4vw,42px);
  line-height:1.35;
  font-weight:900;
}

.ktv-pro-threads-feature-head p{
  margin:18px auto 0;
  max-width:900px;
  color:#efe8df;
  font-size:17px;
  line-height:2;
}

.ktv-pro-threads-feature-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
  padding:26px;
}

.ktv-pro-threads-feature-box{
  padding:24px;
  border-radius:22px;
  background:linear-gradient(180deg,#1a130d,#090909);
  border:1px solid rgba(218,181,104,.35);
}

.ktv-pro-threads-feature-box h3{
  margin:0 0 16px;
  color:#f3d08d;
  font-size:22px;
  line-height:1.5;
  font-weight:800;
}

.ktv-pro-threads-feature-box p{
  margin:0;
  color:#efe8df;
  font-size:17px;
  line-height:2;
}

.ktv-pro-threads-feature-cta{
  padding:0 26px 30px;
}

.ktv-pro-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);
}

.ktv-pro-dual-guide{
  max-width:1180px;
  margin:0 auto;
  padding:18px 14px;
}

.ktv-pro-dual-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:22px;
}

.ktv-pro-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);
}

.ktv-pro-dual-card h2{
  margin:0 0 18px;
  color:#f3d08d;
  font-size:34px;
  line-height:1.35;
  font-weight:900;
}

.ktv-pro-dual-card p{
  margin:0 0 24px;
  color:#efe8df;
  font-size:17px;
  line-height:2;
}

.ktv-pro-dual-box{
  padding:24px;
  margin-bottom:24px;
  border-radius:22px;
  background:linear-gradient(180deg,#1b140d,#090909);
  border:1px solid rgba(218,181,104,.35);
}

.ktv-pro-dual-box h3{
  margin:0 0 16px;
  color:#f7dba1;
  font-size:26px;
  font-weight:900;
  text-align:center;
}

.ktv-pro-dual-tags{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
}

.ktv-pro-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;
}

.ktv-pro-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);
}

.ktv-pro-footer-lite{
  background:linear-gradient(180deg,rgba(0,0,0,.58),rgba(0,0,0,.78)),url("https://ktv.pro/wp-content/uploads/2026/03/Ktv-proWebsite-logo-design-background-image.webp");
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  color:#f6deb0;
  padding:40px 18px;
  line-height:1.9;
}

.ktv-pro-footer-logo{
  text-align:center;
  margin-bottom:26px;
}

.ktv-pro-footer-logo img{
  width:108px;
  max-width:42%;
  height:auto;
  filter:drop-shadow(0 0 16px rgba(255,215,120,.28));
}

.ktv-pro-footer-lite h2,
.ktv-pro-footer-lite h3,
.ktv-pro-footer-lite h4{
  color:#ffd98b;
  line-height:1.5;
}

.ktv-pro-footer-lite h2{
  font-size:30px;
  margin:0 0 22px;
}

.ktv-pro-footer-lite h3,
.ktv-pro-footer-lite h4{
  font-size:21px;
  margin:34px 0 16px;
}

.ktv-pro-fast-arrive{
  margin:14px 0 26px;
  padding:14px 18px;
  border-radius:18px;
  background:rgba(255,215,130,.06);
  border:1px solid rgba(255,215,130,.12);
  color:#ffe1a0;
  font-size:15px;
  line-height:1.9;
  font-weight:700;
  text-align:center;
  backdrop-filter:blur(10px);
}

.ktv-pro-footer-lite ul{
  list-style:none;
  padding:0;
  margin:0;
}

.ktv-pro-footer-lite li{
  color:#fff;
  padding:13px 0;
  border-bottom:1px solid rgba(255,255,255,.1);
  font-size:16px;
}

.ktv-pro-footer-lite a{
  color:#f7d48a;
}

.ktv-pro-i{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:28px;
  margin-right:8px;
  color:#f7d48a;
  font-weight:900;
}

.ktv-pro-copy{
  margin-top:38px;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.12);
  color:#d0d0d0;
  font-size:14px;
}

.ktv-pro-copy a{
  margin-left:10px;
  color:#ffe2a8 !important;
  -webkit-text-fill-color:#ffe2a8 !important;
  text-decoration:underline !important;
  text-underline-offset:4px;
  font-weight:700;
}

.ktv-pro-floating-bar{
  position:fixed;
  left:50%;
  bottom:10px;
  transform:translateX(-50%);
  z-index:99999;
  width:calc(100% - 14px);
  max-width:920px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  background:rgba(8,8,8,.96);
  border:1px solid rgba(255,215,130,.62);
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 0 0 1px rgba(255,215,130,.08) inset,0 0 12px rgba(255,198,82,.14);
  backdrop-filter:blur(12px);
}

.ktv-pro-float-item{
  color:#f8d98b;
  text-align:center;
  padding:9px 2px 8px;
  border-right:1px solid rgba(255,215,130,.22);
}

.ktv-pro-float-item:last-child{
  border-right:none;
}

.ktv-pro-float-icon{
  display:block;
  font-size:18px;
  font-weight:900;
  line-height:1;
  margin-bottom:5px;
  color:#ffd36f;
}

.ktv-pro-float-item strong{
  display:block;
  font-size:12px;
  line-height:1.25;
  font-weight:800;
  color:#ffe2a0;
}

@media(max-width:900px){
  .ktv-pro-threads-card{
    display:block;
    padding:18px;
    border-radius:24px;
  }

  .ktv-pro-threads-grid,
  .ktv-pro-threads-btns,
  .ktv-pro-threads-feature-grid,
  .ktv-pro-dual-grid{
    grid-template-columns:1fr;
  }
}

@media(max-width:767px){
  .ktv-pro-header-desktop{
    display:none;
  }

  .ktv-pro-header-mobile{
    display:flex;
  }

  .ktv-pro-threads-card,
  .ktv-pro-threads-feature,
  .ktv-pro-dual-guide{
    width:100%;
    padding-left:10px;
    padding-right:10px;
  }

  .ktv-pro-threads-body h1{
    font-size:30px;
  }

  .ktv-pro-threads-desc,
  .ktv-pro-threads-feature-head p,
  .ktv-pro-threads-feature-box p,
  .ktv-pro-dual-card p{
    font-size:16px;
  }

  .ktv-pro-threads-feature-head{
    padding:24px 18px;
    text-align:left;
  }

  .ktv-pro-threads-feature-grid{
    padding:18px;
    gap:14px;
  }

  .ktv-pro-dual-card{
    padding:24px 18px;
    border-radius:24px;
  }

  .ktv-pro-dual-card h2{
    font-size:28px;
  }

  .ktv-pro-footer-lite{
    padding:34px 16px;
  }

  .ktv-pro-floating-bar{
    bottom:8px;
    width:calc(100% - 10px);
    border-radius:16px;
  }

  .ktv-pro-float-item{
    padding:8px 2px 7px;
  }
}

@media(min-width:768px){
  .ktv-pro-mobile-menu{
    display:none !important;
  }
}
