/* ===== 世界签证网站 - 自定义样式 ===== */
:root {
  --primary: #2563eb;
  --primary-dark: #1d4ed8;
  --primary-light: #eff6ff;
  --accent: #f97316;
  --dark: #1e293b;
  --gray-50: #f8fafc;
  --gray-100: #f1f5f9;
  --gray-200: #e2e8f0;
  --gray-300: #cbd5e1;
  --gray-400: #94a3b8;
  --gray-500: #64748b;
  --gray-600: #475569;
  --gray-700: #334155;
  --gray-800: #1e293b;
  --hero-bg: #1e40af;
}

/* 全局重置 */
html { font-size: 14px; overflow-x: hidden; scroll-behavior: smooth; }
body {
  font-family: -apple-system, BlinkMacSystemFont, 'PingFang SC', 'Microsoft YaHei', 'Helvetica Neue', Arial, sans-serif;
  color: #333;
  -webkit-font-smoothing: antialiased;
  background: #f5f7fa;
}
a { color: inherit; }
a:hover { text-decoration: none; color: var(--primary); }
p, dl, dt, dd, ul { margin: 0; padding: 0; }
li { list-style: none; }
img { max-width: 100%; }

/* ===== Header 导航 ===== */
.header-visa {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1030;
  height: 64px;
  display: flex;
  align-items: center;
}
.header-visa .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-visa .navbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0;
  padding: 0;
}
.header-visa .brand-logo-img {
  height: 36px;
}
.header-visa .brand-text {
  font-size: 18px;
  font-weight: 700;
  color: var(--dark);
}
.header-visa .navbar {
  padding: 0;
}
.header-visa .navbar-nav {
  flex-direction: row;
  gap: 4px;
}
.header-visa .nav-link {
  padding: 8px 16px !important;
  font-size: 14px;
  color: var(--gray-600);
  transition: color 0.2s;
  border-radius: 6px;
}
.header-visa .nav-link:hover,
.header-visa .nav-item.active .nav-link {
  color: var(--primary);
}
.header-visa .header-right {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header-visa .btn-outline-primary {
  color: var(--primary);
  border-color: var(--primary);
  border-radius: 6px;
  padding: 6px 16px;
  font-size: 13px;
  transition: all 0.2s;
}
.header-visa .btn-outline-primary:hover {
  background: var(--primary);
  color: #fff;
}
.header-visa .btn-primary {
  background: var(--primary);
  border-color: var(--primary);
  border-radius: 6px;
  padding: 6px 16px;
  font-size: 13px;
}
.header-visa .btn-primary:hover {
  background: var(--primary-dark);
  border-color: var(--primary-dark);
}
.header-visa .navbar-toggler {
  border: none;
  padding: 4px 8px;
}

/* ===== Hero Section ===== */
.hero-section {
  background: linear-gradient(160deg, #1e40af 0%, #2563eb 40%, #3b82f6 100%);
  color: #fff;
  padding: 100px 0 60px;
  position: relative;
  overflow: hidden;
}
.hero-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 5 L55 30 L30 55 L5 30 Z' fill='none' stroke='rgba(255,255,255,0.03)' stroke-width='1'/%3E%3C/svg%3E") repeat;
}
.hero-section .container { position: relative; z-index: 1; }
.hero-content {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.hero-title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 1rem;
  letter-spacing: 0.5px;
}
.hero-subtitle {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.9);
  margin-bottom: 1.5rem;
  line-height: 1.7;
}
/* Hero 亮点 */
.hero-highlights {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 2rem;
}
.hero-highlight-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.9);
  font-size: 0.9rem;
}
.hero-highlight-item .highlight-icon {
  width: 32px;
  height: 32px;
  background: rgba(255,255,255,0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}
/* Hero 搜索 */
.hero-search {
  position: relative;
  max-width: 520px;
  margin: 0 auto 1.5rem;
}
.hero-search input {
  width: 100%;
  height: 52px;
  padding: 0 120px 0 20px;
  border: none;
  border-radius: 50px;
  font-size: 1rem;
  outline: none;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}
.hero-search button {
  position: absolute;
  right: 4px;
  top: 4px;
  height: 44px;
  padding: 0 28px;
  background: var(--primary);
  color: #fff;
  border: none;
  border-radius: 50px;
  font-size: 0.95rem;
  cursor: pointer;
  transition: background 0.2s;
}
.hero-search button:hover {
  background: var(--primary-dark);
}
/* Hero 推荐国家 */
.hero-recommend {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: rgba(255,255,255,0.7);
  font-size: 0.85rem;
  flex-wrap: wrap;
}
.hero-recommend span {
  color: rgba(255,255,255,0.5);
}
.hero-recommend a {
  color: rgba(255,255,255,0.9);
  padding: 4px 14px;
  background: rgba(255,255,255,0.1);
  border-radius: 20px;
  transition: all 0.2s;
  font-size: 0.85rem;
}
.hero-recommend a:hover {
  background: rgba(255,255,255,0.2);
  color: #fff;
}

/* ===== 统计区域 ===== */
.stats-section {
  background: #fff;
  padding: 40px 0;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}
.stats-row {
  display: flex;
  justify-content: space-around;
  text-align: center;
}
.stat-item {
  flex: 1;
}
.stat-value {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--primary);
  line-height: 1.2;
}
.stat-value span {
  font-size: 1.2rem;
  font-weight: 400;
}
.stat-label {
  font-size: 0.85rem;
  color: var(--gray-500);
  margin-top: 4px;
}

