/* ============================================
   时光画卷 - Linear Aesthetic 视觉优化
   配色：黑金蓝紫 | 设计语言：微边框/玻璃拟态/光泽/发光
   交互约束：Tab/按钮上不叠加覆盖层
   ============================================ */

/* ---------- 导航栏：玻璃拟态增强 ---------- */
.home-replica .navbar {
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  backdrop-filter: blur(20px) saturate(160%);
  background: rgba(5, 7, 11, .68);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.home-replica .navbar.nav-elevated {
  background: rgba(5, 7, 11, .82);
  border-bottom-color: rgba(255, 133, 15, .15);
}

/* 导航菜单：右侧紧凑排列 */
.home-replica .nav-menu {
  flex: 0 0 auto;
  width: auto;
  justify-content: flex-end;
  gap: 15px;
}

/* 下拉菜单 */
.home-replica .nav-dropdown {
  position: relative;
}

.home-replica .nav-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 7px 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, .85);
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  transition: color .25s ease;
}

.home-replica .nav-dropdown-toggle i {
  font-size: 10px;
  transition: transform .25s ease;
}

.home-replica .nav-dropdown:hover .nav-dropdown-toggle {
  color: #fff;
}

.home-replica .nav-dropdown:hover .nav-dropdown-toggle i {
  transform: rotate(180deg);
}

.home-replica .nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 100%;
  padding: 8px;
  border-radius: 8px;
  background: rgba(8, 10, 14, .92);
  border: 1px solid rgba(255, 255, 255, .08);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  backdrop-filter: blur(16px) saturate(140%);
  box-shadow: 0 16px 40px rgba(0, 0, 0, .4);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
  z-index: 1001;
}

.home-replica .nav-dropdown:hover .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.home-replica .nav-dropdown-menu li {
  list-style: none;
}

.home-replica .nav-dropdown-menu a {
  display: block;
  padding: 9px 14px;
  border-radius: 5px;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  text-align: center;
  white-space: nowrap;
  transition: background .2s ease, color .2s ease;
}

.home-replica .nav-dropdown-menu a:hover {
  background: rgba(255, 133, 15, .08);
  color: rgba(255, 255, 255, .95);
}

/* ---------- 时光画卷板块：ambient glow 背景 ---------- */
.home-replica #platforms {
  position: relative;
  padding-top: 80px;
}

.home-replica #platforms::before {
  content: "";
  position: absolute;
  inset: -40px;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse 600px 400px at 20% 30%, rgba(255, 133, 15, .10), transparent 60%),
    radial-gradient(ellipse 500px 350px at 80% 60%, rgba(18, 146, 255, .08), transparent 55%),
    radial-gradient(ellipse 400px 300px at 50% 90%, rgba(124, 77, 255, .06), transparent 50%);
}

.home-replica #platforms .container {
  position: relative;
  z-index: 1;
}

/* ---------- 时光画卷面板：侧面布局 + 玻璃拟态 ---------- */
.home-replica .platform-switch {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  padding: 44px;
  border-radius: 10px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .08);
  box-shadow: 0 24px 64px rgba(0, 0, 0, .4), inset 0 1px 0 rgba(255, 255, 255, .04);
}

/* ---------- 时光画卷标题：金色渐变 + 发光 ---------- */
.home-replica #platforms .section-title {
  margin-bottom: 28px;
  font-size: clamp(34px, 4vw, 46px);
  font-weight: 800;
  letter-spacing: .04em;
  background: linear-gradient(135deg, #fff1c8 0%, #ffc26a 34%, #ff8a1e 66%, #d97a08 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  filter: drop-shadow(0 2px 12px rgba(255, 133, 15, .25));
}

.home-replica #platforms .section-title::after {
  content: "";
  display: block;
  width: 76px;
  height: 3px;
  margin-top: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--brand-orange, #ff850f), transparent);
}

/* ---------- Tab 按钮：纯颜色/阴影增强（无覆盖层） ---------- */
.home-replica .platform-tabs {
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 6px;
}

.home-replica .platform-tab {
  border-right: 1px solid rgba(255, 255, 255, .06);
  background: rgba(255, 255, 255, .03);
  transition: background .25s ease, color .25s ease, box-shadow .25s ease;
}

.home-replica .platform-tab:hover:not(.active) {
  background: rgba(255, 133, 15, .08);
  color: rgba(255, 255, 255, .92);
}

.home-replica .platform-tab.active {
  background: linear-gradient(135deg, #ffb23e 0%, #ff850f 58%, #e06d00 100%);
  color: #fff;
  box-shadow: 0 8px 24px rgba(255, 133, 15, .38), inset 0 1px 0 rgba(255, 255, 255, .28);
}

/* ---------- platform-copy 内容区 ---------- */
.home-replica .platform-copy h3 {
  text-shadow: 0 2px 8px rgba(255, 133, 15, .15);
}

.home-replica .platform-copy li {
  border-bottom: 1px solid rgba(255, 255, 255, .04);
  padding-bottom: 8px;
}

.home-replica .platform-copy li:last-child {
  border-bottom: 0;
}

.home-replica .platform-copy li i {
  color: var(--brand-orange, #ff850f);
  filter: drop-shadow(0 0 4px rgba(255, 133, 15, .4));
}

/* ---------- 按钮：金色渐变 + 发光 ---------- */
.home-replica .ys-btn.primary {
  background: linear-gradient(135deg, #ffb23e 0%, #ff850f 55%, #e06d00 100%);
  box-shadow: 0 10px 28px rgba(255, 133, 15, .35), inset 0 1px 0 rgba(255, 255, 255, .25);
  border: 1px solid rgba(255, 178, 62, .3);
}

.home-replica .ys-btn.primary:hover {
  box-shadow: 0 16px 40px rgba(255, 133, 15, .48), inset 0 1px 0 rgba(255, 255, 255, .3);
}

.home-replica .ys-btn.secondary {
  border: 1px solid rgba(255, 255, 255, .1);
  background: rgba(255, 255, 255, .04);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.home-replica .ys-btn.secondary:hover {
  border-color: rgba(255, 133, 15, .35);
  background: rgba(255, 133, 15, .06);
}

/* ---------- 滤镜按钮 ---------- */
.home-replica .filter-btn {
  border: 1px solid rgba(255, 255, 255, .08);
  background: rgba(255, 255, 255, .03);
  transition: border-color .25s ease, background .25s ease, box-shadow .25s ease;
}

.home-replica .filter-btn:hover:not(.active) {
  border-color: rgba(255, 133, 15, .3);
  background: rgba(255, 133, 15, .06);
}

.home-replica .filter-btn.active {
  background: linear-gradient(135deg, #ffb23e, #ff850f);
  border-color: rgba(255, 178, 62, .4);
  box-shadow: 0 6px 18px rgba(255, 133, 15, .32);
}

/* ---------- 摄影作品卡片：微边框 + shimmer + hover 发光 ---------- */
.home-replica .work-card {
  border: 1px solid rgba(255, 255, 255, .06);
  transition: border-color .3s ease, box-shadow .3s ease;
}

.home-replica .work-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  border-radius: 4px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .04) 0%, transparent 40%, transparent 60%, rgba(255, 255, 255, .02) 100%);
  opacity: 0;
  transition: opacity .3s ease;
}

.home-replica .work-card:hover {
  border-color: rgba(255, 133, 15, .3);
  box-shadow: 0 16px 42px rgba(0, 0, 0, .42), 0 0 24px rgba(255, 150, 30, .1);
}

.home-replica .work-card:hover::after {
  opacity: 1;
}

/* ---------- 场景卡片：微边框 + hover 发光 ---------- */
.home-replica .scene-card {
  border: 1px solid rgba(255, 255, 255, .06);
  transition: border-color .3s ease, box-shadow .3s ease;
}

.home-replica .scene-card:hover {
  border-color: rgba(255, 133, 15, .3);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .35), 0 0 16px rgba(255, 150, 30, .08);
}

.home-replica .scene-card.active {
  border-color: rgba(255, 133, 15, .4);
  box-shadow: 0 0 0 1px rgba(255, 133, 15, .28), 0 12px 30px rgba(255, 133, 15, .22);
}

/* ---------- 路线规划面板：增强视觉 ---------- */
.home-replica .route-map-panel {
  border: 1px solid rgba(255, 255, 255, .08);
  box-shadow: 0 20px 48px rgba(0, 0, 0, .4), inset 0 1px 0 rgba(255, 255, 255, .03);
}

/* ---------- 路线选项按钮 ---------- */
.home-replica .route-option {
  border: 1px solid rgba(255, 255, 255, .06);
  transition: border-color .25s ease, box-shadow .25s ease;
}

.home-replica .route-option:hover:not(.active) {
  border-color: rgba(255, 133, 15, .25);
}

.home-replica .route-option.active {
  border-color: rgba(255, 133, 15, .4);
  box-shadow: 0 8px 20px rgba(255, 133, 15, .2);
}

/* ---------- 关于/联系区域：玻璃统一到 #about .container，卡片退为普通内容 ---------- */
.home-replica .about-card {
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.home-replica .contact-content {
  border: 1px solid rgba(255, 255, 255, .08);
}

/* ---------- 统计数字：金色发光 ---------- */
.home-replica .compact-stat strong {
  color: var(--brand-orange, #ff850f);
  filter: drop-shadow(0 0 6px rgba(255, 133, 15, .3));
}

/* ---------- 联系表单输入框：微边框 ---------- */
.home-replica .contact-form input,
.home-replica .contact-form textarea {
  border: 1px solid rgba(255, 255, 255, .08);
  background: rgba(255, 255, 255, .03);
  transition: border-color .25s ease;
}

.home-replica .contact-form input:focus,
.home-replica .contact-form textarea:focus {
  border-color: rgba(255, 133, 15, .35);
  outline: none;
}

/* ---------- 联系表单提交按钮 ---------- */
.home-replica .contact-form button[type="submit"] {
  background: linear-gradient(135deg, #ffb23e 0%, #ff850f 55%, #e06d00 100%);
  box-shadow: 0 8px 24px rgba(255, 133, 15, .3), inset 0 1px 0 rgba(255, 255, 255, .2);
}

/* ---------- 页脚微边框 ---------- */
.home-replica .footer {
  border-top: 1px solid rgba(255, 255, 255, .06);
}

/* ---------- 响应式：窄屏回退单列 ---------- */
@media (max-width: 1180px) {
  .home-replica .platform-switch {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 28px;
  }

}

@media (max-width: 768px) {
  .home-replica .platform-switch {
    padding: 18px;
  }

  .home-replica #platforms::before {
    inset: -20px;
  }

  .home-replica .nav-dropdown-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    margin-top: 4px;
    border: 0;
    background: rgba(255, 255, 255, .03);
    box-shadow: none;
    transition: max-height .3s ease, padding .3s ease;
  }

  .home-replica .nav-dropdown.open .nav-dropdown-menu {
    max-height: 240px;
    padding: 8px;
  }

  .home-replica .nav-dropdown-toggle {
    width: 100%;
    justify-content: center;
  }
}

/* ---------- 全局 section 标题：金色渐变统一 ---------- */
.home-replica .section-title {
  background: linear-gradient(135deg, #fff1c8 0%, #ffc26a 34%, #ff8a1e 66%, #d97a08 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  filter: drop-shadow(0 2px 10px rgba(255, 133, 15, .2));
}

/* ---------- 各 section ambient glow 背景 ---------- */
.home-replica #works {
  position: relative;
}

.home-replica #works::before {
  content: "";
  position: absolute;
  inset: -40px;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse 500px 300px at 70% 20%, rgba(18, 146, 255, .07), transparent 55%),
    radial-gradient(ellipse 400px 250px at 30% 80%, rgba(255, 133, 15, .06), transparent 50%);
}

