@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Source+Sans+3:wght@400;500;600;700;800&display=swap");

:root {
  --ga-font-en-body: "Source Sans 3", "Helvetica Neue", Arial, sans-serif;
  --ga-font-en-heading: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
  --ga-font-zh-body: -apple-system, BlinkMacSystemFont, "PingFang SC", "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif;
}

body {
  letter-spacing: 0 !important;
}

html[lang="en"],
html[lang="en"] body,
html[lang="en"] p,
html[lang="en"] li,
html[lang="en"] label,
html[lang="en"] input,
html[lang="en"] select,
html[lang="en"] textarea,
html[lang="en"] button,
html[lang="en"] .btn,
html[lang="en"] .navbar,
html[lang="en"] .navbar .nav-link,
html[lang="en"] .navbar .dropdown-item,
html[lang="en"] .navbar .lang-btn,
html[lang="en"] .nav-wa-text,
html[lang="en"] .hero-subtitle,
html[lang="en"] .premium-lead,
html[lang="en"] .guide-lead,
html[lang="en"] .article-content,
html[lang="en"] .article-content p,
html[lang="en"] .article-content li,
html[lang="en"] .footer-premium,
html[lang="en"] .footer-premium p,
html[lang="en"] .footer-premium a,
html[lang="en"] .review-card,
html[lang="en"] .review-text {
  font-family: var(--ga-font-en-body) !important;
  letter-spacing: 0 !important;
}