/* ===== 特色功能 ===== */
.features-section {
  padding: 70px 0;
  background: #fff;
}
.section-header {
  text-align: center;
  margin-bottom: 40px;
}
.section-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 0.5rem;
}
.section-subtitle {
  font-size: 1rem;
  color: var(--gray-500);
}
.feature-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px 24px;
  transition: all 0.3s;
  border: 1px solid var(--gray-100);
  height: 100%;
  text-align: center;
}
.feature-card:hover {
  box-shadow: 0 8px 30px rgba(0,0,0,0.06);
  transform: translateY(-2px);
  border-color: var(--gray-200);
}
.feature-icon {
  width: 64px;
  height: 64px;
  background: var(--primary-light);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 1.8rem;
}
.feature-title {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 8px;
}
.feature-desc {
  font-size: 0.85rem;
  color: var(--gray-500);
  line-height: 1.6;
}

/* ===== 国家地区 ===== */
.countries-section {
  padding: 60px 0;
  background: var(--gray-50);
}
.country-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 12px;
}
.country-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 10px 16px;
  border-radius: 12px;
  transition: all 0.3s;
  cursor: pointer;
  background: #fff;
  border: 1px solid transparent;
}
.country-item:hover {
  border-color: var(--primary);
  box-shadow: 0 4px 16px rgba(37,99,235,0.1);
  transform: translateY(-2px);
}
.country-flag {
  width: 48px;
  height: 48px;
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gray-100);
}
.country-flag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.country-flag i {
  font-size: 1.5rem;
  color: var(--gray-400);
}
.country-name {
  font-size: 0.82rem;
  color: var(--gray-700);
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
}

/* ===== 合作伙伴 ===== */
.partners-section {
  padding: 48px 0;
  background: #fff;
}
.partner-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.partner-item {
  background: var(--gray-50);
  padding: 10px 24px;
  border-radius: 8px;
  color: var(--gray-500);
  font-size: 0.88rem;
  font-weight: 500;
  transition: all 0.2s;
  border: 1px solid transparent;
}
.partner-item:hover {
  color: var(--primary);
  border-color: var(--primary);
  background: var(--primary-light);
}

/* ===== 知识分类 ===== */
.knowledge-cats {
  padding: 48px 0;
  background: var(--gray-50);
}
.knowledge-card {
  background: #fff;
  border-radius: 12px;
  padding: 24px 16px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  border: 1px solid transparent;
  display: block;
}
.knowledge-card:hover {
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
  border-color: var(--primary);
  transform: translateY(-2px);
}
.knowledge-icon {
  font-size: 2rem;
  margin-bottom: 10px;
}
.knowledge-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 4px;
}
.knowledge-desc {
  font-size: 0.78rem;
  color: var(--gray-400);
}

/* ===== 文章资讯 ===== */
.articles-section {
  padding: 70px 0;
  background: #fff;
}
.article-card {
  display: flex;
  gap: 16px;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid var(--gray-100);
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  background: #fff;
}
.article-card:hover {
  border-color: var(--primary);
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
}
.article-card .article-img {
  width: 120px;
  min-width: 120px;
  height: 90px;
  border-radius: 8px;
  overflow: hidden;
  background: var(--gray-100);
}
.article-card .article-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-card .article-info {
  flex: 1;
  min-width: 0;
}
.article-card .article-tag {
  display: inline-block;
  padding: 2px 8px;
  background: var(--primary-light);
  color: var(--primary);
  border-radius: 4px;
  font-size: 0.72rem;
  font-weight: 500;
  margin-bottom: 8px;
}
.article-card .article-card-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
}
.article-card .article-card-desc {
  font-size: 0.8rem;
  color: var(--gray-400);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
}
.article-card .article-card-date {
  font-size: 0.75rem;
  color: var(--gray-400);
  margin-top: 6px;
}

