html,
body{
  margin:0;
  padding:0;
  background:#050505;
  color:#f5e6c8;
  font-family:"Noto Sans TC","Microsoft JhengHei",system-ui,sans-serif;
  overflow-x:hidden;
}
body{
  min-width:320px;
}
a{
  color:inherit;
}
img{
  max-width:100%;
  height:auto;
}

.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-desktop-nav a:hover{
  color:#fff2c2;
}

.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;
min-width:74px !important;
min-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);
}

@media(max-width:767px){

  .ktv-pro-header-desktop{
    display:none;
  }

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

}

@media(min-width:768px){

  .ktv-pro-mobile-menu{
    display:none !important;
  }

}

.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;

  font-family:"Noto Sans TC","Microsoft JhengHei",sans-serif;

  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-acc{
  margin-bottom:16px;

  background:rgba(8,8,8,.72);

  border:1px solid rgba(255,215,130,.22);

  border-radius:22px;

  overflow:hidden;
}

.ktv-pro-acc summary{
  cursor:pointer;

  list-style:none;

  padding:18px 56px 18px 20px;

  color:#ffd98b;

  font-size:19px;
  font-weight:800;
  line-height:1.7;

  position:relative;
}

.ktv-pro-acc summary::-webkit-details-marker{
  display:none;
}

.ktv-pro-acc summary::after{
  content:"+";

  position:absolute;

  right:20px;
  top:50%;

  transform:translateY(-50%);

  color:#f7d48a;

  font-size:28px;
  font-weight:700;
}

.ktv-pro-acc[open] summary::after{
  content:"－";
}

.ktv-pro-acc-body{
  padding:0 20px 22px;

  border-top:1px solid rgba(255,255,255,.08);
}

.ktv-pro-acc-body p{
  color:#f2ede1;

  font-size:16px;

  margin:18px 0 0;

  line-height:2;
}

.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;
  text-decoration:none;
}

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

.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{
  text-decoration:none;

  color:#f8d98b;

  text-align:center;

  padding:9px 2px 8px;

  border-right:1px solid rgba(255,215,130,.22);

  font-family:"Noto Sans TC","Microsoft JhengHei",sans-serif;

  transition:.22s ease;
}

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

.ktv-pro-float-item:hover{
  background:rgba(255,215,130,.05);
}

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

.ktv-pro-float-item small{
  display:block;

  margin-top:3px;

  font-size:10px;
  line-height:1.2;

  color:#c9aa63;
}

body{
  padding-bottom:78px;
}

@media(max-width:768px){

  .ktv-pro-footer-lite{
    padding:34px 16px;
    background-position:center top;
  }

  .ktv-pro-footer-logo img{
    width:92px;
  }

  .ktv-pro-footer-lite h2{
    font-size:27px;
  }

  .ktv-pro-footer-lite h3,
  .ktv-pro-footer-lite h4{
    font-size:19px;
  }

  .ktv-pro-acc summary{
    font-size:17px;
    padding:16px 48px 16px 18px;
  }

  .ktv-pro-acc-body{
    padding:0 18px 20px;
  }

  .ktv-pro-acc-body p,
  .ktv-pro-footer-lite li{
    font-size:15px;
  }

  .ktv-pro-fast-arrive{
    font-size:14px;
    padding:13px 16px;
    line-height:1.85;
  }

  .ktv-pro-i{
    min-width:24px;
    margin-right:7px;
  }

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

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

}


