/**
 * 加賀旅遊 - 名古屋包車頁共用樣式
 * 適用頁面：nagoya.php / nagoya-charter.php（原本兩頁內嵌完全相同的 <style>，統一抽到此檔避免重複）
 */

        /* ===== 頁面專屬 CSS 變數（補充 headernew.php 未定義的部分）===== */
        :root {
            --color-background: #F8F9FA;
            --color-dark-bg: #1A1A1A;
        }

        /* --- 【Hero Section】 --- */
        #hero-section { height: 100vh; min-height: 700px; display: flex; align-items: center; justify-content: center; text-align: center; background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url('/assets/images/japan/header_bn.webp'); background-size: cover; background-position: center; }
        #hero-section h1, #hero-section p { color: #FFFFFF; }
        #hero-section .display-3 { text-shadow: 2px 2px 8px rgba(0,0,0,0.6); font-size: 2.8rem; line-height: 1.4; max-width: 900px; margin: 0 auto 1.5rem; }
        #hero-section .hero-tagline { font-size: 1.6rem; font-weight: 500; letter-spacing: 0.1em; margin-bottom: 1rem; text-shadow: 1px 1px 4px rgba(0,0,0,0.5); }
        #hero-section .hero-subtitle { font-size: 1.1rem; line-height: 1.8; max-width: 700px; margin: 0 auto 1.5rem; opacity: 0.95; }
        .hero-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 1.5rem; }
        .hero-badge { background: rgba(180, 140, 54, 0.9); color: #fff; padding: 8px 18px; border-radius: 30px; font-size: 0.95rem; font-weight: 600; letter-spacing: 0.05em; backdrop-filter: blur(4px); border: 1px solid rgba(255,255,255,0.2); transition: all 0.3s ease; }
        .hero-badge:hover { background: var(--color-secondary); transform: translateY(-2px); }
        .btn-golden { background-color: var(--color-primary); border-color: var(--color-primary); color: white; padding: 12px 30px; font-weight: bold; letter-spacing: 1px; transition: all 0.3s ease; }
        .btn-golden:hover { background-color: var(--color-secondary); border-color: var(--color-secondary); color: white; transform: translateY(-3px); box-shadow: 0 4px 15px rgba(0,0,0,0.2); }

        @media (max-width: 991.98px) {
            #hero-section .display-3 { font-size: 2rem; }
            #hero-section .hero-tagline { font-size: 1.3rem; }
            #hero-section .hero-subtitle { font-size: 1rem; padding: 0 1rem; }
        }
        @media (max-width: 767.98px) {
            #hero-section { min-height: 600px; padding: 2rem 1rem; }
            #hero-section .display-3 { font-size: 1.5rem; line-height: 1.5; }
            #hero-section .hero-tagline { font-size: 1.1rem; }
            #hero-section .hero-subtitle { font-size: 0.9rem; }
            .hero-badge { font-size: 0.85rem; padding: 6px 14px; }
        }

        /* --- 【比較表區塊】 --- */
        .comparison-section {
            background-color: #ffffff;
            padding: 3rem 0;
        }
        .comparison-card {
            max-width: 1100px;
            margin: 0 auto;
            background-color: #fff;
            border-radius: 16px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.08);
            padding: 2rem;
        }
        .comparison-title {
            font-family: var(--font-serif);
            font-size: 1.6rem;
            text-align: center;
            margin-bottom: 1.5rem;
        }
        .comparison-table-wrapper {
            overflow-x: auto;
        }
        .comparison-table {
            width: 100%;
            border-collapse: collapse;
            font-size: 0.95rem;
        }
        .comparison-table th,
        .comparison-table td {
            padding: 0.75rem 1rem;
            border-bottom: 1px solid #e9ecef;
            vertical-align: top;
        }
        .comparison-table th {
            background-color: #f8f9fa;
            font-weight: 700;
            white-space: nowrap;
        }
        .comparison-table td:first-child {
            font-weight: 600;
            white-space: nowrap;
            width: 18%;
        }
        .comparison-table td:nth-child(2) {
            color: #c0392b;
        }
        .comparison-table td:nth-child(3) {
            color: #0c7a43;
        }
        @media (max-width: 767.98px) {
            .comparison-card {
                padding: 1.5rem 1.25rem;
            }
            .comparison-title {
                font-size: 1.3rem;
            }
        }

        /* --- 【影片展示區塊】 --- */
        .video-showcase-section {
            padding: 4rem 0;
            background: linear-gradient(180deg, #1a1a1a 0%, #2d2d2d 100%);
        }
        .video-showcase-section .section-header {
            text-align: center;
            margin-bottom: 2.5rem;
        }
        .video-showcase-section .section-header h2 {
            color: #fff;
            font-family: var(--font-serif);
            font-size: 1.8rem;
            margin-bottom: 0.75rem;
        }
        .video-showcase-section .section-header p {
            color: rgba(255,255,255,0.7);
            font-size: 1rem;
        }
        .video-container {
            max-width: 900px;
            margin: 0 auto;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 20px 50px rgba(0,0,0,0.4);
            position: relative;
        }
        .video-container::before {
            content: '';
            position: absolute;
            top: -2px;
            left: -2px;
            right: -2px;
            bottom: -2px;
            background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
            border-radius: 14px;
            z-index: -1;
        }
        .video-container iframe {
            width: 100%;
            aspect-ratio: 16/9;
            display: block;
        }
        .video-play-link {
            display: block;
            position: relative;
            text-decoration: none;
        }
        /* --- 【限時優惠區塊】 --- */
        .promo-banner-section {
            padding: 3.5rem 0;
            background: linear-gradient(135deg, #B48C36 0%, #D4A84B 50%, #C99B3E 100%);
            position: relative;
            overflow: hidden;
        }
        .promo-banner-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
            opacity: 0.5;
        }
        .promo-banner-content {
            position: relative;
            z-index: 1;
            max-width: 900px;
            margin: 0 auto;
            text-align: center;
        }
        .promo-flash-tag {
            display: inline-block;
            background: #c0392b;
            color: #fff;
            padding: 6px 20px;
            border-radius: 30px;
            font-weight: 700;
            font-size: 0.9rem;
            margin-bottom: 1rem;
            animation: pulse-glow 2s infinite;
        }
        @keyframes pulse-glow {
            0%, 100% { box-shadow: 0 0 0 0 rgba(192, 57, 43, 0.7); }
            50% { box-shadow: 0 0 0 10px rgba(192, 57, 43, 0); }
        }
        .promo-banner-title {
            font-family: var(--font-serif);
            font-size: 2.2rem;
            color: #fff;
            margin-bottom: 0.75rem;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
        }
        .promo-banner-subtitle {
            font-size: 1.1rem;
            color: rgba(255,255,255,0.95);
            margin-bottom: 1.5rem;
        }
        .promo-banner-offer {
            display: inline-flex;
            align-items: center;
            gap: 1rem;
            background: rgba(255,255,255,0.15);
            backdrop-filter: blur(10px);
            padding: 1rem 2rem;
            border-radius: 12px;
            border: 1px solid rgba(255,255,255,0.3);
            margin-bottom: 1.5rem;
        }
        .promo-banner-offer .gift-icon {
            font-size: 2.5rem;
        }
        .promo-banner-offer .offer-text {
            text-align: left;
            color: #fff;
        }
        .promo-banner-offer .offer-text strong {
            display: block;
            font-size: 1.3rem;
            margin-bottom: 0.25rem;
        }
        .promo-banner-offer .offer-text span {
            font-size: 0.95rem;
            opacity: 0.9;
        }
        .promo-banner-cta {
            display: inline-block;
            background: #fff;
            color: var(--color-primary);
            padding: 14px 40px;
            border-radius: 50px;
            font-weight: 700;
            font-size: 1.1rem;
            text-decoration: none;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(0,0,0,0.2);
        }
        .promo-banner-cta:hover {
            transform: translateY(-3px) scale(1.02);
            box-shadow: 0 8px 25px rgba(0,0,0,0.3);
            color: var(--color-primary);
        }

        @media (max-width: 767.98px) {
            .video-showcase-section { padding: 3rem 1rem; }
            .video-showcase-section .section-header h2 { font-size: 1.4rem; }
            .promo-banner-section { padding: 2.5rem 1rem; }
            .promo-banner-title { font-size: 1.6rem; }
            .promo-banner-subtitle { font-size: 1rem; }
            .promo-banner-offer { flex-direction: column; text-align: center; padding: 1.25rem 1.5rem; }
            .promo-banner-offer .offer-text { text-align: center; }
            .promo-banner-cta { padding: 12px 30px; font-size: 1rem; }
        }

        
        /* --- 【車型選擇區塊 (Swiper)】 --- */
        .recommendation { padding-top: 20px; padding-bottom: 40px; padding-left: 15px; padding-right: 15px; position: relative; }
        .recommendation .section-title { text-align: center; margin-bottom: 30px; }
        .recommendation .section-title .icon { width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; color: var(--color-primary); margin: 0 auto 1rem; }
        .recommendation .section-title h3 { font-size: 2rem; font-weight: bold; }
        .recommendation .section-title .memo { font-size: 0.8rem; color: #888; letter-spacing: 0.1rem; text-transform: uppercase; }
        .recommendation .section-content { position: relative; max-width: 1200px; margin: 0 auto; padding: 0 40px; }
        .swiper-slide.tour { display: block; text-decoration: none; color: #333; border: 1px solid #e0e0e0; border-radius: 8px; overflow: hidden; background: #fff; transition: box-shadow 0.3s ease, transform 0.3s ease; width: 280px; }
        .swiper-slide.tour:hover { box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); transform: translateY(-5px); }
        .swiper-slide.tour .img { width: 100%; height: 180px; overflow: hidden; cursor: pointer; transition: box-shadow 0.3s ease; }
        .swiper-slide.tour .img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
        .swiper-slide.tour:hover .img img { transform: scale(1.1); }
        .swiper-slide.tour .text { padding: 15px; text-align: left; }
        .swiper-slide.tour .text .memo { font-size: 0.8em; color: #666; }
        .swiper-slide.tour .text .slogan { font-size: 1.2em; font-weight: bold; margin: 5px 0; font-family: var(--font-serif); }
        .swiper-slide.tour .text .description { font-size: 0.9rem; color: #555; margin-top: 10px; min-height: 50px; }
        .swiper-slide.tour .tags .tag { display: inline-block; background-color: #eef7ff; color: #05b; padding: 4px 10px; border-radius: 12px; font-size: 0.75em; margin-top: 10px; }
        .swiper-slide.tour .img.active-shadow { box-shadow: inset 0 0 0 5px rgba(0, 0, 0, 0.35); z-index: 10; }
        .swiper-button-next, .swiper-button-prev { background-color: rgba(255, 255, 255, 0.9); width: 50px; height: 50px; border-radius: 50%; box-shadow: 0 4px 12px rgba(0,0,0,0.1); transition: all 0.3s ease; color: var(--color-text); }
        .swiper-button-next:hover, .swiper-button-prev:hover { background-color: var(--color-primary); color: white; box-shadow: 0 6px 16px rgba(0,0,0,0.15); }
        .swiper-button-next::after, .swiper-button-prev::after { font-size: 1.1rem; font-weight: bold; }
        .swiper-button-prev { left: 10px; }
        .swiper-button-next { right: 10px; }

        /* --- 【行程總類 & 城市導覽列】 --- */
        .region-nav .nav-pills .nav-link { background-color: #e9ecef; color: var(--color-text); margin: 0 5px; font-weight: bold; border-radius: 50px; padding: .5rem 1.5rem; cursor: pointer; border: 1px solid transparent; transition: all 0.3s ease; }
        .region-nav .nav-pills .nav-link.active, .region-nav .nav-pills .show > .nav-link { background-color: var(--color-primary); color: white; border-color: var(--color-primary); }
        .horizontal-scroll-nav { overflow-x: auto; white-space: nowrap; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
        .horizontal-scroll-nav::-webkit-scrollbar { display: none; }
        .horizontal-scroll-nav .nav-pills { display: inline-flex; flex-wrap: nowrap; padding-bottom: 10px; margin-bottom: -10px; }
        .city-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 5px 10px; }
        .city-links a { color: #6c757d; text-decoration: none; font-size: 1rem; transition: color 0.3s; padding: 0.5rem 0.8rem; position: relative; }
        .city-links a:hover { color: var(--color-primary); }
        .city-links a:not(:last-child)::after { content: '|'; color: #ccc; position: absolute; right: -8px; top: 50%; transform: translateY(-50%); }

        @media (min-width: 992px) {
            .border-start-lg {
                border-left: 1px solid #e9ecef;
            }
        }

        
        /* --- 【區域標題 & 頁尾】 --- */
        .region-subsection { 
            padding-top: 2rem; 
            max-width: 1200px;
            margin: 0 auto;
        }
        .region-subsection h4 { 
            border-bottom: none; 
            padding-bottom: 0; 
            text-align: center; 
            font-size: 2rem; 
            margin-top: 1rem; 
            margin-bottom: 2.5rem; 
        }
        #charter-services {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
        }
        .site-footer { background-color: var(--color-dark-bg); color: #adb5bd; }
        .site-footer h5 { color: white; font-family: var(--font-serif); }
        .site-footer a { color: #adb5bd; text-decoration: none; transition: color 0.3s ease; }
        .site-footer a:hover { color: var(--color-secondary); }
        .footer-social-icons a { display: inline-flex; justify-content: center; align-items: center; width: 40px; height: 40px; border-radius: 50%; background-color: #333; color: white; margin: 0 5px; font-size: 1.1rem; }
        .footer-social-icons a:hover { background-color: var(--color-primary); }
        .footer-bottom { border-top: 1px solid #333; }
        
        /* --- 懸浮按鈕 --- */
        .floating-action-buttons {
            position: fixed;
            bottom: 90px;
            right: 25px;
            z-index: 999;
            display: none; /* 由 JS 控制顯示 */
            flex-direction: column;
            gap: 10px;
        }
        .floating-action-buttons.show {
            display: flex;
        }
        .fab-btn {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            color: white;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 1.5rem;
            text-decoration: none;
            box-shadow: 0 4px 10px rgba(0,0,0,0.15);
            transition: all 0.3s ease;
        }
        .fab-btn:hover {
            transform: translateY(-3px);
            color: white;
        }
        .fab-btn.line {
            background-color: #06C755;
        }
        .fab-btn.line:hover {
            background-color: #05a546;
        }
        .fab-btn.phone {
            background-color: #06C755;
        }
        .fab-btn.phone:hover {
            background-color: #05a546;
        }

        /* --- 回到頂部按鈕 --- */
        .back-to-top-btn {
            position: fixed;
            bottom: 25px;
            right: 25px;
            display: none; /* 由 JS 控制顯示 */
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background-color: #B48C36; 
            color: white;
            text-align: center;
            font-size: 1.2rem;
            line-height: 50px;
            z-index: 999;
            transition: all 0.4s ease;
            box-shadow: 0 4px 10px rgba(0,0,0,0.15);
            text-decoration: none;
        }
        .back-to-top-btn:hover {
            background-color: #D8AB4E;
            transform: translateY(-3px);
        }

        /* --- 【Popup 彈跳視窗】 --- */
        .promo-popup-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
            z-index: 9999;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            visibility: hidden;
            transition: all 0.4s ease;
        }
        .promo-popup-overlay.show {
            opacity: 1;
            visibility: visible;
        }
        .promo-popup {
            background: #fff;
            border-radius: 16px;
            overflow: hidden;
            max-width: 800px;
            width: 90%;
            display: grid;
            grid-template-columns: 1fr 1fr;
            box-shadow: 0 25px 60px rgba(0,0,0,0.3);
            transform: scale(0.8) translateY(30px);
            transition: transform 0.4s ease;
        }
        .promo-popup-overlay.show .promo-popup {
            transform: scale(1) translateY(0);
        }
        .promo-popup-image {
            position: relative;
            min-height: 350px;
        }
        .promo-popup-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .promo-popup-image::after {
            content: '';
            position: absolute;
            right: 0;
            top: 0;
            width: 50px;
            height: 100%;
            background: linear-gradient(to left, rgba(255,255,255,0.3), transparent);
        }
        .promo-popup-content {
            padding: 2.5rem;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .promo-popup-close {
            position: absolute;
            top: 15px;
            right: 15px;
            width: 36px;
            height: 36px;
            background: rgba(255,255,255,0.95);
            border: none;
            border-radius: 50%;
            font-size: 1.3rem;
            color: #333;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 2px 10px rgba(0,0,0,0.15);
            transition: all 0.3s ease;
            z-index: 10;
        }
        .promo-popup-close:hover {
            background: var(--color-primary);
            color: #fff;
            transform: rotate(90deg);
        }
        .promo-popup-title {
            font-family: var(--font-serif);
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--color-text);
            margin-bottom: 1.25rem;
            line-height: 1.4;
        }
        .promo-popup-title span {
            color: var(--color-primary);
        }
        .promo-popup-features {
            list-style: none;
            padding: 0;
            margin: 0 0 1.5rem 0;
        }
        .promo-popup-features li {
            padding: 0.5rem 0;
            font-size: 0.95rem;
            color: #444;
            display: flex;
            align-items: flex-start;
            gap: 8px;
            line-height: 1.5;
        }
        .promo-popup-features li .icon {
            flex-shrink: 0;
        }
        .promo-popup-highlight {
            background: linear-gradient(135deg, #fff8e7 0%, #fff3d6 100%);
            border-left: 4px solid var(--color-primary);
            padding: 1rem 1.25rem;
            border-radius: 0 8px 8px 0;
            margin-bottom: 1.5rem;
        }
        .promo-popup-highlight p {
            margin: 0;
            font-weight: 600;
            color: #8a6914;
            font-size: 0.95rem;
        }
        .promo-popup-buttons {
            display: flex;
            gap: 12px;
        }
        .promo-popup-buttons .btn {
            flex: 1;
            padding: 12px 20px;
            font-weight: 600;
            font-size: 0.95rem;
            border-radius: 8px;
            text-decoration: none;
            text-align: center;
            transition: all 0.3s ease;
        }
        .promo-popup-buttons .btn-golden {
            background: var(--color-primary);
            color: #fff;
            border: none;
        }
        .promo-popup-buttons .btn-golden:hover {
            background: var(--color-secondary);
            transform: translateY(-2px);
        }
        .promo-popup-buttons .btn-line {
            background: #06C755;
            color: #fff;
            border: none;
        }
        .promo-popup-buttons .btn-line:hover {
            background: #05a546;
            transform: translateY(-2px);
        }

        @media (max-width: 767.98px) {
            .promo-popup {
                grid-template-columns: 1fr;
                max-width: 95%;
                max-height: 90vh;
                overflow-y: auto;
            }
            .promo-popup-image {
                min-height: 180px;
                max-height: 200px;
            }
            .promo-popup-image::after {
                display: none;
            }
            .promo-popup-content {
                padding: 1.5rem;
            }
            .promo-popup-title {
                font-size: 1.25rem;
            }
            .promo-popup-features li {
                font-size: 0.9rem;
            }
            .promo-popup-buttons {
                flex-direction: column;
            }
        }
        
        /* --- 【響應式設計】 --- */
        @media (max-width: 991.98px) {
            .navbar-custom .navbar-nav { width: 100%; }
            .product-card .card-body { padding: 1.25rem; }
            .product-card .description { 
                max-width: 100%;
                margin-bottom: 1rem;
            }
            .product-card .price-tag {
                white-space: normal;
                font-size: 1rem;
            }
            .product-card .promo-badge {
                max-width: 100%;
            }
        }

        @media (max-width: 767.98px) {
            .product-card .card-body .row > div { text-align: left !important; }
            .product-card .card-body .col-lg-4 { margin-top: 1rem; }
            .product-card .card-body { 
                padding: 1rem; 
            }
            .product-card .card-title {
                font-size: 1rem;
                margin-bottom: 0.75rem;
            }
            .product-card .description {
                font-size: 0.85rem;
                line-height: 1.6;
            }
            .product-card .price-tag {
                font-size: 0.9rem;
                line-height: 1.6;
            }
            .product-card .promo-badge {
                font-size: 0.75rem;
                padding: 6px 10px;
            }
            .region-subsection h4 {
                font-size: 1.5rem;
                margin-bottom: 1.5rem;
            }
            #charter-services {
                padding: 0 10px;
            }
            .recommendation .section-content { padding: 0; }
            .swiper-slide.tour { width: 90%; }
            .swiper-button-next, .swiper-button-prev { display: none; }
            /* --- 懸浮按鈕 RWD --- */
            .floating-action-buttons {
                right: 20px;
                bottom: 80px;
            }
            .fab-btn {
                width: 45px;
                height: 45px;
                font-size: 1.3rem;
            }
            .back-to-top-btn {
                width: 45px;
                height: 45px;
                line-height: 45px;
                font-size: 1rem;
                bottom: 20px;
                right: 20px;
            }
        }

        /* --- 【客戶評價區塊 CSS】 --- */
        .customer-reviews-section {
            background-color: #FFFFFF;
            padding-top: 5rem;
            padding-bottom: 5rem;
        }

        /* --- 【景點距離介紹區塊 CSS】 --- */
        #distance-section {
            padding: 4rem 0;
            background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
        }
        .distance-container {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 200px 1fr 300px;
            grid-gap: 3rem;
            align-items: center;
        }
        .distance-title-vertical {
            writing-mode: vertical-rl;
            text-orientation: mixed;
            font-family: var(--font-serif);
            font-size: 2.5rem;
            font-weight: 700;
            color: var(--color-primary);
            text-align: center;
            line-height: 1.4;
        }
        .distance-content-horizontal {
            background: white;
            padding: 2.5rem;
            border-radius: 12px;
            box-shadow: 0 4px 20px rgba(0,0,0,0.08);
        }
        .distance-content-horizontal ul {
            list-style: none;
            padding: 0;
            margin: 0 0 1.5rem 0;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 0.8rem;
        }
        .distance-content-horizontal li {
            padding: 0.6rem 1rem;
            background: var(--color-background);
            border-radius: 6px;
            font-weight: 500;
            border-left: 3px solid var(--color-secondary);
        }
        .distance-content-horizontal p {
            text-align: center;
            font-size: 1.2rem;
            color: var(--color-primary);
            margin: 0;
        }
        .distance-image-container {
            text-align: center;
        }
        .distance-image-frame {
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0,0,0,0.1);
            margin-bottom: 1rem;
        }
        .distance-image-frame img {
            width: 100%;
            height: auto;
            display: block;
        }
        .distance-caption-vertical {
            writing-mode: vertical-rl;
            text-orientation: mixed;
            font-family: var(--font-serif);
            font-size: 1.1rem;
            color: var(--color-text);
            font-weight: 500;
        }

        /* --- 【景點介紹區塊 CSS】 --- */
        #attraction-section {
            padding: 5rem 0;
            background: white;
            position: relative;
        }
        .attraction-container {
            max-width: 1200px;
            margin: 0 auto;
            position: relative;
        }
        .attraction-row-wrapper {
            margin-bottom: 4rem;
        }
        .attraction-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 3rem;
            align-items: center;
            margin-bottom: 3rem;
            padding: 2rem;
            border-radius: 12px;
            transition: all 0.3s ease;
        }
        .attraction-row:hover {
            background: var(--color-background);
            transform: translateY(-5px);
            box-shadow: 0 8px 30px rgba(0,0,0,0.1);
        }
        .attraction-row--reversed {
            grid-template-columns: 1fr 1fr;
        }
        .attraction-row--reversed .attraction-image {
            order: 2;
        }
        .attraction-row--reversed .attraction-content {
            order: 1;
        }
        .attraction-image {
            display: block;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0,0,0,0.15);
            transition: all 0.3s ease;
        }
        .attraction-image:hover {
            transform: scale(1.02);
            box-shadow: 0 8px 30px rgba(0,0,0,0.2);
        }
        .attraction-image img {
            width: 100%;
            height: 250px;
            object-fit: cover;
            transition: transform 0.3s ease;
        }
        .attraction-image:hover img {
            transform: scale(1.05);
        }
        .attraction-content {
            padding: 1rem;
        }
        .attraction-content .tagline {
            display: inline-block;
            background: var(--color-primary);
            color: white;
            padding: 0.3rem 1rem;
            border-radius: 20px;
            font-size: 0.85rem;
            font-weight: 500;
            margin-bottom: 1rem;
        }
        .attraction-content h4 {
            font-family: var(--font-serif);
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 1rem;
            color: var(--color-text);
        }
        .attraction-content h4 a {
            color: inherit;
            text-decoration: none;
            transition: color 0.3s ease;
        }
        .attraction-content h4 a:hover {
            color: var(--color-primary);
        }
        .attraction-content p {
            line-height: 1.8;
            color: #555;
            margin: 0;
        }
        .attraction-title-vertical {
            position: absolute;
            right: 2rem;
            top: 50%;
            transform: translateY(-50%);
            writing-mode: vertical-rl;
            text-orientation: mixed;
            font-family: var(--font-serif);
            font-size: 2.2rem;
            font-weight: 700;
            color: var(--color-primary);
            z-index: 10;
        }
        .attraction-caption-vertical {
            position: absolute;
            right: 6rem;
            top: 50%;
            transform: translateY(-50%);
            writing-mode: vertical-rl;
            text-orientation: mixed;
            font-size: 1rem;
            color: var(--color-text);
            line-height: 1.6;
            max-width: 300px;
            z-index: 10;
        }

        /* --- 【響應式設計 - 景點相關】 --- */
        @media (max-width: 991.98px) {
            .distance-container {
                grid-template-columns: 1fr;
                grid-gap: 2rem;
                text-align: center;
            }
            .distance-title-vertical, .distance-caption-vertical {
                writing-mode: horizontal-tb;
                text-orientation: mixed;
            }
            .attraction-row, .attraction-row--reversed {
                grid-template-columns: 1fr;
                gap: 2rem;
            }
            .attraction-row--reversed .attraction-image,
            .attraction-row--reversed .attraction-content {
                order: unset;
            }
            .attraction-title-vertical, .attraction-caption-vertical {
                position: static;
                transform: none;
                writing-mode: horizontal-tb;
                text-orientation: mixed;
                text-align: center;
                margin: 2rem 0;
            }
        }

        /* --- 【手機版響應式設計 - 景點距離介紹】 --- */
        @media (max-width: 767.98px) {
            .distance-container {
                grid-template-columns: 1fr;
                grid-template-rows: auto auto auto;
                grid-gap: 1.5rem;
                text-align: center;
            }
            .distance-title-vertical {
                grid-row: 1;
                order: 1;
            }
            .distance-image-container {
                grid-row: 2;
                order: 2;
            }
            .distance-content-horizontal {
                grid-row: 3;
                order: 3;
            }
            .distance-content-horizontal ul {
                grid-template-columns: 1fr;
            }
            .attraction-image img {
                height: 200px;
            }
        }
        .review-card {
            background-color: var(--color-background);
            border-radius: 10px;
            padding: 2rem;
            border: 1px solid #e9ecef;
            height: 100%;
            display: flex;
            flex-direction: column;
            transition: all 0.3s ease;
        }
        .review-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 0.5rem 1.5rem rgba(0,0,0,0.07);
        }
        .review-header {
            display: flex;
            align-items: center;
            margin-bottom: 1.5rem;
        }
        .review-name {
            font-family: var(--font-sans);
            font-weight: 700;
            font-size: 1.1rem;
            margin: 0;
        }
        .review-stars {
            color: #FFC107;
            margin-left: 1rem;
        }
        .review-text {
            flex-grow: 1;
            margin-bottom: 1.5rem;
        }
        .review-text-image {
            width: 100%;
            aspect-ratio: 300 / 150;
            background-color: #f0f0f0;
            border: 1px dashed #ccc;
            border-radius: 4px;
            background-size: cover;
            background-position: center;
        }
        .review-trip {
            font-size: 0.85rem;
            font-weight: 500;
            color: var(--color-primary);
            margin-top: auto;
        }
        .customer-reviews-swiper {
            padding-bottom: 3rem; 
        }
        .customer-reviews-swiper .swiper-slide {
            height: auto; /* 確保卡片高度一致 */
        }
        .customer-reviews-swiper .swiper-pagination-bullet {
            background-color: var(--color-text);
            opacity: 0.5;
        }
        .customer-reviews-swiper .swiper-pagination-bullet-active {
            background-color: var(--color-primary);
            opacity: 1;
        }

        /* --- 【日本包車常見問題 (FAQ) 區塊 CSS】 --- */
        .faq-section {
            padding-top: 5rem;
            padding-bottom: 5rem;
            background-color: #FFFFFF;
        }
        .faq-section h3.main-question {
            font-family: var(--font-serif);
            font-size: 1.5rem;
            font-weight: 700;
        }
        /* Q1 比較表格樣式 */
        .comparison-table {
            border: 1px solid #dee2e6;
            border-radius: 8px;
            overflow: hidden;
        }
        .comp-table-header {
            display: flex;
            border-bottom: 1px solid #dee2e6;
        }
        .comp-table-row {
            display: flex;
        }
        .comp-table-row + .comp-table-row {
            border-top: 1px solid #dee2e6;
        }
        /* 斑馬紋 */
        .faq-section .comp-table-row:nth-of-type(odd) {
            background-color: var(--color-background);
        }
        .faq-section .comp-table-row:nth-of-type(even) {
            background-color: #ffffff;
        }
        .comp-table-category-spacer {
            flex: 0 0 120px;
            border-right: 1px solid #dee2e6;
        }
        .comp-table-header .comp-table-cell {
            flex: 1;
            padding: 1rem;
            font-weight: 700;
            font-size: 1.1rem;
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
        .comp-table-header .comp-table-cell.green { 
            border-right: 1px solid #dee2e6;
        }
        .comp-table-header .plate-image {
            height: 60px;
            width: auto;
            max-width: 90%;
            margin-top: 0.5rem;
        }
        .comp-table-header .green { color: #155724; background-color: #d4edda; }
        .comp-table-header .white { color: #721c24; background-color: #f8d7da; }

        .comp-table-category {
            flex: 0 0 120px;
            padding: 1rem;
            font-weight: 700;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            border-right: 1px solid #dee2e6;
            font-family: var(--font-sans);
        }
        .comp-table-cell {
            flex: 1;
            padding: 1rem;
        }
        .comp-table-cell.green {
            border-right: 1px solid #dee2e6;
        }
        .comp-table-cell p {
            margin: 0;
            font-size: 0.95rem;
            line-height: 1.7;
        }

        /* Q2-Q6 手風琴樣式 */
        .faq-accordion-container {
            margin-top: 2rem;
        }
        .faq-section details {
            border: 1px solid #e9ecef;
            border-radius: 8px;
            margin-bottom: 15px;
            overflow: hidden;
            background-color: #fff;
            transition: border-color 0.3s;
        }
        .faq-section details:hover {
            border-color: #ccc;
        }
        .faq-section summary {
            padding: 1rem 1.5rem;
            font-weight: 700;
            font-size: 1.1rem;
            cursor: pointer;
            list-style: none;
            position: relative;
            font-family: var(--font-sans);
            color: var(--color-text);
            transition: background-color 0.2s ease;
        }
        .faq-section summary::-webkit-details-marker { display: none; }
        .faq-section summary::after {
            content: '+';
            position: absolute;
            right: 25px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 1.5em;
            font-weight: 400;
            color: var(--color-primary);
            transition: transform 0.3s ease;
        }
        .faq-section details[open] > summary::after {
            transform: translateY(-50%) rotate(45deg);
        }
        .faq-section details[open] > summary {
            color: var(--color-primary);
            background-color: var(--color-background);
        }
        .faq-section .answer {
            padding: 0 1.5rem 1.5rem 1.5rem;
            line-height: 1.8;
            border-top: 1px solid #e9ecef;
            margin: 1rem 1.5rem 0;
            padding-top: 1.5rem;
        }
        .faq-section .answer ul { padding-left: 20px; margin-top: 10px; margin-bottom: 10px; }
        .faq-section .answer li { margin-bottom: 8px; }
        .faq-section .answer strong { color: #343a40; font-weight: 700; }
        .faq-section .answer .highlight { color: #c82333; font-weight: bold; }


        /* --- 【響應式設計：手機版樣式】 --- */
        @media (max-width: 767.98px) {
            /* FAQ 響應式樣式 */
            .faq-section { 
                padding-top: 3rem; 
                padding-bottom: 3rem; 
            }
            .faq-section h3.main-question { 
                font-size: 1.3rem; 
            }
            .comp-table-header .comp-table-cell { 
                font-size: 1rem; 
            }
            .comp-table-header .plate-image { 
                height: 50px; 
            }
            .comp-table-category-spacer {
                flex: 0 0 45px;
            }
            .comp-table-row {
                align-items: stretch; /* 讓儲存格等高 */
            }
            .comp-table-category {
                flex: 0 0 45px; /* 垂直文字的窄寬度 */
                font-size: 0.9rem;
                writing-mode: vertical-lr; /* 垂直文字 */
                text-orientation: mixed;
                letter-spacing: 0.2em;
            }
            .comp-table-cell, .comp-table-category { 
                padding: 0.75rem; 
            }
            .comp-table-cell p { 
                font-size: 0.9rem; 
            }
            
            .faq-section summary { 
                font-size: 1rem; 
                padding: 0.8rem 1rem; 
            }
            .faq-section summary::after { 
                right: 15px; 
            }
            .faq-section .answer { 
                margin-left: 1rem; 
                margin-right: 1rem; 
                padding: 1rem 0 0.5rem 0; 
            }
        }


    /* --- Itinerary Modules Section CSS --- */
    .itinerary-modules-section {
        padding: 80px 0;
        background-color: #fff;
    }
    .badge.bg-gold {
        background-color: #B48C36;
        color: white;
    }
    .btn-golden {
        background: linear-gradient(45deg, #B48C36, #D8AB4E);
        color: white;
        border: none;
    }
    .btn-golden:hover {
        background: linear-gradient(45deg, #a37c2e, #c69b45);
        color: white;
        transform: translateY(-2px);
    }
    
    /* Director Note Card */
    .director-note-card {
        background: #fdfbf7;
        border: 1px solid #eaddcf;
        border-radius: 8px;
        overflow: hidden;
    }
    .director-note-card .note-header {
        background: #f3eadd;
        color: #8c6b3e;
        padding: 12px 20px;
        font-weight: bold;
        border-bottom: 1px solid #eaddcf;
        letter-spacing: 1px;
    }
    .director-note-card .note-body {
        padding: 25px;
    }
    
    /* Custom Accordion */
    .custom-accordion .accordion-item {
        border: none;
        border-radius: 8px;
        margin-bottom: 15px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.03);
        overflow: hidden;
    }
    .custom-accordion .accordion-button {
        background-color: #fff;
        color: #333;
        font-weight: 500;
        padding: 20px;
        border: 1px solid #eee;
    }
    .custom-accordion .accordion-button:not(.collapsed) {
        color: #B48C36;
        background-color: #fcfcfc;
        box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
    }
    .custom-accordion .accordion-button:focus {
        box-shadow: none;
        border-color: #B48C36;
    }
    .custom-accordion .accordion-body {
        background-color: #fafafa;
        border: 1px solid #eee;
        border-top: none;
        padding: 25px;
    }
    .day-plan {
        position: relative;
        padding-left: 20px;
        border-left: 2px solid #ddd;
    }
    .day-plan .day-title {
        color: #B48C36;
        font-weight: bold;
        font-size: 1.1rem;
        margin-bottom: 10px;
    }
    
    @media (max-width: 768px) {
        .director-note-card .note-body {
            padding: 15px;
        }
        .border-end-md {
            border-right: none !important;
            border-bottom: 1px solid #eee;
            padding-bottom: 15px;
            margin-bottom: 15px;
        }
    }


    /* 客戶評價區塊樣式 */
    .customer-reviews-section {
        padding: 80px 0;
        background-color: #f8f9fa;
    }

    .review-card {
        background: white;
        border-radius: 12px;
        padding: 30px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.08);
        margin: 15px;
        height: 100%;
    }

    .review-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
    }

    .review-name {
        font-size: 18px;
        margin: 0;
        color: var(--primary-color);
    }

    .review-stars {
        color: #ffc107;
    }

    .review-text {
        margin-bottom: 20px;
    }

    .review-text-image {
        width: 100%;
        height: 200px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 8px;
        margin-bottom: 15px;
    }

    .review-trip {
        display: block;
        font-size: 14px;
        color: #6c757d;
    }

    /* FAQ 區塊樣式 */
    .faq-section {
        padding: 80px 0;
        background-color: white;
    }

    .qa-item-static {
        background: #f8f9fa;
        border-radius: 12px;
        padding: 30px;
        margin-bottom: 40px;
    }

    .comparison-table {
        margin-top: 30px;
        border: 1px solid #dee2e6;
        border-radius: 8px;
        overflow: hidden;
    }

    .comp-table-header {
        display: grid;
        grid-template-columns: 150px 1fr 1fr;
        background: #f8f9fa;
    }

    .comp-table-cell {
        padding: 15px;
        border: 1px solid #dee2e6;
    }

    .comp-table-cell.green {
        background-color: #e8f5e9;
    }

    .comp-table-cell.white {
        background-color: #fff;
    }

    .plate-image {
        width: 100%;
        max-width: 200px;
        height: auto;
        margin-top: 10px;
        border-radius: 4px;
    }

    .comp-table-row {
        display: grid;
        grid-template-columns: 150px 1fr 1fr;
    }

    .comp-table-category {
        padding: 15px;
        background: #f8f9fa;
        font-weight: bold;
        border: 1px solid #dee2e6;
    }

    details {
        background: white;
        border: 1px solid #dee2e6;
        border-radius: 8px;
        margin-bottom: 15px;
        overflow: hidden;
    }

    summary {
        padding: 20px;
        cursor: pointer;
        font-weight: bold;
        background: #f8f9fa;
        position: relative;
    }

    summary:hover {
        background: #e9ecef;
    }

    summary::marker {
        color: var(--primary-color);
    }

    .answer {
        padding: 20px;
        border-top: 1px solid #dee2e6;
    }

    .answer ul {
        padding-left: 20px;
        margin: 10px 0;
    }

    .highlight {
        color: var(--accent-color);
        font-weight: 500;
    }

    /* 響應式調整 */
    @media (max-width: 768px) {
        .comp-table-header,
        .comp-table-row {
            grid-template-columns: 100px 1fr 1fr;
        }

        .review-card {
            margin: 10px;
        }

        .review-text-image {
            height: 150px;
        }
    }

    @media (max-width: 576px) {
        .comp-table-header,
        .comp-table-row {
            display: flex;
            flex-direction: column;
        }

        .comp-table-cell,
        .comp-table-category {
            border-right: none;
            border-left: none;
        }

        .review-header {
            flex-direction: column;
            text-align: center;
        }

        .review-stars {
            margin-top: 10px;
        }
    }
