        /* ============================================
           秋季主题色彩系统 - Autumn Color Palette
           ============================================ */
        :root {
            --autumn-gold: #C68A2E;
            --autumn-amber: #D4A24C;
            --autumn-orange: #D4763A;
            --autumn-deep: #8B4513;
            --autumn-brown: #6B3A1F;
            --autumn-warm-bg: #FDF5E6;
            --autumn-cream: #f4f9fa;
            --autumn-light: #FAF0E0;
            --autumn-leaf: #C04F17;
            --autumn-sunset: #E8873A;
            --autumn-dark: #2C1810;
            --primary-black: #1A1008;
            --primary-white: #FFFDF8;
            --bg-warm: #F8EFE0;
            --text-dark: #3C2A14;
            --text-gray: #7A6A58;
            --card-bg: #FFFCF5;
            --tag-bg: #e9f4f7;
            --tag-text: #A06A20;
            --border-radius: 10px;
            --card-shadow: 0 10px 50px rgba(26, 70, 87, 0.08);
        }

        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        body {
            font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
            background-color: #d8e6eb;
            display: flex;
            justify-content: center;
            align-items: flex-start;
            min-height: 100vh;
            color: var(--text-dark);
            padding: 40px 0;
        }

        .mobile-container {
            width: 1191px;
            max-width: none;
            background-color: transparent;
            min-height: 100vh;
            box-shadow: none;
            overflow-x: visible;
            position: relative;
            transform-origin: top left;
            display: flex;
            flex-direction: column;
            gap: 50px;
        }

        .mobile-viewport-fit {
            width: 1191px;
            max-width: 100%;
            overflow: visible;
        }

        /* ============================================
           Section 1: Hero - 秋季封面
           ============================================ */
        .hero-section {
            width: 1191px;
            height: 1684px;
            min-height: 1684px;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: center;
            text-align: center;
            background-color: var(--bg-warm);
            padding: 260px 40px 80px;
            border-radius: 0;
            box-shadow: 0 20px 60px rgba(26, 70, 87, 0.12);
            overflow: hidden;
            position: relative;
        }

        /* 秋叶装饰背景 */
        .hero-section::before {
            content: '🍂';
            position: absolute;
            top: 80px;
            left: 80px;
            font-size: 120px;
            opacity: 0.15;
            transform: rotate(-15deg);
        }

        .hero-section::after {
            content: '🍁';
            position: absolute;
            bottom: 120px;
            right: 80px;
            font-size: 150px;
            opacity: 0.12;
            transform: rotate(20deg);
        }

        .hero-season-tag {
            display: inline-block;
            background: linear-gradient(135deg, var(--autumn-gold), var(--autumn-orange));
            color: #fff;
            padding: 12px 40px;
            border-radius: 50px;
            font-size: 24px;
            font-weight: 700;
            letter-spacing: 6px;
            margin-bottom: 40px;
            box-shadow: 0 8px 30px rgba(56, 120, 141, 0.3);
        }

        .main-title {
            font-size: 96px;
            font-weight: 800;
            margin-bottom: 30px;
            letter-spacing: 4px;
            color: var(--primary-black);
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
        }

        .subtitle {
            font-size: 32px;
            color: var(--text-gray);
            margin-bottom: 100px;
            font-weight: 300;
            letter-spacing: 2px;
        }

        .logo-area {
            margin-bottom: 60px;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
        }

        .logo-text {
            font-size: 52px;
            font-weight: 900;
            letter-spacing: 8px;
            color: var(--autumn-gold);
            position: relative;
            padding-bottom: 16px;
        }

        .logo-text::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 4px;
            background: linear-gradient(90deg, var(--autumn-gold), var(--autumn-orange));
            border-radius: 2px;
        }

        .cta-button {
            margin-top: 60px;
            display: inline-block;
            padding: 30px 100px;
            background: linear-gradient(135deg, var(--autumn-brown), var(--autumn-dark));
            color: var(--primary-white);
            text-decoration: none;
            font-size: 42px;
            border-radius: 60px;
            transition: all 0.3s ease;
            box-shadow: 0 12px 40px rgba(33, 69, 88, 0.3);
            letter-spacing: 4px;
        }

        .cta-button:hover {
            transform: translateY(-4px);
            box-shadow: 0 16px 50px rgba(33, 69, 88, 0.4);
        }

        .hero-date-info {
            margin-top: 40px;
            font-size: 26px;
            color: var(--text-gray);
            letter-spacing: 3px;
        }

        /* ============================================
           通用头部
           ============================================ */
        .section-header {
            margin-bottom: 40px;
        }

        .section-header h2 {
            font-size: 64px;
            font-weight: 800;
            margin-bottom: 15px;
            color: var(--text-dark);
        }

        .section-subtitle {
            font-size: 24px;
            color: var(--autumn-gold);
            text-transform: uppercase;
            letter-spacing: 2px;
            font-weight: 600;
        }

        /* ============================================
           Section 2: Story - 品牌故事
           ============================================ */
        .story-section {
            width: 1191px;
            height: 1684px;
            min-height: 1684px;
            padding: 100px 60px 80px;
            background-color: var(--bg-warm);
            border-radius: 0;
            box-shadow: 0 20px 60px rgba(26, 70, 87, 0.08);
            overflow: hidden;
            display: flex;
            flex-direction: column;
        }

        .story-content {
            display: flex;
            flex-direction: column;
            gap: 30px;
            flex-grow: 1;
        }

        .story-text p {
            font-size: 28px;
            line-height: 1.8;
            color: #4b6573;
            margin-bottom: 25px;
            text-align: justify;
        }

        .story-image {
            width: 100%;
            border-radius: 6px;
            overflow: hidden;
            box-shadow: 0 15px 60px rgba(26, 70, 87, 0.2), 0 5px 20px rgba(26, 70, 87, 0.1);
            margin-top: 20px;
            flex-grow: 1;
            position: relative;
            min-height: 300px;
            max-height: 850px;
        }

        .story-image::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 120px;
            background: linear-gradient(to top, rgba(44, 24, 16, 0.25), transparent);
            pointer-events: none;
            z-index: 1;
        }

        .story-image img {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
            object-position: center 40%;
        }

        /* ============================================
           Section 3: Highlights - 行程亮点
           ============================================ */
        .highlights-section {
            width: 1191px;
            height: 1684px;
            min-height: 1684px;
            padding: 80px 60px 60px;
            background-color: var(--bg-warm);
            border-radius: 0;
            box-shadow: 0 20px 60px rgba(26, 70, 87, 0.08);
            overflow: hidden;
            display: flex;
            flex-direction: column;
        }

        .highlights-header {
            margin-bottom: 30px;
        }

        .highlights-header h2 {
            font-size: 72px;
            font-weight: 900;
            color: var(--text-dark);
            margin-bottom: 12px;
        }

        .highlights-sub {
            font-size: 28px;
            color: var(--autumn-gold);
            font-weight: 500;
        }

        .highlights-grid {
            flex: 1;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            grid-template-rows: repeat(3, 1fr);
            gap: 30px 40px;
            min-height: 0;
        }

        .highlight-card {
            display: flex;
            flex-direction: column;
            align-items: center;
            min-height: 0;
        }

        .highlight-img-wrap {
            width: 100%;
            flex: 1;
            border-radius: 6px;
            overflow: hidden;
            min-height: 0;
            box-shadow: 0 8px 30px rgba(26, 70, 87, 0.12);
        }

        .highlight-img-wrap img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform 0.5s ease;
        }

        .highlight-card:hover .highlight-img-wrap img {
            transform: scale(1.05);
        }

        .highlight-name {
            margin-top: 14px;
            font-size: 30px;
            font-weight: 800;
            color: var(--autumn-gold);
            text-align: center;
            line-height: 1.3;
        }

        .highlight-text-desc {
            margin-top: 6px;
            font-size: 22px;
            color: var(--text-gray);
            text-align: center;
            line-height: 1.5;
        }

        /* ============================================
           Section 4: Trip Intro - 行程总览
           ============================================ */
        .trip-intro-section {
            width: 1191px;
            height: 1684px;
            min-height: 1684px;
            padding: 100px 80px 80px;
            background-color: var(--bg-warm);
            border-radius: 0;
            box-shadow: 0 20px 60px rgba(26, 70, 87, 0.08);
            overflow: hidden;
            display: flex;
            flex-direction: column;
        }

        .intro-title {
            font-size: 62px;
            font-weight: 900;
            color: var(--text-dark);
            text-align: center;
            line-height: 1.35;
            margin-bottom: 40px;
            letter-spacing: 2px;
        }

        .intro-desc-box {
            text-align: center;
            padding: 0 60px 40px;
            margin-bottom: 30px;
            border-bottom: 3px dashed var(--autumn-amber);
        }

        .intro-desc {
            font-size: 28px;
            color: var(--text-dark);
            font-weight: 500;
            line-height: 1.9;
        }

        .intro-cards {
            flex: 1;
            display: flex;
            flex-direction: column;
            gap: 24px;
            min-height: 0;
            justify-content: center;
        }

        .intro-card {
            background: var(--card-bg);
            border-radius: 10px;
            padding: 36px 44px;
            box-shadow: 0 4px 20px rgba(26, 70, 87, 0.06);
            border-left: 5px solid var(--autumn-gold);
        }

        .intro-card-header {
            display: flex;
            align-items: center;
            gap: 18px;
            margin-bottom: 14px;
        }

        .intro-card-icon {
            width: 52px;
            height: 52px;
            border-radius: 10px;
            background: linear-gradient(135deg, #e9f4f7, #d4e8ee);
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .intro-card-icon i {
            font-size: 24px;
            color: var(--autumn-gold);
        }

        .intro-card-title {
            font-size: 34px;
            font-weight: 800;
            color: var(--text-dark);
        }

        .intro-card-text {
            font-size: 26px;
            color: #4b6573;
            font-weight: 500;
            line-height: 1.7;
            padding-left: 70px;
        }

        /* ============================================
           Section: Route Map - 行程地图
           ============================================ */
        .route-map-section {
            width: 1191px;
            height: 1684px;
            min-height: 1684px;
            padding: 80px 60px;
            background-color: var(--bg-warm);
            border-radius: 0;
            box-shadow: 0 20px 60px rgba(26, 70, 87, 0.08);
            overflow: hidden;
            display: flex;
            flex-direction: column;
        }

        .route-map-card {
            flex: 1;
            background-color: var(--card-bg);
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 10px 40px rgba(26, 70, 87, 0.06);
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }

        .route-map-img-wrap {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .route-map-img-wrap img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
            border-radius: 6px;
        }

        .route-map-legend {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 60px;
            margin-top: 40px;
            padding: 20px 0;
        }

        .legend-item {
            display: flex;
            align-items: center;
            gap: 14px;
        }

        .legend-dot {
            width: 22px;
            height: 22px;
            border-radius: 50%;
            flex-shrink: 0;
        }

        .legend-dot-black {
            background-color: #3A3A3A;
        }

        .legend-dot-green {
            background-color: #5DAA68;
        }

        .legend-dot-gold {
            background-color: var(--autumn-gold);
        }

        .legend-text {
            font-size: 28px;
            font-weight: 700;
            color: var(--text-dark);
        }

        /* ============================================
           Section 5: Itinerary Overview - 行程简介
           ============================================ */
        .itinerary-section {
            width: 1191px;
            height: 1684px;
            min-height: 1684px;
            padding: 100px 60px;
            background-color: var(--bg-warm);
            border-radius: 0;
            box-shadow: 0 20px 60px rgba(26, 70, 87, 0.08);
            overflow: hidden;
            display: flex;
            flex-direction: column;
        }

        .itinerary-list {
            display: flex;
            flex-direction: column;
            gap: 40px;
            flex-grow: 1;
            justify-content: space-around;
            padding: 20px 0;
        }

        .itinerary-item {
            display: flex;
            gap: 40px;
            align-items: flex-start;
        }

        .day-badge {
            background: linear-gradient(135deg, var(--autumn-brown), var(--autumn-dark));
            color: var(--primary-white);
            padding: 10px 20px;
            border-radius: 20px;
            font-weight: bold;
            font-size: 24px;
            white-space: nowrap;
            min-width: 120px;
            text-align: center;
            margin-top: 10px;
        }

        .itinerary-content {
            flex-grow: 1;
            background-color: #fff;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 4px 15px rgba(26, 70, 87, 0.06);
        }

        .itinerary-meta {
            display: flex;
            gap: 40px;
            margin-bottom: 15px;
            font-size: 24px;
            color: var(--text-gray);
            font-weight: 500;
        }

        .itinerary-meta i {
            color: var(--autumn-gold);
            margin-right: 10px;
        }

        .itinerary-route {
            font-size: 28px;
            line-height: 1.5;
            color: var(--text-dark);
            font-weight: bold;
        }

        /* ============================================
           Section 6: Day Detail - 每日行程
           ============================================ */
        .day-detail-section {
            width: 1191px;
            height: 1684px;
            min-height: 1684px;
            padding: 80px 60px;
            background-color: var(--bg-warm);
            border-radius: 0;
            box-shadow: 0 20px 60px rgba(26, 70, 87, 0.08);
            overflow: hidden;
            display: flex;
            flex-direction: column;
            position: relative;
        }

        .day-detail-section[data-day-num="02"] {
            height: 1850px;
            min-height: 1850px;
        }

        .day-detail-section[data-day-num="05"] {
            height: 1800px;
            min-height: 1800px;
        }

        .day-detail-section::before {
            content: attr(data-day-num);
            position: absolute;
            top: -50px;
            right: -20px;
            font-size: 400px;
            font-weight: 900;
            color: rgba(56, 120, 141, 0.06);
            z-index: 0;
            pointer-events: none;
        }

        .day-detail-header {
            margin-bottom: 50px;
            position: relative;
            z-index: 1;
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
        }

        .header-left {
            flex-grow: 1;
        }

        .day-tag {
            display: inline-block;
            background: linear-gradient(135deg, var(--autumn-brown), var(--autumn-dark));
            color: #fff;
            padding: 10px 30px;
            border-radius: 50px;
            font-weight: 800;
            font-size: 24px;
            letter-spacing: 2px;
            margin-bottom: 20px;
            text-transform: uppercase;
        }

        .day-route-title {
            font-size: 72px;
            font-weight: 900;
            line-height: 1.1;
            color: var(--primary-black);
            margin-bottom: 20px;
            letter-spacing: -1px;
        }

        .day-route-meta {
            display: flex;
            align-items: center;
            gap: 20px;
            margin-bottom: 25px;
            font-size: 40px;
            color: #4b6573;
            font-weight: 600;
        }

        .route-info {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .route-info i {
            color: var(--autumn-gold);
            font-size: 28px;
        }

        .route-divider {
            color: #d8e6eb;
            font-weight: 300;
        }

        .day-route-subtitle {
            font-size: 32px;
            color: var(--text-gray);
            font-weight: 400;
            background-color: rgba(255, 252, 245, 0.55);
            padding: 15px 26px;
            border: 2px solid #dfeaf0;
            border-radius: 10px;
            display: inline-flex;
            align-items: center;
            box-shadow: none;
        }

        .detail-trip-meta-item {
            display: inline-flex;
            align-items: center;
            gap: 12px;
        }

        .detail-trip-meta-item i {
            color: var(--autumn-brown);
            font-size: 0.92em;
        }

        .subtitle-divider {
            color: var(--autumn-gold);
            margin: 0 10px;
            font-weight: bold;
        }

        .day-detail-body {
            display: flex;
            flex-direction: column;
            gap: 40px;
            flex-grow: 1;
            z-index: 1;
            padding-bottom: 20px;
        }

        .detail-text-card {
            background-color: transparent;
            border-radius: 10px;
            padding: 0;
            box-shadow: none;
            border: none;
        }

        .detail-text-card p {
            font-size: 28px;
            line-height: 1.8;
            color: #4b6573;
            margin-bottom: 25px;
            text-align: justify;
        }

        .detail-text-card .highlight-autumn {
            color: var(--autumn-gold);
            font-weight: 800;
        }

        .tip-text {
            background-color: var(--card-bg);
            padding: 20px 30px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            gap: 20px;
            font-size: 35px;
            color: var(--text-gray);
            margin-top: 10px;
            border-left: 4px solid var(--autumn-gold);
        }

        .tip-text i {
            color: var(--autumn-gold);
            font-size: 32px;
        }

        .detail-gallery-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            grid-template-rows: repeat(2, 1fr);
            gap: 30px;
            height: 700px;
        }

        .gallery-item {
            border-radius: 6px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(26, 70, 87, 0.12);
            position: relative;
            height: 100%;
            background: linear-gradient(135deg, #e4f0f4, #c9dde6);
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .gallery-item i {
            font-size: 60px;
            color: var(--autumn-gold);
            opacity: 0.3;
        }

        .gallery-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s ease;
        }

        .gallery-item:hover img {
            transform: scale(1.05);
        }

        /* ============================================
           Section: Tickets - 门票娱乐
           ============================================ */
        .tickets-section {
            width: 1191px;
            height: 1684px;
            min-height: 1684px;
            padding: 80px 60px;
            background-color: var(--bg-warm);
            border-radius: 0;
            box-shadow: 0 20px 60px rgba(26, 70, 87, 0.08);
            overflow: hidden;
            display: flex;
            flex-direction: column;
        }

        .tickets-intro-card {
            background: linear-gradient(135deg, var(--autumn-brown), var(--autumn-dark));
            color: #fff;
            border-radius: 10px;
            padding: 40px 50px;
            display: flex;
            align-items: center;
            gap: 30px;
            box-shadow: 0 10px 40px rgba(33, 69, 88, 0.2);
            margin-bottom: 35px;
        }

        .tickets-intro-icon {
            font-size: 50px;
            color: var(--autumn-gold);
            background-color: rgba(255, 255, 255, 0.1);
            width: 100px;
            height: 100px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .tickets-intro-text h3 {
            font-size: 34px;
            margin-bottom: 10px;
            color: #fff;
            font-weight: 800;
        }

        .tickets-intro-text p {
            font-size: 22px;
            line-height: 1.5;
            color: #c9dde6;
        }

        .tickets-list-container {
            background-color: var(--card-bg);
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 10px 40px rgba(26, 70, 87, 0.06);
            border: 2px solid #dfeaf0;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
        }

        .tickets-list-header {
            display: grid;
            grid-template-columns: 60px 1fr 280px 130px;
            padding: 22px 40px;
            background: linear-gradient(135deg, var(--autumn-brown), var(--autumn-dark));
            color: #fff;
            font-size: 24px;
            font-weight: 800;
            letter-spacing: 1px;
            align-items: center;
        }

        .tickets-list-header span:last-child {
            text-align: center;
        }

        .ticket-row {
            display: grid;
            grid-template-columns: 60px 1fr 280px 130px;
            padding: 22px 40px;
            align-items: center;
            border-bottom: 2px solid #edf4f6;
            transition: background-color 0.2s ease;
        }

        .ticket-row:last-child {
            border-bottom: none;
        }

        .ticket-row:nth-child(even) {
            background-color: #f4f9fa;
        }

        .ticket-row:hover {
            background-color: #e9f4f7;
        }

        .ticket-row-icon {
            font-size: 28px;
            width: 46px;
            height: 46px;
            border-radius: 10px;
            background: linear-gradient(135deg, #e9f4f7, #d4e8ee);
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .ticket-row-name {
            font-size: 28px;
            font-weight: 700;
            color: var(--text-dark);
            padding-left: 10px;
        }

        .ticket-row-desc {
            font-size: 28px;
            color: #4b6573;
            font-weight: 600;
        }

        .ticket-row-price {
            font-size: 30px;
            font-weight: 900;
            color: var(--autumn-gold);
            font-family: 'Arial', sans-serif;
            text-align: center;
        }

        .ticket-row-badge {
            text-align: center;
        }

        .badge-included {
            display: inline-block;
            background: linear-gradient(135deg, var(--autumn-gold), var(--autumn-orange));
            color: #fff;
            padding: 6px 20px;
            border-radius: 50px;
            font-size: 20px;
            font-weight: 700;
        }

        .badge-optional {
            display: inline-block;
            background-color: #dfeaf0;
            color: var(--text-gray);
            padding: 6px 20px;
            border-radius: 50px;
            font-size: 20px;
            font-weight: 700;
        }

        .tickets-footer-note {
            margin-top: 25px;
            background-color: var(--card-bg);
            border-radius: 10px;
            padding: 25px 40px;
            display: flex;
            flex-direction: column;
            gap: 12px;
            box-shadow: 0 4px 15px rgba(26, 70, 87, 0.06);
        }

        .tickets-note-item {
            display: flex;
            align-items: flex-start;
            gap: 15px;
            font-size: 22px;
            color: #4b6573;
            line-height: 1.5;
        }

        .tickets-note-item i {
            color: var(--autumn-gold);
            margin-top: 3px;
            flex-shrink: 0;
        }

        /* ============================================
           Section: Dining - 用餐安排
           ============================================ */
        .dining-section {
            width: 1191px;
            height: 1684px;
            min-height: 1684px;
            padding: 100px 60px;
            background-color: var(--bg-warm);
            border-radius: 0;
            box-shadow: 0 20px 60px rgba(26, 70, 87, 0.08);
            overflow: hidden;
            display: flex;
            flex-direction: column;
        }

        .dining-content {
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            gap: 50px;
        }

        .meal-count-card {
            background: linear-gradient(135deg, var(--autumn-brown), var(--autumn-dark));
            color: #fff;
            border-radius: 10px;
            padding: 50px;
            display: flex;
            justify-content: space-around;
            align-items: center;
            box-shadow: 0 20px 50px rgba(33, 69, 88, 0.2);
        }

        .meal-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 10px;
        }

        .meal-icon {
            font-size: 50px;
            color: var(--autumn-gold);
            margin-bottom: 10px;
        }

        .meal-info {
            display: flex;
            align-items: baseline;
            gap: 10px;
        }

        .meal-num {
            font-size: 80px;
            font-weight: 900;
            line-height: 1;
        }

        .meal-label {
            font-size: 32px;
            opacity: 0.8;
        }

        .meal-divider {
            width: 2px;
            height: 80px;
            background-color: rgba(255, 255, 255, 0.2);
        }

        .dining-details-card {
            background-color: #fff;
            border-radius: 10px;
            padding: 60px;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            gap: 60px;
            box-shadow: 0 4px 15px rgba(26, 70, 87, 0.06);
        }

        .special-meal {
            background-color: var(--card-bg);
            padding: 40px;
            border-radius: 10px;
            border: 2px dashed var(--autumn-gold);
        }

        .special-meal h3 {
            font-size: 36px;
            color: var(--text-dark);
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .special-meal h3 i {
            color: var(--autumn-gold);
        }

        .special-meal p {
            font-size: 30px;
            color: #4b6573;
            line-height: 1.6;
        }

        .dining-policy h3 {
            font-size: 36px;
            color: var(--text-dark);
            margin-bottom: 30px;
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .dining-policy h3 i {
            color: var(--autumn-gold);
        }

        .policy-text {
            font-size: 28px;
            color: #4b6573;
            line-height: 1.8;
            text-align: justify;
        }

        .policy-text p {
            margin-bottom: 30px;
        }

        .policy-text ul {
            list-style: none;
            display: grid;
            grid-template-columns: 1fr;
            gap: 25px;
        }

        .policy-text li {
            display: flex;
            align-items: flex-start;
        }

        .policy-text li strong {
            color: var(--text-dark);
            font-weight: 800;
            margin-right: 10px;
            white-space: nowrap;
        }

        /* ============================================
           Section: Hotels - 酒店住宿
           ============================================ */
        .hotel-section {
            width: 1191px;
            height: 1684px;
            min-height: 1684px;
            padding: 80px 60px;
            background-color: var(--bg-warm);
            border-radius: 0;
            box-shadow: 0 20px 60px rgba(26, 70, 87, 0.08);
            overflow: hidden;
            display: flex;
            flex-direction: column;
        }

        .hotel-content-grid {
            display: flex;
            flex-direction: column;
            gap: 24px;
            flex-grow: 1;
        }

        .hotel-region-card {
            background-color: rgba(255, 252, 245, 0.72);
            border-radius: 10px;
            padding: 32px 36px;
            border: 1.5px solid rgba(198, 138, 46, 0.36);
            display: flex;
            flex-direction: column;
            gap: 26px;
            transition: transform 0.3s ease;
        }

        .hotel-region-card:hover {
            transform: translateY(-2px);
            border-color: rgba(56, 120, 141, 0.52);
            box-shadow: 0 12px 32px rgba(26, 70, 87, 0.06);
        }

        .region-header {
            display: flex;
            align-items: center;
            gap: 18px;
            --region-title-size: 40px;
            --region-icon-size: 42px;
        }

        .region-header i,
        .region-header .svg-icon,
        .region-header .inline-svg-icon {
            width: var(--region-icon-size);
            height: var(--region-icon-size);
            font-size: var(--region-icon-size);
            color: var(--autumn-gold);
            stroke: currentColor;
            flex: 0 0 var(--region-icon-size);
            display: inline-block;
        }

        .region-header .inline-svg-icon {
            overflow: visible;
        }

        .region-header .inline-svg-icon path {
            fill: none;
            stroke: currentColor;
            stroke-width: 2.8;
            stroke-linecap: round;
            stroke-linejoin: round;
            vector-effect: non-scaling-stroke;
        }

        .region-header h3 {
            font-size: var(--region-title-size);
            line-height: 1.2;
            font-weight: 900;
            color: var(--autumn-dark);
        }

        .hotel-list {
            list-style: none;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 18px 34px;
        }

        .hotel-list li {
            min-width: 0;
        }

        .hotel-link {
            width: 100%;
            min-height: 84px;
            border: 1.5px solid rgba(198, 138, 46, 0.38);
            border-radius: 10px;
            background: rgba(255, 253, 248, 0.72);
            color: var(--autumn-dark);
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 20px;
            padding: 0 38px 0 42px;
            font: inherit;
            text-align: left;
            cursor: pointer;
            transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
        }

        .hotel-link span {
            min-width: 0;
            font-size: 34px;
            line-height: 1.25;
            font-weight: 800;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .hotel-link i {
            color: var(--autumn-gold);
            font-size: 28px;
            flex-shrink: 0;
        }

        .hotel-link:hover,
        .hotel-link:focus-visible {
            outline: none;
            border-color: rgba(56, 120, 141, 0.7);
            background-color: rgba(255, 248, 238, 0.96);
            transform: translateY(-1px);
        }

        .hotel-footer-note {
            margin-top: 20px;
            text-align: center;
            font-size: 28px;
            color: #52707e;
            background-color: rgba(255, 252, 245, 0.72);
            padding: 22px 30px;
            border-radius: 10px;
            border: 1px solid rgba(56, 120, 141, 0.20);
            line-height: 1.8;
        }

        .hotel-footer-note i {
            color: var(--autumn-gold);
            font-size: 22px;
            margin-right: 6px;
        }

        .hotel-modal-open {
            overflow: hidden;
            position: fixed;
            left: 0;
            right: 0;
            width: 100%;
        }

        .hotel-modal {
            position: fixed;
            inset: 0;
            z-index: 1000;
            display: none;
            align-items: center;
            justify-content: center;
            padding: 32px;
            overscroll-behavior: contain;
        }

        .hotel-modal.show {
            display: flex;
        }

        .hotel-modal-backdrop {
            position: absolute;
            inset: 0;
            background: rgba(18, 16, 14, 0.58);
        }

        .hotel-modal-panel {
            position: relative;
            z-index: 1;
            width: min(1720px, calc(100vw - 48px));
            height: min(88vh, 900px);
            max-height: min(88vh, 900px);
            overflow: hidden;
            background: #fff;
            border-radius: 10px;
            box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
            display: grid;
            grid-template-columns: minmax(0, 4fr) minmax(520px, 2.05fr);
            grid-template-rows: auto minmax(0, 1fr);
            overscroll-behavior: contain;
        }

        .hotel-modal-close {
            position: absolute;
            z-index: 3;
            right: 18px;
            top: 18px;
            width: 48px;
            height: 48px;
            border: 0;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.94);
            color: #202124;
            font-size: 22px;
            display: grid;
            place-items: center;
            cursor: pointer;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
        }

        .hotel-modal-hero {
            position: relative;
            grid-column: 1;
            grid-row: 1 / span 2;
            height: 100%;
            overflow: hidden;
            background: #f1f6f8;
            border-radius: 10px 0 0 10px;
            flex: 0 0 auto;
            align-self: stretch;
            justify-self: stretch;
        }

        .hotel-hero-gallery {
            display: none;
        }

        .hotel-swipe-hint {
            display: none;
        }

        .hotel-hero-nav {
            position: absolute;
            top: 50%;
            z-index: 2;
            display: none;
            width: 54px;
            height: 92px;
            border: 0;
            border-radius: 999px;
            background: rgba(0, 0, 0, 0.18);
            color: rgba(255, 255, 255, 0.92);
            font-size: 28px;
            place-items: center;
            cursor: pointer;
            opacity: 0.72;
            transform: translateY(-50%);
            transition: opacity 0.18s ease, background 0.18s ease, transform 0.18s ease;
        }

        .hotel-modal.can-swipe .hotel-hero-nav {
            display: grid;
        }

        .hotel-hero-nav:hover {
            opacity: 1;
            background: rgba(0, 0, 0, 0.32);
            transform: translateY(-50%) scale(1.03);
        }

        .hotel-hero-prev {
            left: 20px;
        }

        .hotel-hero-next {
            right: 20px;
        }

        .hotel-modal-hero img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .hotel-modal.no-hero-image .hotel-modal-hero img {
            display: none;
        }

        .hotel-modal.no-hero-image .hotel-modal-hero {
            min-height: 100%;
            background: linear-gradient(135deg, #c9dde6, #6B3A1F);
        }

        .hotel-modal-hero-fallback {
            position: absolute;
            inset: 0;
            display: grid;
            place-items: center;
            color: rgba(255, 255, 255, 0.42);
            font-size: 92px;
        }

        .hotel-modal:not(.no-hero-image) .hotel-modal-hero-fallback {
            display: none;
        }

        .hotel-modal-hero-shade {
            display: none;
        }

        .hotel-modal-title-block {
            position: static;
            grid-column: 2;
            grid-row: 1;
            color: #173a4d;
            padding: 34px 42px 20px 34px;
            background: #fff;
            border-bottom: 1px solid #e4edf1;
        }

        .hotel-modal-title-block h2 {
            font-size: clamp(28px, 2.7vw, 38px);
            line-height: 1.12;
            font-weight: 900;
            margin: 0 0 10px;
            text-shadow: none;
            letter-spacing: 0;
        }

        .hotel-modal-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
        }

        .hotel-modal-tags span {
            display: inline-flex;
            min-height: 28px;
            align-items: center;
            padding: 0 12px;
            border-radius: 8px;
            background: #f0f6f8;
            color: #446575;
            font-size: 15px;
            font-weight: 700;
        }

        .hotel-modal-body {
            grid-column: 2;
            grid-row: 2;
            min-height: 0;
            height: 100%;
            max-height: none;
            padding: 22px 34px 34px;
            overflow-y: auto;
            overflow-x: hidden;
            scrollbar-width: thin;
        }

        .hotel-modal-desc {
            margin: 0 0 22px;
            color: #5F6877;
            font-size: 17px;
            line-height: 1.72;
        }

        .hotel-photo-grid {
            display: flex;
            gap: 10px;
            overflow-x: auto;
            padding: 0 0 12px;
            margin: 0 0 18px;
            scrollbar-width: thin;
        }

        .hotel-photo-thumb {
            width: 128px;
            flex: 0 0 128px;
            aspect-ratio: 4 / 3;
            border: 2px solid #E5E7EB;
            border-radius: 6px;
            overflow: hidden;
            padding: 0;
            background: #eee;
            cursor: pointer;
        }

        .hotel-photo-thumb.active {
            border-color: #222;
            box-shadow: 0 0 0 2px rgba(34, 34, 34, 0.08);
        }

        .hotel-photo-thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .hotel-modal-section {
            margin-top: 22px;
        }

        .hotel-modal-section h3 {
            display: flex;
            align-items: center;
            gap: 10px;
            color: #111;
            font-size: 20px;
            font-weight: 900;
            margin-bottom: 12px;
        }

        .hotel-modal-section h3 span {
            width: 6px;
            height: 22px;
            border-radius: 99px;
            background: #111;
        }

        .hotel-facility-list {
            display: flex;
            flex-wrap: wrap;
            gap: 9px;
        }

        .hotel-facility-list span {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            min-height: 38px;
            padding: 0 13px;
            border-radius: 10px;
            background: #F4F4F4;
            color: #333;
            font-size: 16px;
        }

        .hotel-facility-list i {
            color: #222;
            font-size: 14px;
        }

        .hotel-facility-list b {
            font: inherit;
            font-weight: inherit;
        }

        .hotel-empty {
            padding: 24px;
            border-radius: 10px;
            background: #F8F8F8;
            color: #777;
            font-size: 20px;
            line-height: 1.6;
        }

        @keyframes hotelSwipeHint {
            0% {
                opacity: 0;
                transform: translateX(8px);
            }
            12% {
                opacity: 1;
            }
            28% {
                transform: translateX(0);
            }
            48% {
                transform: translateX(-14px);
            }
            66% {
                opacity: 1;
                transform: translateX(0);
            }
            100% {
                opacity: 0;
                transform: translateX(-18px);
            }
        }

        @keyframes hotelSwipeHintIcon {
            0%, 100% {
                transform: translateX(0);
            }
            50% {
                transform: translateX(-5px);
            }
        }

        @media (max-width: 760px) {
            .hotel-modal {
                align-items: flex-end;
                padding: 28px 0 0;
            }

            .hotel-modal-panel {
                width: 100%;
                height: calc(100vh - 28px);
                height: calc(100dvh - 28px);
                max-height: calc(100vh - 28px);
                max-height: calc(100dvh - 28px);
                min-height: 0;
                border-radius: 10px 10px 0 0;
                display: block;
                overflow-x: hidden;
                overflow-y: auto;
                -webkit-overflow-scrolling: touch;
                scrollbar-width: none;
            }

            .hotel-modal-panel::-webkit-scrollbar {
                display: none;
            }

            .hotel-modal-close {
                right: 16px;
                top: 16px;
                width: 52px;
                height: 52px;
                font-size: 22px;
            }

            .hotel-modal-hero {
                height: auto;
                overflow: visible;
                background: #fff;
                border-radius: 10px 10px 0 0;
            }

            .hotel-modal:not(.no-hero-image) .hotel-hero-gallery {
                display: flex;
                height: clamp(250px, 75vw, 340px);
                overflow-x: auto;
                overflow-y: hidden;
                scroll-snap-type: x mandatory;
                scroll-behavior: smooth;
                scrollbar-width: none;
                background: #f1f6f8;
                border-radius: 6px 6px 0 0;
            }

            .hotel-modal:not(.no-hero-image) .hotel-hero-gallery::-webkit-scrollbar {
                display: none;
            }

            .hotel-hero-slide {
                flex: 0 0 100%;
                height: 100%;
                scroll-snap-align: start;
                display: flex;
                align-items: center;
                justify-content: center;
                background: #f1f6f8;
            }

            .hotel-hero-slide img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center center;
                background: #f1f6f8;
            }

            .hotel-swipe-hint {
                position: absolute;
                z-index: 2;
                top: calc(clamp(250px, 75vw, 340px) - 52px);
                right: 16px;
                display: none;
                align-items: center;
                gap: 6px;
                height: 34px;
                padding: 0 12px;
                border-radius: 999px;
                background: rgba(255, 255, 255, 0.92);
                color: #173a4d;
                font-size: 13px;
                font-weight: 800;
                line-height: 1;
                box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
                pointer-events: none;
                opacity: 0;
                transform: translateX(8px);
            }

            .hotel-swipe-hint i {
                font-size: 12px;
                animation: hotelSwipeHintIcon 1.1s ease-in-out infinite;
            }

            .hotel-modal.can-swipe.show-swipe-hint .hotel-swipe-hint {
                display: inline-flex;
                animation: hotelSwipeHint 4.2s ease forwards;
            }

            .hotel-modal:not(.no-hero-image) > .hotel-modal-panel .hotel-modal-hero > #hotelModalImage {
                display: none;
            }

            .hotel-modal.no-hero-image .hotel-modal-hero {
                height: 260px;
            }

            .hotel-hero-nav {
                display: none !important;
            }

            .hotel-modal-hero-shade {
                display: none;
            }

            .hotel-modal-title-block {
                position: relative;
                left: auto;
                right: auto;
                bottom: auto;
                z-index: 2;
                margin-top: -18px;
                padding: 22px 18px 15px;
                color: #173a4d;
                background: #fff;
                border-radius: 10px 10px 0 0;
                border-bottom: 1px solid #dfe9ed;
                box-shadow: 0 -10px 24px rgba(15, 23, 42, 0.06);
            }

            .hotel-modal-title-block h2 {
                font-size: clamp(24px, 6.8vw, 30px);
                line-height: 1.16;
                margin-bottom: 7px;
                text-shadow: none;
                color: #2F333D;
            }

            .hotel-modal-tags {
                gap: 10px;
                align-items: center;
            }

            .hotel-modal-tags span {
                min-height: auto;
                font-size: 14px;
                line-height: 1.35;
                padding: 0;
                background: transparent;
                color: #5F6877;
                font-weight: 700;
                border-radius: 0;
            }

            .hotel-modal-tags span:first-child::before {
                content: "\f3c5";
                font-family: "Font Awesome 6 Free";
                font-weight: 900;
                margin-right: 5px;
                color: #6B7280;
            }

            .hotel-modal-body {
                padding: 16px 18px 30px;
                flex: none;
                overflow: visible;
                scrollbar-width: none;
            }

            .hotel-modal-body::-webkit-scrollbar {
                display: none;
            }

            .hotel-photo-grid {
                display: none;
            }

            .hotel-photo-grid::-webkit-scrollbar {
                display: none;
            }

            .hotel-photo-thumb {
                width: 92px;
                height: 64px;
                flex: 0 0 92px;
            }

            .hotel-modal-desc {
                font-size: 15px;
                line-height: 1.72;
                margin-bottom: 24px;
                color: #596170;
            }

            .hotel-modal-section {
                margin-top: 24px;
            }

            .hotel-modal-section h3 {
                font-size: 20px;
                margin-bottom: 16px;
                color: #111827;
            }

            .hotel-modal-section h3 span {
                width: 5px;
                height: 24px;
                background: #F59E0B;
            }

            .hotel-facility-list {
                display: grid;
                grid-template-columns: repeat(4, minmax(0, 1fr));
                gap: 8px;
            }

            .hotel-facility-list span {
                min-height: 56px;
                flex-direction: column;
                justify-content: center;
                gap: 4px;
                font-size: 13px;
                line-height: 1.2;
                padding: 6px 2px;
                text-align: center;
                border-radius: 9px;
                border: 1px solid #E5E7EB;
                background: #fff;
                color: #2F333D;
                box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
            }

            .hotel-facility-list i {
                width: auto;
                color: #F59E0B;
                font-size: 18px;
                text-align: center;
            }

        }

        @media (max-width: 520px) {
            .hotel-modal-hero {
                height: auto;
            }

            .hotel-modal-hero img {
                height: clamp(250px, 75vw, 330px);
            }

            .hotel-hero-slide img {
                height: 100%;
            }

            .hotel-modal:not(.no-hero-image) .hotel-hero-gallery {
                height: clamp(250px, 75vw, 330px);
            }

            .hotel-swipe-hint {
                top: calc(clamp(250px, 75vw, 330px) - 52px);
            }

            .hotel-modal-body {
                padding: 16px 16px 28px;
            }
        }

        /* ============================================
           Section: Transport - 交通安排
           ============================================ */
        .transport-section {
            width: 1191px;
            height: 1684px;
            min-height: 1684px;
            padding: 100px 60px;
            background-color: var(--bg-warm);
            border-radius: 0;
            box-shadow: 0 20px 60px rgba(26, 70, 87, 0.08);
            overflow: hidden;
            display: flex;
            flex-direction: column;
        }

        .transport-content {
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            gap: 40px;
        }

        .transport-intro-card {
            background: linear-gradient(135deg, var(--autumn-brown), var(--autumn-dark));
            color: #fff;
            border-radius: 10px;
            padding: 50px;
            display: flex;
            align-items: center;
            gap: 40px;
            box-shadow: 0 10px 40px rgba(33, 69, 88, 0.2);
        }

        .intro-icon {
            font-size: 80px;
            color: var(--autumn-gold);
            background-color: rgba(255, 255, 255, 0.1);
            width: 140px;
            height: 140px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .intro-text h3 {
            font-size: 40px;
            margin-bottom: 20px;
            color: #fff;
            font-weight: 800;
        }

        .intro-text p {
            font-size: 28px;
            line-height: 1.5;
            color: #c9dde6;
        }

        .vehicle-type-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            grid-template-rows: repeat(2, 1fr);
            gap: 30px;
            flex-grow: 1;
        }

        .vehicle-card {
            background-color: var(--card-bg);
            border-radius: 10px;
            padding: 40px;
            display: flex;
            align-items: center;
            gap: 30px;
            box-shadow: 0 10px 30px rgba(26, 70, 87, 0.06);
            transition: transform 0.3s ease;
        }

        .vehicle-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(26, 70, 87, 0.1);
        }

        .v-icon {
            font-size: 48px;
            color: var(--autumn-gold);
            background-color: #fff;
            width: 100px;
            height: 100px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .v-info {
            display: flex;
            flex-direction: column;
        }

        .v-group {
            font-size: 24px;
            color: var(--text-gray);
            margin-bottom: 5px;
            font-weight: bold;
            text-transform: uppercase;
        }

        .v-name {
            font-size: 32px;
            font-weight: 800;
            color: var(--text-dark);
        }

        .v-sub {
            font-size: 24px;
            color: var(--text-gray);
            margin-top: 5px;
        }

        /* ============================================
   Section: Early Bird Offer
   ============================================ */
.early-bird-section {
    width: 1191px;
    min-height: 1684px;
    padding: 100px 60px 110px;
    background: linear-gradient(180deg, #f0f7f9 0%, var(--bg-warm) 100%);
    border-radius: 0;
    box-shadow: 0 20px 60px rgba(26, 70, 87, 0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.early-bird-content { flex-grow: 1; display: flex; flex-direction: column; justify-content: center; gap: 48px; }
.early-bird-banner {
    width: calc(100% - 90px); margin: 0 auto 12px;
    background: linear-gradient(135deg, var(--autumn-brown), var(--autumn-dark));
    color: var(--primary-white); border-radius: 10px; padding: 58px 56px;
    text-align: center; box-shadow: 0 24px 70px rgba(44, 24, 16, 0.18);
}
.early-bird-banner h3 { font-size: 44px; line-height: 1.25; font-weight: 800; color: var(--primary-white); margin-bottom: 22px; }
.early-bird-banner p { font-size: 24px; line-height: 1.65; color: #c9dfe8; font-weight: 400; overflow-wrap: anywhere; }
.early-bird-card-list { display: flex; flex-direction: column; gap: 30px; width: calc(100% - 90px); margin: 0 auto; }
.early-bird-card {
    background: rgba(255, 253, 248, 0.96); border-radius: 10px; padding: 40px 46px;
    display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: 32px; align-items: center;
    border: 2px solid rgba(240, 228, 208, 0.85); box-shadow: 0 18px 56px rgba(26, 70, 87, 0.08);
}
.early-bird-card-main { min-width: 0; }
.early-bird-card-icon {
    width: 86px; height: 86px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
    background: #e9f4f7; color: var(--autumn-gold); font-size: 42px;
}
.early-bird-card-main h3 { font-size: 36px; line-height: 1.25; margin-bottom: 16px; color: var(--primary-black); font-weight: 800; }
.early-bird-card-body { font-size: 28px; line-height: 1.65; color: #58727e; font-weight: 400; overflow-wrap: anywhere; word-break: break-all; white-space: normal; }
.early-bird-card-body p { margin: 0; }
.early-bird-card-body p + p { margin-top: 8px; }
.early-bird-card-body strong { color: var(--primary-black); font-weight: 800; }
.early-bird-card-body ul { margin: 0; padding-left: 1.1em; }
.early-bird-card-body li { margin: 8px 0; }
.early-bird-highlight { color: var(--autumn-gold); font-weight: 800; }

/* ============================================
           Section: Price - 价格报价
           ============================================ */
        .price-section {
            width: 1191px;
            height: 1684px;
            min-height: 1684px;
            padding: 100px 60px;
            background-color: var(--bg-warm);
            border-radius: 0;
            box-shadow: 0 20px 60px rgba(26, 70, 87, 0.08);
            overflow: hidden;
            display: flex;
            flex-direction: column;
        }

        .price-content {
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            gap: 40px;
        }

        .price-table-container {
            background-color: var(--card-bg);
            border-radius: 10px;
            box-shadow: 0 10px 40px rgba(26, 70, 87, 0.06);
            overflow: hidden;
            border: 2px solid #dfeaf0;
            flex: 1;
            display: flex;
            flex-direction: column;
        }

        .price-table {
            width: 100%;
            border-collapse: collapse;
            font-size: 28px;
            flex: 1;
        }

        .price-table thead {
            background: linear-gradient(135deg, var(--autumn-brown), var(--autumn-dark));
            color: #fff;
        }

        .price-table th {
            padding: 35px 20px;
            text-align: center;
            font-weight: 800;
            font-size: 32px;
            letter-spacing: 2px;
        }

        .price-sub {
            font-size: 20px;
            font-weight: 400;
            opacity: 0.8;
            margin-left: 5px;
        }

        .price-table td {
            padding: 35px 20px;
            text-align: center;
            border-bottom: 2px solid #edf4f6;
            color: #4b6573;
        }

        .price-table tbody tr:last-child td {
            border-bottom: none;
        }

        .price-table tbody tr:nth-child(even) {
            background-color: #f4f9fa;
        }

        .date-col {
            font-weight: 600;
            color: var(--text-dark);
            font-size: 28px;
        }

        .price-col {
            font-family: 'Arial', sans-serif;
            font-weight: bold;
            font-size: 30px;
        }

        .highlight-price {
            color: var(--autumn-gold);
            font-size: 34px;
            font-weight: 900;
        }

        .price-notes-card {
            background-color: var(--card-bg);
            border-radius: 10px;
            padding: 50px;
            display: flex;
            flex-direction: column;
            gap: 30px;
            box-shadow: 0 10px 40px rgba(26, 70, 87, 0.06);
        }

        .note-item {
            display: flex;
            gap: 30px;
            align-items: flex-start;
        }

        .note-item i {
            font-size: 36px;
            color: var(--autumn-gold);
            background-color: #fff;
            width: 70px;
            height: 70px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            flex-shrink: 0;
            box-shadow: 0 5px 15px rgba(26, 70, 87, 0.06);
        }

        .note-text {
            font-size: 28px;
            line-height: 1.6;
            color: #4b6573;
            padding-top: 10px;
        }

        .note-text strong {
            color: var(--text-dark);
            font-weight: 800;
            margin-right: 10px;
        }

        /* ============================================
           Section: Booking - 预订流程
           ============================================ */
        .booking-section {
            width: 1191px;
            height: 1684px;
            min-height: 1684px;
            padding: 100px 60px;
            background-color: var(--bg-warm);
            border-radius: 0;
            box-shadow: 0 20px 60px rgba(26, 70, 87, 0.08);
            overflow: hidden;
            display: flex;
            flex-direction: column;
        }

        .booking-content {
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            gap: 60px;
        }

        .process-steps {
            display: flex;
            justify-content: space-between;
            align-items: center;
            background-color: #fff;
            padding: 40px 20px;
            border-radius: 10px;
            box-shadow: 0 4px 15px rgba(26, 70, 87, 0.06);
        }

        .step-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 15px;
        }

        .step-icon {
            width: 100px;
            height: 100px;
            background-color: var(--card-bg);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 40px;
            color: var(--autumn-gold);
            box-shadow: 0 10px 20px rgba(26, 70, 87, 0.06);
        }

        .step-text {
            font-size: 24px;
            font-weight: bold;
            color: var(--text-dark);
        }

        .step-arrow {
            color: #d8e6eb;
            font-size: 30px;
        }

        .highlight-step .step-icon {
            background: linear-gradient(135deg, var(--autumn-gold), var(--autumn-orange));
            color: #fff;
            box-shadow: 0 10px 30px rgba(56, 120, 141, 0.3);
        }

        .highlight-step .step-text {
            color: var(--autumn-gold);
        }

        .payment-details {
            display: flex;
            flex-direction: column;
            gap: 40px;
            flex-grow: 1;
        }

        .payment-card {
            border-radius: 10px;
            padding: 50px;
            box-shadow: 0 10px 40px rgba(26, 70, 87, 0.06);
        }

        .deposit-card {
            background-color: var(--card-bg);
            border: 2px solid #dfeaf0;
        }

        .payment-header {
            display: flex;
            align-items: center;
            gap: 20px;
            margin-bottom: 30px;
            border-bottom: 2px solid #dfeaf0;
            padding-bottom: 20px;
        }

        .payment-header i {
            font-size: 40px;
            color: var(--autumn-gold);
        }

        .payment-header h3 {
            font-size: 36px;
            font-weight: 800;
            color: var(--text-dark);
        }

        .payment-options {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 25px;
        }

        .option-item {
            font-size: 28px;
            color: #4b6573;
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .option-item i {
            color: var(--text-gray);
            font-size: 24px;
            width: 30px;
            text-align: center;
        }

        .final-card {
            background: linear-gradient(135deg, var(--autumn-brown), var(--autumn-dark));
            color: #fff;
        }

        .final-card .payment-header {
            border-bottom-color: rgba(255, 255, 255, 0.2);
        }

        .final-card .payment-header h3 {
            color: #fff;
        }

        .final-card .payment-desc {
            font-size: 30px;
            line-height: 1.6;
            color: #c9dde6;
            margin-bottom: 40px;
        }

        .payment-methods-row {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
        }

        .payment-methods-row span {
            background-color: rgba(255, 255, 255, 0.15);
            padding: 15px 30px;
            border-radius: 50px;
            font-size: 26px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        /* ============================================
           Section: Cancellation - 退改规则
           ============================================ */
        .cancellation-section {
            width: 1191px;
            height: 1684px;
            min-height: 1684px;
            padding: 100px 60px;
            background-color: var(--bg-warm);
            border-radius: 0;
            box-shadow: 0 20px 60px rgba(26, 70, 87, 0.08);
            overflow: hidden;
            display: flex;
            flex-direction: column;
        }

        .cancellation-content {
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            gap: 80px;
        }

        .policy-timeline {
            display: flex;
            flex-direction: column;
            gap: 40px;
            background-color: var(--card-bg);
            padding: 60px;
            border-radius: 10px;
            box-shadow: 0 10px 40px rgba(26, 70, 87, 0.06);
        }

        .policy-item {
            display: flex;
            align-items: center;
            gap: 30px;
            position: relative;
            padding-left: 50px;
        }

        .policy-item::before {
            content: '';
            position: absolute;
            left: 20px;
            top: 50%;
            bottom: -60px;
            width: 4px;
            background-color: #dfeaf0;
            z-index: 0;
        }

        .policy-item:last-child::before {
            display: none;
        }

        .policy-marker {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            position: absolute;
            left: 2px;
            z-index: 1;
            border: 4px solid var(--card-bg);
            box-shadow: 0 0 0 2px #dfeaf0;
        }

        .green-marker {
            background-color: #8B9A6B;
        }

        .yellow-marker {
            background-color: var(--autumn-gold);
        }

        .orange-marker {
            background-color: var(--autumn-orange);
        }

        .red-marker {
            background-color: var(--autumn-leaf);
        }

        .policy-time {
            font-size: 32px;
            font-weight: 800;
            color: var(--text-dark);
            width: 400px;
        }

        .policy-detail {
            font-size: 30px;
            color: var(--text-gray);
            flex-grow: 1;
        }

        .green-text {
            color: #8B9A6B;
            font-weight: 800;
        }

        .special-policy-card {
            background: linear-gradient(135deg, var(--autumn-brown), var(--autumn-dark));
            color: #fff;
            border-radius: 10px;
            padding: 60px;
            box-shadow: 0 20px 60px rgba(33, 69, 88, 0.2);
        }

        .special-policy-card h3 {
            font-size: 36px;
            margin-bottom: 40px;
            display: flex;
            align-items: center;
            gap: 20px;
            color: #fff;
            border-bottom: 2px solid rgba(255, 255, 255, 0.2);
            padding-bottom: 20px;
        }

        .special-policy-card h3 i {
            color: var(--autumn-gold);
        }

        .policy-desc p {
            font-size: 30px;
            line-height: 1.6;
            margin-bottom: 30px;
            color: #c9dde6;
        }

        .policy-desc ul {
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: 25px;
        }

        .policy-desc li {
            font-size: 28px;
            line-height: 1.6;
            color: #d8e6eb;
            display: flex;
            align-items: flex-start;
            gap: 15px;
        }

        .policy-desc li i {
            color: var(--autumn-gold);
            margin-top: 8px;
        }

        .policy-desc li strong {
            color: #fff;
        }

        /* ============================================
           Section: Driver Team - 团队司机
           ============================================ */
        .driver-team-section {
            width: 1191px;
            min-height: 1684px;
            padding: 100px 60px 90px;
            background-color: var(--bg-warm);
            border-radius: 0;
            box-shadow: 0 20px 60px rgba(26, 70, 87, 0.08);
            overflow: hidden;
            display: flex;
            flex-direction: column;
        }

        .driver-team-content {
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            gap: 52px;
        }

        .driver-team-intro {
            background: var(--card-bg);
            border: 2px solid #dfeaf0;
            border-radius: var(--border-radius);
            padding: 56px;
            display: grid;
            grid-template-columns: 112px minmax(0, 1fr);
            align-items: center;
            gap: 36px;
            box-shadow: var(--card-shadow);
        }

        .driver-team-icon {
            width: 112px;
            height: 112px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(135deg, var(--autumn-brown), var(--autumn-dark));
            color: var(--primary-white);
            font-size: 50px;
            box-shadow: 0 14px 36px rgba(33, 69, 88, 0.22);
        }

        .driver-team-text p {
            font-size: 30px;
            line-height: 1.75;
            color: var(--primary-black);
            font-weight: 400;
            text-align: left;
        }

        .driver-team-gallery {
            display: grid;
            grid-template-columns: 1.08fr .92fr;
            grid-template-rows: 310px 310px;
            gap: 28px;
        }

        .driver-team-photo {
            position: relative;
            border-radius: 6px;
            overflow: hidden;
            background: #F7EAD4;
            box-shadow: 0 16px 46px rgba(26, 70, 87, 0.14);
            border: 2px solid rgba(240, 228, 208, 0.9);
        }

        .driver-team-photo:first-child {
            grid-row: 1 / span 2;
        }

        .driver-team-photo img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .driver-team-photo::after {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, rgba(44, 24, 16, 0.02), rgba(44, 24, 16, 0.18));
            pointer-events: none;
        }

        .driver-team-placeholder {
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 16px;
            color: var(--autumn-gold);
            font-size: 26px;
            font-weight: 700;
            background:
                linear-gradient(135deg, rgba(255, 248, 238, 0.92), rgba(250, 240, 224, 0.92)),
                repeating-linear-gradient(45deg, rgba(198, 138, 46, 0.12) 0 10px, transparent 10px 20px);
        }

        .driver-team-placeholder i {
            font-size: 50px;
        }

                /* ============================================
           Section: Guarantee - 服务保障
           ============================================ */
        .guarantee-section {
            width: 1191px;
            min-height: 1684px;
            padding: 100px 60px 80px;
            background-color: var(--bg-warm);
            border-radius: 0;
            box-shadow: 0 20px 60px rgba(26, 70, 87, 0.08);
            overflow: hidden;
            display: flex;
            flex-direction: column;
        }

        .guarantee-header-top {
            display: flex;
            align-items: center;
            gap: 20px;
            margin-bottom: 20px;
        }

        .gold-line {
            width: 50px;
            height: 5px;
            background: linear-gradient(90deg, var(--autumn-gold), var(--autumn-orange));
        }

        .guarantee-label {
            font-size: 28px;
            font-weight: bold;
            color: var(--autumn-gold);
            letter-spacing: 4px;
        }

        .section-title-large {
            font-size: 72px;
            font-weight: 900;
            margin-bottom: 15px;
            color: var(--text-dark);
        }

        .guarantee-cards {
            display: flex;
            flex-direction: column;
            gap: 40px;
            margin-top: 60px;
            flex-grow: 1;
        }

        .service-card {
            border-radius: var(--border-radius);
            padding: 60px;
            box-shadow: var(--card-shadow);
        }

        .light-card {
            background-color: #fff;
        }

        .dark-card {
            background: linear-gradient(135deg, var(--autumn-brown), var(--autumn-dark));
            color: var(--primary-white);
        }

        .card-icon-title {
            display: flex;
            align-items: center;
            gap: 30px;
            margin-bottom: 30px;
        }

        .icon-box {
            width: 80px;
            height: 80px;
            border-radius: 10px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 36px;
        }

        .autumn-icon {
            background: linear-gradient(135deg, var(--autumn-brown), var(--autumn-dark));
            color: var(--primary-white);
        }

        .card-icon-title h3 {
            font-size: 42px;
            font-weight: bold;
        }

        .card-desc {
            font-size: 32px;
            line-height: 1.6;
            margin-bottom: 30px;
            color: #4b6573;
        }

        .card-tag {
            display: inline-block;
            background-color: var(--tag-bg);
            color: var(--tag-text);
            padding: 15px 30px;
            border-radius: 50px;
            font-size: 24px;
            font-weight: bold;
        }

        .complaint-line {
            margin-bottom: 40px;
        }

        .complaint-label {
            font-size: 28px;
            color: var(--autumn-gold);
            margin-bottom: 15px;
        }

        .complaint-number {
            font-size: 64px;
            font-weight: bold;
            letter-spacing: 2px;
        }

        .complaint-features {
            list-style: none;
            font-size: 28px;
            color: #d8e6eb;
        }

        .complaint-features li {
            margin-bottom: 20px;
            display: flex;
            align-items: flex-start;
            gap: 20px;
        }

        .complaint-features li i {
            color: var(--autumn-gold);
            margin-top: 8px;
        }

        .stats-row {
            display: flex;
            justify-content: space-between;
            margin-top: 20px;
        }

        .stat-box {
            background-color: var(--card-bg);
            border: 2px solid #dfeaf0;
            border-radius: var(--border-radius);
            padding: 40px;
            width: 48%;
            text-align: center;
            box-shadow: var(--card-shadow);
        }

        .stat-number {
            font-size: 64px;
            font-weight: 900;
            margin-bottom: 15px;
            color: var(--autumn-gold);
        }

        .stat-label {
            font-size: 28px;
            color: var(--text-gray);
        }

        /* Footer */
        .page-footer {
            margin-top: 20px;
            padding-top: 40px;
            border-top: 2px solid #dfeaf0;
            font-size: 24px;
            color: var(--text-gray);
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .dot-autumn {
            display: inline-block;
            width: 12px;
            height: 12px;
            background: linear-gradient(135deg, var(--autumn-gold), var(--autumn-orange));
            border-radius: 50%;
            margin-right: 15px;
        }

        /* ============================================
           证照展示
           ============================================ */
        .credentials-section {
            width: 1191px;
            min-height: 1684px;
            padding: 80px 60px;
            background-color: var(--bg-warm);
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .credentials-tags {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 24px 80px;
            margin-bottom: 50px;
            width: 100%;
            max-width: 800px;
        }

        .credential-tag {
            display: flex;
            align-items: center;
            gap: 14px;
            font-size: 28px;
            font-weight: 700;
            color: var(--text-dark);
        }

        .credential-tag i {
            color: #5A9E3E;
            font-size: 30px;
        }

        .credentials-grid-top {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 36px;
            width: 100%;
            margin-bottom: 36px;
        }

        .credentials-grid-bottom {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 36px;
            width: 100%;
        }

        .credential-card {
            background: #fff;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 6px 30px rgba(26, 70, 87, 0.08);
            border: 3px solid var(--autumn-gold);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .credential-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 40px rgba(56, 120, 141, 0.2);
        }

        .credential-landscape .credential-img-placeholder {
            width: 100%;
            aspect-ratio: 1025 / 762;
            background: linear-gradient(135deg, #f6fafb 0%, #edf4f6 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }

        .credential-portrait .credential-img-placeholder {
            width: 100%;
            aspect-ratio: 1025 / 1447;
            background: linear-gradient(135deg, #f6fafb 0%, #edf4f6 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }

        .credential-img-placeholder img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* ============================================
           秋叶飘落动画
           ============================================ */
        @keyframes fallLeaf1 {
            0% {
                transform: translateY(-100px) rotate(0deg);
                opacity: 0;
            }

            10% {
                opacity: 0.6;
            }

            100% {
                transform: translateY(1800px) rotate(720deg) translateX(200px);
                opacity: 0;
            }
        }

        @keyframes fallLeaf2 {
            0% {
                transform: translateY(-80px) rotate(45deg);
                opacity: 0;
            }

            15% {
                opacity: 0.5;
            }

            100% {
                transform: translateY(1800px) rotate(-540deg) translateX(-150px);
                opacity: 0;
            }
        }

        .leaf-fall {
            position: absolute;
            top: 0;
            font-size: 40px;
            pointer-events: none;
            z-index: 0;
            opacity: 0;
        }

        .leaf-1 {
            left: 15%;
            animation: fallLeaf1 12s ease-in infinite;
            animation-delay: 0s;
        }

        .leaf-2 {
            left: 35%;
            animation: fallLeaf2 14s ease-in infinite;
            animation-delay: 3s;
        }

        .leaf-3 {
            left: 55%;
            animation: fallLeaf1 13s ease-in infinite;
            animation-delay: 6s;
        }

        .leaf-4 {
            left: 75%;
            animation: fallLeaf2 11s ease-in infinite;
            animation-delay: 2s;
        }

        .leaf-5 {
            left: 90%;
            animation: fallLeaf1 15s ease-in infinite;
            animation-delay: 5s;
        }

        /* ============================================
           Responsive
           ============================================ */
        @media (max-width: 1200px) {
            .mobile-viewport-fit {
                width: 100%;
                max-width: 100%;
                overflow: hidden;
                background: linear-gradient(180deg, #e0ebef 0%, #d8e5eb 100%);
            }

            .mobile-container {
                transform-origin: top left;
                transform: none;
                width: 1191px;
                margin-bottom: 0;
                gap: 50px;
            }

            .hotel-list {
                grid-template-columns: 1fr 1fr;
                gap: 18px 24px;
            }

            .hotel-link {
                min-height: 134px;
                padding: 0 34px 0 38px;
            }

            .hotel-link span {
                font-size: 34px;
                line-height: 1.25;
            }

            .hotel-link i {
                color: var(--autumn-gold);
                font-size: 28px;
            }

            body {
                display: flex;
                justify-content: center;
                align-items: flex-start;
                padding: 0;
                background: #E6DAC6;
                overflow-x: hidden;
            }
        }