.home-replica #works .container {
  position: relative;
  z-index: 1;
}

.home-replica #scenes {
  position: relative;
}

.home-replica #scenes::before {
  content: "";
  position: absolute;
  inset: -40px;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse 500px 300px at 25% 30%, rgba(124, 77, 255, .07), transparent 55%),
    radial-gradient(ellipse 400px 250px at 75% 70%, rgba(255, 133, 15, .06), transparent 50%);
}

.home-replica #scenes .container {
  position: relative;
  z-index: 1;
}

.home-replica #about {
  position: relative;
}

.home-replica #about::before {
  content: "";
  position: absolute;
  inset: -40px;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse 500px 300px at 50% 50%, rgba(255, 133, 15, .06), transparent 55%),
    radial-gradient(ellipse 400px 250px at 80% 20%, rgba(18, 146, 255, .05), transparent 50%);
}

.home-replica #about .container {
  position: relative;
  z-index: 1;
}

/* ---------- scroll reveal 动画 ---------- */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.home-replica .fade-in-up {
  animation: fadeInUp .6s ease forwards;
}

/* ---------- work-card 图片 hover 微缩放 ---------- */
.home-replica .work-card img {
  transition: transform .4s ease;
}

.home-replica .work-card:hover img {
  transform: scale(1.04);
}

/* ---------- scene-card 图片 hover 微缩放 ---------- */
.home-replica .scene-card img {
  transition: transform .4s ease;
}

.home-replica .scene-card:hover img {
  transform: scale(1.04);
}

/* ---------- work-tag 金色微边框 ---------- */
.home-replica .work-tag {
  border: 1px solid rgba(255, 133, 15, .25);
  background: rgba(255, 133, 15, .08);
  color: rgba(255, 178, 62, .9);
}

/* ---------- route-legend 按钮增强 ---------- */
.home-replica .route-legend button {
  border: 1px solid rgba(255, 255, 255, .08);
  background: rgba(255, 255, 255, .03);
  transition: border-color .25s ease, background .25s ease;
}

.home-replica .route-legend button:hover:not(.active) {
  border-color: rgba(255, 133, 15, .25);
  background: rgba(255, 133, 15, .06);
}

.home-replica .route-legend button.active {
  border-color: rgba(255, 133, 15, .35);
  background: rgba(255, 133, 15, .1);
}

/* ---------- compact-stat 图标发光 ---------- */
.home-replica .compact-stat i {
  color: var(--brand-orange, #ff850f);
  filter: drop-shadow(0 0 6px rgba(255, 133, 15, .3));
}

/* ---------- 导航 logo 微发光 ---------- */
.home-replica .logo img {
  filter: drop-shadow(0 0 8px rgba(255, 133, 15, .2));
}

.home-replica .logo span {
  text-shadow: 0 0 12px rgba(255, 133, 15, .15);
}

/* ---------- footer 增强 ---------- */
.home-replica .footer h4 {
  color: rgba(255, 178, 62, .85);
  font-weight: 600;
  margin-bottom: 12px;
}

.home-replica .footer-links a {
  color: rgba(255, 255, 255, .55);
  transition: color .2s ease, padding-left .2s ease;
}

.home-replica .footer-links a:hover {
  color: rgba(255, 178, 62, .9);
  padding-left: 4px;
}

.home-replica .footer-logo strong {
  color: rgba(255, 178, 62, .9);
}

/* ---------- 悬浮侧边导航栏：右侧三平台切换 + 左侧版块目录 ---------- */
.floating-nav {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 22px;
  z-index: 1000;
}

/* 右侧：三平台切换 */
.floating-nav--platforms {
  right: 28px;
}

/* 左侧：当前平台版块目录 */
.floating-nav--sections {
  left: 28px;
}

.floating-nav-item {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

.floating-nav-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .25);
  border: 1px solid rgba(255, 255, 255, .12);
  flex-shrink: 0;
  transition: background .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.floating-nav-label {
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, .45);
  opacity: 0;
  transition: opacity .25s ease, transform .25s ease, color .25s ease;
  white-space: nowrap;
}

/* 右侧导航：label 从右向左展开 */
.floating-nav--platforms .floating-nav-label {
  transform: translateX(8px);
}

/* 左侧导航：label 从左向右展开 */
.floating-nav--sections .floating-nav-label {
  transform: translateX(-8px);
}

.floating-nav-item:hover .floating-nav-label {
  opacity: 1;
  transform: translateX(0);
  color: rgba(255, 255, 255, .8);
}

.floating-nav-item:hover .floating-nav-dot {
  background: rgba(255, 133, 15, .35);
  border-color: rgba(255, 133, 15, .3);
}

.floating-nav-item.active .floating-nav-dot {
  background: var(--brand-orange, #ff850f);
  border-color: rgba(255, 178, 62, .5);
  box-shadow: 0 0 12px rgba(255, 133, 15, .5);
}

.floating-nav-item.active .floating-nav-label {
  opacity: 1;
  transform: translateX(0);
  color: rgba(255, 255, 255, .95);
}

@media (max-width: 768px) {
  .floating-nav {
    gap: 16px;
  }

  .floating-nav--platforms {
    right: 14px;
  }

  .floating-nav--sections {
    left: 14px;
  }

  .floating-nav-label {
    display: none;
  }
}

/* ---------- footer 布局：标题横向，链接纵向 ---------- */
.home-replica .footer-links-row {
  flex-direction: row;
  justify-content: space-evenly;
  gap: 24px;
  padding: 0 48px;
}

.home-replica .footer-links-row > div {
  flex: 1;
  min-width: 0;
}

.home-replica .footer-links-row > div > a {
  display: block;
}

/* ---------- 留言弹窗 ---------- */
.message-modal {
  position: fixed;
  inset: 0;
  z-index: 1002;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(3, 5, 8, .7);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease, visibility .3s ease;
}

.message-modal.show {
  opacity: 1;
  visibility: visible;
}

.message-modal-card {
  position: relative;
  width: 90%;
  max-width: 440px;
  padding: 36px 32px 28px;
  border-radius: 10px;
  background: rgba(10, 12, 18, .95);
  border: 1px solid rgba(255, 255, 255, .08);
  box-shadow: 0 24px 64px rgba(0, 0, 0, .5);
  transform: translateY(12px);
  transition: transform .3s ease;
}

.message-modal.show .message-modal-card {
  transform: translateY(0);
}

.message-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 6px;
  background: rgba(255, 255, 255, .05);
  color: rgba(255, 255, 255, .6);
  font-size: 14px;
  cursor: pointer;
  transition: background .2s ease, color .2s ease;
}

.message-modal-close:hover {
  background: rgba(255, 133, 15, .1);
  color: rgba(255, 255, 255, .9);
}

.message-modal-card h3 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  color: rgba(255, 178, 62, .9);
}

.message-modal-card form {
  display: grid;
  gap: 12px;
}

.message-modal-card input,
.message-modal-card textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 6px;
  background: rgba(255, 255, 255, .03);
  color: rgba(255, 255, 255, .9);
  font-size: 14px;
  transition: border-color .25s ease;
}

.message-modal-card input:focus,
.message-modal-card textarea:focus {
  border-color: rgba(255, 133, 15, .35);
  outline: none;
}

.message-modal-card button[type="submit"] {
  padding: 12px 20px;
  border: 0;
  border-radius: 6px;
  background: linear-gradient(135deg, #ffb23e 0%, #ff850f 55%, #e06d00 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(255, 133, 15, .3), inset 0 1px 0 rgba(255, 255, 255, .2);
  transition: box-shadow .25s ease;
}

.message-modal-card button[type="submit"]:hover {
  box-shadow: 0 12px 32px rgba(255, 133, 15, .42), inset 0 1px 0 rgba(255, 255, 255, .25);
}

/* ---------- platform-copy features 列表增强 ---------- */
.home-replica .platform-copy ul {
  gap: 12px;
  margin-bottom: 28px;
}

.home-replica .platform-copy li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, .04);
  border-radius: 6px;
  background: rgba(255, 255, 255, .02);
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, .82);
  transition: border-color .25s ease, background .25s ease;
}

.home-replica .platform-copy li:hover {
  border-color: rgba(255, 133, 15, .2);
  background: rgba(255, 133, 15, .04);
}

.home-replica .platform-copy li i {
  margin-top: 3px;
  font-size: 14px;
  flex-shrink: 0;
}

/* ---------- section 之间微妙分隔过渡 ---------- */
.home-replica #platforms,
.home-replica #works,
.home-replica #scenes,
.home-replica #about {
  border-top: 1px solid rgba(255, 255, 255, .03);
}

/* ---------- work-card body 增强 ---------- */
.home-replica .work-body {
  padding: 14px 16px 16px;
}

.home-replica .work-body h3 {
  font-size: 15px;
  font-weight: 600;
  color: rgba(255, 255, 255, .92);
  margin-bottom: 8px;
}

.home-replica .work-meta {
  gap: 10px;
  font-size: 12px;
  color: rgba(255, 255, 255, .5);
}

.home-replica .work-meta i {
  color: rgba(255, 178, 62, .6);
  margin-right: 3px;
}

/* ---------- scene-card 标题增强 ---------- */
.home-replica .scene-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: rgba(255, 255, 255, .95);
}

.home-replica .scene-card p {
  font-size: 13px;
  color: rgba(255, 255, 255, .55);
}

/* ---------- route-option active 金色渐变 ---------- */
.home-replica .route-option.active {
  background: linear-gradient(135deg, rgba(255, 178, 62, .12), rgba(255, 133, 15, .06));
  border-color: rgba(255, 133, 15, .4);
  box-shadow: 0 8px 20px rgba(255, 133, 15, .2);
}

.home-replica .route-option.active strong {
  color: rgba(255, 178, 62, .95);
}

/* ---------- compact-stats 布局增强 ---------- */
.home-replica .compact-stats {
  gap: 20px;
  margin-top: 24px;
}

.home-replica .compact-stat {
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, .05);
  border-radius: 8px;
  background: rgba(255, 255, 255, .02);
  transition: border-color .25s ease;
}

.home-replica .compact-stat:hover {
  border-color: rgba(255, 133, 15, .2);
}

.home-replica .compact-stat span {
  font-size: 12px;
  color: rgba(255, 255, 255, .55);
}

.home-replica .compact-stat strong {
  font-size: 22px;
  font-weight: 800;
}

/* ---------- platform-actions 按钮间距 ---------- */
.home-replica .platform-actions {
  gap: 14px;
}

/* ---------- route-map-meta 增强 ---------- */
.home-replica .route-map-meta h3 {
  font-size: 20px;
  font-weight: 700;
  color: rgba(255, 255, 255, .95);
}

.home-replica .route-map-meta p {
  font-size: 13px;
  color: rgba(255, 255, 255, .55);
}

