.language-switch {
  width: 39px;
  height: 32px;
  padding: 0;
  border: 1px solid #d9e0f6;
  border-radius: 11px;
  background: #ffffff9e;
  color: #34447f;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  cursor: pointer;
  font: 600 10px Inter, sans-serif;
  box-shadow: inset 0 1px #fff;
}

.language-switch:hover { background: #edf1ff; transform: translateY(-1px); }
.language-globe { font: 600 13px Manrope, sans-serif; }
.is-chinese { font-family: Inter, "PingFang SC", "Microsoft YaHei", Arial, sans-serif; }
.is-chinese .hero h1,
.is-chinese .intro-section h2,
.is-chinese .templates-copy h2,
.is-chinese .response-copy h2,
.is-chinese .pricing-top h2,
.is-chinese .closing-section h2 { letter-spacing: -2.5px; }
.is-chinese .feature-card h3 { letter-spacing: -1px; }

@media (max-width: 760px) {
  .language-switch { width: 35px; height: 30px; }
}
