@import url("reset.css");
*{
  margin:0;
  padding:0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  font-family: "Microsoft JhengHei","Heiti TC","sans-serif";
}

img { border: 0; width: 100%; height: auto; }

html,body{
    width: 100%;
    height: 100%;
}
a{
  text-decoration: none;
}
a:hover{
  text-decoration: none;
}
ol, ul {
    list-style: none;}

/* header */
header > nav{
    width: 1200px;
    height: 50px;
    margin: 0 auto;
}

header > nav > a{
    line-height: 50px;
    color: #333;
    font-size: 14px;
    float: left;
}   

header > nav > a > img{
    width: 250px;
    padding: 12px 0 12px 5px;
} 

header > nav > div{
    color: #333;
    font-size: 14px;
    float: right;
    padding-left: 20px;
}

header > nav > div > a{
    display: block;
    line-height: 50px;
    padding: 0 10px;
    float: left;
    font-weight: bold;
    color: #333;
}

header > nav > div > a:hover{
    color: #00a19b;
}


@media screen and (max-width: 1024px) {

    header > nav > a > img{
        padding: 12px 0 12px 5px;
    }
}

@media screen and (max-width: 640px) {
    header > nav > div{
        clear: both;
        float: none;
        padding-left: 0;
    }

    header > nav > div > a{
        width: 50%;
        text-align: center;
    }
}
/* h1 */
.h1-seo{
  height: 0px;
  width: 0px;
  padding: 0px;
  margin: 0px;
  transform: scale(0);

}
/*主視覺開始*/
.kv_body{
    overflow: hidden;
    overflow-x: hidden;
}
.kv_pc{
    display: block;
}
.kv_m{
  padding-top: 60px;
  display: none;
}
.kv_bg{
    width: 100%;
    position: absolute;
    top: 300px;
}
.kv_bg_color_pc,.kv_bg_bright_pc{
  width: 100%;
  position: absolute;
  top: 40px;
  display: block;
}
.kv_bg_bright_pc{
  mix-blend-mode: screen;
  top: 40px;
  animation: blink 0.9s infinite alternate;
  display: block;
}
.star_right{
  animation: blink 0.5s infinite alternate;
}
.star_left{
  animation: blink 0.5s infinite alternate ;
  animation-delay: 0.1s;
}
.kv_bg_color_m,.kv_bg_bright_m{
  width: 100%;
  position: absolute;
  top: 0px;
  display: none;
}
.kv_bg_bright_m{
  mix-blend-mode: screen;
  top: -10px;
  animation: blink 0.9s infinite alternate;
  display: none;
}
@media(max-width:1200px){
    .kv_bg{
    top: 80px;
}
}
@media(max-width:950px){
    .kv_bg{
    top: 50px;
}
}
@media(max-width:800px){
    .kv_bg{
    top: 0px;
}
}
@media(max-width:600px){
    .kv_pc{
        display: none;
    }
    .kv_m{
        display: block;
    }
    .kv_bg{
    top: 65px;
}
.kv_bg_color_pc,.kv_bg_bright_pc{
  display: none;
}
.kv_bg_bright_pc{
  display: none;
}
.kv_bg_color_m,.kv_bg_bright_m{
  display: block;
  padding-top: 60px;
}
.kv_bg_bright_m{
  display: block;
}
}

.swiper {
    width: 100%;
    height: auto; /* 讓容器高度由內部內容（圖片+圓點）撐開 */
    margin-bottom: 30px; /* 留點空間給外層，避免圓點貼到網頁最底部 */

}

/* 圖片容器：這裡才需要裁切超出範圍的圖片 */
.swiper-wrapper {
    margin-top: 40px;
    height: auto; /* 限制圖片區塊高度自動 */

}
/* 圖片設定：寬度 100% 滿版，高度自動 */
.swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

/* 修改分頁圓點容器：解除絕對定位，讓它乖乖排在圖片下方 */
.swiper-pagination {
    position: relative !important; /* 改為相對定位 */
    bottom: 0 !important;          /* 取消預設的 bottom 壓圖設定 */
    top: 0 !important;
    margin-top: 10px !important;   /* 與圖片間隔 10px */
    line-height: 1;                /* 確保高度精準 */
}

