/* ==========================================================
           Modern Swiper Hero Slider Styling
           ========================================================== */
        .hero-swiper-container {
            width: 100%;
            position: relative;
            background: #fdfbf9;
            overflow: hidden;
        }

        .hero-swiper {
            width: 100%;
            height: 500px;
            position: relative;
        }

        .hero-swiper .swiper-slide {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            background: #faf8f5;
        }

        .hero-swiper .swiper-slide picture {
            display: block;
            width: 100%;
            height: 100%;
        }

        .hero-swiper .swiper-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center center;
            display: block;
            user-select: none;
            -webkit-user-drag: none;
        }

        @media (max-width: 999px) {

            .joosa.top_section,
            div#header,
            #trueHeader {
                position: relative !important;
                top: auto !important;
                height: auto !important;
                float: none !important;
            }

            #header.sticky #trueHeader {
                position: relative !important;
                top: auto !important;
            }

            .mar_top13 {
                margin-top: 0px !important;
                height: 0px !important;
                display: none !important;
            }

            .hero-swiper-container {
                margin-top: 4px;
            }
        }

        @media (max-width: 991px) {
            .hero-swiper {
                height: auto !important;
                aspect-ratio: 3 / 2 !important;
                max-height: 480px;
            }

            .hero-swiper .swiper-slide img {
                object-fit: cover !important;
                object-position: center center !important;
            }
        }

        @media (max-width: 480px) {
            .hero-swiper {
                min-height: 220px;
            }
        }

        .hero-swiper .swiper-slide a.slide-link {
            display: block;
            width: 100%;
            height: 100%;
            cursor: pointer;
        }

        /* Champagne Glassmorphic Navigation Buttons */
        .hero-swiper .swiper-btn-prev,
        .hero-swiper .swiper-btn-next {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 48px;
            height: 48px;
            background: rgba(255, 255, 255, 0.55);
            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
            border: 1.5px solid rgba(255, 255, 255, 0.85);
            border-radius: 50%;
            color: #5a4a3a;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            z-index: 20;
            cursor: pointer;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
            transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
            opacity: 0.7;
        }

        .hero-swiper-container:hover .swiper-btn-prev,
        .hero-swiper-container:hover .swiper-btn-next {
            opacity: 1;
        }

        .hero-swiper .swiper-btn-prev {
            left: 24px;
        }

        .hero-swiper .swiper-btn-next {
            right: 24px;
        }

        .hero-swiper .swiper-btn-prev:hover,
        .hero-swiper .swiper-btn-next:hover {
            background: linear-gradient(135deg, #c5b098 0%, #8b6d51 100%);
            color: #ffffff;
            border-color: #8b6d51;
            transform: translateY(-50%) scale(1.08);
            box-shadow: 0 6px 20px rgba(139, 109, 81, 0.4);
        }

        @media (max-width: 767px) {

            .hero-swiper .swiper-btn-prev,
            .hero-swiper .swiper-btn-next {
                width: 36px;
                height: 36px;
                font-size: 14px;
            }

            .hero-swiper .swiper-btn-prev {
                left: 10px;
            }

            .hero-swiper .swiper-btn-next {
                right: 10px;
            }
        }

        /* Champagne Capsule Pagination */
        .hero-swiper .swiper-pagination {
            bottom: 18px !important;
            z-index: 20;
        }

        .hero-swiper .swiper-pagination-bullet {
            width: 10px;
            height: 10px;
            background: rgba(255, 255, 255, 0.8);
            border: 1.5px solid rgba(139, 109, 81, 0.5);
            opacity: 0.8;
            margin: 0 5px !important;
            border-radius: 20px;
            transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
            cursor: pointer;
        }

        .hero-swiper .swiper-pagination-bullet-active {
            width: 30px;
            background: linear-gradient(135deg, #c5b098 0%, #8b6d51 100%);
            border-color: #8b6d51;
            opacity: 1;
            box-shadow: 0 3px 10px rgba(139, 109, 81, 0.45);
        }

        /* ==========================================================================
           Doctor Team Showcase Section (High Conversion Layout)
           ========================================================================== */
        .doctor-showcase-section {
            background: #faf7f3 url('../images/index_bg1.jpg') no-repeat center top;
            background-size: cover;
            padding: 55px 0 65px 0;
            border-top: 1px solid #ebd9c8;
            border-bottom: 1px solid #ebd9c8;
            position: relative;
        }

        .doctor-section-header {
            text-align: center;
            max-width: 780px;
            margin: 0 auto 35px auto;
        }

        .doctor-section-subtitle {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            background: #f3eae1;
            color: #8b6d51;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 2px;
            padding: 4px 16px;
            border-radius: 20px;
            border: 1px solid #dfcfbe;
            margin-bottom: 12px;
        }

        .doctor-section-title {
            font-size: 30px;
            font-weight: 800;
            color: #3b281f;
            margin: 0 0 10px 0;
            letter-spacing: 1px;
            font-family: 'Georgia', serif, "Microsoft JhengHei";
        }

        .doctor-section-desc {
            font-size: 15px;
            color: #6e5e52;
            line-height: 1.8;
            margin: 0;
        }

        /* Doctor Grid & Cards */
        .doctor-cards-grid {
            display: flex;
            flex-wrap: wrap;
            margin: 0 -15px;
        }

        .doctor-card-col {
            flex: 1 1 50%;
            max-width: 50%;
            padding: 15px;
        }

        @media (max-width: 991px) {
            .doctor-card-col {
                flex: 1 1 100%;
                max-width: 100%;
                margin-bottom: 20px;
            }
        }

        .doctor-card {
            background: #ffffff;
            border: 1.5px solid #ebd8c8;
            border-radius: 16px;
            box-shadow: 0 8px 26px rgba(59, 40, 31, 0.06);
            overflow: hidden;
            height: 100%;
            display: flex;
            flex-direction: column;
            transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
            position: relative;
        }

        .doctor-card:hover {
            transform: translateY(-6px);
            border-color: #8b6d51;
            box-shadow: 0 16px 36px rgba(139, 109, 81, 0.18);
        }

        .doctor-card-top {
            display: flex;
            flex-wrap: wrap;
            padding: 24px 24px 18px 24px;
            gap: 20px;
            align-items: center;
            border-bottom: 1px solid #f2e9e1;
            background: linear-gradient(180deg, #fffdfb 0%, #faf6f1 100%);
        }

        .doctor-photo-wrap {
            width: 135px;
            height: 165px;
            border-radius: 12px;
            overflow: hidden;
            border: 2px solid #ebd8c8;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
            flex-shrink: 0;
            background: #f5efe6;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }

        .doctor-photo-wrap img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: top center;
            transition: transform 0.4s ease;
        }

        .doctor-card:hover .doctor-photo-wrap img {
            transform: scale(1.05);
        }

        .doctor-info-header {
            flex: 1;
            min-width: 200px;
        }

        .doctor-role-badge {
            display: inline-flex;
            align-items: center;
            gap: 5px;
            background: #8b6d51;
            color: #ffffff;
            font-size: 12px;
            font-weight: 800;
            padding: 3px 10px;
            border-radius: 6px;
            margin-bottom: 6px;
            letter-spacing: 0.5px;
        }

        .doctor-name-title {
            font-size: 23px;
            font-weight: 800;
            color: #2c1e16;
            margin: 0 0 4px 0;
            letter-spacing: 1px;
            font-family: 'Georgia', serif, "Microsoft JhengHei";
        }

        .doctor-subtitle-text {
            font-size: 13px;
            color: #8b6d51;
            font-weight: 700;
            margin-bottom: 8px;
        }

        /* Specialty Tags */
        .doctor-tag-pills {
            display: flex;
            flex-wrap: wrap;
            gap: 5px;
        }

        .doctor-tag-pill {
            background: #ffffff;
            border: 1px solid #dfcfbe;
            color: #5a4a3a;
            font-size: 11.5px;
            font-weight: 700;
            padding: 2px 8px;
            border-radius: 4px;
            line-height: 1.4;
        }

        /* Doctor Body Content */
        .doctor-card-body {
            padding: 20px 24px 22px 24px;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .doctor-quote-box {
            background: #fdfaf7;
            border-left: 3.5px solid #8b6d51;
            border-radius: 0 8px 8px 0;
            padding: 11px 14px;
            margin-bottom: 16px;
            font-size: 13.5px;
            font-weight: 600;
            color: #5c4738;
            line-height: 1.65;
        }

        .doctor-exp-list {
            list-style: none;
            padding: 0;
            margin: 0 0 18px 0;
        }

        .doctor-exp-list li {
            font-size: 13.5px;
            color: #4a3b32;
            line-height: 1.8;
            margin-bottom: 5px;
            display: flex;
            align-items: flex-start;
            gap: 8px;
        }

        .doctor-exp-list li i {
            color: #8b6d51;
            font-size: 12px;
            margin-top: 4px;
            flex-shrink: 0;
        }

        /* Action Buttons */
        .doctor-card-actions {
            display: flex;
            gap: 10px;
            padding-top: 14px;
            border-top: 1px dashed #ebd9c8;
        }

        .doctor-btn-primary {
            flex: 1;
            background: linear-gradient(135deg, #06c755 0%, #05a847 100%);
            color: #ffffff;
            font-weight: 700;
            font-size: 13.5px;
            text-align: center;
            padding: 9px 12px;
            border-radius: 8px;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 6px;
            box-shadow: 0 3px 10px rgba(6, 199, 85, 0.25);
            transition: all 0.25s ease;
        }

        .doctor-btn-primary:hover {
            background: #04933e;
            color: #ffffff;
            text-decoration: none;
            transform: translateY(-1px);
        }

        .doctor-btn-secondary {
            flex: 1;
            background: #f5efe6;
            color: #5a4a3a;
            border: 1px solid #dfcfbe;
            font-weight: 700;
            font-size: 13.5px;
            text-align: center;
            padding: 9px 12px;
            border-radius: 8px;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 6px;
            transition: all 0.25s ease;
        }

        .doctor-btn-secondary:hover {
            background: #ebd8c8;
            color: #3b281f;
            text-decoration: none;
        }

        /* ==========================================================================
           MONK Weight Management Luxury Showcase Section
           ========================================================================== */
        .monk-showcase-section {
            background: linear-gradient(180deg, #faf7f3 0%, #fdfbf9 50%, #faf6f1 100%);
            padding: 60px 0 70px 0;
            border-top: 1px solid #ebd9c8;
            border-bottom: 1px solid #ebd9c8;
            position: relative;
        }

        .monk-section-header {
            text-align: center;
            max-width: 820px;
            margin: 0 auto 38px auto;
        }

        .monk-section-subtitle {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            background: #f3eae1;
            color: #8b6d51;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 2px;
            padding: 4px 16px;
            border-radius: 20px;
            border: 1px solid #dfcfbe;
            margin-bottom: 12px;
        }

        .monk-section-title {
            font-size: 30px;
            font-weight: 800;
            color: #3b281f;
            margin: 0 0 12px 0;
            letter-spacing: 1px;
            font-family: 'Georgia', serif, "Microsoft JhengHei";
        }

        .monk-section-desc {
            font-size: 15px;
            color: #6e5e52;
            line-height: 1.85;
            margin: 0;
        }

        /* Master Flagship Card */
        .monk-master-card {
            background: #ffffff;
            border: 1.5px solid #ebd8c8;
            border-radius: 16px;
            box-shadow: 0 10px 30px rgba(59, 40, 31, 0.07);
            overflow: hidden;
            margin-bottom: 26px;
            transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
        }

        .monk-master-card:hover {
            box-shadow: 0 16px 40px rgba(139, 109, 81, 0.18);
            border-color: #8b6d51;
        }

        .monk-master-grid {
            display: flex;
            flex-wrap: wrap;
            align-items: stretch;
        }

        .monk-master-content {
            flex: 1 1 56%;
            max-width: 56%;
            padding: 36px 36px 32px 36px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .monk-master-visual {
            flex: 1 1 44%;
            max-width: 44%;
            position: relative;
            background: #f7f2ea;
            overflow: hidden;
            min-height: 380px;
        }

        @media (max-width: 991px) {

            .monk-master-content,
            .monk-master-visual {
                flex: 1 1 100%;
                max-width: 100%;
            }

            .monk-master-content {
                padding: 26px 22px;
            }

            .monk-master-visual {
                min-height: 280px;
            }
        }

        /* MONK Visual Single Case Swiper */
        .monk-case-swiper {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }

        .monk-case-swiper .swiper-slide {
            width: 100%;
            height: 100%;
            position: relative;
            background: #faf8f5;
        }

        .monk-case-swiper .swiper-slide a {
            display: block;
            width: 100%;
            height: 100%;
            position: relative;
            overflow: hidden;
        }

        .monk-case-swiper .swiper-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center center;
            display: block;
            transition: transform 0.5s ease;
        }

        .monk-case-swiper .swiper-slide:hover img {
            transform: scale(1.05);
        }

        /* Floating Case Badge above the bottom bar */
        .monk-case-slide-badge {
            position: absolute;
            bottom: 64px;
            left: 18px;
            background: rgba(255, 255, 255, 0.94);
            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
            border: 1px solid #ebd9c8;
            border-radius: 20px;
            padding: 5px 12px 5px 6px;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
            z-index: 5;
            transition: transform 0.3s ease;
        }

        .monk-case-slide-badge .badge-num {
            background: linear-gradient(135deg, #e53935 0%, #c62828 100%);
            color: #ffffff;
            font-size: 11.5px;
            font-weight: 800;
            padding: 2px 8px;
            border-radius: 12px;
            letter-spacing: 0.5px;
        }

        .monk-case-slide-badge .badge-name {
            color: #4a3b32;
            font-size: 12.5px;
            font-weight: 700;
        }

        /* Hover Hint */
        .monk-case-hover-hint {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) scale(0.9);
            background: rgba(59, 40, 31, 0.85);
            backdrop-filter: blur(6px);
            -webkit-backdrop-filter: blur(6px);
            color: #ffffff;
            font-size: 13px;
            font-weight: 700;
            padding: 8px 16px;
            border-radius: 20px;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
            display: inline-flex;
            align-items: center;
            gap: 6px;
            opacity: 0;
            transition: all 0.3s ease;
            z-index: 6;
            pointer-events: none;
        }

        .monk-case-swiper .swiper-slide:hover .monk-case-hover-hint {
            opacity: 1;
            transform: translate(-50%, -50%) scale(1);
        }

        /* Minimalist Navigation Arrows inside MONK Visual Area */
        .monk-swiper-prev,
        .monk-swiper-next {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 36px;
            height: 36px;
            background: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
            border: 1px solid #ebd9c8;
            border-radius: 50%;
            color: #6a5746;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 13px;
            z-index: 12;
            cursor: pointer;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
            transition: all 0.25s ease;
            opacity: 0.85;
        }

        .monk-master-visual:hover .monk-swiper-prev,
        .monk-master-visual:hover .monk-swiper-next {
            opacity: 1;
        }

        .monk-swiper-prev {
            left: 12px;
        }

        .monk-swiper-next {
            right: 12px;
        }

        .monk-swiper-prev:hover,
        .monk-swiper-next:hover {
            background: linear-gradient(135deg, #c5b098 0%, #8b6d51 100%);
            color: #ffffff;
            border-color: #8b6d51;
            transform: translateY(-50%) scale(1.1);
        }

        /* Swiper Pagination Bullets inside MONK Visual */
        .monk-case-pagination {
            position: absolute;
            bottom: 66px !important;
            right: 18px !important;
            left: auto !important;
            width: auto !important;
            z-index: 8;
            display: flex;
            align-items: center;
            gap: 5px;
        }

        .monk-case-pagination .swiper-pagination-bullet {
            width: 6px;
            height: 6px;
            background: rgba(255, 255, 255, 0.85);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
            opacity: 0.6;
            margin: 0 !important;
            transition: all 0.25s ease;
        }

        .monk-case-pagination .swiper-pagination-bullet-active {
            background: #8b6d51;
            opacity: 1;
            width: 16px;
            border-radius: 4px;
        }

        /* Latest News & Timetable Title Responsive */
        .title-font.news-schedule-title-wrap {
            display: flex !important;
            align-items: center !important;
            justify-content: space-between !important;
            line-height: normal !important;
            margin-bottom: 0 !important;
            letter-spacing: normal !important;
        }

        .title-font.news-schedule-title-wrap span.news-schedule-title-text {
            border-bottom: none !important;
            padding-bottom: 0 !important;
            line-height: normal !important;
        }

        .news-schedule-title-group {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            flex-wrap: nowrap;
        }

        .news-schedule-title-icon {
            width: 110px;
            height: auto;
            flex-shrink: 0;
            vertical-align: middle;
        }

        .news-schedule-title-text {
            font-size: 22px;
            font-weight: bold;
            color: #5a4a3a;
            vertical-align: middle;
            white-space: nowrap;
        }

        .news-schedule-readmore-link {
            font-size: 13.5px;
            color: #8b6d51 !important;
            text-decoration: none !important;
            display: inline-flex;
            align-items: center;
            gap: 5px;
            background: #ffffff;
            border: 1px solid #ebd9c8;
            padding: 6px 14px;
            border-radius: 20px;
            font-weight: 600;
            box-shadow: 0 2px 6px rgba(139, 109, 81, 0.06);
            transition: all 0.25s ease;
        }

        .news-schedule-readmore-link span {
            border-bottom: none !important;
            padding-bottom: 0 !important;
            text-decoration: none !important;
        }

        .news-schedule-readmore-link:hover {
            background: #8b6d51;
            color: #ffffff !important;
            border-color: #8b6d51;
        }

        /* Mobile UX: Clean & Compact Vertical Spacing (< 767px) */
        @media (max-width: 767px) {
            .joosa.fusectio1 {
                padding: 16px 0 20px 0 !important;
                margin-bottom: 16px !important;
                background-position: center top !important;
            }

            .joosa.fusectio1 .content_fullwidth {
                padding-top: 0px !important;
            }

            .joosa.fusectio1 .divider_line_index {
                display: none !important;
            }

            .joosa.fusectio1 .row:first-child {
                margin-bottom: 10px !important;
            }

            .news-schedule-title-wrap {
                display: flex !important;
                align-items: center !important;
                justify-content: space-between !important;
                flex-wrap: nowrap !important;
                gap: 6px !important;
            }

            .news-schedule-title-group {
                gap: 5px !important;
                flex-shrink: 1 !important;
                min-width: 0 !important;
            }

            .news-schedule-title-icon {
                width: 52px !important;
                flex-shrink: 0 !important;
            }

            .news-schedule-title-text {
                font-size: 16px !important;
                white-space: nowrap !important;
            }

            .news-schedule-readmore-link {
                font-size: 11.5px !important;
                padding: 4px 8px !important;
                border-radius: 14px !important;
                white-space: nowrap !important;
                flex-shrink: 0 !important;
            }

            .doctor-showcase-section {
                padding: 32px 0 36px 0 !important;
            }

            .monk-showcase-section {
                padding: 32px 0 36px 0 !important;
            }

            .home-case-section {
                padding: 32px 0 36px 0 !important;
            }

            .home-faq-section {
                padding: 32px 0 36px 0 !important;
            }

            .timetable-embed-box {
                margin-bottom: 0 !important;
            }
        }

        @media (max-width: 420px) {
            .news-schedule-title-icon {
                width: 52px !important;
            }

            .news-schedule-title-text {
                font-size: 16px !important;
            }
        }

        @media (max-width: 360px) {
            .news-schedule-title-icon {
                width: 44px !important;
            }

            .news-schedule-title-text {
                font-size: 14.5px !important;
            }
        }

        .monk-visual-overlay-tag {
            position: absolute;
            top: 12px;
            left: 50%;
            transform: translateX(-50%);
            background: rgba(255, 255, 255, 0.94);
            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
            border: 1px solid #ebd9c8;
            color: #8b6d51;
            font-size: 12.5px;
            font-weight: 800;
            padding: 5px 14px;
            border-radius: 20px;
            box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
            display: inline-flex;
            align-items: center;
            gap: 6px;
            z-index: 10;
            white-space: nowrap;
        }

        @media (max-width: 480px) {
            .monk-visual-overlay-tag {
                top: 10px;
                font-size: 11.5px;
                padding: 4px 11px;
                gap: 5px;
            }
        }

        .monk-visual-floating-badge {
            position: absolute;
            bottom: 14px;
            left: 14px;
            right: 14px;
            background: rgba(59, 40, 31, 0.92);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            color: #ffffff;
            font-size: 13px;
            font-weight: 600;
            padding: 9px 14px;
            border-radius: 10px;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
            display: flex;
            align-items: center;
            justify-content: space-around;
            letter-spacing: 0.5px;
            z-index: 10;
        }

        .monk-badge-gold {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            background: linear-gradient(135deg, #c5b098 0%, #8b6d51 100%);
            color: #ffffff;
            font-size: 12.5px;
            font-weight: 800;
            padding: 4px 14px;
            border-radius: 6px;
            margin-bottom: 12px;
            letter-spacing: 0.5px;
            box-shadow: 0 2px 8px rgba(139, 109, 81, 0.25);
        }

        .monk-master-title {
            font-size: 22px;
            font-weight: 800;
            color: #2c1e16;
            margin: 0 0 12px 0;
            line-height: 1.45;
            font-family: 'Georgia', serif, "Microsoft JhengHei";
        }

        .monk-master-desc {
            font-size: 14.5px;
            color: #5a4a3a;
            line-height: 1.85;
            margin-bottom: 18px;
        }

        /* 3 Core Value Items */
        .monk-pill-list {
            display: flex;
            flex-direction: column;
            gap: 10px;
            margin-bottom: 22px;
        }

        .monk-pill-item {
            background: #faf7f4;
            border-left: 3.5px solid #8b6d51;
            border-radius: 0 8px 8px 0;
            padding: 10px 14px;
            font-size: 13.5px;
            color: #4a3b32;
            line-height: 1.6;
        }

        .monk-pill-item strong {
            color: #8b6d51;
            font-weight: 800;
        }

        /* Action Buttons */
        .monk-action-group {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            padding-top: 16px;
            border-top: 1px dashed #ebd9c8;
        }

        .monk-btn-primary {
            flex: 1 1 auto;
            min-width: 180px;
            background: linear-gradient(135deg, #06c755 0%, #05a847 100%);
            color: #ffffff !important;
            font-weight: 700;
            font-size: 14px;
            text-align: center;
            padding: 11px 20px;
            border-radius: 8px;
            text-decoration: none !important;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            box-shadow: 0 4px 14px rgba(6, 199, 85, 0.28);
            transition: all 0.25s ease;
        }

        .monk-btn-primary:hover {
            background: #04933e;
            transform: translateY(-2px);
            box-shadow: 0 6px 18px rgba(6, 199, 85, 0.38);
        }

        .monk-btn-secondary {
            flex: 1 1 auto;
            min-width: 180px;
            background: #f5efe6;
            color: #5a4a3a !important;
            border: 1px solid #dfcfbe;
            font-weight: 700;
            font-size: 14px;
            text-align: center;
            padding: 11px 20px;
            border-radius: 8px;
            text-decoration: none !important;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            transition: all 0.25s ease;
        }

        .monk-btn-secondary:hover {
            background: #ebd8c8;
            color: #3b281f !important;
            transform: translateY(-2px);
        }

        .page-wrapper {
            overflow: visible !important;
            overflow-x: clip !important;
        }

        /* ==========================================================================
           4-Pillar Features Grid & Apple-Grade Fluid Scroll-Driven Drawer on Mobile
           ========================================================================== */
        .monk-pillars-track {
            position: relative;
            margin-top: 24px;
        }

        /* Desktop Layout (>= 992px) */
        @media (min-width: 992px) {
            .monk-pillars-track {
                height: auto !important;
            }

            .monk-pillars-sticky-wrap {
                position: static !important;
                height: auto !important;
                overflow: visible !important;
                display: block !important;
            }

            .monk-pillars-stack {
                display: flex !important;
                flex-wrap: wrap !important;
                margin: 0 -8px !important;
                transform: none !important;
                height: auto !important;
            }

            .monk-pillar-col {
                position: static !important;
                flex: 1 1 25% !important;
                max-width: 25% !important;
                padding: 8px !important;
                transform: none !important;
                opacity: 1 !important;
            }
        }

        /* Mobile & Tablet Layout (< 992px) */
        @media (max-width: 991px) {
            .monk-pillars-track {
                height: 260vh;
                /* Smooth, spacious runway for Apple-grade fluid gesture response */
                margin-top: 15px;
            }

            .monk-pillars-sticky-wrap {
                position: -webkit-sticky;
                position: sticky;
                top: 70px;
                width: 100%;
                height: calc(100vh - 85px);
                overflow: visible !important;
                /* Allow card shadows and top border glow to show completely without clipping */
                padding-top: 6px;
                /* Top breathing room */
                display: flex;
                flex-direction: column;
                z-index: 20;
            }

            .monk-pillars-stack {
                position: relative;
                width: 100%;
                max-width: 440px;
                margin: 0 auto;
                flex-grow: 1;
                will-change: transform;
            }

            .monk-pillar-col {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                padding: 0;
                will-change: transform, opacity;
                transform-origin: center top;
            }

            #monkCard0 {
                z-index: 10;
            }

            #monkCard1 {
                z-index: 9;
            }

            #monkCard2 {
                z-index: 8;
            }

            #monkCard3 {
                z-index: 7;
            }

            .monk-pillar-box {
                padding: 13px 14px;
            }

            .monk-pillar-header {
                margin-bottom: 6px;
            }

            .monk-pillar-header h4 {
                font-size: 1.05rem;
                line-height: 1.22;
            }

            .monk-pillar-box p {
                font-size: 0.86rem;
                line-height: 1.4;
                margin-bottom: 6px;
            }

            .monk-card-feature-point {
                padding: 3px 8px;
                font-size: 0.78rem;
            }
        }

        .monk-pillar-box {
            background: #ffffff;
            border: 1.5px solid #ebd9c8;
            border-radius: 14px;
            padding: 18px 16px;
            height: 100%;
            display: flex;
            flex-direction: column;
            position: relative;
            overflow: hidden;
            box-shadow: 0 6px 20px rgba(59, 40, 31, 0.07);
            transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        }

        .monk-pillar-box::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, #c5b098 0%, #d4af37 50%, #8b6d51 100%);
        }

        .monk-pillar-box:hover {
            transform: translateY(-4px);
            border-color: #8b6d51;
            box-shadow: 0 10px 24px rgba(139, 109, 81, 0.18);
        }

        .monk-card-watermark {
            position: absolute;
            top: -2px;
            right: 12px;
            font-size: 52px;
            font-weight: 900;
            font-family: 'Georgia', serif;
            color: rgba(139, 109, 81, 0.07);
            line-height: 1;
            pointer-events: none;
        }

        .monk-pillar-header {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 8px;
        }

        .monk-pillar-tag {
            display: inline-block;
            font-size: 11px;
            background: #f6efe8;
            color: #8b6d51;
            padding: 1px 7px;
            border-radius: 10px;
            font-weight: 700;
            border: 1px solid #ebd9c8;
            margin-bottom: 3px;
        }

        .monk-pillar-icon {
            width: 40px;
            height: 40px;
            background: linear-gradient(135deg, #c5b098 0%, #8b6d51 100%);
            color: #ffffff;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            flex-shrink: 0;
            box-shadow: 0 3px 10px rgba(139, 109, 81, 0.25);
        }

        .monk-pillar-box h4 {
            font-size: 15px;
            font-weight: 800;
            color: #3b281f;
            margin: 0;
            line-height: 1.35;
        }

        .monk-pillar-box p {
            font-size: 13px;
            color: #666;
            line-height: 1.65;
            margin: 0 0 8px 0;
        }

        .monk-card-feature-point {
            display: flex;
            align-items: center;
            gap: 6px;
            padding-top: 8px;
            border-top: 1px dashed #ebd9c8;
            font-size: 11.5px;
            color: #8b6d51;
            font-weight: 700;
        }

        /* ==========================================================================
           Home Case Studies Carousel Showcase Section
           ========================================================================== */
        .home-case-section {
            background: linear-gradient(180deg, #fbf8f4 0%, #ffffff 50%, #faf6f1 100%);
            padding: 70px 0 80px 0;
            border-top: 1px solid #ebd9c8;
            border-bottom: 1px solid #ebd9c8;
            position: relative;
            overflow: hidden;
        }

        .home-case-section-header {
            text-align: center;
            max-width: 820px;
            margin: 0 auto 36px auto;
        }

        .home-case-subtitle {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            background: #f3eae1;
            color: #8b6d51;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 2px;
            padding: 4px 16px;
            border-radius: 20px;
            border: 1px solid #dfcfbe;
            margin-bottom: 12px;
        }

        .home-case-title {
            font-size: 30px;
            font-weight: 800;
            color: #3b281f;
            margin: 0 0 12px 0;
            letter-spacing: 1px;
            font-family: 'Georgia', serif, "Microsoft JhengHei";
        }

        .home-case-desc {
            font-size: 15px;
            color: #6e5e52;
            line-height: 1.85;
            margin: 0;
        }

        /* Swiper Container & Navigation */
        .case-showcase-swiper-container {
            position: relative;
            padding: 10px 10px 40px 10px;
        }

        .case-showcase-swiper {
            width: 100%;
            padding: 10px 4px 35px 4px;
        }

        /* Case Card Design */
        .home-case-card {
            background: #ffffff;
            border-radius: 14px;
            overflow: hidden;
            border: 1.5px solid #ebd9c8;
            box-shadow: 0 6px 20px rgba(59, 40, 31, 0.06);
            transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
            display: flex;
            flex-direction: column;
            height: 100%;
            position: relative;
        }

        .home-case-card:hover {
            transform: translateY(-8px);
            border-color: #8b6d51;
            box-shadow: 0 14px 32px rgba(139, 109, 81, 0.22);
        }

        .home-case-img-wrap {
            position: relative;
            width: 100%;
            height: 280px;
            background: #ffffff;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .home-case-img-wrap a {
            display: block;
            width: 100%;
            height: 100%;
        }

        .home-case-img-wrap img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center center;
            transition: transform 0.45s ease;
            display: block;
        }

        .home-case-card:hover .home-case-img-wrap img {
            transform: scale(1.06);
        }

        /* Floating Achievement Badge */
        .home-case-diff-badge {
            position: absolute;
            top: 12px;
            right: 12px;
            background: linear-gradient(135deg, #e53935 0%, #c62828 100%);
            color: #ffffff;
            font-size: 13px;
            font-weight: 800;
            padding: 4px 10px;
            border-radius: 20px;
            box-shadow: 0 4px 12px rgba(198, 40, 40, 0.35);
            letter-spacing: 0.5px;
            z-index: 2;
        }

        .home-case-type-badge {
            position: absolute;
            top: 12px;
            left: 12px;
            background: rgba(255, 255, 255, 0.92);
            backdrop-filter: blur(6px);
            -webkit-backdrop-filter: blur(6px);
            border: 1px solid #ebd9c8;
            color: #8b6d51;
            font-size: 11.5px;
            font-weight: 700;
            padding: 3px 9px;
            border-radius: 14px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
            z-index: 2;
        }

        /* Hover Zoom Overlay */
        .home-case-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(59, 40, 31, 0.35);
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: opacity 0.3s ease;
            z-index: 3;
        }

        .home-case-card:hover .home-case-overlay {
            opacity: 1;
        }

        .home-case-overlay-btn {
            background: rgba(255, 255, 255, 0.95);
            color: #5a4a3a;
            font-size: 13px;
            font-weight: 700;
            padding: 8px 16px;
            border-radius: 20px;
            box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
            display: inline-flex;
            align-items: center;
            gap: 6px;
            transform: translateY(10px);
            transition: transform 0.3s ease;
        }

        .home-case-card:hover .home-case-overlay-btn {
            transform: translateY(0);
        }

        /* Bottom Info Box */
        .home-case-info {
            background: linear-gradient(135deg, #c5b098 0%, #8b6d51 100%);
            padding: 12px 14px;
            text-align: center;
            color: #ffffff;
            display: flex;
            flex-direction: column;
            justify-content: center;
            gap: 2px;
        }

        .home-case-info-tag {
            font-size: 11.5px;
            letter-spacing: 0.5px;
            opacity: 0.92;
            font-weight: 600;
        }

        .home-case-info-name {
            font-size: 14.5px;
            font-weight: 800;
            margin: 0;
            color: #ffffff;
            letter-spacing: 0.5px;
        }

        /* Swiper Arrows */
        .case-swiper-prev,
        .case-swiper-next {
            position: absolute;
            top: 45%;
            transform: translateY(-50%);
            width: 44px;
            height: 44px;
            background: rgba(255, 255, 255, 0.92);
            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
            border: 1.5px solid #dfcfbe;
            border-radius: 50%;
            color: #6a5746;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            z-index: 10;
            cursor: pointer;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
            transition: all 0.25s ease;
        }

        .case-swiper-prev {
            left: -8px;
        }

        .case-swiper-next {
            right: -8px;
        }

        .case-swiper-prev:hover,
        .case-swiper-next:hover {
            background: linear-gradient(135deg, #c5b098 0%, #8b6d51 100%);
            color: #ffffff;
            border-color: #8b6d51;
            transform: translateY(-50%) scale(1.1);
            box-shadow: 0 6px 20px rgba(139, 109, 81, 0.35);
        }

        @media (max-width: 767px) {
            .case-swiper-prev {
                left: -2px;
                width: 36px;
                height: 36px;
                font-size: 13px;
            }

            .case-swiper-next {
                right: -2px;
                width: 36px;
                height: 36px;
                font-size: 13px;
            }
        }

        /* Swiper Pagination */
        .case-swiper-pagination {
            position: absolute;
            bottom: 0 !important;
            left: 0;
            width: 100%;
            text-align: center;
        }

        .case-swiper-pagination .swiper-pagination-bullet {
            width: 9px;
            height: 9px;
            margin: 0 5px !important;
            background: #dfcfbe;
            opacity: 0.6;
            transition: all 0.3s ease;
        }

        .case-swiper-pagination .swiper-pagination-bullet-active {
            background: #8b6d51;
            opacity: 1;
            width: 24px;
            border-radius: 6px;
        }

        /* Bottom Action Bar */
        .home-case-cta-bar {
            background: #ffffff;
            border: 1.5px solid #ebd9c8;
            border-radius: 14px;
            padding: 22px 28px;
            margin-top: 30px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 16px;
            box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
        }

        .home-case-cta-text {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .home-case-cta-text i {
            font-size: 24px;
            color: #8b6d51;
        }

        .home-case-cta-text h4 {
            font-size: 16px;
            font-weight: 800;
            color: #3b281f;
            margin: 0 0 2px 0;
        }

        .home-case-cta-text p {
            font-size: 13px;
            color: #777;
            margin: 0;
        }

        .home-case-cta-btns {
            display: flex;
            align-items: center;
            gap: 10px;
            flex-wrap: wrap;
        }

        .home-case-btn-line {
            background: linear-gradient(135deg, #06c755 0%, #05a847 100%);
            color: #ffffff !important;
            font-weight: 700;
            font-size: 13.5px;
            padding: 9px 18px;
            border-radius: 8px;
            text-decoration: none !important;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            box-shadow: 0 3px 10px rgba(6, 199, 85, 0.25);
            transition: all 0.25s ease;
        }

        .home-case-btn-line:hover {
            background: #04933e;
            transform: translateY(-2px);
            box-shadow: 0 5px 16px rgba(6, 199, 85, 0.35);
        }

        .home-case-btn-more {
            background: #f5efe6;
            color: #5a4a3a !important;
            border: 1px solid #dfcfbe;
            font-weight: 700;
            font-size: 13.5px;
            padding: 9px 18px;
            border-radius: 8px;
            text-decoration: none !important;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            transition: all 0.25s ease;
        }

        .home-case-btn-more:hover {
            background: #ebd8c8;
            color: #3b281f !important;
            transform: translateY(-2px);
        }

        /* ==========================================================
           Modern Medical FAQ Accordion Section (Home Luxury Theme)
           ========================================================== */
        .home-faq-section {
            padding: 55px 0 60px 0;
            background: #faf7f4;
            border-top: 1px solid #ebd9c8;
        }

        .home-faq-title-wrap {
            text-align: center;
            margin-bottom: 36px;
        }

        .home-faq-title-wrap h3 {
            font-size: 26px;
            font-weight: 700;
            color: #3b281f;
            margin: 0 0 10px 0;
            display: inline-flex;
            align-items: center;
            gap: 10px;
        }

        .home-faq-title-wrap p {
            font-size: 15px;
            color: #776558;
            margin: 0;
        }

        .home-faq-container {
            max-width: 960px;
            margin: 0 auto;
            padding: 0 15px;
        }

        .faq-accordion-item {
            background: #ffffff;
            border: 1.5px solid #ebd9c8;
            border-radius: 14px;
            margin-bottom: 14px;
            box-shadow: 0 4px 16px rgba(59, 40, 31, 0.04);
            overflow: hidden;
            transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        }

        .faq-accordion-item:hover {
            border-color: #8b6d51;
            box-shadow: 0 6px 22px rgba(139, 109, 81, 0.14);
        }

        .faq-accordion-header {
            padding: 18px 24px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            cursor: pointer;
            background: #ffffff;
            user-select: none;
            transition: background 0.25s ease;
            gap: 12px;
        }

        .faq-accordion-header:hover {
            background: #fdfaf7;
        }

        .faq-accordion-header h4 {
            margin: 0;
            font-size: 16px;
            font-weight: 700;
            color: #3b281f;
            display: flex;
            align-items: center;
            gap: 12px;
            line-height: 1.5;
        }

        .faq-q-badge {
            background: linear-gradient(135deg, #c5b098 0%, #8b6d51 100%);
            color: #ffffff;
            font-size: 13px;
            font-weight: 800;
            width: 26px;
            height: 26px;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            box-shadow: 0 2px 6px rgba(139, 109, 81, 0.25);
        }

        .faq-accordion-icon {
            font-size: 15px;
            color: #8b6d51;
            transition: transform 0.3s ease;
            flex-shrink: 0;
        }

        .faq-accordion-item.active .faq-accordion-icon {
            transform: rotate(180deg);
        }

        .faq-accordion-body {
            padding: 0 24px;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), padding 0.3s ease;
            background: #fcf9f5;
            border-top: 1px solid transparent;
        }

        .faq-accordion-item.active .faq-accordion-body {
            padding: 16px 24px 22px 24px;
            max-height: 600px;
            border-top-color: #ebd9c8;
        }

        .faq-accordion-body p {
            margin: 0;
            font-size: 14.5px;
            line-height: 1.85;
            color: #554438;
        }

        /* ==========================================================
           Modern Luxury Multi-Column SEO Sitemap Footer (京典麗緻診所)
           ========================================================== */
        .luxury-site-footer {
            background: linear-gradient(180deg, #2b211a 0%, #1c140f 100%);
            border-top: 3px solid #dfbe7a;
            color: #d8cec4;
            font-family: inherit;
            position: relative;
            z-index: 10;
            box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.2);
        }

        /* Top Brand & Trust Strip */
        .footer-top-strip {
            border-bottom: 1px solid rgba(223, 190, 122, 0.18);
            padding: 28px 0;
            background: rgba(0, 0, 0, 0.15);
        }

        .footer-brand-wrap {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 20px;
        }

        .footer-brand-logo {
            display: flex;
            align-items: center;
            gap: 14px;
            text-decoration: none !important;
        }

        .footer-brand-logo img {
            width: 38px;
            height: 38px;
            object-fit: contain;
            filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.3));
        }

        .footer-clinic-name {
            margin: 0;
            font-size: 20px;
            font-weight: 700;
            color: #ffffff;
            letter-spacing: 0.8px;
        }

        .footer-clinic-slogan {
            margin: 2px 0 0 0;
            font-size: 13px;
            color: #dfbe7a;
            letter-spacing: 0.3px;
        }

        .footer-trust-badges {
            display: flex;
            align-items: center;
            gap: 12px;
            flex-wrap: wrap;
        }

        .footer-trust-badge {
            background: rgba(223, 190, 122, 0.08);
            border: 1px solid rgba(223, 190, 122, 0.25);
            border-radius: 20px;
            padding: 6px 14px;
            font-size: 12.5px;
            color: #ebd8c8;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            transition: all 0.25s ease;
        }

        .footer-trust-badge i {
            color: #dfbe7a;
            font-size: 13px;
        }

        .footer-trust-badge:hover {
            background: rgba(223, 190, 122, 0.18);
            border-color: #dfbe7a;
            color: #ffffff;
            transform: translateY(-2px);
        }

        /* Main Multi-Column Sitemap Section */
        .footer-main-content {
            padding: 48px 0 36px 0;
        }

        .footer-sitemap-grid {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 28px;
        }

        .footer-col {
            display: flex;
            flex-direction: column;
        }

        .footer-col-title {
            color: #dfbe7a;
            font-size: 16px;
            font-weight: 700;
            margin: 0 0 16px 0;
            padding-bottom: 10px;
            border-bottom: 1px solid rgba(223, 190, 122, 0.25);
            display: flex;
            align-items: center;
            gap: 8px;
            letter-spacing: 0.5px;
        }

        .footer-col-title i {
            font-size: 15px;
            color: #c5b098;
        }

        .footer-nav-list {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .footer-nav-link {
            color: #c4b8ad !important;
            font-size: 13.5px;
            line-height: 1.5;
            text-decoration: none !important;
            display: inline-flex;
            align-items: center;
            gap: 7px;
            transition: all 0.22s ease;
            position: relative;
        }

        .footer-nav-link i {
            color: #8b6d51;
            font-size: 12px;
            transition: transform 0.22s ease, color 0.22s ease;
        }

        .footer-nav-link:hover {
            color: #ffffff !important;
            transform: translateX(4px);
        }

        .footer-nav-link:hover i {
            color: #dfbe7a;
            transform: translateX(2px);
        }

        /* Badges inside links */
        .footer-badge-gold {
            background: linear-gradient(135deg, #dfbe7a 0%, #a88247 100%);
            color: #1a120b !important;
            font-size: 10px;
            font-weight: 800;
            padding: 1px 6px;
            border-radius: 4px;
            letter-spacing: 0.5px;
        }

        .footer-badge-monk {
            background: linear-gradient(135deg, #4ade80 0%, #16a34a 100%);
            color: #ffffff !important;
            font-size: 10px;
            font-weight: 800;
            padding: 1px 6px;
            border-radius: 4px;
        }

        .footer-badge-hot {
            background: linear-gradient(135deg, #f87171 0%, #dc2626 100%);
            color: #ffffff !important;
            font-size: 10px;
            font-weight: 800;
            padding: 1px 6px;
            border-radius: 4px;
        }

        /* Contact & QR Column */
        .footer-contact-info {
            display: flex;
            flex-direction: column;
            gap: 10px;
            margin-bottom: 16px;
            font-size: 13px;
        }

        .footer-info-item {
            display: flex;
            align-items: flex-start;
            gap: 8px;
            line-height: 1.5;
            color: #c4b8ad;
        }

        .footer-info-item i {
            color: #dfbe7a;
            font-size: 14px;
            margin-top: 3px;
            flex-shrink: 0;
            width: 14px;
            text-align: center;
        }

        .footer-info-item a {
            color: #ebd8c8 !important;
            text-decoration: underline !important;
            transition: color 0.2s ease;
        }

        .footer-info-item a:hover {
            color: #ffffff !important;
        }

        .footer-qr-card {
            background: rgba(255, 255, 255, 0.06);
            border: 1px solid rgba(223, 190, 122, 0.3);
            border-radius: 10px;
            padding: 10px 12px;
            display: flex;
            align-items: center;
            gap: 12px;
            cursor: pointer;
            transition: all 0.25s ease;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        }

        .footer-qr-card img {
            width: 54px;
            height: 54px;
            object-fit: contain;
            background: #ffffff;
            padding: 3px;
            border-radius: 6px;
            flex-shrink: 0;
        }

        .footer-qr-text strong {
            display: block;
            color: #06c755;
            font-size: 13px;
            margin-bottom: 2px;
        }

        .footer-qr-text span {
            display: block;
            color: #a89d94;
            font-size: 11.5px;
            line-height: 1.35;
        }

        .footer-qr-card:hover {
            background: rgba(255, 255, 255, 0.12);
            border-color: #dfbe7a;
            transform: translateY(-2px);
            box-shadow: 0 6px 16px rgba(223, 190, 122, 0.2);
        }

        /* Medical E-E-A-T Compliance Disclaimer */
        .footer-medical-disclaimer {
            background: rgba(0, 0, 0, 0.25);
            border: 1px solid rgba(223, 190, 122, 0.18);
            border-radius: 10px;
            padding: 18px 22px;
            margin-top: 36px;
        }

        .footer-disclaimer-title {
            color: #dfbe7a;
            font-size: 13.5px;
            font-weight: 700;
            margin-bottom: 6px;
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .footer-medical-disclaimer p {
            margin: 0;
            font-size: 12.5px;
            line-height: 1.8;
            color: #9f9389;
        }

        /* Bottom Copyright & Legal Links */
        .footer-bottom-bar {
            border-top: 1px solid rgba(255, 255, 255, 0.08);
            padding: 20px 0 24px 0;
            background: #150f0b;
        }

        .footer-bottom-flex {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 14px;
        }

        .footer-copyright p {
            margin: 0;
            font-size: 12.5px;
            color: #8c8077;
        }

        .footer-bottom-links {
            display: flex;
            align-items: center;
            gap: 10px;
            flex-wrap: wrap;
        }

        .footer-bottom-links a {
            color: #a89d94 !important;
            font-size: 12.5px;
            text-decoration: none !important;
            transition: color 0.2s ease;
        }

        .footer-bottom-links a:hover {
            color: #dfbe7a !important;
        }

        .footer-bottom-links span {
            color: #554a42;
            font-size: 11px;
        }

        /* Responsive Breakpoints */
        @media (max-width: 1199px) {
            .footer-sitemap-grid {
                grid-template-columns: repeat(3, 1fr);
                gap: 24px;
            }

            .footer-col-contact {
                grid-column: span 2;
            }
        }

        @media (max-width: 767px) {
            .footer-top-strip {
                padding: 20px 0;
            }

            .footer-brand-wrap {
                flex-direction: column;
                align-items: flex-start;
                gap: 14px;
            }

            .footer-trust-badges {
                gap: 8px;
            }

            .footer-trust-badge {
                padding: 4px 10px;
                font-size: 11.5px;
            }

            .footer-main-content {
                padding: 32px 0 24px 0;
            }

            .footer-sitemap-grid {
                grid-template-columns: 1fr 1fr;
                gap: 22px 16px;
            }

            .footer-col-contact {
                grid-column: span 2;
                margin-top: 6px;
            }

            .footer-bottom-flex {
                flex-direction: column;
                align-items: flex-start;
                gap: 10px;
            }
        }

        @media (max-width: 480px) {
            .footer-sitemap-grid {
                grid-template-columns: 1fr;
                gap: 22px;
            }

            .footer-col-contact {
                grid-column: span 1;
            }
        }

        /* ==========================================================
           高奢品牌進站開場動畫 (Luxury Splash Screen & Slide-Up Curtain)
           ========================================================== */
        body.splash-active {
            overflow: hidden !important;
            height: 100vh !important;
        }

        #site-splash-screen {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100vw;
            height: 100vh;
            background: radial-gradient(ellipse at 50% 48%, #ffffff 0%, #faf6f0 55%, #f2ebe0 100%);
            z-index: 999999999;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            cursor: pointer;
            user-select: none;
            overflow: hidden;
            box-shadow: 0 0 0 rgba(0, 0, 0, 0);
            transition: transform 0.85s cubic-bezier(0.76, 0, 0.24, 1), box-shadow 0.85s cubic-bezier(0.76, 0, 0.24, 1);
            will-change: transform;
        }

        #site-splash-screen.slide-up {
            transform: translateY(-100%);
            box-shadow: 0 35px 70px rgba(43, 33, 26, 0.4);
            pointer-events: none;
        }

        .splash-inner {
            text-align: center;
            padding: 20px;
            max-width: 90vw;
            animation: splashContentFadeIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        .splash-logo-wrap {
            display: inline-block;
            margin-bottom: 16px;
            filter: drop-shadow(0 4px 14px rgba(139, 109, 81, 0.12));
        }

        .splash-logo-img {
            max-width: 260px;
            width: 100%;
            height: auto;
            display: block;
            margin: 0 auto;
        }

        .splash-since-tag {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            margin-top: 4px;
            margin-bottom: 2px;
            opacity: 0.95;
        }

        .since-txt {
            font-family: 'Cinzel', 'Georgia', 'Times New Roman', serif;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 4.5px;
            color: #a88448;
            text-transform: uppercase;
        }

        .since-line {
            display: inline-block;
            width: 24px;
            height: 1px;
            background: linear-gradient(90deg, transparent, #c5a059, transparent);
        }

        .splash-slogan {
            font-family: 'Open Sans', "Microsoft JhengHei", 'PingFang TC', serif;
            font-size: 14px;
            color: #84684d;
            letter-spacing: 3.5px;
            font-weight: 600;
            margin-top: 10px;
            opacity: 0.92;
        }

        .splash-progress-track {
            width: 130px;
            height: 2.5px;
            background: rgba(223, 190, 122, 0.25);
            border-radius: 3px;
            margin: 22px auto 0 auto;
            overflow: hidden;
            position: relative;
        }

        .splash-progress-bar {
            width: 0%;
            height: 100%;
            background: linear-gradient(90deg, #c5a059, #e2c486);
            border-radius: 3px;
            animation: splashFillTrack 0.85s ease-out forwards;
        }

        .splash-hint-skip {
            position: absolute;
            bottom: 32px;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            font-size: 12px;
            color: #9b8c80;
            letter-spacing: 1.5px;
            background: rgba(255, 255, 255, 0.65);
            border: 1px solid rgba(210, 185, 145, 0.45);
            padding: 6px 18px;
            border-radius: 24px;
            backdrop-filter: blur(6px);
            -webkit-backdrop-filter: blur(6px);
            transition: all 0.25s ease;
        }

        .splash-hint-skip i {
            font-size: 13px;
            animation: splashBounceUp 1.6s ease-in-out infinite;
        }

        .splash-hint-skip:hover {
            color: #3b2a20;
            background: rgba(255, 255, 255, 0.95);
            border-color: #8b6d51;
            transform: translateY(-2px);
        }

        @keyframes splashBounceUp {

            0%,
            100% {
                transform: translateY(0);
            }

            50% {
                transform: translateY(-4px);
            }
        }

        @keyframes splashContentFadeIn {
            0% {
                opacity: 0;
                transform: translateY(14px) scale(0.97);
            }

            100% {
                opacity: 1;
                transform: translateY(0) scale(1);
            }
        }

        @keyframes splashFillTrack {
            0% {
                width: 0%;
            }

            100% {
                width: 100%;
            }
        }

        @media (max-width: 768px) {
            .splash-logo-img {
                max-width: 210px;
            }

            .splash-since-tag {
                gap: 8px;
                margin-top: 2px;
            }

            .since-txt {
                font-size: 11px;
                letter-spacing: 3.5px;
            }

            .since-line {
                width: 18px;
            }

            .splash-slogan {
                font-size: 12px;
                letter-spacing: 2px;
                margin-top: 8px;
            }

            .splash-hint-skip {
                bottom: 24px;
                font-size: 11px;
                padding: 5px 14px;
            }
        }

        /* ==========================================================
           高奢排版動效 (Luxury Typography & Micro-Animations)
           ========================================================== */
        .reveal-fade-up {
            opacity: 0;
            transform: translateY(22px);
            transition: opacity 0.82s cubic-bezier(0.16, 1, 0.3, 1), transform 0.82s cubic-bezier(0.16, 1, 0.3, 1);
            will-change: opacity, transform;
        }

        .reveal-fade-up.is-revealed {
            opacity: 1;
            transform: translateY(0);
        }

        .reveal-delay-1 {
            transition-delay: 0.12s;
        }

        .reveal-delay-2 {
            transition-delay: 0.24s;
        }

        .reveal-delay-3 {
            transition-delay: 0.36s;
        }

        .reveal-delay-4 {
            transition-delay: 0.48s;
        }

        /* 英文字母次標題隨捲動優雅展開字距 */
        .subtitle-letter-stretch {
            display: inline-block;
            letter-spacing: 2px;
            transition: letter-spacing 1.1s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.8s ease;
        }

        .subtitle-letter-stretch.is-revealed {
            letter-spacing: 3.8px;
        }

        /* 頂級金牌徽章流光漫射 (Specular Gold Sheen Pass) */
        .luxury-shimmer-badge {
            position: relative;
            overflow: hidden !important;
        }

        .luxury-shimmer-badge::after {
            content: '';
            position: absolute;
            top: 0;
            left: -130%;
            width: 65%;
            height: 100%;
            background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.55) 50%, transparent 100%);
            transform: skewX(-25deg);
            animation: luxuryBadgeSheen 4.2s ease-in-out infinite;
            pointer-events: none;
        }

        @keyframes luxuryBadgeSheen {

            0%,
            65% {
                left: -130%;
            }

            100% {
                left: 160%;
            }
        }

        /* 權威臨床數據滾動計數看板 (Clinical Statistics Strip) */
        .clinic-stats-strip {
            background: linear-gradient(180deg, #fcfaf7 0%, #f7f2eb 100%);
            border-top: 1px solid #ebd9c8;
            border-bottom: 1px solid #ebd9c8;
            padding: 44px 0 40px 0;
            margin: 40px 0 20px 0;
            position: relative;
            box-shadow: inset 0 2px 8px rgba(139, 109, 81, 0.04);
        }

        .clinic-stats-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 24px;
            text-align: center;
        }

        .clinic-stat-item {
            position: relative;
            padding: 10px 14px;
        }

        .clinic-stat-item:not(:last-child)::after {
            content: '';
            position: absolute;
            right: 0;
            top: 20%;
            height: 60%;
            width: 1px;
            background: linear-gradient(180deg, transparent, rgba(210, 185, 145, 0.5), transparent);
        }

        .stat-number-wrap {
            display: inline-flex;
            align-items: baseline;
            justify-content: center;
            font-family: 'Open Sans', "Microsoft JhengHei", sans-serif;
            color: #8b6d51;
            font-size: 42px;
            font-weight: 700;
            line-height: 1;
            letter-spacing: -0.5px;
        }

        .stat-counter {
            font-variant-numeric: tabular-nums;
        }

        .stat-unit {
            font-size: 24px;
            color: #c5a059;
            font-weight: 600;
            margin-left: 3px;
        }

        .stat-label {
            color: #3b2a20;
            font-size: 15px;
            font-weight: 700;
            margin-top: 8px;
            letter-spacing: 0.8px;
        }

        .stat-sub {
            color: #9c8a7c;
            font-size: 12px;
            margin-top: 4px;
            letter-spacing: 0.5px;
        }

        @media (max-width: 991px) {
            .clinic-stats-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 28px 16px;
            }

            .clinic-stat-item:nth-child(2)::after {
                display: none;
            }

            .stat-number-wrap {
                font-size: 36px;
            }

            .stat-unit {
                font-size: 20px;
            }
        }

        @media (max-width: 480px) {
            .clinic-stats-strip {
                padding: 32px 0 28px 0;
                margin: 28px 0 16px 0;
            }

            .stat-number-wrap {
                font-size: 32px;
            }

            .stat-label {
                font-size: 13.5px;
            }

            .stat-sub {
                font-size: 11px;
            }
        }

        /* 標籤懸停微放大質感 (Interactive Pill Hovers) */
        .doctor-tag-pill {
            transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1) !important;
            cursor: default;
        }

        .doctor-tag-pill:hover {
            transform: translateY(-2px) scale(1.04) !important;
            background: #8b6d51 !important;
            color: #ffffff !important;
            border-color: #8b6d51 !important;
            box-shadow: 0 4px 12px rgba(139, 109, 81, 0.25) !important;
        }

        /* 懸浮 LINE 諮詢按鈕微呼吸光環 (Breathing Glow Effect) */
        @keyframes lineGlowBreathing {

            0%,
            100% {
                box-shadow: 0 4px 14px rgba(6, 199, 85, 0.35);
            }

            50% {
                box-shadow: 0 4px 22px rgba(6, 199, 85, 0.7), 0 0 0 4px rgba(6, 199, 85, 0.18);
            }
        }

        .mobile-floating-line-btn {
            animation: lineGlowBreathing 3s ease-in-out infinite !important;
        }