/* 热门文章 */
.hot-list {
  background: #fff;
  border-radius: 12px;
  border: 1px solid var(--gray-100);
  padding: 20px;
}
.hot-list-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--primary);
  display: inline-block;
}
.hot-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 9px 0;
  cursor: pointer;
  transition: color 0.2s;
  border-bottom: 1px dashed var(--gray-100);
}
.hot-item:last-child { border-bottom: none; }
.hot-item:hover { color: var(--primary); }
.hot-num {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: var(--gray-100);
  color: var(--gray-500);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 600;
  flex-shrink: 0;
  margin-top: 2px;
}
.hot-item:nth-child(1) .hot-num,
.hot-item:nth-child(2) .hot-num,
.hot-item:nth-child(3) .hot-num {
  background: var(--primary);
  color: #fff;
}
.hot-text {
  font-size: 0.85rem;
  color: var(--gray-700);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ===== 关于我们概览 ===== */
.about-brief {
  padding: 70px 0;
  background: #fff;
}
.about-brief .about-image {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}
.about-brief .about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-brief h2 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 1rem;
}
.about-brief .about-text {
  font-size: 1rem;
  color: var(--gray-600);
  line-height: 1.9;
  margin-bottom: 1.5rem;
}
.about-brief .about-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 1.5rem;
}
.about-brief .about-highlight {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  color: var(--gray-700);
}
.about-brief .about-highlight i {
  color: var(--primary);
  font-size: 1.1rem;
}
.about-brief .btn-more {
  display: inline-block;
  padding: 10px 28px;
  background: var(--primary);
  color: #fff;
  border-radius: 6px;
  font-size: 0.9rem;
  transition: all 0.2s;
}
.about-brief .btn-more:hover {
  background: var(--primary-dark);
  color: #fff;
}

/* ===== CTA ===== */
.cta-section {
  padding: 70px 0;
  background: linear-gradient(135deg, var(--primary) 0%, #1d4ed8 100%);
  color: #fff;
  text-align: center;
}
.cta-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.cta-subtitle {
  font-size: 1rem;
  color: rgba(255,255,255,0.8);
  margin-bottom: 1.5rem;
}
.cta-btn {
  display: inline-block;
  padding: 12px 36px;
  background: #fff;
  color: var(--primary);
  border-radius: 6px;
  font-size: 0.95rem;
  font-weight: 600;
  transition: all 0.3s;
  border: none;
  cursor: pointer;
}
.cta-btn:hover {
  box-shadow: 0 6px 24px rgba(0,0,0,0.2);
  transform: translateY(-1px);
  color: var(--primary);
}

/* ===== Footer ===== */
.footer-visa {
  background: #1e293b;
  color: #fff;
  padding: 60px 0 0;
}
.footer-visa .footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.footer-visa .footer-logo .brand-logo-img {
  height: 32px;
}
.footer-visa .footer-about {
  font-size: 0.85rem;
  color: var(--gray-400);
  line-height: 1.8;
  margin-bottom: 16px;
}
.footer-visa h5 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}
.footer-visa .footer-contact li {
  font-size: 0.85rem;
  color: var(--gray-400);
  margin-bottom: 10px;
  line-height: 1.5;
}
.footer-visa .footer-links a {
  display: block;
  font-size: 0.85rem;
  color: var(--gray-400);
  margin-bottom: 10px;
  transition: color 0.2s;
}
.footer-visa .footer-links a:hover {
  color: #fff;
}
.footer-qr {
  width: 110px;
  height: 110px;
  background: #fff;
  border-radius: 8px;
  padding: 6px;
  margin-bottom: 10px;
}
.footer-qr img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer-visa .footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  margin-top: 40px;
  padding: 20px 0;
  font-size: 0.78rem;
  color: var(--gray-500);
}
.footer-visa .footer-bottom a {
  color: var(--gray-400);
}

/* 手机底部导航 */
.mobile-bottom-nav {
  background: var(--primary) !important;
}
.mobile-bottom-nav a {
  color: #fff !important;
  font-size: 0.8rem;
}

/* ===== 内页通用 ===== */
.page-header {
  background: linear-gradient(135deg, var(--primary) 0%, #1d4ed8 100%);
  color: #fff;
  padding: 100px 0 36px;
  margin-bottom: 0;
}
.page-header h1 {
  font-size: 1.8rem;
  font-weight: 700;
}
.page-header p {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.75);
  margin-top: 6px;
}
.pages {
  min-height: 500px;
  padding: 30px 0;
  background: #fff;
}
.content {
  color: #555;
  line-height: 2;
  font-size: 1rem;
}
.content img, .content iframe {
  max-width: 100% !important;
}
.content li {
  list-style: disc outside none;
  margin-left: 20px;
}

/* 面包屑 */
.position {
  font-size: 0.85rem;
  color: var(--gray-400);
  margin-bottom: 20px;
}
.position a {
  color: var(--gray-400);
}
.position a:hover {
  color: var(--primary);
}

/* 分类导航 */
.sonsort { margin-bottom: 20px; }
.sonsort .btn {
  border-radius: 6px;
  font-size: 0.85rem;
  padding: 6px 16px;
  margin-right: 8px;
  margin-bottom: 8px;
}
.sonsort .btn-info {
  background: var(--primary);
  border-color: var(--primary);
}
.sonsort .btn-light {
  background: var(--gray-100);
  border-color: var(--gray-100);
  color: var(--gray-600);
}
.sonsort .btn-light:hover {
  background: var(--primary-light);
  color: var(--primary);
}