/* 自訂下方分頁圓點樣式 */
.swiper-pagination-bullet {
    width: 38px;
    height: 4px;
    background: #d3d3d3 !important; /* 未顯示的圖片：淺灰色 */
    opacity: 1 !important;
    margin: 0 2px !important;
    transition: background 0.3s ease;
}

/* 當前作用中的圓點樣式 */
.swiper-pagination-bullet-active {
    background: #f27950 !important; /* 切換時呈現綠色 */
}
@media(max-width:600px){
    .swiper-wrapper {
    margin-top:0px;
}
}

/*信用卡優惠區*/
#part1{
  width: 100%;
  position: relative;
  overflow: hidden;
}
.h2-tittle{
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    text-align: center;
    margin-top: 40px;
}
.h2-tittle img{
    width: 100%;  
}
.card-subtittle{
  margin-top: 30px;
  font-size: 20px;
}
.card-subtittle em{
  color: #f67347;
  font-style: normal;
}
.card_body{
  background-color: #ff6969ac;
  border-radius: 10px;
  padding-bottom: 30px;
}
.card_body img{
  width: 100%;
  max-width: 280px;
}
.card_body ul li{
  list-style-type: disc;
  text-align: left;
  margin: 0 auto;
}
/* 2. 泡泡共用設定 */
.bubble {
  position: absolute;
  /* 綁定動畫：動畫名稱（float）、時間（8秒）、無限循環（infinite）、平滑前進（ease-in-out） */
  animation: float 8s ease-in-out infinite;
  z-index: 0; 
}

/* 3. 你原本的三顆泡泡，幫它們加上 left 定位錯開位置，並給不同的動畫速度（比較自然） */
.bubble01 {
  width: 120px;
  top: 150px;
  left: 85%;
  animation-duration: 5s; /* 這顆飄比較快 */
}

.bubble02 {
  width: 250px;
  top: 250px;
  left: 5%;
  animation-duration: 8s; /* 這顆大泡泡飄比較慢 */
  animation-delay: 1s; /* 延遲1秒啟動，錯開節奏 */
}

.bubble03 {
  width: 180px;
  top: 800px;
  left: 75%;
  animation-duration: 7s;
  animation-delay: 2s; /* 延遲2秒啟動 */
}

