:root{--brand:#ff6b00;--brand-600:#e65f00;--brand-500:#ff8c00;--brand-gradient:linear-gradient(135deg, #ff8c00, #ff6b00);--heading:#1e293b;--body:#475569;--muted:#64748b;--surface:#fff;--surface-2:#f8fafc;--surface-3:#f1f5f9;--border:#e2e8f0;--success:#1aad19;--ease-out:cubic-bezier(.23, 1, .32, 1);--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--shadow-1:0 0 0 1px #00000005, 0 2px 6px #0000000a, 0 4px 8px #00000014;--shadow-2:0 0 0 1px #ff6b000f, 0 8px 24px #ff6b001a, 0 18px 38px #1e293b14;--shadow-3:0 20px 48px #1e293b1f}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--surface-2);color:var(--body);-webkit-font-smoothing:antialiased;flex-direction:column;min-height:100vh;margin:0;padding:0;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Noto Sans SC,sans-serif;line-height:1.65;display:flex}#app{display:contents}h1,h2,h3,h4,p{margin:0}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}img{max-width:100%;display:block}ol,ul{margin:0;padding:0;list-style:none}main{flex:1}body:before{content:"";pointer-events:none;z-index:-1;background:radial-gradient(circle at 80% 0,#ff8c000d 0,#0000 45%),radial-gradient(circle at 10% 90%,#ff6b000a 0,#0000 40%);position:fixed;inset:0}::selection{color:var(--heading);background:#ff6b002e}:focus-visible{outline:2px solid var(--brand);outline-offset:3px;border-radius:var(--radius-sm)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--surface-2)}::-webkit-scrollbar-thumb{background:#ff6b0059;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#ff6b008c}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 24px}.visually-hidden{clip:rect(0,0,0,0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.btn-primary{background:var(--brand);color:#fff;border-radius:var(--radius-sm);transition:transform .16s var(--ease-out),background .16s,box-shadow .16s;border:none;justify-content:center;align-items:center;gap:6px;padding:11px 22px;font-size:15px;font-weight:600;display:inline-flex;box-shadow:0 4px 14px #ff6b0047}.btn-primary:hover{background:var(--brand-600);box-shadow:0 6px 18px #ff6b0059}.btn-primary:active{transform:scale(.97)}.btn-primary[disabled]{opacity:.6;cursor:not-allowed}.btn-secondary{background:var(--surface);color:var(--heading);border:1px solid var(--border);border-radius:var(--radius-sm);justify-content:center;align-items:center;gap:6px;padding:11px 22px;font-size:15px;font-weight:600;display:inline-flex}.site-header{z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);background:#ffffffeb;position:sticky;top:0}.header-inner{justify-content:space-between;gap:24px;height:72px}.brand,.header-inner{align-items:center;display:flex}.brand{flex-shrink:0;gap:12px}.brand-mark{border-radius:var(--radius-sm);background:var(--brand-gradient);color:#fff;place-items:center;width:40px;height:40px;font-size:18px;font-weight:800;display:grid;box-shadow:0 4px 12px #ff6b0040}.brand-text .brand-name{color:var(--heading);margin:0;font-size:18px;font-weight:800;line-height:1.2}.brand-text span{color:var(--muted);font-size:12px}.main-nav{align-items:center;gap:32px;display:flex}.main-nav a{color:var(--heading);font-size:15px;font-weight:500;position:relative}.main-nav a:after{content:"";background:var(--brand);width:0;height:2px;transition:width .18s var(--ease-out);border-radius:2px;position:absolute;bottom:-4px;left:0}.main-nav a.active:after,.main-nav a:hover:after,.main-nav a[aria-current=page]:after{width:100%}.header-actions{flex-shrink:0;gap:16px}.header-actions,.phone-link{align-items:center;display:flex}.phone-link{color:var(--heading);gap:6px;font-size:14px;font-weight:600}.menu-toggle{border:1px solid var(--border);border-radius:var(--radius-sm);background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;display:none}.menu-toggle span{background:var(--heading);width:20px;height:2px;transition:transform .2s var(--ease-out),opacity .2s;border-radius:2px;display:block}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(7px)rotate(45deg)}.menu-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.menu-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-menu{border-bottom:1px solid var(--border);background:#fff}.mobile-menu nav{flex-direction:column;padding:16px 24px;display:flex}.mobile-menu a{color:var(--heading);border-bottom:1px solid var(--border);padding:12px 0;font-size:16px;font-weight:600}.mobile-menu a:last-child{border-bottom:none}.mobile-menu .mobile-cta{margin:16px 24px 24px}.hero{padding:56px 0 32px}.hero-grid{grid-template-columns:1.05fr 1fr;align-items:center;gap:48px;display:grid}.hero-text h1{color:var(--heading);letter-spacing:-.02em;text-wrap:balance;font-size:clamp(34px,5vw,56px);font-weight:800;line-height:1.12}.hero-text h1 em{color:var(--brand);font-style:normal}.hero-text p{color:var(--body);text-wrap:pretty;max-width:52ch;margin-top:18px;font-size:18px}.search-box{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-2);gap:8px;margin-top:28px;padding:8px;display:flex}.search-box input{color:var(--heading);background:0 0;border:none;outline:none;flex:1;min-width:0;padding:16px 18px;font-size:16px}.search-box input::placeholder{color:var(--muted)}.search-box button{border-radius:var(--radius-md);padding:0 28px}.hero-tags{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}.hero-tags a{color:var(--muted);background:var(--surface);border:1px solid var(--border);transition:all .16s var(--ease-out);border-radius:999px;padding:7px 14px;font-size:14px}.hero-tags a:hover{border-color:var(--brand);color:var(--brand);background:#fff7ed}.hero-visual{border-radius:var(--radius-lg);aspect-ratio:4/3;box-shadow:var(--shadow-3);margin:0;position:relative;overflow:hidden}.hero-visual img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform 6s var(--ease-out)}.hero-visual:hover img{transform:scale(1.04)}.hero-visual .badge{color:var(--heading);border-radius:var(--radius-md);box-shadow:var(--shadow-1);background:#fffffff2;padding:10px 16px;font-size:14px;font-weight:600;position:absolute;bottom:20px;left:20px}.trust-strip{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);flex-wrap:wrap;gap:24px;margin-top:28px;padding:18px 24px;display:flex}.trust-item{color:var(--heading);align-items:center;gap:10px;font-size:14px;font-weight:500;display:flex}.trust-icon{width:28px;height:28px;color:var(--success);background:#ecfdf5;border-radius:50%;place-items:center;font-size:14px;display:grid}.categories{padding:24px 0 8px}.cat-list{gap:10px;padding-bottom:8px;display:flex;overflow-x:auto}.cat-list a{background:var(--surface);border:1px solid var(--border);color:var(--heading);transition:all .16s var(--ease-out);white-space:nowrap;border-radius:999px;flex-shrink:0;padding:10px 18px;font-size:14px;font-weight:600}.cat-list a.active,.cat-list a:hover{background:var(--brand);border-color:var(--brand);color:#fff}.section{padding:56px 0}.section-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:28px;display:flex}.section-head h2{color:var(--heading);letter-spacing:-.01em;font-size:28px;font-weight:700}.section-head p{color:var(--muted);margin-top:6px;font-size:15px}.section-head .more-link{color:var(--brand);align-items:center;gap:4px;font-size:15px;font-weight:600;display:flex}.section-head .more-link:hover{color:var(--brand-600)}.card-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.tour-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-1);transition:transform .2s var(--ease-out),box-shadow .2s var(--ease-out);flex-direction:column;display:flex;overflow:hidden}.tour-card:hover{box-shadow:var(--shadow-2);transform:translateY(-4px)}.tour-card .thumb{aspect-ratio:16/10;background:linear-gradient(135deg,#e2e8f0,#cbd5e1);position:relative;overflow:hidden}.tour-card .thumb img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .5s var(--ease-out)}.tour-card:hover .thumb img{transform:scale(1.06)}.tour-card .tag{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000a6;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:600;position:absolute;top:12px;left:12px}.tour-card .body{flex-direction:column;flex:1;padding:16px;display:flex}.tour-card .title{color:var(--heading);text-wrap:balance;font-size:17px;font-weight:700;line-height:1.35}.tour-card .meta{color:var(--muted);gap:12px;margin-top:8px;font-size:13px;display:flex}.tour-card .meta span{align-items:center;gap:4px;display:flex}.tour-card .bottom{justify-content:space-between;align-items:flex-end;margin-top:auto;padding-top:14px;display:flex}.tour-card .price{color:var(--brand);font-variant-numeric:tabular-nums;font-size:20px;font-weight:800}.tour-card .price small{color:var(--muted);font-size:12px;font-weight:500}.tour-card .btn-mini{color:var(--brand);border:1px solid var(--border);border-radius:var(--radius-sm);background:#fff;padding:6px 12px;font-size:13px;font-weight:600;transition:all .16s}.tour-card:hover .btn-mini{background:var(--brand);color:#fff;border-color:var(--brand)}.why-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.why-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-1);padding:28px;transition:transform .2s,box-shadow .2s}.why-card:hover{box-shadow:var(--shadow-2);transform:translateY(-3px)}.why-card .icon{border-radius:var(--radius-sm);width:48px;height:48px;color:var(--brand);background:#fff7ed;place-items:center;margin-bottom:16px;font-size:22px;display:grid}.why-card h3{color:var(--heading);margin-bottom:8px;font-size:18px;font-weight:700}.why-card p{color:var(--body);font-size:14px;line-height:1.7}.custom-cta{background:var(--heading);border-radius:var(--radius-lg);color:#fff;background-image:radial-gradient(circle at 10% 20%,#ff8c002e 0,#0000 35%),radial-gradient(circle at 90% 80%,#ff6b0024 0,#0000 40%);padding:56px;position:relative;overflow:hidden}.custom-cta-grid{grid-template-columns:1.1fr 1fr;align-items:center;gap:40px;display:grid}.custom-cta h2{font-size:clamp(26px,3.5vw,38px);font-weight:800;line-height:1.2}.custom-cta p{color:#ffffffd1;max-width:54ch;margin-top:14px;font-size:16px}.custom-cta .btn-light{color:var(--heading);border-radius:var(--radius-sm);background:#fff;align-items:center;gap:6px;margin-top:22px;padding:13px 26px;font-weight:700;transition:transform .16s,background .16s;display:inline-flex}.custom-cta .btn-light:hover{background:#f8fafc}.custom-cta .btn-light:active{transform:scale(.97)}.custom-form{gap:12px;display:grid}.custom-form input,.custom-form select,.custom-form textarea{border-radius:var(--radius-sm);color:#fff;background:#ffffff1a;border:1px solid #fff3;outline:none;width:100%;padding:13px 16px;font-family:inherit;font-size:15px}.custom-form input::-moz-placeholder{color:#ffffffb3}.custom-form textarea::-moz-placeholder{color:#ffffffb3}.custom-form input::placeholder,.custom-form textarea::placeholder{color:#ffffffb3}.custom-form select{color:#ffffffd9;appearance:none;background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20stroke%3D%22rgba\(255%2C255%2C255%2C0.6\)%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m6%208%204%204%204-4%22%2F%3E%3C%2Fsvg%3E);background-position:right 12px center;background-repeat:no-repeat;background-size:18px}.custom-form select option{background:var(--heading);color:#fff}.custom-form button[type=submit]{background:var(--brand);color:#fff;border-radius:var(--radius-sm);border:none;padding:14px;font-size:15px;font-weight:700;transition:transform .16s,background .16s}.custom-form button[type=submit]:hover{background:var(--brand-500)}.custom-form button[type=submit]:active{transform:scale(.98)}.custom-form button[type=submit][disabled]{opacity:.8;cursor:default}.page-head{padding:40px 0 24px}.page-title{color:var(--heading);letter-spacing:-.02em;font-size:clamp(28px,4vw,40px);font-weight:800}.page-subtitle{color:var(--muted);margin-top:8px;font-size:16px}.search-bar{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-2);gap:8px;margin-top:24px;padding:8px;display:flex}.search-bar input{color:var(--heading);background:0 0;border:none;outline:none;flex:1;min-width:0;padding:16px 18px;font-size:16px}.search-bar input::placeholder{color:var(--muted)}.search-bar button{border-radius:var(--radius-md);padding:0 28px}.category-nav{z-index:40;background:var(--surface-2);padding:16px 0 8px;position:sticky;top:72px}.results-section{padding:16px 0 64px}.result-count{color:var(--muted);margin-bottom:16px;font-size:14px}.status-message{text-align:center;background:var(--surface);border:1px dashed var(--border);border-radius:var(--radius-md);color:var(--muted);padding:48px 24px}.status-message strong{color:var(--heading);margin-bottom:8px;font-size:18px;display:block}.status-message .btn-primary{margin-top:16px}.skeleton-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.skeleton{background:linear-gradient(90deg,var(--surface-3) 25%,var(--surface) 50%,var(--surface-3) 75%);border-radius:var(--radius-md);background-size:200% 100%;animation:1.2s infinite shimmer}.skeleton.thumb{aspect-ratio:16/10}.skeleton.line{height:20px;margin-top:12px}.skeleton.short{width:60%}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.load-more{justify-content:center;padding:32px 0 16px;display:flex}.load-more button{min-width:160px}.detail-page{padding-bottom:80px}.back-bar{padding:16px 0}.back-link{color:var(--muted);align-items:center;gap:6px;font-size:14px;font-weight:600;display:inline-flex}.back-link:hover{color:var(--brand)}.tour-hero{padding-bottom:32px}.tour-hero .hero-grid{grid-template-columns:1.1fr 1fr;gap:32px}.hero-media{border-radius:var(--radius-lg);aspect-ratio:16/10;box-shadow:var(--shadow-2);background:linear-gradient(135deg,#e2e8f0,#cbd5e1);position:relative;overflow:hidden}.hero-media img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.hero-info{flex-direction:column;display:flex}.hero-info h1{color:var(--heading);font-size:clamp(26px,3vw,36px);font-weight:800;line-height:1.2}.hero-info .subtitle{color:var(--muted);margin-top:10px;font-size:16px}.hero-info .tags{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.hero-info .tags span{color:var(--brand-600);background:#fff7ed;border:1px solid #ff6b0026;border-radius:999px;padding:4px 10px;font-size:13px}.hero-info .price-box{margin-top:auto;padding-top:24px}.hero-info .price-label{color:var(--muted);font-size:14px}.hero-info .price{color:var(--brand);font-size:36px;font-weight:800}.hero-info .price small{color:var(--muted);font-size:14px;font-weight:500}.detail-section{padding:32px 0}.section-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-1);padding:28px}.section-card+.section-card{margin-top:24px}.section-card h2{margin-bottom:16px;font-size:20px}.section-card h2,.section-card h3{color:var(--heading);font-weight:700}.section-card h3{margin:20px 0 10px;font-size:17px}.section-card p{margin-bottom:12px}.tour-content img{border-radius:var(--radius-sm);max-width:100%;height:auto;margin:12px 0;display:block}.tour-content p{margin:0 0 1em}.table-wrap{overflow-x:auto}.subType-table{border-collapse:collapse;width:100%;margin-top:8px}.subType-table td,.subType-table th{text-align:left;border-bottom:1px solid var(--border);padding:12px;font-size:14px}.subType-table th{color:var(--muted);background:var(--surface-2);font-weight:600}.subType-table td{color:var(--heading)}.subType-table .price-cell{color:var(--brand);font-weight:700}.notice-box{border-radius:var(--radius-sm);color:var(--heading);background:#fff7ed;border:1px solid #ff6b0026;padding:16px}.cta-bar{z-index:60;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid var(--border);background:#fffffff2;padding:12px 0;position:fixed;bottom:0;left:0;right:0}.cta-bar-inner{justify-content:space-between;align-items:center;gap:16px;display:flex}.cta-bar .cta-price{color:var(--muted);font-size:14px}.cta-bar .cta-price strong{color:var(--brand);font-size:24px;font-weight:800}.cta-bar .cta-actions{gap:12px;display:flex}.site-footer{color:#ffffffb3;background:#0f172a;margin-top:auto;padding:56px 0 0}.site-footer.has-cta-bar{margin-bottom:72px}.footer-grid{grid-template-columns:1.4fr repeat(3,1fr);gap:40px;display:grid}.footer-brand .brand-mark{margin-bottom:16px}.footer-brand h4{color:#fff;margin-bottom:8px;font-size:18px}.footer-brand p{color:#ffffffa6;font-size:14px;line-height:1.7}.footer-col h5{color:#fff;margin-bottom:16px;font-size:15px;font-weight:700}.footer-col a{color:#ffffffa6;padding:6px 0;font-size:14px;transition:color .16s;display:block}.footer-col a:hover{color:var(--brand-500)}.footer-bottom{color:#ffffff80;border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;gap:12px;margin-top:48px;padding:24px 0;font-size:13px;display:flex}.footer-bottom a{color:#ffffff8c}.footer-bottom a:hover{color:var(--brand-500)}.footer-bottom .beian-link{align-items:center;gap:5px;line-height:20px;display:inline-flex}.footer-bottom .beian-link img{flex-shrink:0;width:16px;height:16px}@media (width<=1024px){.card-grid,.skeleton-grid{grid-template-columns:repeat(3,1fr)}.footer-grid,.why-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=860px){.header-actions .phone-link,.main-nav{display:none}.menu-toggle{display:flex}.hero-grid{grid-template-columns:1fr}.hero-visual{aspect-ratio:16/10}.card-grid,.skeleton-grid{grid-template-columns:repeat(2,1fr)}.custom-cta-grid{grid-template-columns:1fr}.custom-form{margin-top:28px}}@media (width<=560px){.container{padding:0 16px}.section{padding:40px 0}.hero{padding:32px 0 16px}.page-head{padding:28px 0 16px}.search-bar,.search-box{border-radius:var(--radius-md);flex-direction:column}.search-bar button,.search-box button{padding:14px}.trust-strip{gap:14px;padding:14px}.trust-item{font-size:13px}.card-grid,.footer-grid,.skeleton-grid,.why-grid{grid-template-columns:1fr}.footer-grid{gap:28px}.custom-cta{padding:32px 24px}.section-card{padding:20px}.subType-table td,.subType-table th{padding:10px 8px;font-size:13px}.cta-bar-inner{flex-direction:column;align-items:stretch}.cta-bar .cta-actions{width:100%}.cta-bar .cta-actions a,.cta-bar .cta-actions button{flex:1}.detail-page{padding-bottom:140px}}@media (prefers-reduced-motion:reduce){*,:after,:before{transition-duration:.01ms!important;animation-duration:.01ms!important}html{scroll-behavior:auto}}@media (hover:hover) and (pointer:fine){.tour-card:hover .thumb img{transform:scale(1.06)}}
