/* Airwallex / merchant compliance — language, business entity, pricing */

.site-lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  margin-right: 0.55rem;
  padding: 0.2rem;
  border-radius: 999px;
  border: 1px solid rgba(246, 247, 251, 0.12);
  background: rgba(0, 0, 0, 0.35);
}

.site-lang-btn {
  appearance: none;
  border: none;
  background: transparent;
  color: rgba(246, 247, 251, 0.62);
  font: inherit;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  cursor: pointer;
  transition: color 0.15s, background 0.15s;
}

.site-lang-btn.is-active,
.site-lang-btn[aria-pressed="true"] {
  color: #fff;
  background: rgba(239, 68, 68, 0.35);
}

.site-lang-btn:hover {
  color: #fff;
}

.footer-entity-block {
  margin-top: 1.1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(246, 247, 251, 0.08);
}

.footer-entity-kicker {
  margin: 0 0 0.45rem;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(246, 247, 251, 0.45);
}

.footer-entity-line {
  margin: 0 0 0.35rem;
  font-size: 0.82rem;
  line-height: 1.45;
  color: rgba(246, 247, 251, 0.62);
  font-weight: 600;
}

.footer-entity-line strong {
  color: rgba(246, 247, 251, 0.92);
}

.footer-entity-line a {
  color: var(--accent-bright, #f87171);
  text-decoration: none;
  font-weight: 700;
}

.footer-entity-line a:hover {
  text-decoration: underline;
}

.footer-entity-trading {
  font-size: 0.78rem;
}

.product-price-display {
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
  margin: 0.35rem 0 0.5rem;
}

.product-price-amount {
  font-size: 1.65rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #fff;
  line-height: 1;
}

.product-price-period {
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(246, 247, 251, 0.55);
}

.product-offer-desc {
  margin: 0 0 0.65rem;
  font-size: 0.88rem;
  line-height: 1.5;
  color: rgba(246, 247, 251, 0.72);
  font-weight: 600;
}

.checkout-merchant-note,
.checkout-methods-note {
  margin: 0.45rem 0 0;
  font-size: 0.75rem;
  line-height: 1.45;
  color: rgba(246, 247, 251, 0.52);
  font-weight: 600;
}

.checkout-agree-text a {
  color: var(--accent-bright, #f87171);
  font-weight: 700;
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.trust-strip li {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: rgba(246, 247, 251, 0.68);
}

.trust-strip li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(239, 68, 68, 0.85);
  box-shadow: 0 0 8px rgba(239, 68, 68, 0.45);
}

.legal-page .legal-entity-box,
.terms-page .legal-entity-box {
  margin: 0 0 1.5rem;
  padding: 1rem 1.1rem;
  border-radius: 12px;
  border: 1px solid rgba(246, 247, 251, 0.1);
  background: rgba(0, 0, 0, 0.28);
  font-size: 0.88rem;
  line-height: 1.55;
  color: rgba(246, 247, 251, 0.75);
}

.legal-page .legal-entity-box strong,
.terms-page .legal-entity-box strong {
  color: rgba(246, 247, 251, 0.95);
}

.legal-lang-block[hidden] {
  display: none !important;
}

.contact-card-grid {
  display: grid;
  gap: 1rem;
  margin: 1.25rem 0 0;
}

@media (min-width: 640px) {
  .contact-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.contact-card {
  padding: 1rem 1.1rem;
  border-radius: 12px;
  border: 1px solid rgba(246, 247, 251, 0.1);
  background: rgba(0, 0, 0, 0.25);
}

.contact-card h2 {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
  font-weight: 800;
}

.contact-card p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.5;
}

.contact-card a {
  color: var(--accent);
  font-weight: 700;
}

@media (max-width: 900px) {
  .site-lang-switch {
    margin-right: 0.35rem;
  }
}