/* 新闻列表 */
.news-list-item {
  padding: 16px 0;
  border-bottom: 1px dashed var(--gray-200);
}
.news-list-item a {
  font-size: 0.95rem;
  color: var(--gray-700);
  transition: color 0.2s;
}
.news-list-item a:hover {
  color: var(--primary);
}
.news-list-item .badge {
  font-size: 0.7rem;
  padding: 2px 8px;
  border-radius: 4px;
}

/* 产品卡片 */
.product-card {
  border: 1px solid var(--gray-200);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s;
  height: 100%;
  background: #fff;
}
.product-card:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  transform: translateY(-2px);
}
.product-card .card-img-top {
  height: 180px;
  object-fit: cover;
}
.product-card .card-body {
  padding: 20px;
}
.product-card .card-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 8px;
}
.product-card .card-text {
  font-size: 0.85rem;
  color: var(--gray-500);
  line-height: 1.6;
}

/* 文章详情页 */
.article-detail .article-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--dark);
}
.article-detail .article-meta {
  font-size: 0.85rem;
  color: var(--gray-400);
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--gray-200);
}

/* 按钮 */
.btn-primary-visa {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
  border-radius: 6px;
}
.btn-primary-visa:hover {
  background: var(--primary-dark);
  border-color: var(--primary-dark);
  color: #fff;
}

/* 回到顶部 */
.scroll-top {
  position: fixed;
  bottom: 120px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: var(--primary);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 999;
  box-shadow: 0 2px 12px rgba(37,99,235,0.3);
  transition: all 0.3s;
  border: none;
  font-size: 1.2rem;
}
.scroll-top:hover {
  background: var(--primary-dark);
  transform: translateY(-2px);
}

/* 响应式 */
@media (max-width: 992px) {
  .header-visa .navbar-collapse {
    background: #fff;
    padding: 16px;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
    margin-top: 8px;
  }
  .header-visa .navbar-nav {
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 768px) {
  .hero-title { font-size: 1.7rem; }
  .hero-subtitle { font-size: 0.95rem; }
  .hero-highlights { gap: 12px; }
  .hero-highlight-item { font-size: 0.78rem; }
  .hero-search input { height: 44px; font-size: 0.9rem; padding-right: 100px; }
  .hero-search button { height: 36px; padding: 0 20px; font-size: 0.85rem; }
  .hero-recommend a { font-size: 0.78rem; padding: 3px 10px; }
  .section-title { font-size: 1.5rem; }
  .stat-value { font-size: 1.6rem; }
  .country-grid { grid-template-columns: repeat(5, 1fr); gap: 8px; }
  .country-item { padding: 14px 6px 10px; }
  .country-flag { width: 36px; height: 36px; }
  .country-name { font-size: 0.72rem; }
  .cta-title { font-size: 1.5rem; }
  .head-sm-height { height: 61px !important; }
  .article-card { flex-direction: column; }
  .article-card .article-img { width: 100%; height: 140px; }
}
@media (max-width: 576px) {
  .hero-section { padding: 80px 0 40px; }
  .hero-title { font-size: 1.5rem; }
  .country-grid { grid-template-columns: repeat(4, 1fr); }
  .stat-value { font-size: 1.3rem; }
  .page-num { display: none; }
  .head-sm-height { height: 61px !important; }
}

/* 保留 aoyun.css 兼容 */
.slideshow { height: 400px; object-fit: cover; }
@media (max-width: 768px) { .slideshow { height: 240px; } }

/* 在线客服 */
.online { position: fixed; bottom: 150px; right: 10px; width: 50px; z-index: 999; }
.online dl { background: var(--primary); padding: 8px 4px; margin-bottom: 2px; border-radius: 8px; position: relative; }
.online dl dd { color: #fff; text-align: center; font-size: 11px; cursor: pointer; }
.online dl dd i { font-size: 22px; }
.online dl:hover { background: var(--primary-dark); }
.online dl dt { position: absolute; top: 0; right: 60px; background: #fff; border: 1px solid #e0e0e0; z-index: 9999; display: none; padding: 15px; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.1); min-width: 200px; }
.online dl dt h3 { font-size: 15px; color: #333; border-bottom: 1px solid #eee; padding-bottom: 8px; margin-bottom: 10px; }
.online dl dt h3 span { float: right; cursor: pointer; }
.online dl dt input { border: 1px solid #ddd; border-radius: 8px; margin-top: 10px; height: 36px; padding: 4px 10px; width: 100%; font-size: 13px; }
.online dl dt button { margin: 10px 0 0; border: none; border-radius: 8px; width: 100%; font-size: 14px; height: 36px; background: var(--primary); color: #fff; cursor: pointer; }
.online .scroll-top { margin-top: 4px; }

/* 卡片图片 */
.card-img-150 { height: 150px; overflow: hidden; }
.card-img-150 img { width: 100%; height: 100%; object-fit: cover; }

/* 分页 */
.page-num:not(:disabled) { cursor: pointer; }
.page-num, .page-link { position: relative; display: block; padding: .5rem .75rem; margin-left: -1px; line-height: 1.25; color: var(--primary); background-color: #fff; border: 1px solid var(--gray-200); border-radius: 6px; margin: 0 2px; }
.page-num-current { z-index: 1; color: #fff; background-color: var(--primary); border-color: var(--primary); }
.page-num-current:hover { color: #fff; }

/* 占位导航栏 */
.head-sm-height { height: 64px; }
@media (max-width: 576px) { .head-sm-height { height: 61px !important; } }

/* 查看详情按钮 */
.btn-view-more {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--primary);
  font-size: 0.9rem;
  font-weight: 500;
  transition: gap 0.2s;
}
.btn-view-more:hover {
  gap: 8px;
  color: var(--primary-dark);
}

/* 分割线 */
.section-divider {
  height: 1px;
  background: var(--gray-200);
  margin: 0;
}

/* ===== 文章详情页 ===== */
.article-detail {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  border: 1px solid var(--gray-100);
}
.article-detail-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 16px;
  line-height: 1.5;
}
.article-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 0.85rem;
  color: var(--gray-400);
  padding-bottom: 16px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--gray-100);
}
.article-detail-meta span i {
  margin-right: 4px;
}
.article-detail-content {
  font-size: 1rem;
  color: var(--gray-700);
  line-height: 2;
  margin-bottom: 24px;
}
.article-detail-content img {
  max-width: 100%;
  border-radius: 8px;
  margin: 16px 0;
}
.article-detail-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 16px 0;
  border-top: 1px solid var(--gray-100);
  margin-bottom: 16px;
}
.article-detail-tags i {
  color: var(--primary);
  margin-right: 4px;
}
.article-detail-tags a {
  display: inline-block;
  padding: 4px 14px;
  background: var(--primary-light);
  color: var(--primary);
  border-radius: 20px;
  font-size: 0.8rem;
  transition: all 0.2s;
}
.article-detail-tags a:hover {
  background: var(--primary);
  color: #fff;
}
.article-detail-nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--gray-100);
  font-size: 0.9rem;
}
.article-detail-nav a {
  color: var(--gray-600);
  transition: color 0.2s;
}
.article-detail-nav a:hover {
  color: var(--primary);
}
.prev-link::before {
  content: '上一篇：';
  color: var(--gray-400);
}
.next-link::before {
  content: '下一篇：';
  color: var(--gray-400);
}

/* ===== 侧边栏 ===== */
.sidebar-card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid var(--gray-100);
  padding: 24px;
  margin-bottom: 24px;
}
.sidebar-title {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--primary);
  display: inline-block;
}
.sidebar-article-item {
  display: flex;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px dashed var(--gray-100);
  cursor: pointer;
  transition: all 0.2s;
}
.sidebar-article-item:last-child {
  border-bottom: none;
}
.sidebar-article-item:hover {
  color: var(--primary);
}
.sidebar-article-img {
  width: 80px;
  height: 56px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
  background: var(--gray-100);
}
.sidebar-article-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sidebar-article-info {
  flex: 1;
  min-width: 0;
}
.sidebar-article-info h4 {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--gray-700);
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
}
.sidebar-article-info span {
  font-size: 0.75rem;
  color: var(--gray-400);
}