/* 4. 核心：讓泡泡飄動的動畫定義 */
@keyframes float {
  0% {
    transform: translateY(0px) translateX(0px) rotate(3deg);
  }
  50% {
    /* 往上飄 20px，往右微移 15px，並微微旋轉 10 度 */
    transform: translateY(-50px) translateX(15px) rotate(10deg);
  }
  100% {
    /* 回到原點，形成完美循環 */
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}
@media(max-width:500px){
  .h2-tittle{
    max-width: 230px;
    margin-top: 0px;
}
.bubble02 {
  width: 230px;
  top: 280px;
  left: -80px;
}
}
/*輪播*/
.section5 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 100px;
}
.section5 .uk-tab {
  width: 100%;
  padding: 0px 0px 0px 0px;
}
.section5 .uk-tab li a {
  padding-bottom: 20px;
  text-decoration: none;
  padding-top: 20px;
}
.section5 .uk-tab li a h3 {
  color: #ffffff;
  font-weight: normal;
  font-size: 18px !important;
  margin: 0;
  padding: 0;
  border-radius: 99px;
  padding: 10px 25px;
  border: 1px solid #ffffff;
}
.section5 .tab {
  max-width: 100%;
}
.uk-tab>*>a{
  padding: 10px 0px !important;
}
#two-item-swiper{
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .section5 .uk-tab {
    padding-left: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
@media(max-width:500px){
  .section5{
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.section5 .uk-tab > li {
  display: inline-block !important;
  padding-left: 0;
  position: relative;
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
.section5 .uk-tab > li a::after span {
  color: #7c7c7c;
  z-index: 9999;
  line-height: 20px;
}
.section5 .uk-tab > .uk-active > a::after {
  content: none;
}
.section5 .uk-tab > .uk-active > a {
  color: #5fc7b9;
  font-weight: bold;
  padding-bottom: 5px;
  border: 0;
  text-decoration: none;
}
.section5 .uk-tab > .uk-active > a h3 {
  color: #5fc7b9;
  font-weight: bold;
  font-size: 18px !important;
  margin: 0;
  text-decoration: none;
  background-color: #ffffff;
  border-radius: 99px;
  padding: 10px 25px;
}

@keyframes shark-txt {
  form{
    background-position: -100%;
  }
  to {
    background-position: 200%;
  }
}

.section5 .tab .uk-switcher {
  margin-top: 10px !important;
}
.section5 .tab > .uk-tab {
  margin: 0 auto;
  overflow: scroll;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 325px;
  background-color: #6dd4cd;
  border-radius: 99px;
  z-index: 1;
}


@media(max-width:500px){
  .section5 .uk-tab li a h3 , .section5 .uk-tab > .uk-active > a h3 {
  font-size: 16px !important;
}
.section5 .tab > .uk-tab {
  max-width: 305px;
}

}


/* 添加到您的 style.css 文件中 */
.swiper-container {
    touch-action: pan-y; /* 確保水平滑動輪播時，不會影響垂直方向的頁面滾動或其他元素 */
}
.swiper-container p{
  position: relative;
}

/* 如果你的 Tab 頁籤也有滑動功能，並且你想確保它只響應垂直滑動，可以也考慮加上 */
.uk-tab {
    touch-action: pan-x;
}
.popup p{
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  color: #595959;
  margin-top: 40px;
  font-weight: bold;
}

/*part2演唱會購票優惠*/
#part-concert{
  background-color: #7a8df1 ;
  position: relative;
  padding-bottom: 100px;
  overflow: hidden;
}
.h2-concert{
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 5px;
  color: #ffffff;
}
.concert-tittle-dec img{
  width: 50%;
  max-width: 200px;
  margin: 0 auto;
  text-align: center;
  display: block;
}

/*演唱會5顆輪播*/
#five-item-swiper{
  max-width: 2000px;
  margin: 0 auto;
}

/* ==========================================================================
   📌 核心 RWD 顯示控制：以 700px 為分水嶺切換架構
   ========================================================================== */
@media (max-width: 699px) {
    .five-concert-pc-swiper { display: none !important; }     /* 手機時，隱藏桌機版 */
    .five-concert-mobile-swiper { display: block !important; } /* 手機時，顯示手機版 */
}
@media (min-width: 700px) {
    .five-concert-pc-swiper { display: block !important; }    /* 桌機時，顯示桌機版 */
    .five-concert-mobile-swiper { display: none !important; } /* 桌機時，隱藏手機版 */
}

/* ==========================================================================
   📌 兩組共用的頂級視覺樣式（超出隱藏、主圖浮起 50px、白色大圓鈕）
   ========================================================================== */
.five-concert-pc-swiper,
.five-concert-mobile-swiper {
    overflow: hidden !important; /* 確保超出範圍的圖片乾淨隱藏 */
    position: relative;
    padding-top: 60px !important; /* 留出空間給主圖向上飄移 50px */
    padding-bottom: 40px;
}

.five-concert-pc-swiper .swiper-wrapper,
.five-concert-mobile-swiper .swiper-wrapper {
    box-sizing: border-box;
}

/* 當前置中的主圖（Active Slide）向上移動 50px */
.five-concert-pc-swiper .swiper-slide,
.five-concert-mobile-swiper .swiper-slide {
    transition: transform 0.4s ease; 
    transform: translateY(0);         
}
.five-concert-pc-swiper .swiper-slide-active,
.five-concert-mobile-swiper .swiper-slide-active {
    transform: translateY(-50px) !important; 
}

/* 左右導航箭頭：變成大大的白色圓形盾牌，徹底防誤觸圖片裡的 a 連結 */
.five-concert-pc-swiper .swiper-button-next,
.five-concert-pc-swiper .swiper-button-prev,
.five-concert-mobile-swiper .swiper-button-next,
.five-concert-mobile-swiper .swiper-button-prev {
    background-color: #ffffff !important; 
    width: 50px !important;               
    height: 50px !important;              
    border-radius: 50% !important;        
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); /* 微陰影增加質感 */
    
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    
    top: 50% !important;
    margin-top: -25px !important;         
    z-index: 30 !important; /* 層級開到最高，阻絕點擊穿透 */
    transition: all 0.2s ease;
    box-shadow: 0px 0px 50px #ffffff;
}

/* 修正原生 Swiper 箭頭符號太大、顏色不符的問題 */
.five-concert-pc-swiper .swiper-button-next::after,
.five-concert-pc-swiper .swiper-button-prev::after,
.five-concert-mobile-swiper .swiper-button-next::after,
.five-concert-mobile-swiper .swiper-button-prev::after {
    font-size: 18px !important;           
    color: #00a19b !important; /* 箭頭改為黑色 */
    font-weight: bold;
}

/* 箭頭滑鼠滑過微放大的動態反饋 */
.five-concert-pc-swiper .swiper-button-next:hover,
.five-concert-pc-swiper .swiper-button-prev:hover,
.five-concert-mobile-swiper .swiper-button-next:hover,
.five-concert-mobile-swiper .swiper-button-prev:hover {
    transform: scale(1.1);
    background-color: #f5f5f5 !important; 
}

/* 5 個點點基本樣式（永遠固定 5 個） */
.five-concert-pc-swiper .swiper-pagination-bullet,
.five-concert-mobile-swiper .swiper-pagination-bullet {
    display: inline-block !important; 
    width: 38px;
    height: 4px;
    border-radius: 20%;
    background: #ccc !important; /* 未選中時的灰色 */
    opacity: 0.6;
    cursor: pointer;
    margin: 0 5px !important;
    transition: all 0.3s ease;
}

/* 點點被選中（1對1、5對5）時的發亮狀態 */
.five-concert-pc-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active,
.five-concert-mobile-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #f27950 !important; /* 當前選中發亮為黑色 */
    opacity: 1 !important;
    transform: scale(1);            
}

