        /* ============================================
           秋季主题色彩系统 - 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: #FFF8EE;
            --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: #FFF0D4;
            --tag-text: #A06A20;
            --border-radius: 40px;
            --card-shadow: 0 10px 50px rgba(139, 69, 19, 0.08);
        }

        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        body {
            font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
            background-color: #D4C4A8;
            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(139, 69, 19, 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(196, 138, 46, 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(107, 58, 31, 0.3);
            letter-spacing: 4px;
        }

        .cta-button:hover {
            transform: translateY(-4px);
            box-shadow: 0 16px 50px rgba(107, 58, 31, 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(139, 69, 19, 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: #5A4A3A;
            margin-bottom: 25px;
            text-align: justify;
        }

        .story-image {
            width: 100%;
            border-radius: 40px;
            overflow: hidden;
            box-shadow: 0 15px 60px rgba(139, 69, 19, 0.2), 0 5px 20px rgba(139, 69, 19, 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(139, 69, 19, 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: 20px;
            overflow: hidden;
            min-height: 0;
            box-shadow: 0 8px 30px rgba(139, 69, 19, 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(139, 69, 19, 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: 24px;
            padding: 36px 44px;
            box-shadow: 0 4px 20px rgba(139, 69, 19, 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: 14px;
            background: linear-gradient(135deg, #FFF0D4, #FFE4B5);
            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: #5A4A3A;
            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(139, 69, 19, 0.08);
            overflow: hidden;
            display: flex;
            flex-direction: column;
        }

        .route-map-card {
            flex: 1;
            background-color: var(--card-bg);
            border-radius: 40px;
            padding: 30px;
            box-shadow: 0 10px 40px rgba(139, 69, 19, 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: 20px;
        }

        .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(139, 69, 19, 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: 30px;
            box-shadow: 0 4px 15px rgba(139, 69, 19, 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(139, 69, 19, 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(196, 138, 46, 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: #5A4A3A;
            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: #D4C4A8;
            font-weight: 300;
        }

        .day-route-subtitle {
            font-size: 32px;
            color: var(--text-gray);
            font-weight: 400;
            background-color: var(--card-bg);
            padding: 15px 30px;
            border-radius: 50px;
            display: inline-block;
            box-shadow: 0 5px 15px rgba(139, 69, 19, 0.06);
        }

        .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: 40px;
            padding: 0;
            box-shadow: none;
            border: none;
        }

        .detail-text-card p {
            font-size: 28px;
            line-height: 1.8;
            color: #5A4A3A;
            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: 20px;
            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: 30px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(139, 69, 19, 0.12);
            position: relative;
            height: 100%;
            background: linear-gradient(135deg, #F5E6C8, #E8D4A8);
            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(139, 69, 19, 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: 40px;
            padding: 40px 50px;
            display: flex;
            align-items: center;
            gap: 30px;
            box-shadow: 0 10px 40px rgba(107, 58, 31, 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: #E8D4A8;
        }

        .tickets-list-container {
            background-color: var(--card-bg);
            border-radius: 30px;
            overflow: hidden;
            box-shadow: 0 10px 40px rgba(139, 69, 19, 0.06);
            border: 2px solid #F0E4D0;
            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 #F5EDE0;
            transition: background-color 0.2s ease;
        }

        .ticket-row:last-child {
            border-bottom: none;
        }

        .ticket-row:nth-child(even) {
            background-color: #FFF8EE;
        }

        .ticket-row:hover {
            background-color: #FFF0D4;
        }

        .ticket-row-icon {
            font-size: 28px;
            width: 46px;
            height: 46px;
            border-radius: 12px;
            background: linear-gradient(135deg, #FFF0D4, #FFE4B5);
            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: #5A4A3A;
            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: #F0E4D0;
            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: 30px;
            padding: 25px 40px;
            display: flex;
            flex-direction: column;
            gap: 12px;
            box-shadow: 0 4px 15px rgba(139, 69, 19, 0.06);
        }

        .tickets-note-item {
            display: flex;
            align-items: flex-start;
            gap: 15px;
            font-size: 22px;
            color: #5A4A3A;
            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(139, 69, 19, 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: 40px;
            padding: 50px;
            display: flex;
            justify-content: space-around;
            align-items: center;
            box-shadow: 0 20px 50px rgba(107, 58, 31, 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: 40px;
            padding: 60px;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            gap: 60px;
            box-shadow: 0 4px 15px rgba(139, 69, 19, 0.06);
        }

        .special-meal {
            background-color: var(--card-bg);
            padding: 40px;
            border-radius: 30px;
            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: #5A4A3A;
            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: #5A4A3A;
            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(139, 69, 19, 0.08);
            overflow: hidden;
            display: flex;
            flex-direction: column;
        }

        .hotel-content-grid {
            display: flex;
            flex-direction: column;
            gap: 30px;
            flex-grow: 1;
        }

        .hotel-region-card {
            background-color: var(--card-bg);
            border-radius: 30px;
            padding: 40px 45px;
            border: 2px solid rgba(196, 138, 46, 0.15);
            display: flex;
            flex-direction: column;
            gap: 25px;
            transition: transform 0.3s ease;
        }

        .hotel-region-card:hover {
            transform: translateY(-3px);
            border-color: rgba(196, 138, 46, 0.3);
            box-shadow: 0 15px 40px rgba(139, 69, 19, 0.08);
        }

        .region-header {
            display: flex;
            align-items: center;
            gap: 18px;
            border-bottom: 2px solid #F0E4D0;
            padding-bottom: 18px;
            margin-bottom: 5px;
        }

        .region-header i {
            font-size: 30px;
            color: var(--autumn-gold);
        }

        .region-header h3 {
            font-size: 36px;
            font-weight: 800;
            color: var(--text-dark);
        }

        .hotel-list {
            list-style: none;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 16px 30px;
        }

        .hotel-list li {
            font-size: 28px;
            color: #5A4A3A;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .hotel-list li i {
            color: var(--autumn-amber);
            font-size: 22px;
            flex-shrink: 0;
        }

        .hotel-footer-note {
            margin-top: 30px;
            text-align: center;
            font-size: 28px;
            color: var(--text-gray);
            background-color: var(--card-bg);
            padding: 20px 30px;
            border-radius: 20px;
            border: 1px solid rgba(196, 138, 46, 0.12);
            line-height: 1.8;
        }

        .hotel-footer-note i {
            color: var(--autumn-gold);
            font-size: 22px;
            margin-right: 6px;
        }

        /* ============================================
           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(139, 69, 19, 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: 40px;
            padding: 50px;
            display: flex;
            align-items: center;
            gap: 40px;
            box-shadow: 0 10px 40px rgba(107, 58, 31, 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: #E8D4A8;
        }

        .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: 30px;
            padding: 40px;
            display: flex;
            align-items: center;
            gap: 30px;
            box-shadow: 0 10px 30px rgba(139, 69, 19, 0.06);
            transition: transform 0.3s ease;
        }

        .vehicle-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(139, 69, 19, 0.1);
        }

        .v-icon {
            font-size: 48px;
            color: var(--autumn-gold);
            background-color: #fff;
            width: 100px;
            height: 100px;
            border-radius: 25px;
            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: 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(139, 69, 19, 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: 40px;
            box-shadow: 0 10px 40px rgba(139, 69, 19, 0.06);
            overflow: hidden;
            border: 2px solid #F0E4D0;
            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 #F5EDE0;
            color: #5A4A3A;
        }

        .price-table tbody tr:last-child td {
            border-bottom: none;
        }

        .price-table tbody tr:nth-child(even) {
            background-color: #FFF8EE;
        }

        .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: 40px;
            padding: 50px;
            display: flex;
            flex-direction: column;
            gap: 30px;
            box-shadow: 0 10px 40px rgba(139, 69, 19, 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(139, 69, 19, 0.06);
        }

        .note-text {
            font-size: 28px;
            line-height: 1.6;
            color: #5A4A3A;
            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(139, 69, 19, 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: 40px;
            box-shadow: 0 4px 15px rgba(139, 69, 19, 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(139, 69, 19, 0.06);
        }

        .step-text {
            font-size: 24px;
            font-weight: bold;
            color: var(--text-dark);
        }

        .step-arrow {
            color: #D4C4A8;
            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(196, 138, 46, 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: 40px;
            padding: 50px;
            box-shadow: 0 10px 40px rgba(139, 69, 19, 0.06);
        }

        .deposit-card {
            background-color: var(--card-bg);
            border: 2px solid #F0E4D0;
        }

        .payment-header {
            display: flex;
            align-items: center;
            gap: 20px;
            margin-bottom: 30px;
            border-bottom: 2px solid #F0E4D0;
            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: #5A4A3A;
            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: #E8D4A8;
            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(139, 69, 19, 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: 40px;
            box-shadow: 0 10px 40px rgba(139, 69, 19, 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: #F0E4D0;
            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 #F0E4D0;
        }

        .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: 40px;
            padding: 60px;
            box-shadow: 0 20px 60px rgba(107, 58, 31, 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: #E8D4A8;
        }

        .policy-desc ul {
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: 25px;
        }

        .policy-desc li {
            font-size: 28px;
            line-height: 1.6;
            color: #D4C4A8;
            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(139, 69, 19, 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 #F0E4D0;
            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: 28px;
            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(107, 58, 31, 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: 34px;
            overflow: hidden;
            background: #F7EAD4;
            box-shadow: 0 16px 46px rgba(139, 69, 19, 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: Early Bird Offer - 早鸟优惠
           ============================================ */
        .early-bird-section {
            width: 1191px;
            min-height: 1684px;
            padding: 100px 60px 110px;
            background: linear-gradient(180deg, #F9F1E4 0%, var(--bg-warm) 100%);
            border-radius: 0;
            box-shadow: 0 20px 60px rgba(139, 69, 19, 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: 32px;
            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: #D8C8B4;
            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: 30px;
            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(139, 69, 19, 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: #FFF0D4;
            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: #6D5C4A;
            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: 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(139, 69, 19, 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: 20px;
            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: #5A4A3A;
        }

        .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: #D4C4A8;
        }

        .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 #F0E4D0;
            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 #F0E4D0;
            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: 16px;
            overflow: hidden;
            box-shadow: 0 6px 30px rgba(139, 69, 19, 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(196, 138, 46, 0.2);
        }

        .credential-landscape .credential-img-placeholder {
            width: 100%;
            aspect-ratio: 1025 / 762;
            background: linear-gradient(135deg, #FDF8F0 0%, #F5EDE0 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, #FDF8F0 0%, #F5EDE0 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, #EDE4D4 0%, #E2D4BE 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-list li {
                font-size: 28px;
                line-height: 1.45;
                font-weight: 500;
                color: var(--text-dark);
                gap: 10px;
            }

            .hotel-list li i {
                color: var(--autumn-amber);
                font-size: 22px;
                flex-shrink: 0;
            }

            body {
                display: flex;
                justify-content: center;
                align-items: flex-start;
                padding: 0;
                background: #E6DAC6;
                overflow-x: hidden;
            }
        }
