/* FORCE OVERRIDE: Language switcher — transparent compact button on dark topbar */
.lang-btn,
.lang-btn[style],
button.lang-btn {
  background: transparent !important;
  background-color: transparent !important;
}
.topbar .topbar-right .lang-btn {
  background: transparent !important;
  background-color: transparent !important;
  border: 1px solid rgba(255,255,255,0.25) !important;
  border-radius: 3px !important;
  color: rgba(255,255,255,0.85) !important;
  padding: 0 8px !important;
  height: 26px !important;
  font-size: 13px !important;
  gap: 4px !important;
  line-height: 1 !important;
}
.topbar .topbar-right .lang-btn:hover {
  background: transparent !important;
  border-color: var(--gold) !important;
  color: var(--gold) !important;
}
@media (max-width: 480px) {
  .topbar .topbar-right .lang-btn {
    padding: 0 8px !important;
    height: 26px !important;
    font-size: 13px !important;
  }
}

/* Global stylesheet */

:root {
  --navy: #0A192F;
  --navy-light: #112240;
  --gold: #E8C86A;
  --white: #FFFFFF;
  --bg: #F8F9FC;
  --bg-light: #F1F5F9;
  --text: #0A192F;
  --text-secondary: #1A202C;
  --text-muted: #1A202C;
  --border: #E2E8F0;
  --green: #16A34A;
  --red: #DC2626;
  --mono: "SF Mono","Fira Code","Cascadia Code",Consolas,monospace;
}