/* ---------- 各版块统一透明玻璃背景（与 hero 完全一致） ---------- */
.home-replica #works .container,
.home-replica #scenes .container,
.home-replica #guides .container,
.home-replica #routes .container,
.home-replica #about .container,
.home-replica #wechat .container,
.home-replica #consign .container,
.home-replica #services .container,
.home-replica #booking .container,
.home-replica #wechat-photo .container,
.home-replica #rental-mall .container,
.home-replica #campsite .container,
.home-replica #rental-merchant .container,
.home-replica #rental-wechat .container {
  border: 0;
  background: linear-gradient(135deg, rgba(255,255,255,.065), rgba(255,255,255,.022));
  box-shadow: 0 18px 48px rgba(0,0,0,.38);
}

/* ---------- 各版块宽度统一对齐（面板外宽一致 1324px） ---------- */
.home-replica #works .container,
.home-replica #scenes .container,
.home-replica #guides .container,
.home-replica #routes .container,
.home-replica #about .container,
.home-replica #wechat .container,
.home-replica #consign .container,
.home-replica #services .container,
.home-replica #booking .container,
.home-replica #wechat-photo .container,
.home-replica #rental-mall .container,
.home-replica #campsite .container,
.home-replica #rental-merchant .container,
.home-replica #rental-wechat .container {
  max-width: 1324px;
  margin-inline: auto;
  width: 100%;
  padding: 20px;
  border-radius: 6px;
}

/* ---------- 各版块与 hero 边框线条各端对齐（section 左右各缩进 18px，与 hero 玻璃一致） ---------- */
.home-replica #works,
.home-replica #scenes,
.home-replica #routes,
.home-replica #guides,
.home-replica #about,
.home-replica #wechat,
.home-replica #consign,
.home-replica #services,
.home-replica #booking,
.home-replica #wechat-photo,
.home-replica #rental-mall,
.home-replica #campsite,
.home-replica #rental-merchant,
.home-replica #rental-wechat {
  padding-inline: 18px;
}

.home-replica .route-demo-layout {
  padding: 0;
}

.home-replica .about-contact-grid {
  grid-template-columns: 1fr;
  padding-inline: 0;
}

.home-replica .about-card {
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
}

/* ---------- 路线列表可上下翻动 ---------- */
.home-replica .route-list {
  justify-content: flex-start;
  padding-top: 0;
  height: 560px;
  overflow-y: auto;
  padding-right: 6px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 133, 15, .3) transparent;
}

.home-replica .route-list::-webkit-scrollbar {
  width: 6px;
}

.home-replica .route-list::-webkit-scrollbar-thumb {
  background: rgba(255, 133, 15, .3);
  border-radius: 999px;
}

.home-replica .route-list::-webkit-scrollbar-track {
  background: transparent;
}

/* ---------- 攻略商城版块 ---------- */
.home-replica #guides .section-title {
  margin-bottom: 24px;
}

.home-replica .guide-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.home-replica .guide-card {
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, .02);
  transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}

.home-replica .guide-card:hover {
  border-color: rgba(255, 133, 15, .3);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .35), 0 0 16px rgba(255, 150, 30, .08);
  transform: translateY(-2px);
}

.home-replica .guide-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.home-replica .guide-body {
  padding: 12px 14px 14px;
}

.home-replica .guide-body h3 {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, .92);
  margin-bottom: 6px;
}

.home-replica .guide-body p {
  font-size: 12px;
  color: rgba(255, 255, 255, .5);
  margin-bottom: 12px;
}

.home-replica .guide-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-replica .guide-tag {
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 4px;
  border: 1px solid rgba(255, 133, 15, .25);
  background: rgba(255, 133, 15, .08);
  color: rgba(255, 178, 62, .9);
}

.home-replica .guide-tag.hot {
  border-color: rgba(255, 80, 60, .35);
  background: rgba(255, 80, 60, .1);
  color: rgba(255, 120, 100, .95);
}

.home-replica .guide-tag.new {
  border-color: rgba(18, 146, 255, .35);
  background: rgba(18, 146, 255, .1);
  color: rgba(90, 180, 255, .95);
}

.home-replica .guide-btn {
  border: 1px solid rgba(255, 133, 15, .3);
  border-radius: 5px;
  background: linear-gradient(135deg, #ffb23e 0%, #ff850f 55%, #e06d00 100%);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 14px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(255, 133, 15, .25);
  transition: box-shadow .25s ease;
}

.home-replica .guide-btn:hover {
  box-shadow: 0 8px 20px rgba(255, 133, 15, .4);
}

/* ---------- 路书攻略：推荐路书卡片 ---------- */
.home-replica .routebook-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 30px;
}

.home-replica .routebook-card {
  position: relative;
  min-height: 216px;
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 8px;
  background: transparent;
  overflow: hidden;
  cursor: pointer;
  transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}

.home-replica .routebook-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 24%, rgba(0, 0, 0, .82));
  pointer-events: none;
}

.home-replica .routebook-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}

.home-replica .routebook-card:hover {
  border-color: rgba(255, 133, 15, .35);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .35), 0 0 18px rgba(255, 150, 30, .12);
  transform: translateY(-3px);
}

.home-replica .routebook-card:hover > img {
  transform: scale(1.06);
}

.home-replica .routebook-info {
  position: absolute;
  z-index: 1;
  left: 16px;
  right: 16px;
  bottom: 52px;
}

.home-replica .routebook-info h3 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 3px;
}

.home-replica .routebook-meta {
  font-size: 12px;
  color: rgba(255, 178, 62, .9);
  margin-bottom: 4px;
}

.home-replica .routebook-desc {
  font-size: 12px;
  color: rgba(255, 255, 255, .72);
  line-height: 1.5;
  margin-bottom: 0;
}

.home-replica .routebook-foot {
  position: absolute;
  z-index: 1;
  left: 16px;
  right: 16px;
  bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-replica .routebook-price {
  font-size: 14px;
  font-weight: 700;
  color: #ffb23e;
}

.home-replica .routebook-btn {
  border: 1px solid rgba(255, 133, 15, .3);
  border-radius: 5px;
  background: linear-gradient(135deg, #ffb23e 0%, #ff850f 55%, #e06d00 100%);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 14px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(255, 133, 15, .25);
  transition: box-shadow .25s ease;
}

.home-replica .routebook-btn:hover {
  box-shadow: 0 8px 20px rgba(255, 133, 15, .4);
}

/* ---------- 微信扫码进入自驾时光 ---------- */
.home-replica .qr-section {
  display: flex;
  gap: 48px;
  align-items: center;
  padding: 8px 4px;
}

.home-replica .qr-left {
  flex: 1;
  min-width: 0;
}

.home-replica .qr-left h3 {
  font-size: 22px;
  font-weight: 800;
  color: rgba(255, 255, 255, .95);
  margin-bottom: 12px;
}

.home-replica .qr-left p {
  color: rgba(255, 255, 255, .55);
  line-height: 1.7;
  margin-bottom: 0;
}

.home-replica .qr-left strong {
  color: #ffb23e;
  font-weight: 600;
}

.home-replica .qr-right {
  flex-shrink: 0;
  text-align: center;
}

.home-replica .qr-box {
  width: 150px;
  height: 150px;
  margin: 0 auto 12px;
  border: 2px dashed rgba(255, 178, 62, .5);
  border-radius: 10px;
  background: rgba(255, 255, 255, .04);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  color: rgba(255, 178, 62, .8);
}

.home-replica .qr-tip {
  font-size: 13px;
  color: rgba(255, 255, 255, .45);
}

@media (max-width: 1180px) {
  .home-replica .guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-replica .routebook-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .home-replica .routebook-grid {
    grid-template-columns: 1fr;
  }

  .home-replica .qr-section {
    flex-direction: column;
    gap: 24px;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .home-replica .guide-grid {
    grid-template-columns: 1fr;
  }
}

/* ---------- 车辆托运：左表单右商户报价 ---------- */
.home-replica #consign .section-title {
  margin-bottom: 24px;
}

.home-replica .consign-layout {
  display: grid;
  grid-template-columns: 420px minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}

.home-replica .consign-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 8px;
  background: rgba(255, 255, 255, .02);
}

.home-replica .consign-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.home-replica .consign-field label {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, .7);
}

.home-replica .consign-input-row {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .03);
  padding: 0 12px;
}

.home-replica .consign-input-row > i {
  color: rgba(255, 178, 62, .85);
  font-size: 15px;
  flex-shrink: 0;
}

.home-replica .consign-input-row input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, .9);
  font-size: 14px;
  padding: 13px 0;
  outline: none;
}

.home-replica .consign-input-row input::placeholder {
  color: rgba(255, 255, 255, .35);
}

.home-replica .consign-region-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.home-replica .consign-select {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .03);
  padding: 0 12px;
}

.home-replica .consign-select select {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, .9);
  font-size: 14px;
  padding: 13px 0;
  outline: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.home-replica .consign-select select option {
  background: #1b1b26;
  color: rgba(255, 255, 255, .9);
}

.home-replica .consign-select > i {
  color: rgba(255, 255, 255, .4);
  font-size: 12px;
  flex-shrink: 0;
  pointer-events: none;
}

.home-replica .locate-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(255, 133, 15, .3);
  border-radius: 6px;
  background: rgba(255, 133, 15, .08);
  color: rgba(255, 178, 62, .9);
  font-size: 12px;
  font-weight: 600;
  padding: 7px 12px;
  cursor: pointer;
  flex-shrink: 0;
  white-space: nowrap;
  transition: background .25s ease, border-color .25s ease;
}

.home-replica .locate-btn:hover {
  background: rgba(255, 133, 15, .16);
  border-color: rgba(255, 133, 15, .5);
}

.home-replica .consign-vehicles {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.home-replica .vehicle-chip {
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, .55);
  font-size: 13px;
  padding: 7px 18px;
  cursor: pointer;
  transition: border-color .25s ease, color .25s ease, background .25s ease;
}

.home-replica .vehicle-chip.active {
  border-color: rgba(255, 178, 62, .5);
  background: rgba(255, 133, 15, .12);
  color: #ffb23e;
}

.home-replica .vehicle-chip:hover {
  border-color: rgba(255, 133, 15, .4);
  color: rgba(255, 255, 255, .85);
}

.home-replica .consign-match {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 133, 15, .3);
  border-radius: 8px;
  background: linear-gradient(135deg, #ffb23e 0%, #ff850f 55%, #e06d00 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 28px;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(255, 133, 15, .28);
  transition: box-shadow .25s ease, transform .25s ease;
}

.home-replica .consign-match:hover {
  box-shadow: 0 10px 24px rgba(255, 133, 15, .4);
  transform: translateY(-1px);
}

.home-replica .consign-result {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
}

.home-replica .consign-result-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-replica .consign-result-head h3 {
  font-size: 15px;
  font-weight: 700;
  color: rgba(255, 255, 255, .92);
}

.home-replica .consign-count {
  font-size: 12px;
  color: rgba(255, 255, 255, .5);
}

.home-replica .consign-merchant-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 14px;
}

.home-replica .merchant-card {
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 8px;
  background: rgba(255, 255, 255, .02);
  padding: 14px;
  transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}

.home-replica .merchant-card:hover {
  border-color: rgba(255, 133, 15, .35);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .35), 0 0 16px rgba(255, 150, 30, .1);
  transform: translateY(-2px);
}

.home-replica .merchant-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.home-replica .merchant-top h4 {
  font-size: 15px;
  font-weight: 700;
  color: rgba(255, 255, 255, .95);
}

