.softvn-contact-payment {
  --sv-accent: var(--svn-cyan);
  --sv-accent-strong: var(--svn-cyan);
  --sv-accent-soft: #d8e6fb;
  --sv-orange: var(--svn-cyan);
  --sv-orange-soft: var(--svn-cyan-soft);
  --sv-text: #0f172a;
  --sv-text-strong: #0b1b33;
  --sv-text-muted: #64748b;
  --sv-line: #d9e2ef;
  --sv-surface: #ffffff;
  --sv-surface-soft: #f8fbff;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: flex-start;
}

.softvn-contact-payment > :first-child {
  flex: 1 1 520px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.softvn-contact-payment > :last-child {
  flex: 1 1 560px;
  min-width: 0;
}

.sv-card {
  padding: 22px;
  border-radius: 20px;
  background: var(--sv-surface);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06);
  color: var(--sv-text);
}

.sv-card-contact {
  border: 1px solid var(--sv-accent-soft);
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.sv-card-payment {
  border: 1px solid var(--sv-orange-soft);
  background: linear-gradient(180deg, #ffffff 0%, var(--svn-cyan-bg) 100%);
}
.sv-card-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
}

.sv-card-dot {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sv-card-dot-blue {
  color: var(--sv-accent);
}

.sv-card-dot-orange {
  color: var(--sv-orange);
}

.sv-card-dot svg {
  width: 18px;
  height: 18px;
  display: block;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sv-card-title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  color: var(--sv-text-strong);
  letter-spacing: -0.01em;
}

.sv-info-list {
  border-top: 1px solid var(--sv-line);
}
.sv-info-row {
  display: grid;
  grid-template-columns: 88px 1fr;
  column-gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--sv-line);
  align-items: center;
}

.sv-info-row:first-child {
  padding-top: 10px;
}

.sv-info-row-address {
  align-items: start;
}

.sv-info-row-chat {
  padding-top: 18px;
  border-bottom: 0;
  align-items: start;
}

.sv-info-label {
  font-size: 13px;
  color: var(--sv-text-muted);
  line-height: 1.6;
  font-weight: 600;
}

.sv-info-value {
  line-height: 1.6;
  font-size: 15px;
  color: var(--sv-text);
}

.sv-info-value-strong {
  font-weight: 800;
  color: var(--sv-text-strong);
}

.sv-hotline-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 17px;
  font-weight: 800;
  color: var(--sv-orange);
  text-decoration: none;
  line-height: 1.4;
}

.sv-hotline-icon {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: var(--sv-orange-soft);
  border: 1px solid var(--svn-cyan-soft);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.sv-hotline-icon svg {
  width: 11px;
  height: 11px;
  display: block;
  stroke: var(--sv-orange);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sv-email-link {
  font-size: 15px;
  font-weight: 700;
  color: var(--sv-accent);
  text-decoration: none;
}

.sv-email-separator {
  color: #94a3b8;
  margin: 0 6px;
}

.sv-chat-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: stretch;
  width: 100%;
}

.sv-info-row-chat .sv-info-value {
  width: 100%;
}

.sv-chat-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 32px;
  padding: 0 8px;
  border-radius: 8px;
  background: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  box-sizing: border-box;
  line-height: 1;
  vertical-align: top;
  margin: 0;
}

.sv-chat-btn span {
  line-height: 1;
}

.sv-chat-icon {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  line-height: 1;
  flex: 0 0 auto;
}

.sv-chat-zalo {
  border: 1px solid var(--sv-line);
  color: var(--sv-accent-strong);
  background: #f8fbff;
  box-shadow: 0 6px 14px rgba(29, 79, 145, 0.08);
}

.sv-chat-zalo .sv-chat-icon {
  background: var(--sv-accent);
}

.sv-chat-viber,
.sv-chat-viber .sv-chat-icon {
  color: var(--sv-text);
}

.sv-chat-viber .sv-chat-icon,
.sv-chat-wa .sv-chat-icon {
  background: var(--sv-accent);
}

.sv-chat-wa,
.sv-chat-tele {
  border: 1px solid var(--sv-line);
  color: var(--sv-text);
}

.sv-chat-tele .sv-chat-icon {
  background: var(--sv-accent);
}

@media (max-width: 849px) {
  .softvn-contact-payment {
    gap: 20px;
  }

  .softvn-contact-payment > :first-child,
  .softvn-contact-payment > :last-child {
    flex-basis: 100%;
  }

  .sv-info-row-chat {
    row-gap: 10px;
  }

  .sv-chat-list {
    gap: 8px;
  }

  .sv-chat-btn {
    min-width: calc(50% - 4px);
    flex: 1 1 calc(50% - 4px);
  }
}

.sv-payment-subtitle {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6b7a90;
  margin-bottom: 10px;
  font-weight: 600;
}

.sv-payment-company {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 26px;
  color: var(--sv-text-strong);
}
.sv-bank-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: stretch;
}

.sv-bank-card {
  flex: 1 1 220px;
  background: var(--sv-surface-soft);
  padding: 18px 16px;
  border-radius: 16px;
  border: 1px solid #c8d6e8;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
  box-sizing: border-box;
  position: relative;
}

.sv-copy-btn {
  position: absolute;
  right: 0;
  top: 2px;
  width: 28px;
  height: 28px;
  min-width: 28px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #475569;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.18s ease;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  font-size: 10px;
  font-weight: 700;
  font-family: inherit;
}

.sv-copy-btn span {
  display: none;
}

.sv-copy-btn svg {
  width: 18px;
  height: 18px;
  stroke: var(--sv-text-muted);
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  display: block;
  opacity: 1;
}

.sv-copy-btn:hover,
.sv-copy-btn:focus,
.sv-copy-btn:active,
.sv-copy-btn:hover:not([data-copied="1"]) {
  color: var(--sv-text-strong);
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: none;
}

.sv-copy-btn:hover svg,
.sv-copy-btn:focus svg,
.sv-copy-btn:active svg {
  stroke: var(--sv-text-strong);
  opacity: 1;
}

.sv-copy-btn[data-copied="1"] svg {
  stroke: #16a34a;
  opacity: 1;
}

.sv-copy-btn .sv-copy-icon-check {
  display: none;
}

.sv-copy-btn[data-copied="1"] .sv-copy-icon-copy {
  display: none;
}

.sv-copy-btn[data-copied="1"] .sv-copy-icon-check {
  display: block;
}

.sv-bank-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 26px;
  min-height: 28px;
}

.sv-bank-name {
  font-size: 13px;
  color: var(--sv-accent);
  font-weight: 700;
  line-height: 1;
}

.sv-bank-number {
  font-size: 19px;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.15;
  color: var(--sv-text-strong);
}

.sv-bank-logo {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  flex: 0 0 auto;
}

.sv-bank-logo-vp {
  background: #fff;
  border: 1px solid #d7dde5;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.sv-bank-logo-vp-a {
  position: absolute;
  left: 5px;
  top: 6px;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background: #16a34a;
  transform: rotate(45deg);
}

.sv-bank-logo-vp-b {
  position: absolute;
  right: 5px;
  top: 6px;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background: #ef4444;
  transform: rotate(45deg);
}

.sv-bank-logo-vp-text {
  position: absolute;
  left: 8px;
  bottom: 4px;
  font-size: 6px;
  font-weight: 800;
  color: #1f2937;
  letter-spacing: 0.02em;
}

.sv-bank-logo-acb {
  background: linear-gradient(180deg, var(--svn-cyan) 0%, var(--svn-cyan) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.sv-bank-logo-acb-text {
  font-size: 7px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.03em;
}