html[lang="en"] h1,
html[lang="en"] h2,
html[lang="en"] h3,
html[lang="en"] .hero-title,
html[lang="en"] .premium-title,
html[lang="en"] .guide-title,
html[lang="en"] .page-hero h1,
html[lang="en"] .contact-hero h1,
html[lang="en"] .article-content h1,
html[lang="en"] .article-content h2,
html[lang="en"] .article-content h3,
html[lang="en"] .case-article-card h1,
html[lang="en"] .case-article-card h2,
html[lang="en"] .case-page-main h1,
html[lang="en"] .case-page-main h2,
html[lang="en"] .reviews-hero-title {
  font-family: var(--ga-font-en-heading) !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

html[lang="en"] h4,
html[lang="en"] h5,
html[lang="en"] h6,
html[lang="en"] .navbar .nav-link,
html[lang="en"] .navbar .dropdown-item,
html[lang="en"] .btn,
html[lang="en"] .review-name,
html[lang="en"] .review-meta {
  font-family: var(--ga-font-en-body) !important;
}

html[lang="en"] .navbar .nav-link,
html[lang="en"] .navbar .dropdown-item,
html[lang="en"] .btn,
html[lang="en"] .nav-wa-text {
  font-weight: 600 !important;
}

html[lang="en"] .hero-title,
html[lang="en"] .guide-title,
html[lang="en"] .reviews-hero-title {
  line-height: 1.12 !important;
}

html[lang="en"] .premium-title,
html[lang="en"] .article-content h2 {
  line-height: 1.22 !important;
}

html[lang^="zh"],
html[lang^="zh"] body,
html[lang^="zh"] h1,
html[lang^="zh"] h2,
html[lang^="zh"] h3,
html[lang^="zh"] h4,
html[lang^="zh"] h5,
html[lang^="zh"] h6,
html[lang^="zh"] p,
html[lang^="zh"] li,
html[lang^="zh"] label,
html[lang^="zh"] input,
html[lang^="zh"] select,
html[lang^="zh"] textarea,
html[lang^="zh"] button,
html[lang^="zh"] .btn,
html[lang^="zh"] .navbar,
html[lang^="zh"] .navbar .nav-link,
html[lang^="zh"] .navbar .dropdown-item,
html[lang^="zh"] .nav-wa-text,
html[lang^="zh"] .footer-premium,
html[lang^="zh"] .footer-premium p,
html[lang^="zh"] .footer-premium a {
  font-family: var(--ga-font-zh-body) !important;
  letter-spacing: 0 !important;
}

html[lang^="zh"] .navbar .nav-link,
html[lang^="zh"] .navbar .dropdown-item,
html[lang^="zh"] .btn,
html[lang^="zh"] .nav-wa-text {
  font-weight: 600 !important;
}

.pcc-intent-section {
  background: #fff;
}

.pcc-intent-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.pcc-intent-card,
.pcc-authority-note,
.intent-compare-card {
  border: 1px solid rgba(15, 23, 42, 0.10);
  border-radius: 0.75rem;
  background: #fff;
  padding: 1.25rem;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.pcc-intent-card h3,
.intent-compare-card h3 {
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
}

.pcc-decision-table {
  border: 1px solid rgba(15, 23, 42, 0.10);
  border-radius: 0.75rem;
  overflow: hidden;
  background: #fff;
}

.pcc-decision-row {
  display: grid;
  grid-template-columns: minmax(130px, 0.34fr) 1fr;
  gap: 0;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.pcc-decision-row:first-child {
  border-top: 0;
}

.pcc-decision-label {
  background: #f8fafc;
  padding: 1rem;
  font-weight: 700;
  color: #0f172a;
}

.pcc-decision-value {
  padding: 1rem;
  color: #334155;
}

.intent-compare-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

@media (max-width: 767.98px) {
  .pcc-intent-grid,
  .intent-compare-grid,
  .pcc-decision-row {
    grid-template-columns: 1fr;
  }
}


.navbar .dropdown-item.dropdown-view-all {
  color: #bbf7d0 !important;
  font-weight: 700 !important;
  border-top: 1px solid rgba(148, 163, 184, 0.24);
  margin-top: 0.35rem;
  padding-top: 0.75rem;
}

.destination-tile-all {
  border-color: rgba(187, 247, 208, 0.65) !important;
}

.country-directory-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.country-directory-card {
  border: 1px solid rgba(15, 23, 42, 0.10);
  border-radius: 0.75rem;
  background: #fff;
  padding: 1.25rem;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.country-directory-card h2 {
  font-size: 1.35rem;
  margin-bottom: 1rem;
}

.country-directory-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.country-directory-list a {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.7rem 0.8rem;
  border-radius: 0.55rem;
  color: #0f172a;
  text-decoration: none;
  background: #f8fafc;
}

.country-directory-list a:hover,
.country-directory-list a:focus {
  background: #eaf7ef;
  color: #166534;
}

.country-directory-note {
  color: #64748b;
  font-size: 0.92rem;
}

@media (max-width: 991.98px) {
  .country-directory-grid {
    grid-template-columns: 1fr;
  }
}


.hero-business-cta {
  margin-top: 1rem;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(187, 247, 208, 0.34);
  border-radius: 0.75rem;
  background: rgba(15, 23, 42, 0.34);
  color: #e5e7eb;
}

.hero-business-cta strong {
  color: #fff;
}

.hero-business-cta a {
  color: #bbf7d0;
  font-weight: 700;
  text-decoration: none;
}

.hero-business-cta a:hover,
.hero-business-cta a:focus {
  color: #fff;
  text-decoration: underline;
}

html[lang="en"] .home-hero-title {
  max-width: none;
  font-size: clamp(1.9rem, 2.9vw, 3.25rem) !important;
  line-height: 1.08 !important;
  margin-bottom: 1.2rem;
}

html[lang="en"] .home-hero-title .title-line {
  display: block;
  white-space: nowrap;
}

html[lang="en"] .home-hero-title .title-line + .title-line {
  margin-top: 0.34em;
}

html[lang="en"] .home-hero-title .title-line-secondary {
  font-size: 0.82em;
  line-height: 1.12;
  color: rgba(255, 255, 255, 0.96);
}

html[lang="en"] .hero-section .hero-subtitle {
  max-width: 38rem;
}

@media (max-width: 575.98px) {
  html[lang="en"] .home-hero-title {
    font-size: clamp(1.22rem, 5.15vw, 2.05rem) !important;
  }
  html[lang="en"] .home-hero-title .title-line + .title-line {
    margin-top: 0.46em;
  }
}