/* ==========================================================================
   📌 終極修正：強制拿掉 700px 以上因 loop 複製圖片而多跑出來的三顆點點
   ========================================================================== */
@media (min-width: 700px) {
    /* 強制將第 5 個之後的所有點點（第 6、7、8 顆）在畫面上完全隱藏 */
    #five-concert-pc-swiper-container .swiper-pagination-bullet:nth-child(n+6) {
        display: none !important;
    }
}
@media(max-width:500px){
.five-concert-pc-swiper,
.five-concert-mobile-swiper {
    padding-top: 80px !important;
}
}
/*演唱會背景*/
.part2-background{
  width: 100%;
  position: absolute;
  top: 20px;
  opacity: 1;
  animation: blink 1.0s infinite alternate;
}

/*閃爍效果影格*/
@keyframes blink {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

@media(max-width:1400px){
  .part2-background{
  width: 120%;
  top: 50px;
}
}
@media(max-width:1000px){
  .part2-background{
  width: 200%;
  top: -50px;
}
}
@media(max-width:700px){
  .part2-background{
  width: 285%;
  top: -105px;
  left: -150px;
}
}
@media(max-width:500px){
  .part2-background{
  width: 500%;
  top: -24px;
  left: -58px;
}
}

/*按鈕*/
.concert-btn-outside{
  position: relative;
}
.concert-btn-body{
  width: 100%;
  margin: 0 auto;
  position: absolute;
  bottom:40px
}
.concert-btn-text{
  width: 230px;
  height: 60px;
  margin: 0 auto;
  background-color: #ff7445;
  padding: 14px 71px;
  border-radius: 4px;
  font-size: 22px;
  color: #ffffff;
  font-weight: bolder;
}

/*第三部分更多活動*/
.more-part{
  color: #4d4d4d;
}

.more-part-content{
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

/*注意事項*/
/*新注意事項*/
.textarea{
	width:100%;
  max-width: 1600px;
	margin: 0 auto;
	color:#2b2b2b;
}

.textarea-head{
	overflow:hidden;
	padding:15px;
  text-align: center;
  position: relative;
  padding-right: 34px;
  
}
.textarea-head:before,
.textarea-head:after {
  content: "";
  position: absolute;
  top: 50%;
  background: #aaa;
  width: 35%;
  height: 1px;
}
.textarea-head:before {
  left: 5%; 
}
.textarea-head:after {
  right: 5%;
}
.textarea-head:hover{
	cursor: pointer;
}

.textarea-head-l{
	font-size: 20px;
	color: #4d4d4d;
	font-weight: bold;
  display: inline-block;
  padding-right: 10px;
	}
	
.textarea-head-r{
  display: inline-block;
	font-size: 0px;
  background-color: #4d4d4d;
  width: 25px;
  height: 25px;
  border-radius: 999px;
  position: absolute;
  top: 18px;
  margin-right: 10px;
	}
.textarea-head-r img:before,
.textarea-head-r img:after,{
  height: 0px;
}
.textarea-head-r img{
	width: 12px;
	padding: 12px 0px;
	}
.textarea-body{
	position:relative;
	overflow: hidden;
	}

.textfooter{
background-image: linear-gradient(180deg,hsla(0, 0%, 100%, 0),#ffffff 90%);
  bottom: 0;
  content: "";
  display: block;
  height: 165px;
  left: 0;
  position: absolute;
  width: 100%;
	}

.textarea-body.yes .textfooter{
	display:none;
}

.yes .textbody{
	height:auto;
	transition-duration: 0.5s;
  padding-top: 5px;
	}
.textarea-head-r.roate{
	transform:rotate(180deg);
	transition-duration: 0.5s;
}	
.textbody{
	box-sizing:border-box;
	height:100px;
	padding:5px 60px 15px 60px;
	padding-bottom:50px;
	transition:0.5s;
	}
.notice_content{
  width: 95%;
  max-width: 1400px;
  margin: 0 auto;
}
.notice_content ul{
  list-style-type: decimal;
}
.notice_content ol{
  text-indent: -26px;
}
.notice_content a{
  text-decoration: underline;
}
@media(max-width:680px){
.textarea-head:before,
.textarea-head:after {
  content: "";
  position: absolute;
  top: 50%;
  background: #aaa;
  width: 25%;
  height: 1px;
}
.textarea-head:before {
  left: 5%; 
}
.textarea-head:after {
  right: 5%;
}
.textbody{
	padding:5px 15px 15px 15px;
	}
}
/*FAQ*/
.faq {
  background:;
  background-size: cover;
  background-position: center;
  padding: 0px 0; 
  margin-bottom: 100px;
  margin-top: 30px;
}

.faq .qa-section {
  max-width: 1100px;
  cursor: pointer;
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  border:0.65px solid #d9d9d9;
}

.faq .qa-section p {
  text-align: left;
  font-size: 16px;
  line-height: 28px;
  margin: 0; 
}

.faq .qa-section p span {
  display: block;
  font-size: 16px; 
}

.faq .qa-section .answer {
  background-color: #dfeceb61;
  padding: 20px 30px;
  display: none; 
}
.faq .qa-section .answer a {
    color: #00a19b;
text-decoration: underline; }

.faq .qa-section .answer ul {
  padding:10px 40px 20px 40px ;
  line-height: 24px; }
.faq .qa-section .answer ol {
  padding-left: 54px;
  line-height: 28px;
  font-size: 16px;
  margin-bottom: 0; 
}

.faq .qa-section h3 {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  position: relative; 
  margin-bottom: 0px;
  color: #414040;
  padding: 20px 0px;
  margin-left: 30px;
  letter-spacing: 1px;
}

.faq .qa-section h3 span {
  color: #333333; 
}

.faq .qa-section .open {
  width: 35px;
  float: right;
  padding-right: 20px;
  font-size: 22px;
}

.faq .active-qa h3 {
  padding: 20px 0px;
  color: #00a19b;
}
.faq .active-qa h3 span{
  color: #00a19b;
}

.faq .main-title h2 img {
  display: inline-block;
  width: 30px;
  vertical-align: middle;
  margin-bottom: 2px;
  margin-right: 5px; 
}

.faq .qa-section .answer ul {
  padding:10px 15px 20px 15px ; 
}

.faq .qa-section .answer ol {
  padding-left: 18px; 
}

@media screen and (max-width: 767px) {
  .faq .qa-section {
    text-align: left;
  }
  .faq .qa-section p {
    padding-left: 0px;
    font-size: 14px; 
    text-align: left;
  }
  .faq .qa-section h3 {
    font-size: 16px;
    text-align: left;
    line-height: 28px;
    text-align: left; 
  }
  .faq .qa-section .answer {
    padding-right: 30px;
  }
}

@media(max-width:540px){
    .faq .qa-section h3 {
    padding-right: 40px;
    position: relative;
  }
  .faq .qa-section .open {
  position: absolute;
  right: -5px;
  top: 25%;
}
}

@media screen and (max-width: 420px) {
  .faq .qa-section h3 {
    padding-right: 40px;
  }
  .faq .qa-section .answer {
    padding-right: 20px;
    text-align: justify;
  }
}


.show-popup{
  margin-left: 5px;
  position: absolute;
  top: -2px;
}

/* ==========================================================================
  分享彈出視窗樣式
   ========================================================================== */
/* 全局遮罩外框 */
.share-sheet-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999; /* 確保疊在網頁最上層，包括導覽列 */
  display: flex;
  justify-content: center;
  align-items: flex-end; /* 手機版預設靠底 */
  visibility: hidden; /* 預設完全隱藏（不影響點擊） */
  transition: visibility 0.3s ease;
}

/* 黑色半透明背景襯底 */
.share-sheet-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0); /* 預設透明 */
  transition: background-color 0.3s ease;
}