.home-replica .merchant-rating {
  font-size: 13px;
  font-weight: 700;
  color: #ffb23e;
}

.home-replica .merchant-route {
  font-size: 12px;
  color: rgba(255, 255, 255, .5);
  margin-bottom: 14px;
}

.home-replica .merchant-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-replica .merchant-price {
  font-size: 20px;
  font-weight: 800;
  color: #ffb23e;
}

.home-replica .merchant-price em {
  font-style: normal;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, .5);
  margin-left: 2px;
}

.home-replica .consign-merchant-list.refresh .merchant-card {
  animation: consignFlash .5s ease;
}

@keyframes consignFlash {
  0% { border-color: rgba(255, 178, 62, .8); box-shadow: 0 0 18px rgba(255, 150, 30, .35); }
  100% { border-color: rgba(255, 255, 255, .07); box-shadow: none; }
}

@media (max-width: 1180px) {
  .home-replica .consign-layout {
    grid-template-columns: 1fr;
  }

}

/* ---------- 路线规划：左图右列表，左右等高对称 ---------- */
.home-replica .route-demo-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 24px;
  align-items: stretch;
}

.home-replica #routes .route-map-panel {
  aspect-ratio: auto !important;
  height: 560px !important;
}

.home-replica #routes .section-title {
  margin-bottom: 24px;
}

@media (max-width: 1180px) {
  .home-replica .route-demo-layout {
    grid-template-columns: 1fr;
  }
}

/* ---------- 新疆景点门票：独立版块布局 ---------- */
.home-replica #scenes .section-title {
  margin-bottom: 24px;
}

.home-replica #scenes .scene-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

/* 门票卡片：图片铺满，文字/价格/购票浮于图片之上 */
.home-replica .scene-card {
  position: relative;
  display: block;
  min-height: 132px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
}

.home-replica .scene-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(0, 0, 0, .78));
}

.home-replica .scene-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}

.home-replica .scene-card:hover > img {
  transform: scale(1.06);
}

.home-replica .scene-info {
  position: absolute;
  z-index: 1;
  left: 16px;
  right: 16px;
  bottom: 46px;
}

.home-replica .scene-info h3 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 2px;
}

.home-replica .scene-info p {
  font-size: 12px;
  color: rgba(255, 255, 255, .74);
  margin-bottom: 0;
}

.home-replica .scene-foot {
  position: absolute;
  z-index: 1;
  left: 16px;
  right: 16px;
  bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-replica .ticket-price {
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  color: var(--brand-orange, #ff850f);
}

.home-replica .ticket-price em {
  font-style: normal;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, .6);
  margin-left: 2px;
}

.home-replica .ticket-btn {
  border: 1px solid rgba(255, 133, 15, .3);
  border-radius: 5px;
  background: linear-gradient(135deg, #ffb23e 0%, #ff850f 55%, #e06d00 100%);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 14px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(255, 133, 15, .25);
  transition: box-shadow .25s ease;
}

.home-replica .ticket-btn:hover {
  box-shadow: 0 8px 20px rgba(255, 133, 15, .4);
}

@media (max-width: 1180px) {
  .home-replica #scenes .scene-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .home-replica #scenes .scene-grid {
    grid-template-columns: 1fr;
  }
}

/* ---------- 无障碍：尊重 reduced-motion ---------- */
@media (prefers-reduced-motion: reduce) {
  .home-replica *,
  .home-replica *::before,
  .home-replica *::after {
    transition: none !important;
    animation: none !important;
  }
}
/* ---------- AI 智能规划区域 ---------- */
.home-replica .ai-plan {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 22px;
  margin-bottom: 28px;
  border: 1px solid rgba(255, 133, 15, .2);
  border-radius: 10px;
  background: linear-gradient(120deg, rgba(255, 133, 15, .08) 0%, rgba(129, 140, 248, .06) 50%, rgba(255, 133, 15, .05) 100%);
}

.home-replica .ai-plan-copy {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.home-replica .ai-plan-icon {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 178, 62, .4);
  background: rgba(255, 133, 15, .12);
  color: #ffb23e;
  font-size: 20px;
}

.home-replica .ai-plan-text h3 {
  font-size: 17px;
  font-weight: 700;
  color: rgba(255, 255, 255, .95);
  margin-bottom: 4px;
}

.home-replica .ai-plan-text p {
  font-size: 13px;
  color: rgba(255, 255, 255, .55);
  margin-bottom: 0;
}

.home-replica .ai-plan-btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 133, 15, .3);
  border-radius: 8px;
  background: linear-gradient(135deg, #ffb23e 0%, #ff850f 55%, #e06d00 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 11px 22px;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(255, 133, 15, .28);
  transition: box-shadow .25s ease, transform .25s ease;
}

.home-replica .ai-plan-btn:hover {
  box-shadow: 0 10px 24px rgba(255, 133, 15, .4);
  transform: translateY(-1px);
}

/* ---------- AI 规划弹窗 ---------- */
.ai-modal {
  position: fixed;
  inset: 0;
  z-index: 1003;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(3, 5, 8, .7);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease, visibility .3s ease;
}

.ai-modal.show {
  opacity: 1;
  visibility: visible;
}

.ai-modal-card {
  position: relative;
  width: 90%;
  max-width: 520px;
  max-height: 88vh;
  overflow-y: auto;
  padding: 32px 28px 28px;
  border-radius: 10px;
  background: rgba(10, 12, 18, .95);
  border: 1px solid rgba(255, 255, 255, .08);
  box-shadow: 0 24px 64px rgba(0, 0, 0, .5);
  opacity: 0;
  transform: translateY(16px) scale(.96);
  transition: transform .32s cubic-bezier(.22, .9, .3, 1.18), opacity .22s ease;
}

.ai-modal.show .ai-modal-card {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.ai-modal-card.ai-survey-card {
  max-width: 620px;
}

.ai-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 6px;
  background: rgba(255, 255, 255, .05);
  color: rgba(255, 255, 255, .6);
  font-size: 14px;
  cursor: pointer;
  transition: background .2s ease, color .2s ease;
}

.ai-modal-close:hover {
  background: rgba(255, 133, 15, .1);
  color: rgba(255, 255, 255, .9);
}

.ai-modal-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 178, 62, .4);
  background: rgba(255, 133, 15, .12);
  color: #ffb23e;
  font-size: 24px;
}

.ai-modal-card h3 {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  color: rgba(255, 178, 62, .9);
  text-align: center;
}

.ai-modal-sub {
  font-size: 13px;
  color: rgba(255, 255, 255, .5);
  text-align: center;
  margin-bottom: 22px;
}

.ai-login-form {
  display: grid;
  gap: 12px;
}

.ai-login-form input {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 6px;
  background: rgba(255, 255, 255, .03);
  color: rgba(255, 255, 255, .9);
  font-size: 14px;
  transition: border-color .25s ease;
}

.ai-login-form input:focus {
  border-color: rgba(255, 133, 15, .35);
  outline: none;
}

.ai-login-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 8px;
  background: rgba(255, 255, 255, .03);
}

.ai-login-tab {
  flex: 1 1 0;
  min-width: 0;
  width: 100%;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: rgba(255, 255, 255, .5);
  font-size: 13px;
  font-weight: 600;
  padding: 9px 12px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: background .25s ease, color .25s ease;
}

.ai-login-tab.active {
  background: linear-gradient(135deg, #ffb23e 0%, #ff850f 55%, #e06d00 100%);
  color: #fff;
  box-shadow: 0 6px 18px rgba(255, 133, 15, .28);
}

.ai-login-pane {
  display: none;
}

.ai-login-pane.active {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 250px;
}

.ai-qr-box {
  position: relative;
  width: 180px;
  height: 180px;
  margin: 0 auto 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 12px;
  background: #fff;
  color: #0a0c12;
  font-size: 96px;
  cursor: pointer;
  transition: box-shadow .25s ease, transform .25s ease;
}

.ai-qr-box:hover {
  box-shadow: 0 12px 32px rgba(255, 133, 15, .3);
  transform: translateY(-2px);
}

.ai-qr-tip {
  font-size: 13px;
  color: rgba(255, 255, 255, .5);
  text-align: center;
  margin-bottom: 0;
}

.ai-sms-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.ai-sms-btn {
  border: 1px solid rgba(255, 133, 15, .3);
  border-radius: 6px;
  background: rgba(255, 133, 15, .1);
  color: #ffb23e;
  font-size: 13px;
  font-weight: 600;
  padding: 0 16px;
  cursor: pointer;
  white-space: nowrap;
  transition: background .25s ease;
}

.ai-sms-btn:hover:not(:disabled) {
  background: rgba(255, 133, 15, .18);
}

.ai-sms-btn:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.ai-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.ai-field {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 16px;
}

.ai-form-grid .ai-field {
  margin-bottom: 0;
}

.ai-field label {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, .7);
}

.ai-field select,
.ai-field input[type="text"] {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 6px;
  background: rgba(255, 255, 255, .03);
  color: rgba(255, 255, 255, .9);
  font-size: 14px;
  transition: border-color .25s ease;
}

.ai-field select {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.ai-field select:focus,
.ai-field input[type="text"]:focus {
  border-color: rgba(255, 133, 15, .35);
  outline: none;
}

.ai-field select option {
  background: #0a0c12;
  color: rgba(255, 255, 255, .9);
}

.ai-chip-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ai-chip {
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, .55);
  font-size: 13px;
  padding: 7px 16px;
  cursor: pointer;
  transition: border-color .25s ease, color .25s ease, background .25s ease;
}

.ai-chip.active {
  border-color: rgba(255, 178, 62, .5);
  background: rgba(255, 133, 15, .14);
  color: #ffb23e;
}

.ai-chip:hover {
  border-color: rgba(255, 133, 15, .4);
}

.ai-generate-btn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 6px;
  background: linear-gradient(135deg, #ffb23e 0%, #ff850f 55%, #e06d00 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 20px;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(255, 133, 15, .3), inset 0 1px 0 rgba(255, 255, 255, .2);
  transition: box-shadow .25s ease;
}

.ai-generate-btn:hover {
  box-shadow: 0 12px 32px rgba(255, 133, 15, .42), inset 0 1px 0 rgba(255, 255, 255, .25);
}

.ai-generate-submit {
  margin-top: 8px;
}

/* ---------- 登录弹窗体验优化 ---------- */
body.ai-modal-open {
  overflow: hidden;
}

.ai-agree {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255, 255, 255, .5);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}

.ai-agree input[type="checkbox"] {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin: 1px 0 0;
  accent-color: #ff850f;
  cursor: pointer;
}

.ai-agree a {
  color: #ffb23e;
  text-decoration: none;
  transition: color .2s ease;
}

.ai-agree a:hover {
  color: #ffd27a;
  text-decoration: underline;
}

.ai-qr-brand {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #07c160;
  color: #fff;
  font-size: 22px;
  box-shadow: 0 4px 14px rgba(7, 193, 96, .45);
}

.ai-qr-agree {
  margin-top: 10px;
  font-size: 12px;
  color: rgba(255, 255, 255, .4);
  text-align: center;
}