/* 主內容區塊 CSS：台中傳播販售什麼 */
.ktv-pro-emotion-article-widget,
.ktv-pro-emotion-article-widget *{
  box-sizing:border-box;
}
.ktv-pro-emotion-article-widget{
  width:100%;
  max-width:100%;
  margin:0 auto;
  padding:0 0 86px;
  background:
    radial-gradient(circle at top left,rgba(218,181,104,.18),transparent 34%),
    radial-gradient(circle at top right,rgba(126,84,210,.12),transparent 32%),
    linear-gradient(180deg,#080604 0%,#050505 48%,#020202 100%);
  color:#f5e6c8;
  font-family:"Noto Sans TC","Microsoft JhengHei",system-ui,sans-serif;
  overflow:hidden;
}
.ktv-pro-emotion-wrap{
  width:min(100% - 28px,1080px);
  margin:0 auto;
}
.ktv-pro-emotion-hero{
  width:min(100% - 28px,1080px);
  margin:0 auto 28px;
  padding:46px 26px 34px;
  border:1px solid rgba(218,181,104,.40);
  border-top:none;
  border-radius:0 0 36px 36px;
  background:
    radial-gradient(circle at 72% 0%,rgba(246,213,140,.18),transparent 42%),
    linear-gradient(180deg,rgba(29,20,11,.98),rgba(7,7,7,.98));
  box-shadow:0 22px 62px rgba(0,0,0,.58),0 0 36px rgba(218,181,104,.13);
}
.ktv-pro-emotion-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 18px;
  margin-bottom:16px;
  border-radius:999px;
  border:1px solid rgba(218,181,104,.62);
  background:rgba(0,0,0,.38);
  color:#f3d08d;
  font-size:14px;
  font-weight:950;
  letter-spacing:.16em;
}
.ktv-pro-emotion-hero h1{
  margin:0 0 16px;
  color:#f8d99b;
  font-size:clamp(31px,4vw,48px);
  line-height:1.32;
  font-weight:950;
  letter-spacing:.03em;
}
.ktv-pro-emotion-lead{
  margin:0;
  color:#fff0d2;
  font-size:21px;
  line-height:1.75;
  font-weight:900;
}
.ktv-pro-emotion-card{
  margin:24px auto;
  padding:28px 24px;
  border:1px solid rgba(218,181,104,.34);
  border-radius:30px;
  background:
    radial-gradient(circle at top,rgba(218,181,104,.09),transparent 48%),
    linear-gradient(180deg,rgba(24,17,10,.94),rgba(6,6,6,.98));
  box-shadow:0 18px 54px rgba(0,0,0,.52),0 0 28px rgba(218,181,104,.10);
}
.ktv-pro-emotion-card h2{
  margin:0 0 18px;
  color:#f7d48a;
  font-size:clamp(25px,3vw,34px);
  line-height:1.45;
  font-weight:950;
}
.ktv-pro-emotion-card p{
  margin:0 0 16px;
  color:#f2e8d9;
  font-size:17px;
  line-height:2.05;
  font-weight:500;
  white-space:pre-line;
}
.ktv-pro-emotion-card p:last-child{
  margin-bottom:0;
}
.ktv-pro-emotion-image-card{
  width:min(100%,920px);
  margin:28px auto;
  padding:11px;
  border-radius:34px;
  border:1px solid rgba(218,181,104,.46);
  background:
    linear-gradient(135deg,rgba(255,231,168,.30),rgba(116,80,26,.12),rgba(255,231,168,.20));
  box-shadow:
    0 22px 60px rgba(0,0,0,.58),
    0 0 34px rgba(218,181,104,.14);
  overflow:hidden;
}
.ktv-pro-emotion-image-card img{
  display:block;
  width:100%;
  height:auto;
  border-radius:25px;
  border:1px solid rgba(255,238,178,.20);
}
.ktv-pro-emotion-image-card figcaption{
  margin:11px 7px 2px;
  color:#ead9bd;
  font-size:14px;
  line-height:1.8;
  text-align:center;
}
.ktv-pro-emotion-sign{
  width:min(100% - 28px,860px);
  margin:32px auto 0;
  padding:24px 22px;
  border-radius:30px;
  border:1px solid rgba(218,181,104,.38);
  background:linear-gradient(180deg,rgba(24,17,10,.96),rgba(5,5,5,.98));
  text-align:center;
  color:#f8d99b;
  font-size:17px;
  line-height:1.9;
  font-weight:900;
  box-shadow:0 18px 50px rgba(0,0,0,.50);
}
@media(max-width:768px){
  .ktv-pro-emotion-article-widget{
    padding-bottom:76px;
  }
  .ktv-pro-emotion-wrap,
  .ktv-pro-emotion-hero,
  .ktv-pro-emotion-sign{
    width:100%;
    max-width:100%;
    margin-left:0;
    margin-right:0;
  }
  .ktv-pro-emotion-hero{
    padding:34px 18px 28px;
    border-left:none;
    border-right:none;
    border-radius:0;
  }
  .ktv-pro-emotion-lead{
    font-size:18px;
  }
  .ktv-pro-emotion-card{
    margin:18px 0;
    padding:24px 18px;
    border-radius:0;
    border-left:none;
    border-right:none;
  }
  .ktv-pro-emotion-card p{
    font-size:16px;
    line-height:2;
  }
  .ktv-pro-emotion-image-card{
    width:100%;
    margin:20px 0;
    padding:7px;
    border-radius:0;
    border-left:none;
    border-right:none;
  }
  .ktv-pro-emotion-image-card img{
    border-radius:18px;
  }
  .ktv-pro-emotion-sign{
    border-radius:0;
    border-left:none;
    border-right:none;
  }
}