/* 彈出面板本體 (電腦版預設樣式：優雅的置中彈窗) */
.share-sheet-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 480px;
  background-color: #ffffff;
  border-radius: 16px 16px 16px 16px;
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: auto; /* 電報版垂直置中 */
  margin-top: auto;   /* 電報版垂直置中 */
  box-shadow: 0 10px 40px rgba(0,0,0,0.15);
  
  /* 動態核心：電腦版預設用「縮放與淡入」登場 */
  transform: scale(0.9);
  opacity: 0;
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.3s ease;
}

/* 當激活狀態時 (.active) 的轉場效果 */
.share-sheet-overlay.active {
  visibility: visible;
}
.share-sheet-overlay.active .share-sheet-bg {
  background-color: rgba(0, 0, 0, 0.5); /* 背景變半透明黑 */
}
.share-sheet-overlay.active .share-sheet-content {
  transform: scale(1);
  opacity: 1;
}

/* 裝飾線條與標題 */
.share-sheet-drag-handle {
  display: none; /* 電腦版不顯示 */
}

.share-sheet-title {
  font-size: 20px;
  color: #2F2F2F;
  font-weight: 500;
  text-align: center;
  margin: 0 0 25px 0;
}

/* 四個選項的 Grid 網格排版 */
.share-options-grid {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}