.ai-generate-btn:disabled {
  background: linear-gradient(135deg, #6b7280 0%, #4b5563 100%);
  box-shadow: none;
  color: rgba(255, 255, 255, .55);
  cursor: not-allowed;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 40px;
  transform: translate(-50%, 16px);
  z-index: 1005;
  padding: 10px 18px;
  border-radius: 8px;
  font-size: 13px;
  color: #fff;
  background: rgba(20, 24, 34, .92);
  border: 1px solid rgba(255, 255, 255, .1);
  box-shadow: 0 12px 32px rgba(0, 0, 0, .4);
  opacity: 0;
  transition: opacity .3s ease, transform .3s ease;
  pointer-events: none;
}

.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

.toast.success { border-color: rgba(7, 193, 96, .5); }
.toast.error { border-color: rgba(255, 82, 82, .5); }
.toast.info { border-color: rgba(255, 133, 15, .5); }

.ai-result {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
  text-align: left;
}

.ai-result-line {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 14px;
  color: rgba(255, 255, 255, .85);
  padding-bottom: 10px;
  border-bottom: 1px dashed rgba(255, 255, 255, .1);
}

.ai-result-line span {
  color: rgba(255, 255, 255, .5);
  flex-shrink: 0;
}

.ai-result-desc {
  font-size: 13px;
  color: rgba(255, 255, 255, .6);
  line-height: 1.7;
  background: rgba(255, 133, 15, .06);
  border: 1px solid rgba(255, 133, 15, .15);
  border-radius: 8px;
  padding: 14px;
  margin-top: 4px;
}

@media (max-width: 768px) {
  .home-replica .ai-plan {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .home-replica .ai-plan-copy {
    flex-direction: column;
  }

  .ai-form-grid {
    grid-template-columns: 1fr;
  }
}
/* ---------- 服务平台版块 ---------- */
.home-replica #services .gallery-filters .filter-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.home-replica #services .gallery-filters .filter-btn i {
  font-size: 12px;
}
/* ---------- 服务平台：角色卡片（图片背景 + 文字浮层 + 立即咨询按钮） ---------- */
.home-replica .service-card {
  position: relative;
  min-height: 200px;
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 8px;
  background: transparent;
  overflow: hidden;
  transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}

.home-replica .service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .12) 0%, rgba(0, 0, 0, .38) 46%, rgba(0, 0, 0, .9) 100%);
  pointer-events: none;
}

.home-replica .service-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}

.home-replica .service-card:hover {
  border-color: rgba(255, 133, 15, .35);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .35), 0 0 18px rgba(255, 150, 30, .12);
  transform: translateY(-3px);
}

.home-replica .service-card:hover > img {
  transform: scale(1.06);
}

.home-replica .service-info {
  position: absolute;
  z-index: 1;
  left: 14px;
  right: 14px;
  top: 14px;
}

.home-replica .service-tag {
  display: inline-flex;
  padding: 2px 9px;
  border: 1px solid rgba(255, 133, 15, .3);
  border-radius: 4px;
  background: rgba(255, 133, 15, .14);
  color: rgba(255, 178, 62, .95);
  font-size: 11px;
  margin-bottom: 8px;
}

.home-replica .service-info h3 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
  text-shadow: 0 1px 6px rgba(0, 0, 0, .6);
}

.home-replica .service-meta {
  font-size: 12px;
  color: rgba(255, 255, 255, .78);
  line-height: 1.5;
}

.home-replica .service-foot {
  position: absolute;
  z-index: 1;
  left: 14px;
  right: 14px;
  bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-replica .service-price {
  font-size: 14px;
  font-weight: 700;
  color: #ffb23e;
}

.home-replica .service-btn {
  border: 1px solid rgba(255, 133, 15, .3);
  border-radius: 5px;
  background: linear-gradient(135deg, #ffb23e 0%, #ff850f 55%, #e06d00 100%);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 14px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(255, 133, 15, .25);
  transition: box-shadow .25s ease;
}

.home-replica .service-btn:hover {
  box-shadow: 0 8px 20px rgba(255, 133, 15, .4);
}
/* ---------- 服务详情页 ---------- */
.home-replica .detail-section {
  position: relative;
  z-index: 1;
  padding: 24px 18px 20px;
}

.home-replica .detail-container {
  max-width: 1324px;
  margin-inline: auto;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 10px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, .4), inset 0 1px 0 rgba(255, 255, 255, .04);
  padding: 20px 24px 28px;
}

.home-replica .detail-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(255, 255, 255, .55);
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  margin-bottom: 20px;
}

.home-replica .detail-breadcrumb a {
  color: rgba(255, 255, 255, .65);
  text-decoration: none;
}

.home-replica .detail-breadcrumb a:hover {
  color: #ffb23e;
}

.home-replica .detail-breadcrumb i {
  font-size: 10px;
  color: rgba(255, 255, 255, .3);
}

.home-replica .detail-breadcrumb .crumb-current {
  color: #ffb23e;
}

.home-replica .detail-main {
  display: grid;
  grid-template-columns: 480px minmax(0, 1fr);
  gap: 32px;
}

.home-replica .detail-gallery {
  min-width: 0;
}

.home-replica .detail-hero {
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #0b0d13;
}

.home-replica .detail-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-replica .detail-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 12px;
}

.home-replica .detail-thumbs .thumb {
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 1;
  padding: 0;
  background: transparent;
  cursor: pointer;
  opacity: .6;
  transition: opacity .2s ease, border-color .2s ease;
}

.home-replica .detail-thumbs .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-replica .detail-thumbs .thumb.active {
  opacity: 1;
  border-color: #ff870f;
}

.home-replica .detail-thumbs .thumb:hover {
  opacity: .85;
}

.home-replica .detail-info {
  min-width: 0;
}

.home-replica .detail-tag {
  display: inline-block;
  padding: 3px 12px;
  border: 1px solid rgba(255, 133, 15, .3);
  border-radius: 4px;
  background: rgba(255, 133, 15, .12);
  color: rgba(255, 178, 62, .95);
  font-size: 12px;
}

.home-replica .detail-title {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  margin: 12px 0 6px;
}

.home-replica .detail-subtitle {
  font-size: 14px;
  color: rgba(255, 255, 255, .6);
  margin-bottom: 14px;
}

.home-replica .detail-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(255, 255, 255, .6);
  margin-bottom: 16px;
}

.home-replica .rating-stars {
  color: #ffb23e;
  font-size: 13px;
}

.home-replica .rating-stars .off {
  color: rgba(255, 255, 255, .2);
}

.home-replica .detail-rating strong {
  color: #ffb23e;
  font-size: 15px;
}

.home-replica .rating-divider {
  color: rgba(255, 255, 255, .2);
}

.home-replica .detail-price-panel {
  display: flex;
  align-items: baseline;
  padding: 16px 18px;
  background: linear-gradient(180deg, rgba(255, 133, 15, .08), rgba(255, 133, 15, .02));
  border: 1px solid rgba(255, 133, 15, .18);
  border-radius: 10px;
  margin-bottom: 18px;
}

.home-replica .price-symbol {
  font-size: 18px;
  font-weight: 700;
  color: #ffb23e;
  margin-right: 2px;
}

.home-replica .price-num {
  font-size: 36px;
  font-weight: 800;
  color: #ffb23e;
  line-height: 1;
}

.home-replica .price-unit {
  font-size: 15px;
  color: #ffb23e;
  margin-left: 4px;
}

.home-replica .detail-field-label {
  font-size: 13px;
  color: rgba(255, 255, 255, .55);
  margin-bottom: 10px;
}

.home-replica .detail-spec {
  margin-bottom: 18px;
}

.home-replica .detail-spec-options {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.home-replica .spec-option {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  background: rgba(255, 255, 255, .03);
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease;
}

.home-replica .spec-option .spec-name {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.home-replica .spec-option .spec-note {
  font-size: 12px;
  color: rgba(255, 255, 255, .5);
}

.home-replica .spec-option.active {
  border-color: #ff870f;
  background: rgba(255, 133, 15, .1);
  box-shadow: 0 0 0 1px rgba(255, 135, 15, .25);
}

.home-replica .detail-qty-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.home-replica .detail-qty-row .detail-field-label {
  margin-bottom: 0;
}

.home-replica .qty-stepper {
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  overflow: hidden;
}

.home-replica .qty-stepper button {
  width: 34px;
  height: 34px;
  border: 0;
  background: rgba(255, 255, 255, .05);
  color: #fff;
  cursor: pointer;
  font-size: 12px;
}

.home-replica .qty-stepper button:hover {
  background: rgba(255, 255, 255, .1);
}

.home-replica .qty-stepper input {
  width: 48px;
  height: 34px;
  border: 0;
  background: transparent;
  color: #fff;
  text-align: center;
  font-size: 14px;
}

.home-replica .detail-stock {
  font-size: 12px;
  color: rgba(255, 255, 255, .4);
}

.home-replica .detail-actions {
  display: flex;
  gap: 12px;
  margin-bottom: 18px;
}

.home-replica .detail-btn-buy {
  flex: 1;
  height: 46px;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  background: linear-gradient(135deg, #ffb23e 0%, #ff850f 55%, #e06d00 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 8px 24px rgba(255, 133, 15, .3);
}

.home-replica .detail-btn-buy:hover {
  box-shadow: 0 12px 28px rgba(255, 133, 15, .42);
}

.home-replica .detail-btn-cart {
  flex: 1;
  height: 46px;
  border: 1px solid rgba(255, 133, 15, .4);
  border-radius: 6px;
  cursor: pointer;
  background: rgba(255, 133, 15, .08);
  color: #ffb23e;
  font-size: 15px;
  font-weight: 600;
}

.home-replica .detail-btn-cart:hover {
  background: rgba(255, 133, 15, .16);
}

.home-replica .detail-guarantee {
  list-style: none;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.home-replica .detail-guarantee li {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: rgba(255, 255, 255, .55);
}

.home-replica .detail-guarantee li i {
  color: #ffb23e;
}

.home-replica .detail-tabs {
  display: flex;
  gap: 0;
  margin-top: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.home-replica .detail-tab {
  padding: 12px 22px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, .55);
  font-size: 14px;
  cursor: pointer;
  position: relative;
}

.home-replica .detail-tab.active {
  color: #fff;
  font-weight: 600;
}

.home-replica .detail-tab.active::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: -1px;
  height: 2px;
  background: linear-gradient(90deg, #ffb23e, #ff850f);
}

.home-replica .detail-tab-body {
  padding: 24px 4px 0;
}

.home-replica .detail-tab-panel {
  display: none;
}

.home-replica .detail-tab-panel.active {
  display: block;
}

.home-replica .detail-desc-text {
  font-size: 14px;
  line-height: 1.9;
  color: rgba(255, 255, 255, .75);
}

.home-replica .detail-desc-text p {
  margin-bottom: 14px;
}

.home-replica .detail-service-list {
  display: grid;
  gap: 0;
}

.home-replica .service-step {
  display: flex;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px dashed rgba(255, 255, 255, .08);
}

.home-replica .service-step:last-child {
  border-bottom: 0;
}

.home-replica .service-step .step-no {
  flex: 0 0 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 133, 15, .14);
  color: #ffb23e;
  font-size: 13px;
  font-weight: 700;
}

.home-replica .service-step .step-title {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 3px;
}

.home-replica .service-step .step-desc {
  font-size: 13px;
  color: rgba(255, 255, 255, .55);
  line-height: 1.6;
}

.home-replica .detail-reviews {
  display: grid;
  gap: 14px;
}

.home-replica .review-item {
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 10px;
  background: rgba(255, 255, 255, .02);
}

.home-replica .review-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.home-replica .review-avatar {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #ffb23e, #ff850f);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.home-replica .review-name {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
}

.home-replica .review-stars {
  font-size: 12px;
  color: #ffb23e;
  margin-left: auto;
}

.home-replica .review-text {
  font-size: 13px;
  color: rgba(255, 255, 255, .7);
  line-height: 1.7;
}

.home-replica .review-time {
  font-size: 12px;
  color: rgba(255, 255, 255, .4);
  margin-top: 8px;
}

.home-replica .detail-copyright {
  position: relative;
  z-index: 1;
  padding: 24px 18px 40px;
  text-align: center;
  font-size: 12px;
  color: rgba(255, 255, 255, .4);
}

@media (max-width: 900px) {
  .home-replica .detail-main {
    grid-template-columns: 1fr;
  }
}
/* ---------- 摄影作品卡片：图片铺满 + 文字浮层 + 摄影师头像 ---------- */
.home-replica .work-card {
  position: relative;
  min-height: 280px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 8px;
  background: transparent;
  overflow: hidden;
}

.home-replica .work-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: auto;
  display: block;
}

.home-replica .work-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  border-radius: 8px;
  background: linear-gradient(180deg, transparent 30%, rgba(0, 0, 0, .72) 78%, rgba(0, 0, 0, .9) 100%);
  opacity: 1;
}

.home-replica .work-card:hover::after {
  opacity: 1;
}

.home-replica .work-body {
  position: absolute;
  z-index: 2;
  left: 14px;
  right: 14px;
  bottom: 52px;
  min-height: 0;
  padding: 0;
}

.home-replica .work-body h3 {
  font-size: 17px;
  color: #fff;
  margin-bottom: 6px;
  text-shadow: 0 1px 6px rgba(0, 0, 0, .6);
}

.home-replica .work-meta {
  gap: 3px;
  font-size: 12px;
  color: rgba(255, 255, 255, .78);
}

.home-replica .work-meta i {
  color: #ffb23e;
}

.home-replica .work-crew {
  position: absolute;
  z-index: 2;
  left: 14px;
  right: 14px;
  bottom: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
  overflow: hidden;
}

.home-replica .work-photographer {
  display: flex;
  align-items: center;
  gap: 6px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  text-align: left;
  flex: 0 0 auto;
}

.home-replica .work-photographer .photographer-avatar {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #ffb23e 0%, #ff850f 100%);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, .3);
  flex: 0 0 auto;
}

.home-replica .work-photographer .photographer-name {
  font-size: 12px;
  color: #fff;
  font-weight: 600;
}

.home-replica .work-photographer:hover .photographer-name {
  color: #ffb23e;
}
/* ---------- 呼叫 / 预约拍摄 ---------- */
.home-replica .booking-chip {
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, .55);
  font-size: 13px;
  padding: 7px 18px;
  cursor: pointer;
  transition: border-color .25s ease, color .25s ease, background .25s ease;
}

