/* ChinaVPN Landing scoped styles */
.chinavpn-landing {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #343a40;
  line-height: 1.6;
  font-size: 18px;
}
.chinavpn-landing .container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}
.chinavpn-landing h1, .chinavpn-landing h2, .chinavpn-landing h3 {
  font-weight: 700;
  line-height: 1.2;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
.chinavpn-landing h1 { font-size: 2.8rem; }
.chinavpn-landing h2 { font-size: 2.2rem; text-align: center; border-bottom: 3px solid #007bff; padding-bottom: 10px; margin-bottom: 1em; }
.chinavpn-landing h3 { font-size: 1.5rem; }
.chinavpn-landing a { color: #007bff; text-decoration: none; }
.chinavpn-landing a:hover { text-decoration: underline; }

/* Buttons */
.chinavpn-landing .btn {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
  transition: all 0.3s ease;
}
.chinavpn-landing .btn-primary {
  background-color: #ff6f61;
  color: #fff;
  box-shadow: 0 4px 15px rgba(255, 111, 97, 0.4);
}
.chinavpn-landing .btn-primary:hover {
  background-color: #e65a4e;
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 111, 97, 0.5);
}
.chinavpn-landing .btn-secondary {
  background-color: transparent;
  color: #007bff;
  border: 2px solid #007bff;
}
.chinavpn-landing .btn-secondary:hover {
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
}

/* Hero (full-bleed background) */
.chinavpn-landing .hero {
  background-color: #fff; /* fallback color */
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 80px 0;
  /* full viewport width */
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}
.chinavpn-landing .hero h1 { color: #212529; margin-bottom: 0.5em; }
.chinavpn-landing .hero p.subtitle { font-size: 1.25rem; color: #6c757d; max-width: 700px; margin: 0 auto 1.5em; }
.chinavpn-landing .last-tested { margin-top: 20px; font-weight: 600; color: #28a745; }
.chinavpn-landing .last-tested svg { vertical-align: middle; margin-right: 5px; }

/* Pick section */
.chinavpn-landing .pick-section { background-color: #e9f5ff; padding: 50px 0; border-radius: 12px; margin-top: 40px; }
.chinavpn-landing .pick-section .container { display: flex; align-items: center; gap: 40px; }
.chinavpn-landing .pick-content h3 { margin-top: 0; }
.chinavpn-landing .pick-badge { display: inline-block; background-color: #ffc107; color: #343a40; padding: 5px 12px; border-radius: 5px; font-weight: 700; font-size: 0.9rem; margin-bottom: 15px; }
.chinavpn-landing .pick-features { list-style: none; padding: 0; margin: 20px 0; }
.chinavpn-landing .pick-features li { padding-left: 30px; position: relative; margin-bottom: 10px; }
.chinavpn-landing .pick-features li::before { content: '✔'; color: #28a745; position: absolute; left: 0; font-weight: 700; }
.chinavpn-landing .pick-logo { flex-shrink: 0; }
.chinavpn-landing .pick-logo img { max-width: 150px; border-radius: 10px; background-color: #fff; }

/* Comparison */
.chinavpn-landing .comparison-section { padding: 60px 0; }
.chinavpn-landing .comparison-table { width: 100%; border-collapse: collapse; margin-top: 30px; background-color: #fff; box-shadow: 0 5px 15px rgba(0,0,0,0.08); border-radius: 10px; overflow: hidden; }
.chinavpn-landing .comparison-table th, .comparison-table td { padding: 20px; text-align: center; border-bottom: 1px solid #dee2e6; }
.chinavpn-landing .comparison-table thead th { background-color: #007bff; color: #fff; font-size: 1.2rem; border-bottom: 0; }
.chinavpn-landing .comparison-table td:first-child { text-align: left; font-weight: 600; }
.chinavpn-landing .comparison-table .check { color: #28a745; font-weight: bold; font-size: 1.5rem; }
.chinavpn-landing .comparison-table .cross { color: #dc3545; font-weight: bold; font-size: 1.5rem; }

/* Guides */
.chinavpn-landing .guides-section { padding: 40px 0; background-color: #fff; }
.chinavpn-landing .guides-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; }
.chinavpn-landing .guide-card { border: 1px solid #e9ecef; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0,0,0,0.05); transition: all 0.3s ease; }
.chinavpn-landing .guide-card:hover { transform: translateY(-5px); box-shadow: 0 8px 16px rgba(0,0,0,0.1); }
.chinavpn-landing .guide-card-content { padding: 25px; }
.chinavpn-landing .guide-card h3 { margin-top: 0; }

/* FAQ */
.chinavpn-landing .faq-section { padding: 60px 0; }
.chinavpn-landing .faq-item { background-color: #fff; border: 1px solid #e9ecef; border-radius: 8px; margin-bottom: 15px; }
.chinavpn-landing .faq-question { padding: 20px; font-weight: 600; cursor: pointer; position: relative; }
.chinavpn-landing .faq-question::after { content: '+'; position: absolute; right: 20px; font-size: 1.5rem; font-weight: 400; transition: transform 0.2s ease-in-out; }
.chinavpn-landing .faq-question.open::after { transform: rotate(45deg); }
/* collapsed state must fully hide content */
.chinavpn-landing .faq-answer { padding: 0 20px; max-height: 0; overflow: hidden; border-top: 1px solid transparent; opacity: 0; transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out, opacity 0.2s ease-in-out; }
/* expanded state */
.chinavpn-landing .faq-answer.open { opacity: 1; padding: 20px; }

/* Responsive */
@media (max-width: 768px) {
  .chinavpn-landing h1 { font-size: 2.2rem; }
  .chinavpn-landing h2 { font-size: 1.8rem; }
  .chinavpn-landing .pick-section .container { flex-direction: column; text-align: center; }
  .chinavpn-landing .pick-features li { text-align: left; }
  .chinavpn-landing .comparison-table { font-size: 0.9rem; }
  .chinavpn-landing .comparison-table th, .comparison-table td { padding: 10px; }
}
@media (max-width: 600px) {
}