
:root {
    --brand-gold: #c5a059;  
    --brand-taupe: #a89f94; 
    --off-white: #fcfaf7;
    --text-dark: #3a3530;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
html, body{
  margin: 0;
  padding: 0;
}


body, html {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans TC', sans-serif;
    background-color: var(--off-white);
    color: var(--text-dark);
    scroll-behavior: smooth;
}



.container{
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 30px;
}

@media (max-width: 992px) {

  .container{
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
  }

} 


h1{font-size:32px;}
h2{font-size:28px; padding-bottom:5px;}
h3{font-size:22px;}
h4{font-size:16px;}
h5{font-size:15px;}


a{color:#585656;}
/* a:hover{
  color:#476ac1;	
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  text-decoration:none;
} */
p{
    /* color: #585656; */
    letter-spacing:0.2px;
}

.bold{
    font-weight: bold;
}
.bold-100{
    font-weight: 100;
}



.pointer{
    cursor: pointer;
}

.red{
  color: red;
}

/*-------------------------- 圖片效果滑動效果 -----------------------------*/
.imgop:hover {opacity: 0.8;}

img {max-width: 100%; height:auto;}
.i-pic   {width: 100%;   } /* 圖片縮放 */
.i-pic-7 {width: 70%; }
.i-pic-73 {width: 73%; }
.i-pic-6 {width: 60%; }
.i-pic-5 {width: 50%; }
.i-pic-4 {width: 40%; }
.i-pic-3 {width: 30%; }

.pic-max   {max-width: 100%; margin-bottom:25px; box-shadow: 3px 2px 10px #000000;}
.pic   {width: 100%;}
.pic-7 {width: 70%; }
.pic-6 {width: 60%; }
.pic-5 {width: 50%; }
.pic-4 {width: 40%; }
.pic-3 {width: 30%; }





.box-shadow{
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
}



/*字型尺寸*/
.s10{font-size: 10px !important;}
.s12{font-size: 12px !important;}
.s14{font-size: 14px !important;}
.s15{font-size: 15px !important;}
.s16{font-size: 16px !important;}
.s18{font-size: 18px !important;}
.s19{font-size: 19px !important;}
.s20{font-size: 20px !important;}
.s22{font-size: 22px !important;}
.s24{font-size: 24px !important;}
.s26{font-size: 26px !important;}
.s28{font-size: 28px !important;}
.s30{font-size: 30px !important;}
.s31{font-size: 31px !important;}
.s32{font-size: 32px !important;}
.s33{font-size: 33px !important;}
.s34{font-size: 34px !important;}
.s35{font-size: 35px !important;}
.s36{font-size: 36px !important;}
.s48{font-size: 48px !important;}


/*主色系*/
.c1{color: #dc3545 !important;}  /*主色系*/
.c2{color: #7dbf8a;}
.c3{color: #fff; }
.c4{color: #e42155;}
.c5{color: #fff;}
.c6{color: #2e43ab;}
.c868e96{color: #868e96;}

.cfff{color: #fff !important;} /*白色*/
.cccc{color: #ccc !important;} /*灰色*/
.c777{color: #777 !important;} /*灰色*/



.c888{color: #888 !important;} /*灰色*/
.cgreen{color: #28a745;} /*綠色*/
.cred{color: red !important;} /*紅色*/


/*文字顏色*/
.text-white{color: white;}



/*文字粗體*/
.font-weight{font-weight:bold;}

/*主色系*/
.bc1{background:#dc3545 !important;}
.bc2{background:#e2b776;}
.bc3{background:#ccc; }
.bc4{background:#e42155;}
.bc5{background:#2e43ab;}
.bcfff{background:#fff;}
.befefef{background: #efefef !important;} /*灰色*/
.bf5f5f5{background: #f5f5f5 !important;} /*灰色*/
.order-px-100{ padding: 0 100px; }

.opacity:hover{
  opacity: 0.7;
}
.clear{
  clear: both;
}


/*圖片*/
.img-width{
    width: 100%;
}

/*置中*/
.center{
  text-align: center;
}




.pt10{ padding-top:10px;}
.pt15{ padding-top:15px;}
.pt20{ padding-top:20px;}
.pt30{ padding-top:30px;}
.pt50{ padding-top:50px;}
.pt60{ padding-top:60px;}
.pt90{ padding-top:90px;}

.pb10{ padding-bottom:10px;}
.pb15{ padding-bottom:15px;}
.pb20{ padding-bottom:20px;}
.pb30{ padding-bottom:30px;}
.pb60{ padding-bottom:60px;}
.pb90{ padding-bottom:90px;}



.mb5 {margin-bottom:5px  !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb30{margin-bottom:30px !important;}
.mb60{margin-bottom:60px !important;}

.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt60{margin-top:60px;}
.mt90{margin-top:90px;}



.msg-error{
    color: #dc3545;
    font-size: 14px;
}

.error-ci{
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url(../images/icon/bs4-invalid.svg);
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.error{
    color:#dc3545;
    font-size: 14px;
}

/*勾選專用*/
.error-check{
    color: #dc3545;
}
.error-file{
    border-color: #dc3545;
}

.valid {
    color: #28a745;
    font-size: 14px;
}
/*------------------BS修改----------------------------------*/










/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ footer ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ footer ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ footer ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

        footer { background: #6d6259; color: white; padding: 60px 20px; text-align: center; }
        .contact-info { margin-bottom: 30px; }
        .contact-info p { margin: 10px 0; font-size: 0.9rem; opacity: 0.8; }
        .social-icons { margin: 25px 0; font-size: 1.8rem; }
        .social-icons a { color: white; margin: 0 15px; }
        
        footer .tel{
            color: white;
        }
        footer .map{
            color: white;
        }
        .footer-p-rights{
          font-size: 0.7rem; opacity: 0.5;
        }

/* 移除電話與地圖連結的底線 */
a[href^="tel:"], 
a[href*="maps"], 
a[href*="goo.gl"] {
    text-decoration: none !important;
    color: inherit; /* 維持原本的文字顏色 */
}

/* 滑鼠移上去時的可視化回饋 (選配) */
a[href^="tel:"]:hover, 
a[href*="maps"]:hover, 
a[href*="goo.gl"]:hover {
    opacity: 0.8; /* 稍微變透明，讓使用者知道可以點擊 */
}
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【Home】Hero ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【Home】Hero ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【Home】Hero ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


        /* Banner 基礎設定 */
        .hero-banner {
            position: relative;
            width: 100%;
            height: 100vh; /* 全螢幕高度 */
            overflow: hidden;
            font-family: 'Noto Sans TC', sans-serif;
        }

        .hero-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
        }

        .hero-bg img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            filter: brightness(0.9); /* 稍微調暗以凸顯文字 */
        }

        /* 文字覆蓋層 */
        .hero-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 2;
            background: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.3));
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
        }

        .hero-content {
            color: #ffffff;
            padding: 0 20px;
            animation: fadeInUp 1.2s ease-out;
        }

        .hero-sub {
            font-size: 0.8rem;
            letter-spacing: 5px;
            text-transform: uppercase;
            margin-bottom: 20px;
            display: block;
            opacity: 0.9;
        }

        .hero-title {
            font-size: 3rem;
            font-weight: 400;
            line-height: 1.4;
            letter-spacing: 5px;
            margin-bottom: 25px;
        }

        .hero-accent {
            font-weight: 300;
            font-size: 2.2rem;
            opacity: 0.9;
        }

        .hero-desc {
            font-size: 1rem;
            font-weight: 300;
            letter-spacing: 2px;
            margin-bottom: 40px;
            opacity: 0.85;
        }

        /* 按鈕樣式 */
        .hero-btns {
            display: flex;
            gap: 20px;
            justify-content: center;
        }

        .btn-primary {
            background-color: #c5a059;
            color: #fff;
            text-decoration: none;
            padding: 12px 35px;
            border-radius: 2px;
            font-size: 0.9rem;
            transition: 0.3s;
            letter-spacing: 1px;
        }

        .btn-outline {
            border: 1px solid #fff;
            color: #fff;
            text-decoration: none;
            padding: 12px 35px;
            border-radius: 2px;
            font-size: 0.9rem;
            transition: 0.3s;
            letter-spacing: 1px;
        }

        .btn-primary:hover { background-color: #b08d4a; }
        .btn-outline:hover { background: #fff; color: #6d6257; }

        /* 捲動指示動畫 */
        .scroll-indicator {
            position: absolute;
            bottom: 30px;
            left: 50%;
            width: 1px;
            height: 60px;
            background: linear-gradient(to bottom, #fff, transparent);
            z-index: 2;
            animation: scrollLine 2s infinite;
        }

        /* 動畫效果 */
        @keyframes fadeInUp {
            from { opacity: 0; transform: translateY(30px); }
            to { opacity: 1; transform: translateY(0); }
        }

        @keyframes scrollLine {
            0% { transform: scaleY(0); transform-origin: top; }
            50% { transform: scaleY(1); transform-origin: top; }
            51% { transform: scaleY(1); transform-origin: bottom; }
            100% { transform: scaleY(0); transform-origin: bottom; }
        }

        /* 手機版適配 */
        @media (max-width: 768px) {
            .hero-title { font-size: 2rem; }
            .hero-accent { font-size: 1.5rem; }
            .hero-btns { flex-direction: column; gap: 15px; }
            .btn-primary, .btn-outline { padding: 10px 25px; }
        }

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【Home】關於我們 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【Home】關於我們 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【Home】關於我們 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


        .about-section {
            padding: 120px 5%;
            background-color: #fcfaf7; /* 溫暖米色背景 */
            font-family: 'Noto Sans TC', sans-serif;
            overflow: hidden;
        }

        .about-container {
            max-width: 1100px;
            margin: 0 auto;
            display: flex;
            align-items: center;
            gap: 80px;
        }

        /* 圖片裝飾效果 */
        .about-image {
            flex: 1;
            position: relative;
        }

        .about-image img {
            width: 100%;
            height: 550px;
            object-fit: cover;
            border-radius: 2px;
            position: relative;
            z-index: 2;
            box-shadow: 20px 20px 60px rgba(109, 98, 87, 0.1);
        }

        .image-deco {
            position: absolute;
            top: -30px;
            left: -30px;
            width: 150px;
            height: 150px;
            border-top: 2px solid #c5a059;
            border-left: 2px solid #c5a059;
            z-index: 1;
        }

        /* 文字內容 */
        .about-content {
            flex: 1.2;
            text-align: left;
        }

        .about-content .sub-title {
            color: #c5a059;
            letter-spacing: 5px;
            font-size: 0.8rem;
            font-weight: 300;
            display: block;
            margin-bottom: 20px;
        }

        .about-content .main-title {
            color: #6d6257;
            font-size: 2.4rem;
            line-height: 1.4;
            font-weight: 400;
            margin-bottom: 35px;
            letter-spacing: 2px;
        }

        .about-text p {
            color: #777;
            line-height: 2;
            font-size: 1rem;
            font-weight: 300;
            margin-bottom: 20px;
        }

        .about-text strong {
            color: #6d6257;
            font-weight: 500;
        }

        .about-signature {
            margin-top: 40px;
            padding-top: 20px;
            border-top: 1px solid #e0e0e0;
            color: #c5a059;
            font-size: 0.9rem;
            letter-spacing: 1px;
        }

        /* 手機版調整 */
        @media (max-width: 992px) {
            .about-section { padding: 80px 20px; }
            .about-container { flex-direction: column; gap: 50px; }
            .about-image img { height: 350px; }
            .about-content { text-align: center; }
            .about-content .main-title { font-size: 1.8rem; }
            /* .image-deco { display: none; } */
            .about-signature { border-top: none; }
        }


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【Home】服務項目 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【Home】服務項目 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【Home】服務項目 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


        .service-section {
            padding: 100px 5%;
            background-color: #ffffff;
            text-align: center;
            font-family: 'Noto Sans TC', sans-serif;
        }

        .service-header {
            margin-bottom: 80px;
        }

        .sub-title {
            color: #c5a059;
            letter-spacing: 5px;
            font-size: 0.75rem;
            display: block;
            margin-bottom: 15px;
            font-weight: 300;
        }

        .main-title {
            color: #6d6257;
            font-size: 2.2rem;
            font-weight: 400;
            letter-spacing: 3px;
        }

        .service-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 60px 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .service-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 10px;
        }

        /* 圓形圖片樣式 */
        .s-img-wrapper {
            width: 180px;
            height: 180px;
            border-radius: 50%;
            overflow: hidden;
            margin-bottom: 30px;
            border: 1px solid #c5a059;
            padding: 5px; /* 營造出環狀邊框感 */
            background: #fff;
            transition: transform 0.5s ease, box-shadow 0.5s ease;
        }

        .s-img-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 50%;
        }

        .service-item:hover .s-img-wrapper {
            transform: scale(1.05);
            box-shadow: 0 10px 20px rgba(109, 98, 87, 0.1);
        }

        .service-item h3 {
            color: #6d6257;
            font-size: 1.3rem;
            margin-bottom: 18px;
            font-weight: 500;
            letter-spacing: 1px;
        }

        .service-item p {
            color: #888;
            font-size: 0.95rem;
            line-height: 1.8;
            margin-bottom: 30px;
            font-weight: 300;
            max-width: 312px;
            height: 3.6em; /* 確保文字長度不一也能對齊按鈕 */
            overflow: hidden;
        }

        /* 立即預約超連結按鈕 */
        .s-reserve-btn {
            text-decoration: none;
            color: #c5a059;
            font-size: 0.8rem;
            letter-spacing: 2px;
            border: 1px solid #c5a059;
            padding: 10px 35px;
            border-radius: 50px;
            transition: all 0.3s ease;
            background-color: transparent;
        }

        .s-reserve-btn:hover {
            background-color: #c5a059;
            color: #ffffff;
            box-shadow: 0 5px 15px rgba(197, 160, 89, 0.2);
        }

        @media (max-width: 768px) {
            .main-title { font-size: 1.8rem; }
            .s-img-wrapper { width: 150px; height: 150px; margin-bottom: 0px;}
            .service-grid { gap: 80px 20px; }
            
        }
  







.service-price {
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center; /* 如果您的 service-item 是置中對齊 */
    gap: 8px;
}

.price-tag {
    font-size: 0.8rem;
    color: #a89f94; /* 品牌灰褐色 */
    background: #f4efea; /* 極淺底色 */
    padding: 2px 8px;
    border-radius: 2px;
    letter-spacing: 1px;
}

.price-val {
    font-size: 1.2rem;
    color: #c5a059; /* 品牌金色 */
    font-weight: 500;
    font-family: 'Noto Serif TC', serif; /* 使用襯線體增加高級感 */
}

/* 針對行動裝置微調 */
@media (max-width: 768px) {
    .price-val {
        font-size: 1.1rem;
    }
}




/* 方案一 & 二的樣式組合 */
.service-price { margin-bottom: 10px; }
.view-price-list {
    display: block;
    font-size: 0.85rem;
    color: var(--brand-taupe);
    text-decoration: underline;
    margin-bottom: 15px;
    cursor: pointer;
}

/* 彈出視窗樣式 */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 9999;
    padding: 20px;
}
.modal-content {
    position: relative;
    max-width: 600px;
    margin: 50px auto;
}
.modal-content img { width: 100%; border-radius: 5px; }
.close-modal {
    position: absolute;
    top: -40px; right: 0;
    color: white; font-size: 30px; cursor: pointer;
}







/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【Home】品牌文化 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【Home】品牌文化 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【Home】品牌文化 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/



/* 預約導向區塊 */
.appointment-box {
    background: var(--brand-taupe);
    color: white;
    padding: 80px 10%;
    text-align: center;
}


@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 768px) {
    .logo-text-main { font-size: 3.5rem; letter-spacing: 8px; }
    .hero-slogan { font-size: 1rem; letter-spacing: 2px; }
}



.appointment-box span{
        display: block;
}


@media (max-width: 768px) {
    .appointment-box span{
        display: inline;
    }
}



/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【Home】環境 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【Home】環境 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【Home】環境 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
   
        .env-section {
            padding: 100px 10%;
            background-color: #fcfaf7; /* 與服務項目區塊做視覺區隔 */
            font-family: 'Noto Sans TC', sans-serif;
        }

        .env-header {
            text-align: center;
            margin-bottom: 80px;
        }

        .env-row {
            display: flex;
            align-items: center;
            gap: 80px;
            margin-bottom: 100px;
            max-width: 1200px;
            margin-left: auto;
            margin-right: auto;
        }

        .env-row.reverse {
            flex-direction: row-reverse;
        }

        .env-image {
            flex: 1.2;
            overflow: hidden;
            border-radius: 4px; /* 極小圓角展現俐落感 */
            box-shadow: 0 20px 40px rgba(109, 98, 87, 0.08);
        }

        .env-image img {
            width: 100%;
            height: 450px;
            object-fit: cover;
            display: block;
            transition: transform 0.8s ease;
        }

        .env-image:hover img {
            transform: scale(1.03);
        }

        .env-text {
            flex: 1;
            text-align: left;
        }

        .env-text h3 {
            color: #6d6257;
            font-size: 1.6rem;
            font-weight: 500;
            margin-bottom: 25px;
            letter-spacing: 2px;
            position: relative;
        }

        .env-text h3::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 40px;
            height: 1px;
            background-color: #c5a059;
        }

        .env-text p {
            color: #777;
            line-height: 2;
            font-size: 1rem;
            font-weight: 300;
        }

        @media (max-width: 992px) {
            .env-row, .env-row.reverse {
                flex-direction: column;
                gap: 40px;
                margin-bottom: 60px;
            }
            .env-image img {
                height: 300px;
            }
            .env-text {
                text-align: center;
            }
            .env-text h3::after {
                left: 50%;
                transform: translateX(-50%);
            }
        }
  


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【Home】常見問題 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【Home】常見問題 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【Home】常見問題 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/





/* FAQ Section 樣式優化 */
.faq-section {
    padding: 100px 0;
    background-color: #fff; /* 或者使用 var(--off-white) */
}


.faq-section-header h2 {
    font-weight: 400;
    font-size: 2.2rem;
    letter-spacing: 3px;
    color: var(--brand-taupe);
    margin-bottom: 50px;
    text-align: center;
}


.faq-sub {
    display: block;
    color: var(--brand-gold);
    letter-spacing: 3px;
    font-size: 0.9rem;
    margin-bottom: 10px;
    font-weight: 500;
        text-align: center;
}

.faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    margin-bottom: 30px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 25px;
    transition: 0.3s;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    display: block;
    color: var(--brand-gold);
    font-size: 1.1rem;
    font-family: 'Noto Serif TC', serif;
    margin-bottom: 12px;
    position: relative;
    padding-left: 30px;
}

/* 加上 Q 符號修飾 */
.faq-question::before {
    content: 'Q';
    position: absolute;
    left: 0;
    font-weight: 700;
    opacity: 0.5;
}

.faq-answer {
    margin: 0;
    padding-left: 30px;
    font-size: 0.95rem;
    line-height: 1.8;
    color: var(--text-dark);
    font-weight: 300;
    letter-spacing: 0.5px;
}

/* 行動裝置微調 */
@media (max-width: 768px) {
    .faq-section { padding: 60px 20px; }
    .faq-question { font-size: 1rem; }
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【Home】好評 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【Home】好評 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【Home】好評 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

        .review-section {
            padding: 100px 5%;
                background-color: #fcfaf7;
            text-align: center;
            font-family: 'Noto Sans TC', sans-serif;
        }

        .review-header {
            margin-bottom: 70px;
        }

        .review-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 40px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .review-card {
            padding: 40px 30px;
            background-color: #fcfaf7; /* 淺米色背景卡片 */
            border-radius: 4px;
            display: flex;
            flex-direction: column;
            align-items: center;
            transition: 0.4s ease;
        }

        .review-card:hover {
            background-color: #fff;
            box-shadow: 0 10px 30px rgba(109, 98, 87, 0.08);
            transform: translateY(-5px);
        }

        .stars {
            display: flex;
            gap: 4px;
            margin-bottom: 20px;
        }

        .stars svg {
            width: 18px;
            height: 18px;
        }

        .review-content {
            color: #666;
            line-height: 1.8;
            font-size: 0.95rem;
            font-weight: 300;
            margin-bottom: 25px;
            font-style: italic; /* 增加感性氛圍 */
        }

        .client-name {
            color: #6d6257;
            font-size: 0.85rem;
            letter-spacing: 1px;
            font-weight: 400;
        }

        @media (max-width: 768px) {
            .review-section { padding: 60px 20px; }
            .review-grid { gap: 20px; }
        }
  

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【Home】為何選擇線上預約 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【Home】為何選擇線上預約 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【Home】為何選擇線上預約 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

        .booking-benefits {
            padding: 100px 5%;
            background-color: #ffffff;
            text-align: center;
            font-family: 'Noto Sans TC', sans-serif;
        }

        .benefits-header {
            margin-bottom: 60px;
        }

        .benefits-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 40px;
            max-width: 1100px;
            margin: 0 auto;
        }

        .benefit-item {
            padding: 40px 20px;
            transition: 0.3s;
        }

        .b-icon {
            width: 40px;
            height: 40px;
            color: #c5a059;
            margin: 0 auto 25px;
        }

        .benefit-item h3 {
            color: #6d6257;
            font-size: 1.2rem;
            font-weight: 500;
            margin-bottom: 15px;
            letter-spacing: 1px;
        }

        .benefit-item p {
            color: #888;
            font-size: 0.9rem;
            line-height: 1.8;
            font-weight: 300;
        }

        /* 引導按鈕區域 */
        .benefits-cta {
            margin-top: 80px;
            padding-top: 40px;
            border-top: 1px dashed #e0e0e0;
        }

        .benefits-cta p {
            color: #6d6257;
            font-size: 1rem;
            margin-bottom: 25px;
            font-weight: 400;
        }

        /* 動態呼吸按鈕 */
        .cta-pulse-btn {
            display: inline-block;
            text-decoration: none;
            background-color: #c5a059;
            color: #fff;
            padding: 15px 45px;
            border-radius: 50px;
            font-size: 1rem;
            letter-spacing: 2px;
            box-shadow: 0 0 0 0 rgba(197, 160, 89, 0.4);
            animation: pulse 2s infinite;
            transition: 0.3s;
        }

        @keyframes pulse {
            0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(197, 160, 89, 0.7); }
            70% { transform: scale(1); box-shadow: 0 0 0 15px rgba(197, 160, 89, 0); }
            100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(197, 160, 89, 0); }
        }

        .cta-pulse-btn:hover {
            background-color: #6d6257;
            animation: none;
        }

        @media (max-width: 768px) {
            .booking-benefits { padding: 60px 20px; }
            .benefits-cta p { font-size: 0.9rem; }
        }