/* 标签云 */
.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tag-cloud a {
  display: inline-block;
  padding: 5px 14px;
  background: var(--gray-50);
  color: var(--gray-600);
  border-radius: 20px;
  font-size: 0.8rem;
  border: 1px solid var(--gray-200);
  transition: all 0.2s;
}
.tag-cloud a:hover {
  background: var(--primary-light);
  color: var(--primary);
  border-color: var(--primary);
}

/* ===== 产品详情页 ===== */
.product-gallery {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--gray-100);
}
.gallery-main {
  background: var(--gray-50);
}
.gallery-main .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px;
}
.gallery-main .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.gallery-main .swiper-button-prev,
.gallery-main .swiper-button-next {
  color: var(--primary);
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.9);
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.gallery-main .swiper-button-prev:after,
.gallery-main .swiper-button-next:after {
  font-size: 16px;
  font-weight: 700;
}
.gallery-thumbs {
  padding: 10px;
}
.gallery-thumbs .swiper-slide {
  width: 80px;
  height: 60px;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  opacity: 0.6;
  transition: all 0.2s;
}
.gallery-thumbs .swiper-slide-thumb-active {
  border-color: var(--primary);
  opacity: 1;
}
.gallery-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-detail-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 24px;
  line-height: 1.5;
}
.product-detail-meta {
  background: var(--gray-50);
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 24px;
}
.product-meta-item {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px dashed var(--gray-200);
}
.product-meta-item:last-child {
  border-bottom: none;
}
.meta-label {
  width: 80px;
  color: var(--gray-500);
  font-size: 0.88rem;
  flex-shrink: 0;
}
.meta-value {
  color: var(--gray-700);
  font-size: 0.88rem;
}
.product-price {
  color: var(--accent);
  font-weight: 700;
  font-size: 1.2rem;
}
.product-detail-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.product-detail-content {
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid var(--gray-200);
}