.home-replica .booking-chip.active {
  border-color: rgba(255, 178, 62, .5);
  background: rgba(255, 133, 15, .12);
  color: #ffb23e;
}

.home-replica .booking-chip:hover {
  border-color: rgba(255, 133, 15, .4);
  color: rgba(255, 255, 255, .85);
}

.home-replica .booking-result {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
}

.home-replica .booking-member-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

.home-replica .booking-member {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 8px;
  background: rgba(255, 255, 255, .02);
  padding: 14px;
  transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}

.home-replica .booking-member:hover {
  border-color: rgba(255, 133, 15, .35);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .35), 0 0 16px rgba(255, 150, 30, .1);
  transform: translateY(-2px);
}

.home-replica .booking-member-avatar {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #ffb23e 0%, #ff850f 100%);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, .3);
  flex: 0 0 auto;
}

.home-replica .booking-member-body {
  flex: 1;
  min-width: 0;
}

.home-replica .booking-member-top {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 5px;
}

.home-replica .booking-member-top h4 {
  font-size: 15px;
  font-weight: 700;
  color: rgba(255, 255, 255, .95);
}

.home-replica .booking-member-tag {
  font-size: 11px;
  color: #ffb23e;
  border: 1px solid rgba(255, 178, 62, .35);
  border-radius: 999px;
  padding: 2px 8px;
  background: rgba(255, 133, 15, .08);
}

.home-replica .booking-member-meta {
  font-size: 12px;
  color: rgba(255, 255, 255, .5);
}

.home-replica .booking-member-meta i {
  color: #ffb23e;
}

.home-replica .booking-member-side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  flex: 0 0 auto;
}

.home-replica .booking-member-price {
  font-size: 18px;
  font-weight: 800;
  color: #ffb23e;
}

.home-replica .booking-member-price em {
  font-style: normal;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, .5);
  margin-left: 2px;
}

.home-replica .booking-member-call {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(255, 133, 15, .3);
  border-radius: 6px;
  background: linear-gradient(135deg, #ffb23e 0%, #ff850f 100%);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 7px 12px;
  cursor: pointer;
  transition: box-shadow .25s ease;
}

.home-replica .booking-member-call:hover {
  box-shadow: 0 6px 16px rgba(255, 133, 15, .35);
}

.home-replica .booking-member-list.refresh .booking-member {
  animation: bookingFlash .5s ease;
}

@keyframes bookingFlash {
  0% { border-color: rgba(255, 178, 62, .8); box-shadow: 0 0 18px rgba(255, 150, 30, .35); }
  100% { border-color: rgba(255, 255, 255, .07); box-shadow: none; }
}
/* ---------- 户外时光（rental）：租赁商城 ---------- */
.home-replica #rental-mall .section-title {
  margin: 0;
}

.home-replica #rental-mall .compact-head {
  align-items: flex-end;
}

.home-replica #rental-mall .compact-head .section-title {
  line-height: 1;
  transform: translateY(-30px);
}

.home-replica #rental-mall .compact-head .gallery-filters {
  transform: translateY(20px);
}

.home-replica #rental-mall .gallery-filters .filter-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.home-replica .rental-equipment-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.home-replica .rental-equipment-card {
  position: relative;
  min-height: 200px;
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 8px;
  background: transparent;
  overflow: hidden;
  cursor: pointer;
  transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}

.home-replica .rental-equipment-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 20%, rgba(0, 0, 0, .82));
  pointer-events: none;
}

.home-replica .rental-equipment-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}

.home-replica .rental-equipment-card:hover {
  border-color: rgba(255, 133, 15, .35);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .35), 0 0 18px rgba(255, 150, 30, .12);
  transform: translateY(-3px);
}

.home-replica .rental-equipment-card:hover > img {
  transform: scale(1.06);
}

.home-replica .rental-equipment-info {
  position: absolute;
  z-index: 1;
  left: 14px;
  right: 14px;
  bottom: 44px;
}

.home-replica .rental-equipment-cat {
  display: inline-block;
  font-size: 10px;
  color: #7cb6ff;
  border: 1px solid rgba(92, 158, 255, .35);
  border-radius: 999px;
  padding: 2px 8px;
  background: rgba(18, 146, 255, .15);
  margin-bottom: 6px;
}

.home-replica .rental-equipment-name {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 3px;
}

.home-replica .rental-equipment-spec {
  font-size: 11px;
  color: rgba(255, 255, 255, .72);
  line-height: 1.4;
  margin-bottom: 0;
}

.home-replica .rental-equipment-foot {
  position: absolute;
  z-index: 1;
  left: 14px;
  right: 14px;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-replica .rental-equipment-price {
  font-size: 18px;
  font-weight: 800;
  color: #ffb23e;
}

.home-replica .rental-equipment-price em {
  font-style: normal;
  font-size: 11px;
  font-weight: 400;
  color: rgba(255, 255, 255, .6);
  margin-left: 2px;
}

.home-replica .rental-equipment-btn {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 133, 15, .4);
  border-radius: 6px;
  background: linear-gradient(135deg, #ffb23e 0%, #ff850f 100%);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 14px;
  cursor: pointer;
  transition: box-shadow .25s ease;
}

.home-replica .rental-equipment-btn:hover {
  box-shadow: 0 6px 16px rgba(255, 133, 15, .4);
}

/* ---------- 户外时光（rental）：合作露营地 ---------- */
.home-replica #campsite .section-title {
  margin-bottom: 24px;
}

.home-replica .campsite-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.home-replica .campsite-card {
  position: relative;
  min-height: 240px;
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 8px;
  background: transparent;
  overflow: hidden;
  cursor: pointer;
  transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}

.home-replica .campsite-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 24%, rgba(0, 0, 0, .82));
  pointer-events: none;
}

.home-replica .campsite-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}

.home-replica .campsite-card:hover {
  border-color: rgba(255, 133, 15, .35);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .35), 0 0 18px rgba(255, 150, 30, .12);
  transform: translateY(-3px);
}

.home-replica .campsite-card:hover > img {
  transform: scale(1.06);
}

.home-replica .campsite-info {
  position: absolute;
  z-index: 1;
  left: 16px;
  right: 16px;
  bottom: 50px;
}

.home-replica .campsite-tag {
  display: inline-block;
  font-size: 11px;
  color: #ffb23e;
  border: 1px solid rgba(255, 178, 62, .35);
  border-radius: 999px;
  padding: 2px 10px;
  background: rgba(255, 133, 15, .12);
  margin-bottom: 6px;
}

.home-replica .campsite-name {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 3px;
}

.home-replica .campsite-loc {
  font-size: 12px;
  color: rgba(255, 178, 62, .9);
  margin-bottom: 4px;
}

.home-replica .campsite-loc i {
  color: #ffb23e;
  margin-right: 4px;
}

.home-replica .campsite-facilities {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 6px;
}

.home-replica .campsite-facility {
  font-size: 10px;
  color: rgba(255, 255, 255, .8);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  padding: 2px 8px;
  background: rgba(255, 255, 255, .1);
}

.home-replica .campsite-foot {
  position: absolute;
  z-index: 1;
  left: 16px;
  right: 16px;
  bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-replica .campsite-price-val {
  font-size: 22px;
  font-weight: 800;
  color: #ffb23e;
}

.home-replica .campsite-price-val em {
  font-style: normal;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, .7);
  margin-left: 4px;
}

.home-replica .campsite-book-btn {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 133, 15, .4);
  border-radius: 6px;
  background: linear-gradient(135deg, #ffb23e 0%, #ff850f 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 18px;
  cursor: pointer;
  transition: box-shadow .25s ease;
}

.home-replica .campsite-book-btn:hover {
  box-shadow: 0 6px 18px rgba(255, 133, 15, .45);
}

/* ---------- 户外时光（rental）：合作商户 ---------- */
.home-replica #rental-merchant .section-title {
  margin-bottom: 24px;
}

.home-replica .rental-merchant-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

.home-replica .rental-merchant-card {
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 8px;
  background: rgba(255, 255, 255, .02);
  padding: 20px;
  transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}

.home-replica .rental-merchant-card:hover {
  border-color: rgba(255, 133, 15, .32);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .35), 0 0 18px rgba(255, 150, 30, .12);
  transform: translateY(-3px);
}

.home-replica .rental-merchant-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.home-replica .rental-merchant-avatar {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  flex-shrink: 0;
}