.share-option-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  flex: 1;
  outline: none;
}

/* 圖示外圈圓圈 */
.share-icon-wrap {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  transition: transform 0.2s ease;
}
.share-option-item:hover .share-icon-wrap {
  transform: scale(1.08); /* 滑鼠懸庭微微放大 */
}

.share-icon-wrap img {
  width: 100%;
  height: auto;
}

.share-text {
  font-size: 14px;
  color: #5f6368;
  font-weight: 500;
}

/* 取消按鈕 */
.share-sheet-close {
  width: 100%;
  padding: 12px 0;
  background-color: #f1f3f4;
  color: #5f6368;
  font-size: 16px;
  font-weight: 500;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s;
}
.share-sheet-close:hover {
  background-color: #e8eaed;
}

/* ==========================================================================
   RWD 手機版斷點變形 (768px 以下)：100% 轉為從頁面底部滑出的面板
   ========================================================================== */
@media (max-width: 768px) {
  .share-sheet-overlay {
    align-items: flex-end; /* 強制靠螢幕最底端 */
  }
  
  .share-sheet-content {
    max-width: 100%;
    border-radius: 20px 20px 0 0; /* 只留上方圓角 */
    padding: 20px 20px 30px 20px;
    margin-bottom: 0; /* 緊貼底部 */
    margin-top: 0;
    
    /* 核心變形：手機版改為從螢幕下方 100% 的位置往上滑入 */
    transform: translateY(100%);
    opacity: 1; /* 手機版不需要淡入，靠滑動即可 */
    transition: transform 0.35s cubic-bezier(0.15, 1, 0.3, 1);
  }
  
  /* 激活狀態覆寫 */
  .share-sheet-overlay.active .share-sheet-content {
    transform: translateY(0); /* 回歸原位，即滑出畫面 */
  }
  
  /* 手機版上方的拉條裝飾 */
  .share-sheet-drag-handle {
    display: block;
    width: 40px;
    height: 4px;
    background-color: #e8eaed;
    border-radius: 2px;
    margin: 0 auto 15px auto;
  }
  
  .share-sheet-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  
  .share-icon-wrap {
    width: 54px;
    height: 54px;
  }
}