/* === All page styles === */

  /* 城市对比表格 - iPhone端上下结构 */
  @media (max-width: 768px) {
    .city-compare-table { display: block; }
    .city-compare-table thead { display: none; }
    .city-compare-table tbody { display: block; }
    .city-compare-table tr {
      display: block;
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 8px;
      margin-bottom: 16px;
      padding: 16px;
    }
    .city-compare-table td {
      display: block;
      padding: 8px 0;
      border-bottom: 1px dashed var(--border);
      white-space: normal;
    }
    .city-compare-table td:last-child { border-bottom: none; }
    .city-compare-table td::before {
      content: attr(data-label);
      display: inline-block;
      font-family: var(--mono);
      font-size: 13px;
      font-weight: 600;
      color: var(--gold);
      margin-right: 8px;
      min-width: 70px;
    }
    .city-compare-table tr:hover { background: var(--white); }
  }

  /* 攻略详情页 - iPhone端响应式布局 */
  @media (max-width: 768px) {
    .blog-detail-container {
      flex-direction: column !important;
      gap: 24px !important;
    }
    .blog-article {
      width: 100% !important;
      padding: 24px 20px !important;
      box-sizing: border-box !important;
    }
    .blog-sidebar {
      width: 100% !important;
      flex-shrink: 1 !important;
    }
    .blog-article h1 {
      font-size: 32px !important;
      line-height: 1.25 !important;
    }
    .blog-article h2 {
      font-size: 24px !important;
    }
    .blog-article p, .blog-article li {
      font-size: 14px !important;
      line-height: 1.75 !important;
    }
    .blog-article table {
      font-size: 14px !important;
    }
    .blog-article th, .blog-article td {
      padding: 10px 8px !important;
    }
  }

  @media (max-width: 480px) {
    .blog-article {
      padding: 20px 16px !important;
    }
    .blog-article h1 {
      font-size: 28px !important;
    }
    .blog-article h2 {
      font-size: 22px !important;
    }
  }

  /* Market Card */

  /* Image Carousel Placeholder */

  @media (max-width: 768px) {
    .responsive-card-table { display: block !important; width: 100% !important; max-width: 100% !important; min-width: 0 !important; overflow: hidden !important; }
    .responsive-card-table thead { display: none !important; }
    .responsive-card-table tbody { display: block !important; width: 100% !important; min-width: 0 !important; }
    .responsive-card-table tr {
      display: block !important;
      width: 100% !important;
      max-width: 100% !important;
      min-width: 0 !important;
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 8px;
      margin-bottom: 16px;
      padding: 16px;
    }
    .responsive-card-table td {
      display: block !important;
      padding: 8px 0;
      border-bottom: 1px dashed var(--border);
      white-space: normal !important;
      word-break: break-word !important;
      overflow-wrap: break-word !important;
      max-width: 100% !important;
      min-width: 0 !important;
    }
    .responsive-card-table td:last-child { border-bottom: none; }
    .responsive-card-table td::before {
      content: attr(data-label);
      display: block;
      font-family: var(--mono);
      font-size: 13px;
      font-weight: 600;
      color: var(--gold);
      margin-bottom: 4px;
    }
    .responsive-card-table tr:hover { background: var(--white); }

    /* 值不值部分 - iPhone端上下布局 */
    .worth-grid {
      grid-template-columns: 1fr !important;
    }
  }

  /* 响应式卡片表格 - iPhone端上下结构 */
  @media (max-width: 768px) {
    .responsive-card-table { display: block !important; width: 100% !important; max-width: 100% !important; min-width: 0 !important; overflow: hidden !important; }
    .responsive-card-table thead { display: none !important; }
    .responsive-card-table tbody { display: block !important; width: 100% !important; min-width: 0 !important; }
    .responsive-card-table tr {
      display: block !important;
      width: 100% !important;
      max-width: 100% !important;
      min-width: 0 !important;
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 8px;
      margin-bottom: 16px;
      padding: 16px;
    }
    .responsive-card-table td {
      display: block !important;
      padding: 8px 0;
      border-bottom: 1px dashed var(--border);
      white-space: normal !important;
      word-break: break-word !important;
      overflow-wrap: break-word !important;
      max-width: 100% !important;
      min-width: 0 !important;
    }
    .responsive-card-table td:last-child { border-bottom: none; }
    .responsive-card-table td::before {
      content: attr(data-label);
      display: block;
      font-family: var(--mono);
      font-size: 13px;
      font-weight: 600;
      color: var(--gold);
      margin-bottom: 4px;
    }
    .responsive-card-table tr:hover { background: var(--white); }
  }

  .badge-cell.oldest { background: #F3F4F6; color: #374151; }

  :root {
    --navy: #0A192F;
    --navy-light: #112240;
    --navy-card: #152845;
    --gold: #E8C86A;
    --gold-light: #F0D070;
    --white: #FFFFFF;
    --bg: #F8F9FC;
    --text: #0A192F;
    --text-secondary: #1A202C;
    --text-muted: #1A202C;
    --border: #E2E8F0;
    --green: #16A34A;
    --red: #DC2626;
    --orange: #EA580C;
    --mono: "SF Mono", "Fira Code", "Cascadia Code", Consolas, monospace;
  }

  body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background: var(--bg);
    color: var(--text);
    line-height: 1.7;
    font-size: 14px;
  }
  .container { max-width: 1400px; margin: 0 auto; padding: 0 24px; }

  .alert-bar {
    background: var(--navy);
    color: var(--gold-light);
    font-size: 14px;
    font-family: var(--mono);
    padding: 8px 0;
    border-bottom: 1px solid rgba(212,175,55,0.3);
  }
  .alert-bar-inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
  .alert-bar .alert-text { display: flex; align-items: center; gap: 8px; flex: 1; }
  .alert-bar .alert-close { cursor: pointer; opacity: 0.6; transition: opacity 0.15s; }
  .alert-bar .alert-close:hover { opacity: 1; }

  /* Top bar */
  .topbar {
    background: var(--navy-light);
    color: rgba(255,255,255,0.6);
    font-size: 14px;
    font-family: var(--mono);
    padding: 6px 0;
  }

  /* Nav */

  .nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; gap: 24px; }
  .logo { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 17px; color: var(--navy); letter-spacing: -0.3px; text-decoration: none; white-space: nowrap; }

  .nav-links { display: flex; gap: 4px; list-style: none; align-items: center; }
  .nav-links > li { position: relative; }
  .nav-links > li > a { color: var(--text-secondary); text-decoration: none; font-size: 14px; font-weight: 600; transition: color 0.15s; padding: 8px 12px; border-radius: 4px; display: block; }
  .nav-links > li > a:hover, .nav-links > li > a.active { color: var(--navy); background: var(--bg); }
  .nav-links > li > a.has-dropdown::after { content: "▾"; font-size: 14px; margin-left: 4px; opacity: 0.5; }
  .dropdown {
    position: absolute; top: 100%; left: 0;
    background: var(--white); border: 1px solid var(--border); border-radius: 6px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
    min-width: 220px; padding: 8px 0;
    opacity: 0; visibility: hidden; transform: translateY(4px);
    transition: all 0.15s; z-index: 200;
  }
  .nav-links > li:hover .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
  .dropdown a { display: block; padding: 8px 16px; font-size: 14px; color: var(--text-secondary); text-decoration: none; transition: all 0.1s; }
  .dropdown a:hover { background: var(--bg); color: var(--navy); padding-left: 20px; }
  .dropdown .dropdown-label { padding: 6px 16px; font-size: 14px; font-family: var(--mono); text-transform: uppercase; letter-spacing: 1px; color: var(--text-muted); }

  .nav-right { display: flex; align-items: center; gap: 12px; }
  .lang-switcher { position: relative; }
  .lang-btn {
    background: var(--bg); border: 1px solid var(--border); border-radius: 4px;
    padding: 7px 12px; font-size: 14px; font-family: var(--mono); font-weight: 600;
    color: var(--navy); cursor: pointer; display: flex; align-items: center; gap: 6px;
  }
  .lang-btn:hover { border-color: var(--gold); }
  .lang-dropdown {
    position: absolute; top: 100%; right: 0; margin-top: 4px;
    background: var(--white); border: 1px solid var(--border); border-radius: 6px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
    min-width: 180px; padding: 6px 0;
    display: none; z-index: 300; max-height: 360px; overflow-y: auto;
  }
  .lang-switcher.open .lang-dropdown { display: block; }
  .lang-dropdown a { display: block; padding: 8px 14px; font-size: 14px; color: var(--text-secondary); text-decoration: none; }
  .lang-dropdown a:hover { background: var(--bg); color: var(--navy); }
  .lang-dropdown a.active { color: var(--gold); font-weight: 700; }

  .mobile-menu-btn { display: none; background: none; border: none; font-size: 20px; cursor: pointer; color: var(--navy); }

  .hero {
    background: var(--navy);
    color: var(--white);
    padding: 64px 0 72px;
    position: relative;
    overflow: hidden;
  }
  .hero::before {
    content: "";
    position: absolute; top: 0; left: 0; right: 0; bottom: 0;
    background:
      linear-gradient(rgba(212,175,55,0.03) 1px, transparent 1px),
      linear-gradient(90deg, rgba(212,175,55,0.03) 1px, transparent 1px);
    background-size: 40px 40px;
  }
  .hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px; align-items: center; position: relative; z-index: 1; }
  .hero-label {
    display: inline-flex; align-items: center; gap: 8px;
    font-family: var(--mono); font-size: 14px; color: var(--gold);
    text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 20px;
    padding: 6px 14px; border: 1px solid rgba(212,175,55,0.3); border-radius: 2px;
    background: rgba(212,175,55,0.05);
  }
  .hero h1 { font-size: 52px; font-weight: 800; line-height: 1.15; letter-spacing: -1px; margin-bottom: 18px; letter-spacing: -0.5px; word-break: break-all; overflow-wrap: break-word; white-space: normal; }
  .hero h1 .gold { color: var(--gold); }
  .hero p { font-size: 14px; color: rgba(255,255,255,0.7); margin-bottom: 28px; max-width: 540px; line-height: 1.7; }

  .hero-ctas { display: flex; gap: 12px; margin-bottom: 32px; flex-wrap: wrap; }

  .btn-primary:hover { background: var(--gold-light); transform: translateY(-1px); }

  .hero-stats { display: flex; gap: 32px; flex-wrap: wrap; }
  .hero-stat .num { font-family: var(--mono); font-size: 36px; font-weight: 700; color: var(--gold); }
  .hero-stat .label { font-size: 14px; color: rgba(255,255,255,0.5); font-family: var(--mono); text-transform: uppercase; letter-spacing: 0.5px; }

  .data-card {
    background: var(--navy-card);
    border: 1px solid rgba(212,175,55,0.2);
    border-radius: 8px;
    padding: 28px;
  }
  .data-card-title { font-family: var(--mono); font-size: 14px; text-transform: uppercase; letter-spacing: 1.5px; color: var(--gold); margin-bottom: 16px; }
  .price-compare { display: flex; flex-direction: column; gap: 14px; }
  .price-row { display: flex; flex-direction: column; align-items: flex-start; gap: 2px; padding-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .price-row:last-child { border-bottom: none; padding-bottom: 0; }
  .price-country { font-size: 14px; color: rgba(255,255,255,0.8); }
  .price-value { font-family: var(--mono); font-size: 18px; font-weight: 700; }
  .price-value.high { color: rgba(255,255,255,0.5); text-decoration: line-through; }
  .price-value.low { color: var(--gold); }
  .savings-badge {
    margin-top: 16px; padding: 12px; background: rgba(22,163,74,0.15);
    border: 1px solid rgba(22,163,74,0.3); border-radius: 4px;
    text-align: center;
  }
  .savings-badge .num { font-family: var(--mono); font-size: 28px; font-weight: 800; color: var(--gold); }
  .savings-badge .label { font-size: 14px; color: rgba(255,255,255,0.6); font-family: var(--mono); text-transform: uppercase; }

  section { padding: 64px 0; }
  .section-head { text-align: center; margin-bottom: 48px; }
  .section-tag {
    display: inline-block; font-family: var(--mono); font-size: 14px; color: var(--gold);
    text-transform: uppercase; letter-spacing: 2px; margin-bottom: 12px;
    padding: 5px 14px; border: 1px solid var(--gold); border-radius: 2px;
  }
  .section-head h2 { font-size: 42px; line-height: 1.2; letter-spacing: -0.5px; line-height: 1.2; letter-spacing: -0.5px; font-weight: 800; color: var(--navy); margin-bottom: 14px; letter-spacing: -0.5px; }
  .section-head p { font-size: 14px; color: var(--text-secondary); max-width: 640px; margin: 0 auto; line-height: 1.7; }

  .decision-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .decision-card {
    background: var(--white); border: 1px solid var(--border); border-radius: 8px;
    padding: 32px 28px; transition: all 0.2s; cursor: pointer; text-decoration: none;
    color: var(--text); display: block;
  }
  .decision-card:hover { border-color: var(--gold); transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
  .decision-icon { font-size: 32px; margin-bottom: 16px; }
  .decision-card h3 { font-size: 24px; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
  .decision-card p { font-size: 14px; color: var(--text-secondary); line-height: 1.6; margin-bottom: 16px; }
  .decision-link { font-family: var(--mono); font-size: 14px; color: var(--gold); font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }

  .process-overview { background: var(--white); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
  .process-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; }
  .process-step {
    padding: 28px 20px; text-align: center; border-right: 1px solid var(--border);
    position: relative; transition: background 0.15s; text-decoration: none; color: inherit; display: block;
  }
  .process-step:last-child { border-right: none; }
  .process-step:hover { background: var(--bg); }
  .process-step-num { font-family: var(--mono); font-size: 28px; font-weight: 800; color: var(--gold); margin-bottom: 8px; }
  .process-step h4 { font-size: 14px; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
  .process-step p { font-size: 14px; color: var(--text-muted); line-height: 1.5; }
  .process-step-time { font-family: var(--mono); font-size: 14px; color: var(--green); margin-top: 8px; }

  .city-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .city-card {
    background: var(--white); border: 1px solid var(--border); border-radius: 8px;
    padding: 24px; transition: all 0.2s; text-decoration: none; color: var(--text); display: block;
  }
  .city-card:hover { border-color: var(--gold); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,0.06); }
  .city-card-head { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 12px; }
  .city-card h3 { font-size: 26px; font-weight: 800; color: var(--navy); }
  .city-index { font-family: var(--mono); font-size: 14px; color: var(--text-muted); }
  .city-markets { font-size: 14px; color: var(--text-secondary); margin-bottom: 12px; line-height: 1.5; }
  .city-meta { display: flex; gap: 16px; font-family: var(--mono); font-size: 14px; color: var(--text-muted); flex-wrap: wrap; }
  .city-meta span { display: flex; align-items: center; gap: 4px; }
  .city-price { color: var(--green); font-weight: 700; }
  .city-convenience { color: var(--gold); }

  .trust-section { background: var(--navy); color: var(--white); }
  .trust-section .section-head h2 { color: var(--white); }
  .trust-section .section-head p { color: rgba(255,255,255,0.6); }
  .trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
  .trust-item {
    background: var(--navy-card); border: 1px solid rgba(212,175,55,0.15);
    border-radius: 8px; padding: 24px; text-align: center;
  }
  .trust-icon { font-size: 28px; margin-bottom: 12px; }
  .trust-item h4 { font-size: 14px; font-weight: 700; color: var(--gold); margin-bottom: 8px; }
  .trust-item p { font-size: 14px; color: rgba(255,255,255,0.6); line-height: 1.6; }

  .blacklist-preview { background: var(--white); border-top: 1px solid var(--border); }
  .blacklist-table { width: 100%; border-collapse: collapse; font-size: 14px; }
  .blacklist-table th {
    text-align: left; padding: 14px 16px; font-family: var(--mono); font-size: 14px;
    text-transform: uppercase; letter-spacing: 1px; color: var(--text-muted);
    border-bottom: 2px solid var(--navy); background: var(--bg);
  }
  .blacklist-table td { padding: 14px 16px; border-bottom: 1px solid var(--border); color: var(--text-secondary); }
  .blacklist-table tr:hover { background: var(--bg); }
  .severity { display: inline-block; padding: 3px 10px; border-radius: 3px; font-family: var(--mono); font-size: 14px; font-weight: 700; }
  .severity.high { background: rgba(220,38,38,0.1); color: var(--red); }
  .severity.medium { background: rgba(234,88,12,0.1); color: var(--orange); }
  .source-link { font-family: var(--mono); font-size: 14px; color: var(--gold); text-decoration: none; }

  .neutral-statement {
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
    color: var(--white); padding: 48px 0; text-align: center;
  }
  .neutral-statement h3 { font-size: 30px; font-weight: 800; margin-bottom: 12px; }
  .neutral-statement h3 .gold { color: var(--gold); }
  .neutral-statement p { font-size: 14px; color: rgba(255,255,255,0.6); max-width: 640px; margin: 0 auto; line-height: 1.7; }

  footer { background: var(--navy); color: rgba(255,255,255,0.5); padding: 56px 0 24px; border-top: 1px solid rgba(212,175,55,0.15); }
  .footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 32px; margin-bottom: 40px; }
  .footer-brand { grid-column: span 2; }
  .footer-brand h4 { color: var(--white); font-size: 14px; font-weight: 800; margin-bottom: 12px; }
  .footer-brand p { font-size: 17px; line-height: 1.8; margin-bottom: 16px; }
  .footer-col h5 { color: var(--gold); font-size: 14px; font-family: var(--mono); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 16px; }

  .footer-col li { margin-bottom: 8px; }

  .footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; font-size: 14px; font-family: var(--mono); flex-wrap: wrap; gap: 12px; }

  @media (max-width: 1024px) {
    .nav-links { display: none; }
    .mobile-menu-btn { display: block; }
    .hero-grid { grid-template-columns: 1fr; }
    .decision-grid { grid-template-columns: repeat(2, 1fr); }
    .process-grid { grid-template-columns: repeat(3, 1fr); }
    .process-step { border-bottom: 1px solid var(--border); }
    .city-grid { grid-template-columns: repeat(2, 1fr); }
    .trust-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-brand { grid-column: span 2; }
  }
  @media (max-width: 640px) {
    .hero h1 { font-size: 28px; }
    .decision-grid { grid-template-columns: 1fr; }
    .process-grid { grid-template-columns: repeat(2, 1fr); }
    .city-grid { grid-template-columns: 1fr; }
    .trust-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-brand { grid-column: auto; }
    .hero-stats { gap: 20px; }

  }

  .badge-cell.largest { background: #FEF3C7; color: #92400E; }
  .badge-cell.district { background: #EDE9FE; color: #5B21B6; }

  :root { --navy: #0A192F; --navy-light: #112240; --navy-card: #152845; --gold: #E8C86A; --gold-light: #F0D070; --white: #FFFFFF; --bg: #F8F9FC; --text: #0A192F; --text-secondary: #4A5568; --text-muted: #8892A0; --border: #E2E8F0; --green: #16A34A; --red: #DC2626; --mono: "SF Mono", "Fira Code", "Cascadia Code", Consolas, monospace; }
  * { margin: 0; padding: 0; box-sizing: border-box; }
  body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; background: var(--bg); color: var(--text); line-height: 1.6; font-size: 14px; overflow-x: hidden; }
  .container { max-width: 1400px; margin: 0 auto; padding: 0 24px; }
  .topbar { background: var(--navy); color: rgba(255,255,255,0.6); font-size: 14px; font-family: var(--mono); padding: 6px 0; border-bottom: 1px solid rgba(212,175,55,0.2); }
  .topbar-inner { display: flex; justify-content: space-between; align-items: center; }
  .topbar span { display: flex; align-items: center; gap: 6px; }
  .live-dot { width: 6px; height: 6px; background: var(--green); border-radius: 50%; animation: pulse 2s infinite; }
  @keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.4; } }
  nav { background: var(--white); border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 100; box-shadow: 0 1px 4px rgba(0,0,0,0.04); }
  .nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; }
  .logo { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 18px; color: var(--navy); text-decoration: none; }
  .logo-mark { width: 34px; height: 34px; background: var(--navy); border-radius: 6px; display: flex; align-items: center; justify-content: center; color: var(--gold); font-family: var(--mono); font-weight: 700; font-size: 14px; }
  .logo-sub { font-size: 10px; color: var(--text-muted); font-weight: 500; font-family: var(--mono); text-transform: uppercase; letter-spacing: 1px; display: block; margin-top: -2px; }
  .nav-links { display: flex; gap: 28px; list-style: none; }
  .nav-links a { color: var(--text-secondary); text-decoration: none; font-size: 14px; font-weight: 600; transition: color 0.15s; }
  .nav-links a:hover, .nav-links a.active { color: var(--navy); }

  .page-header { background: var(--navy); color: var(--white); padding: 56px 0 48px; position: relative; overflow: hidden; }
  .page-header::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(rgba(212,175,55,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(212,175,55,0.03) 1px, transparent 1px); background-size: 40px 40px; }
  .page-header .container { position: relative; z-index: 1; }
  .breadcrumb { font-family: var(--mono); font-size: 14px; color: rgba(255,255,255,0.5); margin-bottom: 16px; text-transform: uppercase; letter-spacing: 1px; }
  .breadcrumb a { color: var(--gold); text-decoration: none; }
  .page-header h1 { font-size: 38px; font-weight: 800; margin-bottom: 14px; letter-spacing: -0.5px; }
  .page-header h1 .gold { color: var(--gold); }
  .page-header p { font-size: 14px; color: rgba(255,255,255,0.7); max-width: 640px; }
  .page-stats { display: flex; gap: 40px; margin-top: 28px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.1); flex-wrap: wrap; }
  .page-stat .num { text-align:center; font-family: var(--mono); font-size: 22px; font-weight: 700; color: var(--gold); }
  .page-stat .label { font-size: 14px; color: rgba(255,255,255,0.5); font-family: var(--mono); text-transform: uppercase; }
  section { padding: 56px 0; }
  .section-tag { font-family: var(--mono); font-size: 14px; font-weight: 600; color: var(--gold); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 10px; display: inline-flex; align-items: center; gap: 8px; }
  .section-tag::before { content: ""; width: 24px; height: 1px; background: var(--gold); }
  .section-head h2 { font-size: 26px; font-weight: 800; color: var(--navy); margin-bottom: 12px; }
  .section-head p { font-size: 14px; color: var(--text-secondary); max-width: 640px; margin-bottom: 28px; }

  .market-card { background: var(--white); border: 1px solid var(--border); border-radius: 6px; margin-bottom: 32px; overflow: hidden; }
  .market-card-header { padding: 24px 28px; border-bottom: 1px solid var(--border); display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 12px; }
  .market-card-header h3 { font-size: 28px; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
  .market-card-header .cn-name { font-family: var(--mono); font-size: 14px; color: var(--text-muted); }
  .market-badges { display: flex; gap: 8px; flex-wrap: wrap; }
  .badge-cell { display: inline-block; font-family: var(--mono); font-size: 14px; font-weight: 600; padding: 3px 10px; border-radius: 2px; }
  .badge-cell.verified { background: #DCFCE7; color: #166534; }
  .badge-cell.english { background: #DBEAFE; color: #1E40AF; }
  .badge-cell.popular { background: var(--navy); color: var(--gold); }
  .badge-cell.bestvalue { background: #FEF3C7; color: #92400E; }
  .badge-cell.new { background: #DBEAFE; color: #1E40AF; }
  .badge-cell.old { background: #F3F4F6; color: #374151; }

  .carousel-placeholder { position: relative; width: 100%; height: 320px; background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%); display: flex; align-items: center; justify-content: center; overflow: hidden; }
  .carousel-placeholder::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(rgba(212,175,55,0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(212,175,55,0.05) 1px, transparent 1px); background-size: 30px 30px; }
  .carousel-content { text-align: center; position: relative; z-index: 1; }
  .carousel-icon { font-size: 48px; margin-bottom: 12px; opacity: 0.6; }
  .carousel-text { font-family: var(--mono); font-size: 14px; color: var(--gold); letter-spacing: 1px; text-transform: uppercase; }
  .carousel-sub { font-size: 14px; color: rgba(255,255,255,0.4); margin-top: 6px; font-family: var(--mono); }
  .carousel-dots { position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%); display: flex; gap: 8px; z-index: 2; }
  .carousel-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.3); }
  .carousel-dot.active { background: var(--gold); }
  .carousel-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 36px; height: 36px; background: var(--bg); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--gold); font-size: 18px; z-index: 2; cursor: pointer; }
  .carousel-arrow.left { left: 16px; }
  .carousel-arrow.right { right: 16px; }

  .market-card-body { padding: 24px 28px; }
  .market-info-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 20px; }
  .market-info-item { background: var(--bg); border-radius: 4px; padding: 14px; }
  .market-info-item .label { font-family: var(--mono); font-size: 14px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 4px; }
  .market-info-item .value { font-size: 14px; font-weight: 600; color: var(--navy); }
  .market-desc p { font-size: 14px; color: var(--text-secondary); line-height: 1.7; margin-bottom: 12px; }
  .market-features { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
  .feature-pill { font-family: var(--mono); font-size: 14px; padding: 4px 10px; background: var(--bg); border-radius: 2px; color: var(--text-secondary); border: 1px solid var(--border); }

  .market-card-footer { padding: 16px 28px; background: var(--bg); border-top: 1px solid var(--border); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
  .market-price { font-family: var(--mono); font-size: 14px; }
  .market-price .from { color: var(--text-muted); font-size: 14px; text-transform: uppercase; }
  .market-price .amount { color: var(--green); font-weight: 700; font-size: 18px; }
  .market-rating { font-family: var(--mono); font-size: 14px; font-weight: 700; color: var(--gold); }

  .tip-box { background: #FFFBEB; border-left: 3px solid var(--gold); padding: 14px 18px; border-radius: 0 4px 4px 0; margin: 16px 0; }
  .tip-box .label { font-family: var(--mono); font-size: 14px; font-weight: 700; color: var(--gold); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 6px; }
  .tip-box p { font-size: 14px; color: var(--text-secondary); margin: 0; }

  .cta-section { background: var(--navy); color: var(--white); text-align: center; padding: 56px 0; position: relative; overflow: hidden; margin-top: 56px; }
  .cta-section::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(rgba(212,175,55,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(212,175,55,0.03) 1px, transparent 1px); background-size: 40px 40px; }
  .cta-section h2 { font-size: 36px; font-weight: 800; margin-bottom: 12px; position: relative; z-index: 1; }
  .cta-section h2 .gold { color: var(--gold); }
  .cta-section p { font-size: 14px; color: rgba(255,255,255,0.7); margin-bottom: 24px; max-width: 540px; margin-left: auto; margin-right: auto; position: relative; z-index: 1; }
  .cta-buttons { display: flex; gap: 12px; justify-content: center; position: relative; z-index: 1; }
  .btn-primary { background: var(--gold); color: var(--navy); padding: 13px 26px; border-radius: 4px; text-decoration: none; font-weight: 700; font-size: 14px; font-family: var(--mono); transition: all 0.15s; display: inline-flex; align-items: center; gap: 8px; }
  .btn-primary:hover { background: var(--gold-light); }
  .btn-outline { background: transparent; color: var(--white); padding: 13px 26px; border-radius: 4px; text-decoration: none; font-weight: 600; font-size: 14px; border: 1px solid rgba(255,255,255,0.3); transition: all 0.15s; }
  .btn-outline:hover { border-color: var(--gold); color: var(--gold); }
  footer { background: var(--navy); color: rgba(255,255,255,0.5); padding: 48px 0 24px; border-top: 1px solid rgba(212,175,55,0.15); }
  .footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 40px; margin-bottom: 36px; }
  .footer-brand { grid-column: span 2; }
  .footer-brand .logo { color: var(--white); margin-bottom: 14px; }
  .footer-brand p { font-size: 17px; line-height: 1.8; max-width: 300px; }
  .footer-col h5 { color: var(--gold); font-family: var(--mono); font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 16px; }
  .footer-col ul { list-style: none; }
  .footer-col li { margin-bottom: 10px; }
  .footer-col a { color: rgba(255,255,255,0.5); text-decoration: none; font-size: 14px; transition: color 0.15s; }
  .footer-col a:hover { color: var(--gold); }
  .footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 20px; display: flex; justify-content: space-between; font-family: var(--mono); font-size: 14px; }
  @media (max-width: 900px) {
    .page-header h1 { font-size: 40px; }
    .market-info-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-brand { grid-column: span 2; }
    .nav-links { display: none; }
    .page-stats { gap: 20px; }
    .carousel-placeholder { height: 220px; }
  }

  /* New nav components */

  .nav-links > li > a { padding:8px 12px; border-radius:4px; display:block; }

  @media (max-width:1024px) { .nav-links { display:none; } .mobile-menu-btn { display:block; } }

  /* 实地确认区块 */
  .verified-block { background: linear-gradient(135deg, #F0FDF4 0%, #ECFDF5 100%); border: 1px solid #BBF7D0; border-left: 4px solid #16A34A; border-radius: 6px; padding: 16px 20px; margin: 0 28px 20px; display: flex; align-items: center; gap: 14px; }
  .verified-avatar { width: 48px; height: 48px; border-radius: 50%; background: linear-gradient(135deg, #16A34A 0%, #15803D 100%); color: white; display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 700; flex-shrink: 0; }
  .verified-info { flex: 1; }
  .verified-title { font-size: 14px; font-weight: 700; color: #166534; margin-bottom: 4px; }
  .verified-meta { font-size: 14px; color: #15803D; line-height: 1.5; }
  .verified-badge { display: inline-block; background: #16A34A; color: white; font-size: 12px; font-weight: 600; padding: 2px 8px; border-radius: 3px; margin-left: 8px; }

  /* 页面底部数据来源 */

  /* 常用语表格 - iPhone端上下结构 */
  @media (max-width: 768px) {
    .data-table.phrase-table { display: block; }
    .data-table.phrase-table thead { display: none; }
    .data-table.phrase-table tbody { display: block; }
    .data-table.phrase-table tr {
      display: block;
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 8px;
      margin-bottom: 16px;
      padding: 16px;
    }
    .data-table.phrase-table td {
      display: block;
      padding: 8px 0;
      border-bottom: 1px dashed var(--border);
      white-space: normal;
    }
    .data-table.phrase-table td:last-child { border-bottom: none; }
    .data-table.phrase-table td::before {
      content: attr(data-label);
      display: inline-block;
      font-family: var(--mono);
      font-size: 13px;
      font-weight: 600;
      color: var(--gold);
      margin-right: 8px;
      min-width: 60px;
    }
    .data-table.phrase-table tr:hover { background: var(--white); }
  }

  :root {
    --navy: #0A192F; --navy-light: #112240; --navy-card: #152845;
    --gold: #E8C86A; --gold-light: #F0D070; --white: #FFFFFF; --bg: #F8F9FC;
    --text: #0A192F; --text-secondary: #1A202C; --text-muted: #1A202C;
    --border: #E2E8F0; --green: #16A34A; --red: #DC2626; --orange: #EA580C;
    --mono: "SF Mono","Fira Code","Cascadia Code",Consolas,monospace;
  }
  * { margin:0; padding:0; box-sizing:border-box; }
  body { font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif; background:var(--bg); color:var(--text); line-height:1.7; font-size:14px; overflow-x:hidden; }
  .container { max-width:1400px; margin:0 auto; padding:0 24px; }
  .alert-bar { background:var(--navy); color:var(--gold-light); font-size:14px; font-family:var(--mono); padding:8px 0; border-bottom:1px solid rgba(212,175,55,0.3); }
  .alert-bar-inner { display:flex; justify-content:space-between; align-items:center; gap:16px; }
  .alert-text { display:flex; align-items:center; gap:8px; flex:1; }
  .alert-close { cursor:pointer; opacity:0.6; }
  .topbar { background:var(--navy-light); color:rgba(255,255,255,0.6); font-size:14px; font-family:var(--mono); padding:6px 0; }
  .topbar-inner { display:flex; justify-content:space-between; align-items:center; }
  .topbar span { display:flex; align-items:center; gap:6px; }
  .live-dot { width:6px; height:6px; background:var(--green); border-radius:50%; animation:pulse 2s infinite; }
  @keyframes pulse { 0%,100%{opacity:1;} 50%{opacity:0.4;} }
  nav { background:var(--white); border-bottom:1px solid var(--border); position:sticky; top:0; z-index:100; box-shadow:0 1px 4px rgba(0,0,0,0.04); }
  .nav-inner { display:flex; align-items:center; justify-content:space-between; padding:14px 0; gap:24px; }
  .logo { display:flex; align-items:center; gap:10px; font-weight:800; font-size:17px; color:var(--navy); text-decoration:none; white-space:nowrap; }
  .logo-mark { width:34px; height:34px; background:var(--navy); border-radius:6px; display:flex; align-items:center; justify-content:center; color:var(--gold); font-family:var(--mono); font-weight:700; font-size:14px; }
  .logo-sub { font-size:10px; color:var(--text-muted); font-weight:500; font-family:var(--mono); text-transform:uppercase; letter-spacing:1px; display:block; margin-top:-2px; }
  .nav-links { display:flex; gap:4px; list-style:none; align-items:center; }
  .nav-links > li { position:relative; }
  .nav-links > li > a { color:var(--text-secondary); text-decoration:none; font-size:14px; font-weight:600; padding:8px 12px; border-radius:4px; display:block; }
  .nav-links > li > a:hover, .nav-links > li > a.active { color:var(--navy); background:var(--bg); }
  .nav-links > li > a.has-dropdown::after { content:"▾"; font-size:14px; margin-left:4px; opacity:0.5; }
  .dropdown { position:absolute; top:100%; left:0; background:var(--white); border:1px solid var(--border); border-radius:6px; box-shadow:0 8px 24px rgba(0,0,0,0.1); min-width:220px; padding:8px 0; opacity:0; visibility:hidden; transform:translateY(4px); transition:all 0.15s; z-index:200; }
  .nav-links > li:hover .dropdown { opacity:1; visibility:visible; transform:translateY(0); }
  .dropdown a { display:block; padding:8px 16px; font-size:14px; color:var(--text-secondary); text-decoration:none; }
  .dropdown a:hover { background:var(--bg); color:var(--navy); padding-left:20px; }
  .dropdown-label { padding:6px 16px; font-size:14px; font-family:var(--mono); text-transform:uppercase; letter-spacing:1px; color:var(--text-muted); }
  .nav-right { display:flex; align-items:center; gap:12px; }
  .lang-switcher { position:relative; }
  .lang-btn { background:var(--bg); border:1px solid var(--border); border-radius:4px; padding:7px 12px; font-size:14px; font-family:var(--mono); font-weight:600; color:var(--navy); cursor:pointer; display:flex; align-items:center; gap:6px; }
  .lang-btn:hover { border-color:var(--gold); }
  .lang-dropdown { position:absolute; top:100%; right:0; margin-top:4px; background:var(--white); border:1px solid var(--border); border-radius:6px; box-shadow:0 8px 24px rgba(0,0,0,0.1); min-width:180px; padding:6px 0; display:none; z-index:300; max-height:360px; overflow-y:auto; }
  .lang-switcher.open .lang-dropdown { display:block; }
  .lang-dropdown a { display:block; padding:8px 14px; font-size:14px; color:var(--text-secondary); text-decoration:none; }
  .lang-dropdown a:hover { background:var(--bg); color:var(--navy); }
  .lang-dropdown a.active { color:var(--gold); font-weight:700; }

  .mobile-menu-btn { display:none; background:none; border:none; font-size:20px; cursor:pointer; color:var(--navy); }
  /* Page hero */
  .page-hero { background:var(--navy); color:var(--white); padding:48px 0 56px; position:relative; overflow:hidden; }
  .page-hero::before { content:""; position:absolute; top:0;left:0;right:0;bottom:0; background:linear-gradient(rgba(212,175,55,0.03) 1px,transparent 1px),linear-gradient(90deg,rgba(212,175,55,0.03) 1px,transparent 1px); background-size:40px 40px; }
  .page-hero-inner { position:relative; z-index:1; }
  .page-hero-label { display:inline-flex; align-items:center; gap:8px; font-family:var(--mono); font-size:14px; color:var(--gold); text-transform:uppercase; letter-spacing:1.5px; margin-bottom:14px; padding:5px 12px; border:1px solid rgba(212,175,55,0.3); border-radius:2px; }
  .page-hero h1 { font-size:36px; font-weight:800; margin-bottom:12px; letter-spacing:-0.5px; }
  .page-hero h1 .gold { color:var(--gold); }
  .page-hero p { font-size:14px; color:rgba(255,255,255,0.65); max-width:700px; line-height:1.7; }

  .breadcrumb { font-family:var(--mono); font-size:14px; color:var(--text-muted); padding:16px 0; border-bottom:1px solid var(--border); background:var(--white); }
  .breadcrumb a { color:var(--gold); text-decoration:none; }
  /* Section */
  section { padding:56px 0; }
  .section-head { text-align:center; margin-bottom:40px; }
  .section-tag { display:inline-block; font-family:var(--mono); font-size:14px; color:var(--gold); text-transform:uppercase; letter-spacing:2px; margin-bottom:10px; padding:5px 14px; border:1px solid var(--gold); border-radius:2px; }
  .section-head h2 { font-size:28px; font-weight:800; color:var(--navy); margin-bottom:12px; }
  .section-head p { font-size:14px; color:var(--text-secondary); max-width:640px; margin:0 auto; }

  .card-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(280px,1fr)); gap:20px; }
  .card { background:var(--white); border:1px solid var(--border); border-radius:8px; padding:24px; transition:all 0.2s; }
  .card:hover { border-color:var(--gold); box-shadow:0 4px 16px rgba(0,0,0,0.06); }
  .card h3 { font-size:17px; font-weight:700; color:var(--navy); margin-bottom:10px; }
  .card p { font-size:14px; color:var(--text-secondary); line-height:1.6; }
  .card-icon { font-size:28px; margin-bottom:12px; }
  /* Tables */
  .data-table { width:100%; border-collapse:collapse; font-size:14px; background:var(--white); border-radius:8px; overflow:hidden; box-shadow:0 1px 4px rgba(0,0,0,0.04); }
  .data-table th { text-align:left; padding:14px 16px; font-family:var(--mono); font-size:14px; text-transform:uppercase; letter-spacing:1px; color:var(--text-muted); border-bottom:2px solid var(--navy); background:var(--bg); }
  .data-table td { padding:12px 16px; border-bottom:1px solid var(--border); color:var(--text-secondary); }
  .data-table tr:last-child td { border-bottom:none; }
  .data-table tr:hover { background:var(--bg); }

  .step-list { display:flex; flex-direction:column; gap:0; }
  .step-item { display:flex; gap:20px; padding:24px 0; border-bottom:1px solid var(--border); }
  .step-item:last-child { border-bottom:none; }
  .step-num { flex-shrink:0; width:48px; height:48px; background:var(--navy); color:var(--gold); border-radius:8px; display:flex; align-items:center; justify-content:center; font-family:var(--mono); font-size:18px; font-weight:800; }
  .step-content { flex:1; }
  .step-content h3 { font-size:18px; font-weight:700; color:var(--navy); margin-bottom:8px; }
  .step-content p { font-size:14px; color:var(--text-secondary); line-height:1.7; margin-bottom:8px; }
  .step-time { font-family:var(--mono); font-size:14px; color:var(--green); background:rgba(22,163,74,0.08); padding:3px 10px; border-radius:3px; display:inline-block; }
  /* Tip box */
  .tip-box { background:rgba(212,175,55,0.06); border-left:3px solid var(--gold); padding:16px 20px; border-radius:0 4px 4px 0; margin:16px 0; }
  .tip-box .label { font-family:var(--mono); font-size:14px; color:var(--gold); text-transform:uppercase; letter-spacing:1px; font-weight:700; margin-bottom:6px; }
  .tip-box p { font-size:14px; color:var(--text-secondary); line-height:1.6; }
  .warn-box { background:rgba(220,38,38,0.05); border-left:3px solid var(--red); padding:16px 20px; border-radius:0 4px 4px 0; margin:16px 0; }
  .warn-box .label { font-family:var(--mono); font-size:14px; color:var(--red); text-transform:uppercase; letter-spacing:1px; font-weight:700; margin-bottom:6px; }
  .warn-box p { font-size:14px; color:var(--text-secondary); line-height:1.6; }
  /* Checklist */
  .checklist { display:grid; grid-template-columns:repeat(auto-fit,minmax(300px,1fr)); gap:12px; }
  .check-item { display:flex; gap:12px; align-items:flex-start; background:var(--white); border:1px solid var(--border); border-radius:6px; padding:14px 16px; }
  .check-box { flex-shrink:0; width:20px; height:20px; border:2px solid var(--gold); border-radius:3px; margin-top:2px; }
  .check-item h4 { font-size:14px; font-weight:700; color:var(--navy); margin-bottom:4px; }
  .check-item p { font-size:14px; color:var(--text-muted); line-height:1.5; }

  footer { background:var(--navy); color:rgba(255,255,255,0.5); padding:48px 0 24px; border-top:1px solid rgba(212,175,55,0.15); }
  .footer-grid { display:grid; grid-template-columns:repeat(auto-fit, minmax(160px, 1fr)); gap:32px; margin-bottom:32px; }
  .footer-brand { grid-column: span 2; }
  .footer-brand h4 { color:var(--white); font-size:14px; font-weight:800; margin-bottom:12px; }
  .footer-brand p { font-size:14px; line-height:1.7; margin-bottom:12px; }
  .footer-col h5 { color:var(--gold); font-size:14px; font-family:var(--mono); text-transform:uppercase; letter-spacing:1.5px; margin-bottom:14px; }
  .footer-col ul { list-style:none; }
  .footer-col li { margin-bottom:8px; }
  .footer-col a { color:rgba(255,255,255,0.5); text-decoration:none; font-size:14px; }
  .footer-col a:hover { color:var(--gold); }
  .footer-bottom { border-top:1px solid rgba(255,255,255,0.08); padding-top:20px; display:flex; justify-content:space-between; align-items:center; font-size:14px; font-family:var(--mono); flex-wrap:wrap; gap:12px; }
  .footer-bottom a { color:rgba(255,255,255,0.5); text-decoration:none; }
  .footer-bottom a:hover { color:var(--gold); }
  @media (max-width:1024px) {
    .nav-links { display:none; } .mobile-menu-btn { display:block; }
    .footer-grid { grid-template-columns:repeat(2,1fr); }
    .footer-brand { grid-column: span 2; }
  }
  @media (max-width:640px) {
    .page-hero h1 { font-size:26px; }
    .footer-grid { grid-template-columns:1fr; }
    .footer-brand { grid-column: auto; }

    .step-item { flex-direction:column; gap:12px; }
  }

  /* ============ MOBILE FIXES (iPad + iPhone) ============ */
  @media (max-width: 1024px) {
    .alert-bar { font-size: 14px; padding: 7px 0; }
    .alert-text { flex-wrap: wrap; line-height: 1.5; }
    .topbar { font-size: 14px; }
    .topbar-inner { flex-wrap: wrap; gap: 4px; }
    .hero h1, .page-hero h1 { font-size: 56px; }
    .hero p, .page-hero p { font-size: 14px; }
    .section-head h2 { font-size: 42px; line-height: 1.2; letter-spacing: -0.5px; line-height: 1.2; letter-spacing: -0.5px; }
    section { padding: 48px 0; }
    .container { padding: 0 20px; }
  }
  @media (max-width: 768px) {
    .alert-bar { font-size: 14px; padding: 6px 0; }
    .alert-bar-inner { flex-direction: column; gap: 4px; align-items: flex-start; }
    .alert-text { width: 100%; }
    .topbar { display: none; }
    .hero { padding: 40px 0 48px; }
    .hero h1, .page-hero h1 { font-size: 44px; line-height: 1.25; }
    .hero p, .page-hero p { font-size: 14px; line-height: 1.65; }

    .hero-ctas { flex-direction: column; gap: 10px; }
    .hero-ctas a { width: 100%; text-align: center; justify-content: center; }
    .hero-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
    .hero-stat .num { font-size: 30px; }
    .hero-stat .label { font-size: 14px; }
    .data-card { padding: 20px; }
    .price-row { flex-wrap: wrap; gap: 4px; }
    .section-head { margin-bottom: 32px; }
    .section-head h2 { font-size: 40px; line-height: 1.25; letter-spacing: -0.5px; }
    .section-head p { font-size: 14px; }
    section { padding: 36px 0; }
    .container { padding: 0 16px; }
    .card-grid { grid-template-columns: 1fr; gap: 14px; }
    .card { padding: 20px; }
    .step-item { flex-direction: column; gap: 12px; }
    .step-num { width: 40px; height: 40px; font-size: 14px; }
    .step-content h3 { font-size: 22px; }
    .checklist { grid-template-columns: 1fr; }
    .data-table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }
    .data-table th { white-space: nowrap; }
    .data-table td { word-break: break-word; overflow-wrap: break-word; }
    .data-table.responsive-card-table { overflow: hidden !important; max-width: 100% !important; width: 100% !important; min-width: 0 !important; box-sizing: border-box !important; }
    .data-table.responsive-card-table tr { width: 100% !important; max-width: 100% !important; min-width: 0 !important; box-sizing: border-box !important; }
    .data-table.responsive-card-table td { word-break: break-word !important; overflow-wrap: break-word !important; white-space: normal !important; max-width: 100% !important; min-width: 0 !important; }
    .breadcrumb { font-size: 14px; padding: 12px 0; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
    .footer-brand { grid-column: span 2; }
    .footer-bottom { flex-direction: column; text-align: center; gap: 8px; font-size: 14px; }

    .lang-btn { padding: 6px 10px; font-size: 14px; }
    .lang-dropdown { min-width: 160px; max-height: 300px; }
    .page-hero { padding: 36px 0 44px; }
    .page-hero-label { font-size: 14px; padding: 4px 10px; }
    .tip-box, .warn-box { padding: 14px 16px; }
    .savings-badge .num { font-size: 24px; }
  }
  @media (max-width: 480px) {
    .hero h1, .page-hero h1 { font-size: 38px; }
    .hero p, .page-hero p { font-size: 14px; }
    .section-head h2 { font-size: 36px; }
    .hero-stat .num { font-size: 26px; }
    .hero-stat .label { font-size: 14px; }
    .logo { font-size: 14px; }
    .logo-mark { width: 30px; height: 30px; font-size: 14px; }
    .logo-sub { font-size: 10px; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-brand { grid-column: auto; }
    .price-country { font-size: 14px; }
    .price-value { font-size: 14px; }
  }

  /* ============ EXTRA iPHONE FIXES ============ */
  @media (max-width: 480px) {
    .alert-bar { font-size: 14px; padding: 5px 0; line-height: 1.4; }
    .alert-bar-inner { gap: 2px; }
    .alert-text { gap: 4px; }
    .alert-close { font-size: 14px; padding: 2px 4px; }
    .price-row { flex-direction: column; align-items: flex-start; gap: 2px; padding-bottom: 10px; }
    .price-value { font-size: 14px; }
    .price-country { font-size: 14px; }
    .savings-badge { padding: 10px; }
    .savings-badge .num { font-size: 20px; }
    .savings-badge .label { font-size: 14px; }
    .data-card-title { font-size: 14px; margin-bottom: 12px; }
    .hero-label { font-size: 14px; padding: 4px 10px; }
    .section-tag { font-size: 14px; padding: 4px 10px; }
  }
  @media (max-width: 380px) {
    .hero h1, .page-hero h1 { font-size: 34px; }
    .hero p, .page-hero p { font-size: 14px; }
    .container { padding: 0 14px; }
    .alert-bar { font-size: 14px; }
  }

  /* Mobile menu overlay */
  .mobile-menu-overlay {
    display: none;
    position: fixed; top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(10,25,47,0.95); z-index: 999;
    padding: 80px 24px 24px; overflow-y: auto;
  }
  .mobile-menu-overlay.open { display: block; }
  .mobile-menu-close {
    position: fixed; top: 20px; right: 20px;
    background: none; border: none; color: var(--gold);
    font-size: 28px; cursor: pointer; z-index: 1000;
  }
  .mobile-menu-overlay a {
    display: block; color: var(--white); text-decoration: none;
    font-size: 18px; font-weight: 600; padding: 14px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  .mobile-menu-overlay a:hover { color: var(--gold); }
  .mobile-menu-overlay .menu-section-label {
    font-family: var(--mono); font-size: 14px; color: var(--gold);
    text-transform: uppercase; letter-spacing: 1.5px; margin-top: 16px; margin-bottom: 4px;
  }
  .mobile-menu-overlay .menu-sub-link {
    font-size: 14px; font-weight: 400; padding: 8px 0 8px 16px;
    border-bottom: none; color: rgba(255,255,255,0.7);
  }
  /* 一级导航链接放大（排除二级 .menu-sub-link）：移动端可读性 */
  .mobile-menu-overlay > a:not(.menu-sub-link) {
    font-size: 20px; font-weight: 700; padding: 16px 0;
  }

  /* FINAL MOBILE OVERRIDES */
  @media (max-width: 480px) {
    .data-card .price-row,
    .price-compare .price-row {
      flex-direction: column !important;
      align-items: flex-start !important;
      gap: 2px !important;
      padding-bottom: 8px !important;
    }
    .data-card .price-value,
    .price-compare .price-value {
      font-size: 14px !important;
    }
    .data-card .price-country,
    .price-compare .price-country {
      font-size: 14px !important;
    }
    .alert-bar {
      font-size: 14px !important;
      line-height: 1.4 !important;
      padding: 4px 0 !important;
    }
    .alert-bar .alert-text {
      gap: 4px !important;
    }
    .alert-bar .alert-close {
      font-size: 14px !important;
      flex-shrink: 0;
    }
  }
  @media (max-width: 380px) {
    .alert-bar { font-size: 14px !important; }
    .hero h1, .page-hero h1 { font-size: 34px !important; }
  }

  /* FORCE MOBILE PRICE FIX */
  @media (max-width: 480px) {
    html, body { overflow-x: hidden; max-width: 100%; }
    .price-row { flex-direction: column !important; align-items: flex-start !important; gap: 2px !important; }
    .price-value { flex-shrink: 0 !important; white-space: nowrap !important; font-size: 14px !important; }
    .price-country { flex-shrink: 0 !important; }
    .data-card { max-width: 100%; overflow: hidden; }

    .container { max-width: 100%; box-sizing: border-box; }
  }
  /* DESKTOP PRICE ROW OVERRIDE */
  @media (min-width: 768px) {
    .price-row { flex-direction: row; justify-content: space-between; align-items: center; gap: 0; padding-bottom: 12px; }
  }

  /* ============ ACCESSIBILITY FOR MYOPIC USERS ============ */
  /* Larger base font */
  body { font-size: 17px !important; line-height: 1.8 !important; }

  /* Darker text on light background */
  p, li, td, th, span, div { color: inherit; }

  /* Navigation - larger */
  .nav-links > li > a { font-size: 16px !important; padding: 10px 14px !important; }
  .dropdown a { font-size: 14px !important; padding: 10px 18px !important; }
  .dropdown .dropdown-label { font-size: 14px !important; }

  .lang-btn { font-size: 14px !important; padding: 8px 14px !important; min-height: 44px; }
  .lang-dropdown a { font-size: 14px !important; padding: 10px 16px !important; }

  /* Logo */
  .logo { font-size: 18px !important; }
  .logo-sub { font-size: 10px !important; }
  .logo-mark { font-size: 14px !important; }

  /* Hero */
  .hero h1, .page-hero h1 { font-size: 60px !important; line-height: 1.1; letter-spacing: -1.5px !important; }
  .hero p, .page-hero p { font-size: 17px !important; line-height: 1.8 !important; color: rgba(255,255,255,0.9) !important; }

  .hero-ctas a { font-size: 14px !important; padding: 14px 28px !important; min-height: 48px; }
  .hero-stat .num { font-size: 38px !important; }
  .hero-stat .label { font-size: 14px !important; color: rgba(255,255,255,0.75) !important; }

  /* Section headings */
  .section-head h2 { font-size: 40px !important; line-height: 1.3 !important; }
  .section-head p { font-size: 17px !important; line-height: 1.8 !important; }
  .section-tag, .hero-label, .page-hero-label { font-size: 14px !important; padding: 6px 14px !important; }

  /* Cards */
  .card { padding: 24px !important; }
  .card h3 { font-size: 24px !important; }
  .card p { font-size: 14px !important; line-height: 1.8 !important; }

  /* Data cards (dark background) */
  .data-card { padding: 28px !important; }
  .data-card-title { font-size: 14px !important; }
  .price-country { font-size: 14px !important; color: rgba(255,255,255,0.9) !important; }
  .price-value { font-size: 18px !important; }

  /* Tables - larger font, higher contrast */
  .data-table { font-size: 14px !important; }
  .data-table th { font-size: 14px !important; padding: 14px 16px !important; }
  .data-table td { font-size: 14px !important; padding: 14px 16px !important; color: #1A202C !important; }

  /* Steps */
  .step-num { width: 48px !important; height: 48px !important; font-size: 18px !important; }
  .step-content h3 { font-size: 24px !important; }
  .step-content p { font-size: 14px !important; line-height: 1.8 !important; }

  /* Alert bar */
  .alert-bar { font-size: 14px !important; padding: 10px 0 !important; }
  .alert-bar .alert-link { text-decoration: underline; font-weight: 600; }

  /* Topbar */
  .topbar { font-size: 14px !important; }

  /* Footer */
  .footer h4 { font-size: 14px !important; }
  .footer a { font-size: 14px !important; line-height: 2 !important; }
  .footer p { font-size: 14px !important; line-height: 1.8 !important; }
  .footer-bottom { font-size: 14px !important; }

  /* Breadcrumb */
  .breadcrumb { font-size: 14px !important; padding: 16px 0 !important; }

  /* Buttons and links - better visibility */
  a { text-underline-offset: 3px; }
  a:hover { text-decoration: underline; }
  button { min-height: 44px; }

  /* Focus states - clearly visible */
  a:focus, button:focus, input:focus, select:focus, textarea:focus {
    outline: 3px solid #E8C86A !important;
    outline-offset: 2px !important;
  }

  /* Tip/warning boxes */
  .tip-box, .warn-box { padding: 20px 24px !important; font-size: 14px !important; line-height: 1.8 !important; }

  /* Form elements */
  input, select, textarea { font-size: 14px !important; min-height: 44px; padding: 12px 16px !important; }

  /* Mono labels - larger */
  [class*="label"]:not(.hero-stat .label):not(.dropdown .dropdown-label):not(.tip-box .label):not(.warn-box .label) { font-size: 10px !important; }

  /* High contrast for muted text on light bg */
  .text-muted, [style*="color: var(--text-muted)"] { color: #1A202C !important; }

  /* Mobile adjustments - keep fonts large even on small screens */
  @media (max-width: 768px) {
    body { font-size: 14px !important; }
    .hero h1, .page-hero h1 { font-size: 40px !important; }
    .hero p, .page-hero p { font-size: 14px !important; }
    .section-head h2 { font-size: 42px; line-height: 1.2; letter-spacing: -0.5px; line-height: 1.2; letter-spacing: -0.5px !important; }
    .nav-links > li > a { font-size: 16px !important; }
    .data-table { font-size: 14px !important; }
    .data-table th, .data-table td { font-size: 14px !important; padding: 12px 14px !important; }
    .card h3 { font-size: 24px !important; }
    .card p { font-size: 14px !important; }
    .footer a { font-size: 14px !important; }
  }
  @media (max-width: 480px) {
    body { font-size: 14px !important; }
    .hero h1, .page-hero h1 { font-size: 38px !important; line-height: 1.4 !important; letter-spacing: 0 !important; word-break: break-all !important; overflow-wrap: anywhere !important; }
    .alert-bar { font-size: 14px !important; }
    .price-country { font-size: 14px !important; }
    .price-value { font-size: 17px !important; }
  }

  /* Extra accessibility fixes */
  h1, h2, h3, h4, p, li, td, th, span, div {
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
  .price-value.high { color: rgba(255,255,255,0.75) !important; }
  .price-value { color: var(--gold) !important; }
  .hero-stat .label { color: rgba(255,255,255,0.8) !important; }
  .data-card-title { color: var(--gold) !important; }
  /* Ensure all text on dark bg has min 4.5:1 contrast */
  .hero p, .page-hero p { color: rgba(255,255,255,0.92) !important; }
  .footer p, .footer a { color: rgba(255,255,255,0.85) !important; }
  .footer-bottom { color: rgba(255,255,255,0.7) !important; }
  /* Larger focus target */
  .nav-links > li > a { min-height: 44px; display: flex; align-items: center; }
  /* Better link visibility in body text */
  .card a, .tip-box a, .warn-box a, section p a {
    text-decoration: underline;
    text-underline-offset: 2px;
    font-weight: 600;
  }

  /* Layout fixes after font enlargement */
  .hero h1, .page-hero h1 {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    hyphens: auto;
  }
  /* Stats: 2 columns on mobile instead of 3+1 */
  @media (max-width: 480px) {
    .hero-stats {
      display: grid !important;
      grid-template-columns: 1fr 1fr !important;
      gap: 20px !important;
    }
    .hero-stat {
      text-align: left !important;
    }
  }
  /* Ensure search input placeholder doesn't get cut */

  /* Better card spacing on mobile */
  @media (max-width: 768px) {
    .card-grid { gap: 16px !important; }
    .card { padding: 22px !important; }
  }

  /* Restructured topbar */
  .topbar-inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
  .topbar-right { display: flex; align-items: center; gap: 12px; }
  .topbar-info { font-family: var(--mono); font-size: 14px; }
  .topbar-cta {
    background: var(--gold); color: var(--navy); padding: 0 12px; border-radius: 3px;
    text-decoration: none; font-size: 14px; font-weight: 700; font-family: var(--mono);
    transition: all 0.15s; white-space: nowrap;
    height: 28px; display: inline-flex; align-items: center; box-sizing: border-box;
  }
  .topbar-cta:hover { background: var(--gold-light); }
  .topbar .lang-btn {
    background: var(--bg); border: 1px solid rgba(255,255,255,0.2);
    color: var(--white); padding: 0 10px; font-size: 14px;
    height: 28px; display: inline-flex; align-items: center; box-sizing: border-box;
  }
  .topbar .lang-dropdown {
    top: 100%; right: 0; background: var(--white); border: 1px solid var(--border);
    border-radius: 4px; box-shadow: 0 8px 24px rgba(0,0,0,0.15); min-width: 180px;
  }
  .topbar .lang-dropdown a { color: var(--text-secondary); }
  .topbar .lang-dropdown a:hover { background: var(--bg); }
  /* Mobile: show topbar but hide info text */
  @media (max-width: 768px) {
    .topbar { display: block !important; }
    .topbar-left { display: none; }
    .topbar-info { display: none; }
    .topbar-right { gap: 8px; }
  }
  @media (max-width: 480px) {
    .topbar-cta { padding: 4px 8px; font-size: 14px; }
    .topbar .lang-btn { padding: 4px 8px; font-size: 14px; }
  }

  /* Force topbar mobile layout */
  @media (max-width: 768px) {
    .topbar { display: block !important; padding: 6px 0 !important; }
    .topbar-inner { justify-content: flex-end !important; }
    .topbar-left { display: none !important; }
    .topbar-info { display: none !important; }
    .topbar-right { width: 100%; justify-content: flex-end; gap: 8px !important; }
  }
  @media (max-width: 480px) {
    .topbar-cta { padding: 5px 10px !important; font-size: 14px !important; }
    .topbar .lang-btn { padding: 5px 10px !important; font-size: 14px !important; }
  }

  /* Inverted hover for dropdowns - strong visual feedback */
  .dropdown a {
    transition: all 0.15s ease;
    border-left: 3px solid transparent;
  }
  .dropdown a:hover {
    background: var(--navy) !important;
    color: var(--gold) !important;
    padding-left: 20px !important;
    border-left: 3px solid var(--gold);
  }
  .lang-dropdown a {
    transition: all 0.15s ease;
    border-left: 3px solid transparent;
  }
  .lang-dropdown a:hover {
    background: var(--navy) !important;
    color: var(--gold) !important;
    border-left: 3px solid var(--gold);
  }
  .topbar .lang-dropdown a:hover {
    background: var(--navy) !important;
    color: var(--gold) !important;
  }
  /* Active item in dropdown */
  .dropdown a.active, .lang-dropdown a.active {
    background: var(--navy-light);
    color: var(--gold);
    font-weight: 600;
  }

  /* FORCE: topbar buttons same height */
  .topbar .lang-btn,
  .topbar .topbar-cta {
    height: 28px !important;
    min-height: 28px !important;
    max-height: 28px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    box-sizing: border-box !important;
    vertical-align: middle !important;
  }
  .topbar .lang-btn {
    -webkit-appearance: none !important;
    appearance: none !important;
    border: 1px solid rgba(255,255,255,0.2) !important;
  }
  .topbar .topbar-right {
    display: flex !important;
    align-items: center !important;
  }

  /* Dropdown label - clearly non-clickable vs clickable links */
  .dropdown .dropdown-label {
    padding: 10px 16px 8px !important;
    font-size: 14px !important;
    font-family: var(--mono) !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    color: var(--navy) !important;
    font-weight: 700 !important;
    background: #f0f2f5 !important;
    border-bottom: 1px solid #e2e8f0 !important;
    border-left: 3px solid var(--gold) !important;
    margin-top: 6px !important;
    cursor: default !important;
    user-select: none !important;
    pointer-events: none !important;
  }
  .dropdown .dropdown-label:first-child {
    margin-top: 0 !important;
    border-radius: 4px 4px 0 0;
  }
  /* Clickable links - white background, clear contrast */
  .dropdown a {
    background: #ffffff !important;
    cursor: pointer !important;
  }
  .dropdown a:hover {
    background: var(--navy) !important;
    color: var(--gold) !important;
  }

  /* === FIX: Skip Link 隐藏 === */
  .skip-link {
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    z-index: 9999 !important;
  }
  .skip-link:focus {
    left: 10px !important;
    top: 10px !important;
    width: auto !important;
    height: auto !important;
    background: #E8C86A !important;
    color: #0A192F !important;
    padding: 12px 24px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
  }

  /* === FIX: 导航栏防换行 === */
  .nav-inner { flex-wrap: nowrap !important; }
  .nav-links { flex-wrap: nowrap !important; white-space: nowrap !important; }
  .nav-links > li > a { white-space: nowrap !important; }
  .logo { white-space: nowrap !important; }

  /* === FIX: 统一面包屑样式 - 与导航栏container对齐 === */
  .breadcrumb {
    background: #FFFFFF !important;
    border-bottom: 1px solid #E2E8F0 !important;
    padding: 16px 0 !important;
    font-family: "SF Mono","Fira Code","Cascadia Code",Consolas,monospace;
    font-size: 14px !important;
    color: #1A202C !important;
    line-height: 1.6;
  }

/* ============================================
   FINAL BREADCRUMB STYLE - OVERRIDES ALL
   ============================================ */
.breadcrumb {
  background: #FFFFFF !important;
  border-bottom: none !important;  /* 移除灰色条纹 */
  margin-bottom: 0 !important;     /* 移除margin导致的空白条 */
  padding: 16px 0 !important;
  font-family: "SF Mono","Fira Code","Cascadia Code",Consolas,monospace;
  font-size: 14px !important;
  color: #1A202C !important;
  line-height: 1.6;
}
.breadcrumb > .container {
  max-width: 1400px !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
}
.breadcrumb a {
  color: #E8C86A !important;
  text-decoration: none !important;
}
.breadcrumb a:hover {
  text-decoration: underline !important;
}

/* Language switcher — transparent compact button on dark topbar (single source of truth) */
html body div.topbar div.container div.topbar-inner span.topbar-right div.lang-switcher button.lang-btn,
html body .topbar .lang-switcher .lang-btn,
body .topbar .lang-switcher .lang-btn,
.lang-switcher .lang-btn,
.topbar .lang-btn {
  background: transparent !important;
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  color: rgba(255, 255, 255, 0.85) !important;
  padding: 0 8px !important;
  height: 26px !important;
  min-height: 26px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  font-size: 13px !important;
  font-family: var(--mono) !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  cursor: pointer !important;
  border-radius: 3px !important;
  box-sizing: border-box !important;
}

html body div.topbar div.topbar-inner .lang-switcher button.lang-btn:hover,
.topbar .lang-btn:hover,
.lang-switcher .lang-btn:hover {
  background: transparent !important;
  background-color: transparent !important;
  border-color: var(--gold) !important;
  color: var(--gold) !important;
}

/* Topbar language dropdown */
.topbar .lang-dropdown {
  background: #FFFFFF !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 6px !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15) !important;
  min-width: 180px !important;
  padding: 6px 0 !important;
  max-height: 360px !important;
  overflow-y: auto !important;
}

.topbar .lang-dropdown a {
  display: block !important;
  padding: 10px 16px !important;
  font-size: 14px !important;
  color: #1A202C !important;
  text-decoration: none !important;
}

.topbar .lang-dropdown a:hover {
  background: #F7FAFC !important;
  color: #0A192F !important;
}

.topbar .lang-dropdown a.active {
  color: #C9A227 !important;
  font-weight: 700 !important;
}

/* ============================================================
   Cookie Consent Banner
   ============================================================ */
.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(10, 25, 47, 0.97);
  border-top: 2px solid #E8C86A;
  padding: 20px 0;
  transform: translateY(100%);
  transition: transform 0.4s ease-in-out;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
}

.cookie-consent.show {
  transform: translateY(0);
}

.cookie-consent .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}

.cookie-consent-content {
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.cookie-consent-icon {
  font-size: 32px;
  flex-shrink: 0;
  line-height: 1;
}

.cookie-consent-text h3 {
  margin: 0 0 6px 0;
  font-size: 18px;
  font-weight: 700;
  color: #E8C86A;
  font-family: var(--mono, 'SF Mono', 'Fira Code', Consolas, monospace);
}

.cookie-consent-text p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
}

.cookie-consent-text a {
  color: #E8C86A;
  text-decoration: underline;
}

.cookie-consent-text a:hover {
  color: #FFFFFF;
}

.cookie-consent-actions {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
  align-items: center;
}

.cookie-btn {
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 600;
  font-family: var(--mono, 'SF Mono', 'Fira Code', Consolas, monospace);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.cookie-btn-accept {
  background: #E8C86A;
  color: #0A192F;
  border: 2px solid #E8C86A;
}

.cookie-btn-accept:hover {
  background: #FFFFFF;
  border-color: #FFFFFF;
  transform: translateY(-1px);
}

.cookie-btn-essential {
  background: transparent;
  color: #FFFFFF;
  border: 2px solid rgba(255, 255, 255, 0.4);
}

.cookie-btn-essential:hover {
  border-color: #FFFFFF;
  background: rgba(255, 255, 255, 0.1);
}

.cookie-btn-close {
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
  border: none;
  font-size: 20px;
  padding: 4px 8px;
  cursor: pointer;
  line-height: 1;
}

.cookie-btn-close:hover {
  color: #FFFFFF;
}

/* Responsive */
@media (max-width: 768px) {
  .cookie-consent .container {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .cookie-consent-content {
    flex-direction: row;
  }

  .cookie-consent-actions {
    justify-content: flex-end;
    flex-wrap: wrap;
  }

  .cookie-btn {
    padding: 10px 18px;
    font-size: 13px;
  }

  .cookie-consent-text h3 {
    font-size: 14px;
  }

  .cookie-consent-text p {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .cookie-consent {
    padding: 16px 0;
  }

  .cookie-consent .container {
    padding: 0 16px;
  }

  .cookie-consent-content {
    flex-direction: column;
    gap: 8px;
  }

  .cookie-consent-icon {
    font-size: 24px;
  }

  .cookie-consent-actions {
    flex-direction: column;
    width: 100%;
  }

  .cookie-btn {
    width: 100%;
    text-align: center;
  }
}

/* ---------- GGC 城市模块（STEP-08）：轮播真实图片与列表筛选 ---------- */
.ggc-carousel.has-images { height: auto; aspect-ratio: 3 / 1; }
.ggc-slides { position: absolute; inset: 0; }
.ggc-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 0.35s ease; }
.ggc-slide.active { opacity: 1; }
.ggc-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ggc-carousel.has-images .carousel-content { display: none; }
.ggc-filter-bar { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 24px; padding: 14px 16px; margin: 0 0 20px; background: var(--bg); border: 1px solid var(--border); border-radius: 6px; }
.ggc-filter-group { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; }
.ggc-filter-label { font-family: var(--mono); font-size: 14px; color: var(--text-muted); margin-right: 4px; }
.ggc-filter-btn { padding: 5px 12px; border-radius: 999px; border: 1px solid var(--border); background: var(--white); color: var(--text-secondary); font-size: 14px; cursor: pointer; transition: all 0.15s; }
.ggc-filter-btn:hover { border-color: var(--gold); color: var(--gold); }
.ggc-filter-btn.active { background: var(--navy); border-color: var(--navy); color: var(--gold); }
.ggc-filter-count { margin-left: auto; font-family: var(--mono); font-size: 14px; color: var(--text-muted); }
/* 设计稿 inline-style-18/21/22：表格间距、金星与"查看→"金色 */
.city-compare-table { margin-bottom: 40px; }
.city-compare-table td:nth-child(4) { color: var(--gold); font-size: 14px; }
.city-compare-table td:last-child a { color: var(--gold); font-weight: 700; }
/* 设计稿 inline-style-23/24：列表页区块交替背景 */
.page-template-template-cities section:nth-of-type(2),
.archive section:nth-of-type(2),
.page-template-template-cities section:nth-of-type(3),
.archive section:nth-of-type(3) { background: var(--white); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }

/* ---------- GGC 博客模块（STEP-09）：缩略图/代码块/标签链接 ---------- */
.inline-style-135 img { width: 100%; height: 100%; object-fit: cover; border-radius: 8px; }
.inline-style-39 pre {
  background: #0F172A; color: #E2E8F0; padding: 16px 20px; border-radius: 8px;
  overflow-x: auto; font-family: var(--mono); font-size: 14px; line-height: 1.6; margin: 20px 0;
}
.inline-style-39 pre code { background: none; color: inherit; padding: 0; }
.inline-style-39 code {
  background: var(--bg-light); color: #B45309; padding: 2px 6px; border-radius: 3px;
  font-family: var(--mono); font-size: 0.9em;
}
.inline-style-39 table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: 14px; }
.inline-style-39 th { background: var(--navy); color: var(--white); padding: 12px; text-align: left; border: 1px solid var(--border); }
.inline-style-39 td { padding: 12px; border: 1px solid var(--border); }
.inline-style-39 tr:nth-child(2n) td { background: var(--bg-light); }
a.inline-style-57:hover { background: var(--gold); color: var(--navy); }
.page-numbers { text-decoration: none; }
.page-numbers.current { background: var(--gold) !important; color: var(--navy) !important; }
.page-numbers:not(.current):hover { border-color: var(--gold); color: var(--gold); }
/* 博客两栏布局（列表/详情）移动端折叠：侧边栏到正文下方 */
@media (max-width: 768px) {
  .inline-style-25 { flex-direction: column; }
  .inline-style-27 { width: 100%; }
  .inline-style-134 { flex-direction: column; }
  .inline-style-135 { width: 100%; height: 140px; }
}