.home-replica .rental-merchant-avatar.m1 { background: linear-gradient(135deg, #7c3aed, #8b5cf6); }
.home-replica .rental-merchant-avatar.m2 { background: linear-gradient(135deg, #059669, #10b981); }
.home-replica .rental-merchant-avatar.m3 { background: linear-gradient(135deg, #ea580c, #f97316); }
.home-replica .rental-merchant-avatar.m4 { background: linear-gradient(135deg, #2563eb, #3b82f6); }
.home-replica .rental-merchant-avatar.m5 { background: linear-gradient(135deg, #dc2626, #ef4444); }

.home-replica .rental-merchant-info h4 {
  font-size: 16px;
  font-weight: 700;
  color: rgba(255, 255, 255, .95);
  margin-bottom: 3px;
}

.home-replica .rental-merchant-promo {
  font-size: 12px;
  color: #ff7a7a;
}

.home-replica .rental-merchant-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 13px;
  color: rgba(255, 255, 255, .55);
}

.home-replica .rental-merchant-stats i {
  color: #ffb23e;
  margin-right: 3px;
}

@media (max-width: 1180px) {
  .home-replica .rental-equipment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-replica .campsite-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .home-replica .rental-equipment-grid {
    grid-template-columns: 1fr;
  }

  .home-replica .rental-merchant-grid {
    grid-template-columns: 1fr;
  }
}
/* ---------- 装备详情页：价格面板内押金标注 ---------- */
.home-replica .detail-deposit {
  margin-left: auto;
  font-size: 12px;
  color: rgba(255, 255, 255, .55);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 6px;
  padding: 4px 10px;
  white-space: nowrap;
}
/* ---------- 营地详情页：描述段与设施/价格表间距 ---------- */
.home-replica .campsite-detail-desc {
  font-size: 14px;
  color: rgba(255, 255, 255, .65);
  line-height: 1.7;
  margin-bottom: 18px;
}

.home-replica .detail-info .campsite-facilities {
  margin-bottom: 18px;
}

.home-replica .detail-info .campsite-pricing {
  margin-bottom: 18px;
}
/* ---------- 商户详情页：头部信息 + 租赁服务 + 服务商品 ---------- */
.home-replica .merchant-detail-header {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  margin-bottom: 24px;
}

.home-replica .merchant-detail-header .rental-merchant-avatar {
  width: 72px;
  height: 72px;
  font-size: 28px;
  border-radius: 12px;
  flex-shrink: 0;
}

.home-replica .merchant-detail-info {
  min-width: 0;
}

.home-replica .merchant-detail-info .detail-title {
  margin: 6px 0 4px;
}

.home-replica .merchant-detail-info .rental-merchant-promo {
  display: inline-block;
  margin-bottom: 8px;
}

.home-replica .merchant-service {
  margin-bottom: 28px;
}

.home-replica .merchant-service .section-title {
  margin-bottom: 12px;
}

.home-replica .merchant-service-desc {
  font-size: 14px;
  color: rgba(255, 255, 255, .65);
  line-height: 1.7;
  margin-bottom: 16px;
}

.home-replica .merchant-service-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
}

.home-replica .merchant-service-item {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 8px;
  background: rgba(255, 255, 255, .02);
  padding: 14px 16px;
  font-size: 13px;
  color: rgba(255, 255, 255, .75);
}

.home-replica .merchant-service-item i {
  color: #ffb23e;
  font-size: 16px;
}

.home-replica .merchant-goods .section-title {
  margin-bottom: 20px;
}
/* ============================================
   frontend-design 优化层
   设计方向：Linear Aesthetic 精炼版
   优化点：排版/深度/微交互/动画/细节
   ============================================ */

/* ---------- 设计令牌 ---------- */
.home-replica {
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, .25);
  --shadow-md: 0 8px 24px rgba(0, 0, 0, .35);
  --shadow-lg: 0 16px 48px rgba(0, 0, 0, .45);
  --shadow-glow: 0 0 24px rgba(255, 150, 30, .12);
  --border-hairline: rgba(255, 255, 255, .06);
  --border-subtle: rgba(255, 255, 255, .1);
  --border-accent: rgba(255, 133, 15, .3);
  --text-primary: rgba(255, 255, 255, .95);
  --text-secondary: rgba(255, 255, 255, .65);
  --text-tertiary: rgba(255, 255, 255, .4);
  --accent-gold: #ffb23e;
  --accent-orange: #ff850f;
  --accent-blue: #7cb6ff;
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --ease-in-out: cubic-bezier(.65, 0, .35, 1);
}

/* ---------- 排版优化 ---------- */
.home-replica {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  letter-spacing: .01em;
}

.home-replica h2.section-title {
  letter-spacing: .03em;
  line-height: 1.2;
}

.home-replica h3 {
  letter-spacing: .02em;
}

.home-replica .platform-copy h3 {
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 700;
  line-height: 1.3;
}

.home-replica .platform-copy p {
  line-height: 1.7;
  color: var(--text-secondary);
}

.home-replica .platform-copy li {
  line-height: 1.6;
  font-size: 14px;
  color: var(--text-secondary);
  padding: 10px 0;
  border-bottom: 1px solid var(--border-hairline);
  transition: padding-left .25s var(--ease-out);
}

.home-replica .platform-copy li:hover {
  padding-left: 6px;
}

.home-replica .platform-copy li:last-child {
  border-bottom: 0;
}

/* ---------- 深度层级优化 ---------- */
.home-replica .platform-switch {
  box-shadow: var(--shadow-lg), inset 0 1px 0 rgba(255, 255, 255, .04);
}

.home-replica .route-map-panel {
  box-shadow: var(--shadow-lg), inset 0 1px 0 rgba(255, 255, 255, .03);
}

.home-replica .nav-dropdown-menu {
  box-shadow: var(--shadow-lg);
}

/* ---------- 微交互：focus-visible ---------- */
.home-replica a:focus-visible,
.home-replica button:focus-visible {
  outline: 2px solid var(--accent-gold);
  outline-offset: 2px;
  border-radius: 4px;
}

.home-replica .platform-tab:focus-visible {
  outline-offset: -2px;
}

.home-replica .filter-btn:focus-visible {
  outline-offset: -2px;
}

/* ---------- 微交互：按钮 active 反馈 ---------- */
.home-replica .ys-btn.primary:active {
  transform: scale(.97);
}

.home-replica .ys-btn.secondary:active {
  transform: scale(.97);
}

.home-replica .campsite-book-btn:active,
.home-replica .rental-equipment-btn:active {
  transform: scale(.95);
}

.home-replica .routebook-btn:active,
.home-replica .ticket-btn:active {
  transform: scale(.95);
}

/* ---------- 微交互：导航链接下划线动画 ---------- */
.home-replica .nav-menu li a {
  position: relative;
}

.home-replica .nav-menu li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 0;
  height: 1px;
  background: var(--accent-gold);
  transition: width .3s var(--ease-out);
}

.home-replica .nav-menu li a:hover::after,
.home-replica .nav-menu li a.active::after {
  width: 100%;
}

/* ---------- 微交互：Tab 切换微动画 ---------- */
.home-replica .platform-tab {
  transition: background .3s var(--ease-out), color .3s var(--ease-out),
              box-shadow .3s var(--ease-out), transform .2s var(--ease-out);
}

.home-replica .platform-tab:active {
  transform: scale(.97);
}

/* ---------- 微交互：filter-btn 微动画 ---------- */
.home-replica .filter-btn {
  transition: border-color .25s var(--ease-out), background .25s var(--ease-out),
              box-shadow .25s var(--ease-out), transform .15s var(--ease-out);
}

.home-replica .filter-btn:active {
  transform: scale(.95);
}

/* ---------- 入场动画：section 标题 ---------- */
.home-replica .section-title {
  animation: titleSlideIn .6s var(--ease-out) both;
}

@keyframes titleSlideIn {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ---------- 入场动画：卡片渐显 ---------- */
.home-replica .work-card,
.home-replica .scene-card,
.home-replica .routebook-card,
.home-replica .campsite-card,
.home-replica .rental-equipment-card {
  animation: cardFadeIn .5s var(--ease-out) both;
}

.home-replica .work-card:nth-child(2),
.home-replica .scene-card:nth-child(2),
.home-replica .routebook-card:nth-child(2),
.home-replica .campsite-card:nth-child(2),
.home-replica .rental-equipment-card:nth-child(2) {
  animation-delay: .08s;
}

.home-replica .work-card:nth-child(3),
.home-replica .scene-card:nth-child(3),
.home-replica .routebook-card:nth-child(3),
.home-replica .campsite-card:nth-child(3),
.home-replica .rental-equipment-card:nth-child(3) {
  animation-delay: .16s;
}

.home-replica .work-card:nth-child(4),
.home-replica .scene-card:nth-child(4),
.home-replica .routebook-card:nth-child(4),
.home-replica .campsite-card:nth-child(4),
.home-replica .rental-equipment-card:nth-child(4) {
  animation-delay: .24s;
}

.home-replica .work-card:nth-child(n+5),
.home-replica .scene-card:nth-child(n+5),
.home-replica .routebook-card:nth-child(n+5),
.home-replica .campsite-card:nth-child(n+5),
.home-replica .rental-equipment-card:nth-child(n+5) {
  animation-delay: .32s;
}

@keyframes cardFadeIn {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ---------- 装饰：section 标题底部渐变线 ---------- */
.home-replica section .section-title:not(#platforms .section-title) {
  position: relative;
  padding-bottom: 14px;
}

.home-replica section .section-title:not(#platforms .section-title)::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent-gold), transparent);
}

/* ---------- 装饰：滚动条样式 ---------- */
.home-replica::-webkit-scrollbar {
  width: 8px;
}

.home-replica::-webkit-scrollbar-track {
  background: rgba(5, 6, 7, .5);
}

.home-replica::-webkit-scrollbar-thumb {
  background: rgba(255, 133, 15, .2);
  border-radius: 4px;
}

.home-replica::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 133, 15, .35);
}

/* ---------- 装饰：选中文字颜色 ---------- */
.home-replica ::selection {
  background: rgba(255, 133, 15, .25);
  color: #fff;
}

/* ---------- 装饰：浮动导航微动画 ---------- */
.home-replica .floating-nav-item {
  transition: transform .2s var(--ease-out), opacity .2s var(--ease-out);
}

.home-replica .floating-nav-item:hover {
  transform: translateX(4px);
}

/* ---------- 装饰：平台切换面板呼吸光 ---------- */
.home-replica .platform-switch {
  animation: panelBreath 4s var(--ease-in-out) infinite alternate;
}

@keyframes panelBreath {
  from { box-shadow: var(--shadow-lg), inset 0 1px 0 rgba(255, 255, 255, .04), 0 0 0 rgba(255, 150, 30, 0); }
  to { box-shadow: var(--shadow-lg), inset 0 1px 0 rgba(255, 255, 255, .04), 0 0 32px rgba(255, 150, 30, .06); }
}

/* ---------- 装饰：统计数字动画 ---------- */
.home-replica .compact-stat {
  transition: transform .3s var(--ease-out);
}

.home-replica .compact-stat:hover {
  transform: translateY(-2px);
}

.home-replica .compact-stat:hover strong {
  filter: drop-shadow(0 0 10px rgba(255, 133, 15, .5));
}

/* ---------- 装饰：footer 链接微交互 ---------- */
.home-replica .footer-links a {
  transition: color .2s var(--ease-out), padding-left .2s var(--ease-out);
}

.home-replica .footer-links a:hover {
  padding-left: 4px;
}

/* ---------- 响应式：移动端触摸优化 ---------- */
@media (max-width: 768px) {
  .home-replica .platform-switch {
    animation: none;
  }

  .home-replica .work-card,
  .home-replica .scene-card,
  .home-replica .routebook-card,
  .home-replica .campsite-card,
  .home-replica .rental-equipment-card {
    animation: none;
  }
}

/* ---------- 性能：prefers-reduced-motion ---------- */
@media (prefers-reduced-motion: reduce) {
  .home-replica *,
  .home-replica *::before,
  .home-replica *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* ============================================================
   第三方 OAuth 登录（微信 / 支付宝）—— 2026-09-12 新增
   ============================================================ */

/* 登录 Tab 三列：微信 / 短信 / 支付宝 */
.ai-login-tabs {
  grid-template-columns: repeat(3, 1fr);
}

/* 禁用态 Tab（支付宝"即将上线"） */
.ai-login-tab:disabled {
  opacity: .45;
  cursor: not-allowed;
}
.ai-login-tab:disabled:hover {
  color: rgba(255, 255, 255, .5);
  background: transparent;
}

/* OAuth 统一按钮底 */
.ai-oauth-btn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 20px;
  margin-bottom: 14px;
  cursor: pointer;
  transition: box-shadow .25s ease, transform .25s ease, opacity .25s ease;
}

/* 微信（微信绿） */
.ai-oauth-wechat {
  background: linear-gradient(135deg, #1fd86c 0%, #07c160 55%, #05a150 100%);
  box-shadow: 0 8px 24px rgba(7, 193, 96, .3), inset 0 1px 0 rgba(255, 255, 255, .18);
}
.ai-oauth-wechat:hover:not(:disabled) {
  box-shadow: 0 12px 32px rgba(7, 193, 96, .42), inset 0 1px 0 rgba(255, 255, 255, .22);
  transform: translateY(-1px);
}

/* 支付宝（支付宝蓝，当前阶段置灰展示） */
.ai-oauth-alipay {
  background: linear-gradient(135deg, #4d8bff 0%, #1677ff 55%, #0e5fd9 100%);
  box-shadow: 0 8px 24px rgba(22, 119, 255, .3), inset 0 1px 0 rgba(255, 255, 255, .18);
}

/* OAuth 按钮禁用态 */
.ai-oauth-btn:disabled {
  opacity: .55;
  cursor: not-allowed;
  filter: grayscale(.4);
  transform: none !important;
  box-shadow: none;
}

/* ===== 大屏(2K/4K)自适应 - 20260913 ===== */
@media (min-width: 1440px) {
  .home-replica #works .container,
  .home-replica #scenes .container,
  .home-replica #guides .container,
  .home-replica #routes .container,
  .home-replica #about .container,
  .home-replica #wechat .container,
  .home-replica #consign .container,
  .home-replica #services .container,
  .home-replica #booking .container,
  .home-replica #wechat-photo .container,
  .home-replica #rental-mall .container,
  .home-replica #campsite .container,
  .home-replica #rental-merchant .container,
  .home-replica #rental-wechat .container,
  .home-replica .detail-container { max-width: calc(1600px - 36px); }
}
@media (min-width: 1920px) {
  .home-replica #works .container,
  .home-replica #scenes .container,
  .home-replica #guides .container,
  .home-replica #routes .container,
  .home-replica #about .container,
  .home-replica #wechat .container,
  .home-replica #consign .container,
  .home-replica #services .container,
  .home-replica #booking .container,
  .home-replica #wechat-photo .container,
  .home-replica #rental-mall .container,
  .home-replica #campsite .container,
  .home-replica #rental-merchant .container,
  .home-replica #rental-wechat .container,
  .home-replica .detail-container { max-width: calc(1800px - 36px); }
}
/* ===== 详情页精装修（Linear Aesthetic 增强） ===== */
.home-replica .detail-container {
  background: linear-gradient(180deg, rgba(20, 23, 32, .74), rgba(10, 12, 18, .8));
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.home-replica .detail-hero { position: relative; }
.home-replica .detail-hero img { transition: transform .65s cubic-bezier(.2, .8, .2, 1); }
.home-replica .detail-hero:hover img { transform: scale(1.045); }
.home-replica .detail-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 32%, rgba(255, 255, 255, .1) 50%, transparent 68%);
  transform: translateX(-120%);
  pointer-events: none;
}
.home-replica .detail-hero:hover::after { animation: detailShimmer 1.15s ease; }
@keyframes detailShimmer { to { transform: translateX(120%); } }

.home-replica .detail-thumbs .thumb { transition: opacity .25s ease, border-color .25s ease, transform .25s ease, box-shadow .25s ease; }
.home-replica .detail-thumbs .thumb:hover { opacity: 1; transform: translateY(-2px); }
.home-replica .detail-thumbs .thumb.active { box-shadow: 0 0 0 1px rgba(255, 135, 15, .55), 0 8px 18px rgba(255, 133, 15, .2); }

.home-replica .detail-price-panel {
  position: relative;
  overflow: hidden;
  border-left: 3px solid #ff850f;
  background: linear-gradient(105deg, rgba(255, 133, 15, .13) 0%, rgba(255, 133, 15, .03) 55%, rgba(255, 133, 15, .07) 100%);
}
.home-replica .price-num {
  background: linear-gradient(180deg, #ffe9b8 0%, #ffb23e 55%, #ff850f 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home-replica .spec-option { position: relative; transition: border-color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease; }
.home-replica .spec-option:hover { border-color: rgba(255, 133, 15, .5); background: rgba(255, 133, 15, .06); transform: translateY(-1px); }
.home-replica .spec-option.active { box-shadow: 0 0 0 1px rgba(255, 135, 15, .35), 0 8px 20px rgba(255, 133, 15, .16); }
.home-replica .spec-option.active::before {
  content: "\2713";
  position: absolute;
  top: 7px;
  right: 10px;
  font-size: 12px;
  font-weight: 700;
  color: #ffb23e;
  line-height: 1;
}

.home-replica .qty-stepper { background: rgba(255, 255, 255, .02); }

.home-replica .detail-btn-buy { position: relative; overflow: hidden; transition: box-shadow .25s ease, transform .2s ease; }
.home-replica .detail-btn-buy:hover { transform: translateY(-1px); }
.home-replica .detail-btn-buy::after {
  content: "";
  position: absolute;
  top: 0;
  left: -70%;
  width: 45%;
  height: 100%;
  background: linear-gradient(115deg, transparent, rgba(255, 255, 255, .32), transparent);
  transform: skewX(-20deg);
  animation: btnShimmer 3s ease-in-out infinite;
}
@keyframes btnShimmer {
  0% { left: -70%; }
  55% { left: 135%; }
  100% { left: 135%; }
}

.home-replica .detail-btn-cart { transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.home-replica .detail-btn-cart:hover { transform: translateY(-1px); }

.home-replica .detail-guarantee li i { filter: drop-shadow(0 0 5px rgba(255, 178, 62, .45)); }

.home-replica .detail-tab { transition: color .25s ease; }
.home-replica .detail-tab:hover { color: #fff; }
/* ===== 登录弹窗精装修（Linear Aesthetic 增强） ===== */
.ai-modal {
  background: rgba(3, 5, 8, .72);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.ai-modal-card {
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(22, 25, 35, .94), rgba(10, 12, 18, .97));
  border: 1px solid rgba(255, 178, 62, .14);
  box-shadow: inset 0 1px 0 rgba(255, 178, 62, .14), 0 24px 80px rgba(0, 0, 0, .6), 0 0 48px rgba(255, 133, 15, .08);
}

.ai-modal-close {
  border-radius: 50%;
  transition: background .2s ease, color .2s ease, transform .3s ease;
}
.ai-modal-close:hover {
  transform: rotate(90deg);
}

.ai-modal-icon {
  box-shadow: 0 0 0 5px rgba(255, 133, 15, .08), 0 0 26px rgba(255, 133, 15, .22);
  animation: iconBreath 3s ease-in-out infinite;
}
@keyframes iconBreath {
  0%, 100% { box-shadow: 0 0 0 4px rgba(255, 133, 15, .06), 0 0 18px rgba(255, 133, 15, .18); }
  50% { box-shadow: 0 0 0 7px rgba(255, 133, 15, .14), 0 0 34px rgba(255, 133, 15, .4); }
}

.ai-modal-card h3 {
  background: linear-gradient(180deg, #ffe9b8 0%, #ffb23e 60%, #ff850f 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ai-login-tabs {
  border-radius: 10px;
  border-color: rgba(255, 255, 255, .06);
  background: rgba(255, 255, 255, .02);
}
.ai-login-tab.active {
  box-shadow: 0 6px 20px rgba(255, 133, 15, .35), inset 0 1px 0 rgba(255, 255, 255, .25);
}

.ai-qr-box {
  font-size: 78px;
  border-radius: 14px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .04);
}
.ai-qr-brand {
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  width: 46px;
  height: 46px;
  border-radius: 12px;
}

.ai-login-form input:focus {
  border-color: rgba(255, 133, 15, .5);
  box-shadow: 0 0 0 3px rgba(255, 133, 15, .1);
}

.ai-generate-btn {
  position: relative;
  overflow: hidden;
}
.ai-generate-btn:not(:disabled)::after {
  content: "";
  position: absolute;
  top: 0;
  left: -70%;
  width: 45%;
  height: 100%;
  background: linear-gradient(115deg, transparent, rgba(255, 255, 255, .4), transparent);
  transform: skewX(-20deg);
  animation: btnShimmer 3s ease-in-out infinite;
}
/* ===== 微信扫码关注登录：二维码与状态遮罩 ===== */
.ai-qr-box {
  overflow: hidden;
}
.ai-qr-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.ai-qr-box[data-wx-state]::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, .94);
  color: #0a0c12;
  font-weight: 700;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
  z-index: 2;
}
.ai-qr-box[data-wx-state="scanned"]::after {
  content: "已扫码";
  opacity: 1;
  font-size: 22px;
  color: #f59e0b;
}
.ai-qr-box[data-wx-state="success"]::after {
  content: "已关注";
  opacity: 1;
  font-size: 22px;
  color: #07c160;
}
.ai-qr-box[data-wx-state="expired"]::after {
  content: "已过期";
  opacity: 1;
  font-size: 20px;
  color: #94a3b8;
}
/* ===== 用户栏下拉（登录/注册 + 退出登录） ===== */
.home-replica .nav-user-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 16px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 6px;
  background: linear-gradient(135deg, #ff850f, #ffb23e);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(255, 133, 15, .35);
  transition: box-shadow .25s ease, transform .25s ease;
}
.home-replica .nav-user-toggle:hover {
  box-shadow: 0 10px 28px rgba(255, 133, 15, .5);
  transform: translateY(-1px);
}
.home-replica .nav-user-toggle i {
  font-size: 10px;
  transition: transform .25s ease;
}
.home-replica .nav-dropdown:hover .nav-user-toggle i {
  transform: rotate(180deg);
}
.home-replica .nav-user .nav-dropdown-menu {
  left: auto;
  right: 0;
}
@media (max-width: 768px) {
  .home-replica .nav-user-toggle {
    width: 100%;
    justify-content: center;
  }
}