/* ===== 案例列表 ===== */
.case-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--gray-100);
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.case-card:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  transform: translateY(-2px);
  border-color: var(--primary);
}
.case-card-img {
  height: 180px;
  overflow: hidden;
  background: var(--gray-100);
}
.case-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.case-card:hover .case-card-img img {
  transform: scale(1.05);
}
.case-card-body {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.case-card-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
}
.case-card-desc {
  font-size: 0.82rem;
  color: var(--gray-500);
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}
.case-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px;
  border-top: 1px solid var(--gray-100);
  background: var(--gray-50);
}
.case-card-date {
  font-size: 0.78rem;
  color: var(--gray-400);
}
.case-card-more {
  font-size: 0.82rem;
  color: var(--primary);
  font-weight: 500;
}

/* ===== 搜索页 ===== */
.search-card-img {
  height: 180px;
  overflow: hidden;
  background: var(--gray-100);
}
.search-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.search-form-bottom {
  max-width: 500px;
  margin: 32px auto 0;
}
.search-form-bottom .form-control {
  height: 46px;
  border-radius: 8px 0 0 8px;
  border: 1px solid var(--gray-200);
  font-size: 0.9rem;
}
.search-form-bottom .form-control:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 0.2rem rgba(37,99,235,0.1);
}
.search-form-bottom .btn {
  border-radius: 0 8px 8px 0;
  padding: 0 24px;
  font-size: 0.9rem;
}

/* ===== 留言页 ===== */
.message-card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid var(--gray-100);
  padding: 24px;
  margin-bottom: 16px;
}
.message-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.message-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
}
.message-nickname {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--dark);
}
.message-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.75rem;
  color: var(--gray-400);
  margin-top: 2px;
}
.message-meta span i {
  margin-right: 3px;
}
.message-card-body {
  font-size: 0.9rem;
  color: var(--gray-700);
  line-height: 1.8;
  padding-left: 48px;
}
.message-reply {
  margin-top: 14px;
  padding: 16px;
  background: var(--primary-light);
  border-radius: 8px;
  margin-left: 48px;
}
.message-reply-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.message-reply-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--primary);
}
.message-reply-date {
  font-size: 0.75rem;
  color: var(--gray-400);
  margin-left: auto;
}
.message-reply p {
  font-size: 0.88rem;
  color: var(--gray-600);
  line-height: 1.7;
}
.message-form {
  background: #fff;
  border-radius: 12px;
  border: 1px solid var(--gray-100);
  padding: 30px;
  margin-bottom: 40px;
}
.message-form .form-control {
  border-radius: 8px;
  border: 1px solid var(--gray-200);
  padding: 10px 16px;
  font-size: 0.9rem;
  transition: all 0.2s;
}
.message-form .form-control:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 0.2rem rgba(37,99,235,0.1);
}
.message-form label {
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--gray-700);
  margin-bottom: 6px;
}
.message-form .btn-primary-visa {
  border-radius: 8px;
  padding: 12px;
  font-size: 1rem;
}

/* ===== 招聘卡片 ===== */
.job-card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid var(--gray-100);
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.job-card:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  transform: translateY(-2px);
  border-color: var(--primary);
}
.job-card-body {
  padding: 24px 20px;
  flex: 1;
}
.job-card-title {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 12px;
}
.job-card-title i {
  color: var(--primary);
  margin-right: 8px;
}
.job-card-desc {
  font-size: 0.85rem;
  color: var(--gray-500);
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.job-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px;
  border-top: 1px solid var(--gray-100);
  background: var(--gray-50);
}
.job-card-date {
  font-size: 0.78rem;
  color: var(--gray-400);
}
.job-card-btn {
  font-size: 0.82rem;
  color: var(--primary);
  font-weight: 500;
}

/* ===== 标签列表页 ===== */
.tag-list {
  background: #fff;
  border-radius: 12px;
  border: 1px solid var(--gray-100);
  overflow: hidden;
}
.tag-list-item {
  display: flex;
  align-items: center;
  padding: 16px 24px;
  border-bottom: 1px dashed var(--gray-100);
  cursor: pointer;
  transition: all 0.2s;
}
.tag-list-item:last-child {
  border-bottom: none;
}
.tag-list-item:hover {
  background: var(--primary-light);
  color: var(--primary);
}
.tag-list-content {
  flex: 1;
  min-width: 0;
}
.tag-list-content h3 {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--gray-700);
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tag-list-item:hover .tag-list-content h3 {
  color: var(--primary);
}
.tag-list-meta {
  display: flex;
  align-items: center;
  gap: 8px;
}
.tag-list-date {
  font-size: 0.78rem;
  color: var(--gray-400);
}
.tag-list-date i {
  margin-right: 4px;
}
.tag-list-arrow {
  font-size: 1.2rem;
  color: var(--gray-300);
  flex-shrink: 0;
  margin-left: 16px;
}
.tag-list-item:hover .tag-list-arrow {
  color: var(--primary);
}