.ktv-pro-acc-open{
  margin-bottom:16px;
  padding:18px 20px;
  background:rgba(8,8,8,.72);
  border:1px solid rgba(255,215,130,.22);
  border-radius:22px;
}
.ktv-pro-service-desc{
  margin:0;
  color:#f2ede1;
  font-size:16px;
  line-height:2;
}
@media(max-width:768px){
  .ktv-pro-acc-open{
    padding:16px 18px;
  }
  .ktv-pro-service-desc{
    font-size:15px;
  }
}

/* =========================================================
   KTV PRO STATIC PAGE HARDEN PATCH 2026-06-13
   修正靜態頁常見樣式缺失：外部CSS載入、主內容滿版、卡片層次、手機版、底部浮動列
   ========================================================= */
:root{
  --ktv-bg:#050505;
  --ktv-bg2:#0b0805;
  --ktv-gold:#f7d48a;
  --ktv-gold2:#d6aa58;
  --ktv-text:#f2e8d9;
  --ktv-muted:#d8c29b;
  --ktv-border:rgba(218,181,104,.36);
}
.ktv-pro-static-page{
  background:#050505 !important;
  color:#f5e6c8 !important;
  font-family:"Noto Sans TC","Microsoft JhengHei",system-ui,sans-serif !important;
}
.ktv-pro-static-page *{
  box-sizing:border-box;
}
.ktv-pro-static-page a{
  text-decoration:none;
}
.ktv-pro-emotion-article-widget{
  display:block !important;
  position:relative;
  isolation:isolate;
}
.ktv-pro-emotion-article-widget::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:
    radial-gradient(circle at 50% 0%,rgba(247,212,138,.10),transparent 42%),
    linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.42));
  pointer-events:none;
}
.ktv-pro-emotion-wrap{
  display:block !important;
}
.ktv-pro-emotion-card,
.ktv-pro-emotion-image-card,
.ktv-pro-emotion-sign{
  display:block !important;
}
.ktv-pro-emotion-card{
  max-width:1080px;
}
.ktv-pro-emotion-card p{
  word-break:break-word;
  overflow-wrap:anywhere;
}
.ktv-pro-emotion-card h2{
  text-shadow:0 0 18px rgba(247,212,138,.14);
}
.ktv-pro-emotion-image-card img{
  object-fit:cover;
  background:#111;
}
.ktv-pro-footer-lite{
  position:relative;
  overflow:hidden;
}
.ktv-pro-footer-lite::before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 50% 0%,rgba(255,216,139,.10),transparent 40%);
  pointer-events:none;
}
.ktv-pro-footer-lite > *{
  position:relative;
}
.ktv-pro-acc-open{
  display:block !important;
}
.ktv-pro-service-desc{
  word-break:break-word;
}
.ktv-pro-floating-bar{
  transform:translateX(-50%) translateZ(0);
}
@media(max-width:768px){
  html,body{
    width:100%;
    max-width:100%;
  }
  .ktv-pro-static-page{
    padding-bottom:86px !important;
  }
  .ktv-pro-emotion-badge{
    font-size:12px;
    letter-spacing:.10em;
  }
  .ktv-pro-emotion-hero h1{
    font-size:30px;
  }
  .ktv-pro-emotion-card h2{
    font-size:24px;
  }
  .ktv-pro-floating-bar{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }
  .ktv-pro-float-icon{
    font-size:15px;
  }
  .ktv-pro-float-item strong{
    font-size:11px;
  }
}
@media(min-width:769px){
  .ktv-pro-emotion-card:hover,
  .ktv-pro-emotion-image-card:hover{
    border-color:rgba(247,212,138,.52);
  }
}