/* 响应式微调 */
@media (max-width: 768px) {
  .article-detail {
    padding: 20px;
  }
  .article-detail-title {
    font-size: 1.3rem;
  }
  .article-detail-meta {
    gap: 12px;
  }
  .gallery-main .swiper-slide {
    height: 280px;
  }
  .product-detail-title {
    font-size: 1.25rem;
  }
  .message-card-body {
    padding-left: 0;
  }
  .message-reply {
    margin-left: 0;
  }
  .message-form {
    padding: 20px;
  }
  .tag-list-item {
    padding: 14px 16px;
  }
}

@media (max-width: 576px) {
  .article-detail {
    padding: 16px;
  }
  .article-detail-title {
    font-size: 1.15rem;
  }
  .product-detail-actions {
    flex-direction: column;
  }
  .product-detail-actions .btn {
    width: 100%;
  }
  .case-card-img {
    height: 160px;
  }
  .sidebar-card {
    padding: 16px;
  }
}

/* ===== 国家列表页 ===== */
.country-search-bar {
  max-width: 500px;
  margin: 0 auto 24px;
}
.country-search-input {
  position: relative;
}
.country-search-input i {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gray-400);
  font-size: 1rem;
}
.country-search-input input {
  width: 100%;
  height: 48px;
  padding: 0 20px 0 44px;
  border: 1px solid var(--gray-200);
  border-radius: 50px;
  font-size: 0.95rem;
  outline: none;
  transition: all 0.2s;
}
.country-search-input input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(37,99,235,0.1);
}
.continent-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}
.continent-tab {
  padding: 8px 24px;
  border: 1px solid var(--gray-200);
  background: #fff;
  border-radius: 50px;
  font-size: 0.88rem;
  color: var(--gray-600);
  cursor: pointer;
  transition: all 0.2s;
  outline: none;
}
.continent-tab:hover {
  border-color: var(--primary);
  color: var(--primary);
}
.continent-tab.active {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}
.country-grid-page {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 16px;
  margin-bottom: 40px;
}
.country-card-item {
  text-align: center;
  transition: all 0.3s;
}
.country-card-item a {
  display: block;
  padding: 24px 16px 20px;
  background: #fff;
  border: 1px solid var(--gray-100);
  border-radius: 12px;
  transition: all 0.3s;
}
.country-card-item:hover a {
  border-color: var(--primary);
  box-shadow: 0 6px 20px rgba(37,99,235,0.1);
  transform: translateY(-2px);
}
.country-card-img {
  width: 64px;
  height: 64px;
  margin: 0 auto 12px;
  border-radius: 12px;
  overflow: hidden;
  background: var(--gray-100);
}
.country-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.country-card-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-light);
  color: var(--primary);
  font-size: 1.5rem;
}
.country-card-name {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 8px;
}
.country-card-action {
  font-size: 0.75rem;
  color: var(--primary);
  opacity: 0;
  transition: opacity 0.2s;
}
.country-card-item:hover .country-card-action {
  opacity: 1;
}
.country-footer-note {
  background: linear-gradient(135deg, var(--primary-light), #fff);
  border-radius: 16px;
  padding: 32px;
  margin-top: 16px;
  margin-bottom: 20px;
}
.country-stat-card {
  text-align: center;
  padding: 16px;
}
.country-stat-num {
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary);
}
.country-stat-num span {
  font-size: 1rem;
  font-weight: 400;
}
.country-stat-label {
  font-size: 0.85rem;
  color: var(--gray-500);
  margin-top: 4px;
}

/* ===== 分享组件 ===== */
.share-bar {
  position: fixed;
  right: 20px;
  bottom: 200px;
  z-index: 998;
}
.share-toggle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(37,99,235,0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  transition: all 0.3s;
  gap: 2px;
}
.share-toggle i {
  font-size: 1.1rem;
}
.share-toggle:hover {
  background: var(--primary-dark);
  transform: scale(1.05);
}
.share-panel {
  position: absolute;
  right: 0;
  bottom: 60px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12);
  padding: 0;
  width: 200px;
  display: none;
  overflow: hidden;
}
.share-panel.active {
  display: block;
}
.share-panel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 18px;
  border-bottom: 1px solid var(--gray-100);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--dark);
}
.share-panel-close {
  background: none;
  border: none;
  font-size: 1.3rem;
  color: var(--gray-400);
  cursor: pointer;
  padding: 0;
  line-height: 1;
}
.share-panel-close:hover {
  color: var(--dark);
}
.share-panel-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--gray-100);
}
.share-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 16px 10px;
  background: #fff;
  border: none;
  cursor: pointer;
  font-size: 0.78rem;
  color: var(--gray-600);
  transition: all 0.2s;
}
.share-btn i {
  font-size: 1.5rem;
}
.share-btn:hover {
  color: var(--primary);
  background: var(--primary-light);
}
.share-btn.share-wechat:hover { color: #07c160; }
.share-btn.share-weibo:hover { color: #e6162d; }
.share-btn.share-qq:hover { color: #12b7f5; }
.share-btn.share-link:hover { color: var(--primary); }

/* 微信二维码弹窗 */
.share-wechat-modal {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.5);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.share-wechat-modal-content {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  text-align: center;
  max-width: 320px;
  width: 90%;
}
.share-wechat-modal-content h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 16px;
  color: var(--dark);
}
.share-wechat-qr {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}
.share-wechat-qr img {
  border-radius: 8px;
  border: 1px solid var(--gray-200);
}
.share-wechat-modal-content p {
  font-size: 0.82rem;
  color: var(--gray-500);
  line-height: 1.8;
  margin-bottom: 16px;
}

/* ===== 套餐选择 ===== */
.package-section {
  margin-bottom: 24px;
}
.package-section-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 12px;
}
.package-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.package-card {
  border: 2px solid var(--gray-200);
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s;
}
.package-card:hover {
  border-color: var(--primary);
}
.package-card.active {
  border-color: var(--primary);
  box-shadow: 0 4px 16px rgba(37,99,235,0.12);
}
.package-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px;
  background: var(--gray-50);
  border-bottom: 1px solid var(--gray-100);
}
.package-card.active .package-card-header {
  background: var(--primary-light);
}
.package-name {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--dark);
}
.package-badge {
  font-size: 0.72rem;
  padding: 3px 10px;
  border-radius: 20px;
  background: var(--gray-200);
  color: var(--gray-600);
}
.package-badge.recommended {
  background: var(--accent);
  color: #fff;
}
.package-card-body {
  padding: 16px 20px;
}
.package-price {
  margin-bottom: 12px;
}
.package-currency {
  font-size: 0.9rem;
  color: var(--accent);
  font-weight: 600;
}
.package-amount {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--accent);
}
.package-unit {
  font-size: 0.8rem;
  color: var(--gray-500);
}
.package-features {
  list-style: none;
  padding: 0;
  margin: 0;
}
.package-features li {
  font-size: 0.82rem;
  color: var(--gray-600);
  padding: 4px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.package-features li i {
  color: var(--primary);
  font-size: 0.75rem;
  width: 16px;
  text-align: center;
}

/* ===== 立即办理按钮 ===== */
.btn-apply-now {
  background: linear-gradient(135deg, var(--accent), #ea580c);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  padding: 12px 32px;
  font-size: 1rem;
  transition: all 0.3s;
  box-shadow: 0 4px 14px rgba(249,115,22,0.3);
}
.btn-apply-now:hover {
  background: linear-gradient(135deg, #ea580c, #c2410c);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(249,115,22,0.4);
}
.btn-apply-now.btn-sm {
  padding: 4px 12px;
  font-size: 0.75rem;
  border-radius: 6px;
}

/* 服务保障 */
.service-guarantees {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--gray-100);
}
.guarantee-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  color: var(--gray-500);
}
.guarantee-item i {
  color: var(--primary);
  font-size: 0.9rem;
}

/* ===== 立即办理弹窗 ===== */
.apply-modal {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.5);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.apply-modal-content {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  max-width: 480px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
}
.apply-modal-close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  border: none;
  font-size: 1.5rem;
  color: var(--gray-400);
  cursor: pointer;
  padding: 4px;
  line-height: 1;
}
.apply-modal-close:hover {
  color: var(--dark);
}
.apply-modal-header {
  text-align: center;
  margin-bottom: 24px;
}
.apply-modal-header h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 6px;
}
.apply-modal-header p {
  font-size: 0.85rem;
  color: var(--gray-500);
}
.apply-form .form-control {
  border-radius: 8px;
  border: 1px solid var(--gray-200);
  padding: 10px 16px;
  font-size: 0.9rem;
  transition: all 0.2s;
  height: auto;
}
.apply-form .form-control:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 0.2rem rgba(37,99,235,0.1);
}
.apply-form label {
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--gray-700);
  margin-bottom: 6px;
}
.apply-form .btn-apply-now {
  border-radius: 8px;
  padding: 14px;
  font-size: 1.05rem;
  margin-top: 8px;
}

/* 响应式 - 国家页 */
@media (max-width: 768px) {
  .country-grid-page {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
  .country-card-item a {
    padding: 16px 10px 14px;
  }
  .country-card-img {
    width: 48px;
    height: 48px;
  }
  .country-card-name {
    font-size: 0.8rem;
  }
  .continent-tab {
    padding: 6px 16px;
    font-size: 0.8rem;
  }
  .share-bar {
    right: 10px;
    bottom: 160px;
  }
  .package-cards {
    gap: 8px;
  }
  .apply-modal-content {
    padding: 24px 20px;
  }
}
@media (max-width: 576px) {
  .country-grid-page {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
  .share-bar {
    bottom: 100px;
  }
  .share-toggle {
    width: 40px;
    height: 40px;
    font-size: 0.6rem;
  }
  .service-guarantees {
    gap: 12px;
  }
}