.nvbi-page,
.nvbi-page * {
  box-sizing: border-box;
}

.nvbi-page {
  --nvbi-navy: #0b263d;
  --nvbi-blue: #194f6d;
  --nvbi-red: #cf2638;
  --nvbi-green: #16724f;
  --nvbi-ink: #263b4c;
  --nvbi-muted: #647583;
  --nvbi-line: #dce3e8;
  --nvbi-soft: #f5f7f9;
  background: #ffffff;
  color: var(--nvbi-ink);
  font-family: Arial, Helvetica, sans-serif;
}

.nvbi-page a,
.nvbi-page button,
.nvbi-page summary {
  -webkit-tap-highlight-color: transparent;
}

.nvbi-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.nvbi-hero {
  border-bottom: 4px solid var(--nvbi-red);
  background: var(--nvbi-navy);
  color: #ffffff;
  padding: 38px 0 32px;
}

.nvbi-hero h1,
.nvbi-section-heading h2,
.nvbi-contact h2,
.nvbi-security-notice h2,
.nvbi-bank-card h3 {
  letter-spacing: 0;
}

.nvbi-hero h1 {
  margin: 0;
  color: #ffffff;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.12;
}

.nvbi-hero-copy {
  max-width: 720px;
  margin: 10px 0 0;
  color: #e3ebf0;
  font-size: 17px;
  line-height: 1.55;
}

.nvbi-hero-support {
  display: inline-block;
  margin: 14px 0 0;
  border-left: 3px solid var(--nvbi-red);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  padding-left: 11px;
}

.nvbi-content {
  padding: 28px 0 64px;
}

.nvbi-security-notice {
  display: flex;
  align-items: center;
  gap: 15px;
  border: 1px solid #e6cfd2;
  border-radius: 10px;
  background: #fff8f8;
  padding: 16px 18px;
}

.nvbi-security-icon {
  display: inline-flex;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: var(--nvbi-red);
  box-shadow: 0 2px 8px rgba(45, 35, 38, 0.08);
}

.nvbi-security-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.nvbi-security-notice h2 {
  margin: 0 0 3px;
  color: var(--nvbi-navy);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.3;
}

.nvbi-security-notice p {
  margin: 0;
  color: #455663;
  font-size: 14px;
  line-height: 1.55;
}

.nvbi-accounts,
.nvbi-payment,
.nvbi-safety {
  padding-top: 64px;
}

.nvbi-section-heading {
  max-width: 760px;
  margin-bottom: 24px;
}

.nvbi-section-heading h2,
.nvbi-contact h2 {
  margin: 0;
  color: var(--nvbi-navy);
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
}

.nvbi-section-heading > p,
.nvbi-contact > div > p {
  margin: 8px 0 0;
  color: var(--nvbi-muted);
  font-size: 15px;
  line-height: 1.6;
}

.nvbi-bank-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 24px;
}

.nvbi-bank-card {
  position: relative;
  min-width: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--nvbi-line);
  border-top: 4px solid var(--nvbi-navy);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(18, 38, 55, 0.07);
  overflow: hidden;
  padding: 0 28px 26px;
}

.nvbi-bank-card-rakuten {
  border-top-color: var(--nvbi-red);
}

.nvbi-bank-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin: 0 -28px;
  border-bottom: 1px solid var(--nvbi-line);
  background: var(--nvbi-soft);
  padding: 22px 28px 19px;
}

.nvbi-bank-identity {
  min-width: 0;
}

.nvbi-bank-card h3 {
  margin: 0;
  color: var(--nvbi-navy);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.22;
}

.nvbi-bank-identity p {
  margin: 5px 0 0;
  color: var(--nvbi-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.nvbi-currency {
  flex: 0 0 auto;
  min-width: 50px;
  border: 1px solid #cfd8de;
  border-radius: 6px;
  background: #ffffff;
  color: var(--nvbi-navy);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  padding: 9px 10px;
  text-align: center;
}

.nvbi-bank-card-rakuten .nvbi-currency {
  border-color: #edc8cd;
  color: #a71f2e;
}

.nvbi-bank-fields {
  margin: 8px 0 0;
}

.nvbi-field,
.nvbi-field:nth-child(even),
.nvbi-field-wide {
  min-width: 0;
  display: grid;
  grid-template-columns: 126px minmax(0, 1fr);
  align-items: start;
  gap: 16px;
  border-bottom: 1px solid #e8edf0;
  padding: 12px 0;
}

.nvbi-field dt {
  margin: 2px 0 0;
  color: var(--nvbi-muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.nvbi-field dd {
  min-width: 0;
  margin: 0;
  color: var(--nvbi-ink);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  overflow-wrap: anywhere;
  user-select: text;
}

.nvbi-field-account dd {
  color: var(--nvbi-navy);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.25;
}

.nvbi-field-account-name dd {
  color: var(--nvbi-navy);
  font-size: 16px;
  font-weight: 900;
}

.nvbi-field-code dd,
.nvbi-field-swift dd {
  color: var(--nvbi-navy);
  font-family: Consolas, "Courier New", monospace;
  font-size: 17px;
  font-weight: 800;
}

.nvbi-field-address dd {
  color: #596b79;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.55;
}

.nvbi-remittance-note {
  margin: 15px 0 0;
  border-left: 3px solid var(--nvbi-blue);
  background: var(--nvbi-soft);
  color: #4a5d6c;
  font-size: 13px;
  line-height: 1.5;
  padding: 10px 12px;
}

.nvbi-copy-source {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: pre;
}

.nvbi-copy-actions {
  margin-top: auto;
  padding-top: 20px;
}

.nvbi-copy-button {
  width: 100%;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 0;
  border: 1px solid var(--nvbi-navy);
  border-radius: 8px;
  background: var(--nvbi-navy);
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  padding: 13px 16px;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.nvbi-copy-button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.nvbi-copy-button:hover,
.nvbi-copy-button:focus-visible {
  border-color: var(--nvbi-red);
  background: var(--nvbi-red);
}

.nvbi-copy-button:active {
  transform: translateY(1px);
}

.nvbi-copy-button.is-copied {
  border-color: var(--nvbi-green);
  background: var(--nvbi-green);
}

.nvbi-copy-status {
  position: absolute;
  left: 50%;
  bottom: 82px;
  z-index: 2;
  max-width: calc(100% - 40px);
  margin: 0;
  border-radius: 6px;
  background: var(--nvbi-navy);
  box-shadow: 0 7px 20px rgba(10, 31, 48, 0.2);
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  opacity: 0;
  padding: 8px 11px;
  pointer-events: none;
  text-align: center;
  transform: translate(-50%, 5px);
  transition: opacity 150ms ease, transform 150ms ease;
}

.nvbi-copy-status:not(:empty) {
  opacity: 1;
  transform: translate(-50%, 0);
}

.nvbi-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nvbi-steps li {
  min-width: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  border-top: 2px solid var(--nvbi-navy);
  border-right: 1px solid var(--nvbi-line);
  padding: 18px 16px 4px;
}

.nvbi-steps li:last-child {
  border-right: 0;
}

.nvbi-steps li > span {
  color: var(--nvbi-red);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
}

.nvbi-steps strong {
  display: block;
  color: var(--nvbi-navy);
  font-size: 15px;
  line-height: 1.35;
}

.nvbi-steps p {
  margin: 4px 0 0;
  color: var(--nvbi-muted);
  font-size: 13px;
  line-height: 1.5;
}

.nvbi-reference-note {
  margin: 18px 0 0;
  color: var(--nvbi-muted);
  font-size: 14px;
  line-height: 1.55;
}

.nvbi-safety-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nvbi-safety-list li {
  position: relative;
  min-height: 52px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--nvbi-line);
  color: var(--nvbi-ink);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  padding: 12px 0 12px 31px;
}

.nvbi-safety-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 14px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fbecee;
  color: var(--nvbi-red);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.nvbi-additional {
  margin-top: 42px;
  border: 1px solid var(--nvbi-line);
  border-radius: 10px;
  background: #ffffff;
}

.nvbi-additional summary {
  position: relative;
  min-height: 52px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: var(--nvbi-navy);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
  list-style: none;
  padding: 14px 52px 14px 18px;
}

.nvbi-additional summary::-webkit-details-marker {
  display: none;
}

.nvbi-additional summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  color: var(--nvbi-red);
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-50%);
}

.nvbi-additional[open] summary::after {
  content: "\2212";
}

.nvbi-additional-content {
  border-top: 1px solid var(--nvbi-line);
  background: var(--nvbi-soft);
  padding: 16px 18px 18px;
}

.nvbi-additional-content h3 {
  margin: 0 0 5px;
  color: var(--nvbi-navy);
  font-size: 15px;
  line-height: 1.4;
}

.nvbi-additional-content p {
  margin: 0;
  color: var(--nvbi-muted);
  font-size: 14px;
  line-height: 1.55;
}

.nvbi-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  margin-top: 54px;
  border-top: 4px solid var(--nvbi-red);
  border-radius: 14px;
  background: var(--nvbi-navy);
  color: #ffffff;
  padding: 28px 30px;
}

.nvbi-contact h2 {
  color: #ffffff;
}

.nvbi-contact > div > p {
  max-width: 620px;
  color: #dce6ec;
}

.nvbi-contact-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.nvbi-action {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 7px;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  padding: 12px 16px;
  text-decoration: none !important;
}

.nvbi-action-primary {
  border-color: var(--nvbi-red);
  background: var(--nvbi-red);
}

.nvbi-action:hover,
.nvbi-action:focus-visible {
  border-color: #ffffff;
  background: #ffffff;
  color: var(--nvbi-navy) !important;
}

@media (max-width: 900px) {
  .nvbi-contact {
    grid-template-columns: 1fr;
  }

  .nvbi-contact-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 820px) {
  .nvbi-bank-grid {
    grid-template-columns: 1fr;
  }

  .nvbi-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 0;
  }

  .nvbi-steps li:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 600px) {
  .nvbi-shell {
    width: min(1180px, calc(100% - 28px));
  }

  .nvbi-hero {
    padding: 27px 0 24px;
  }

  .nvbi-hero h1 {
    font-size: 28px;
  }

  .nvbi-hero-copy {
    margin-top: 8px;
    font-size: 15px;
  }

  .nvbi-hero-support {
    margin-top: 11px;
    font-size: 13px;
  }

  .nvbi-content {
    padding-top: 18px;
    padding-bottom: 42px;
  }

  .nvbi-security-notice {
    align-items: flex-start;
    gap: 12px;
    padding: 14px;
  }

  .nvbi-security-icon {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
  }

  .nvbi-security-icon svg {
    width: 20px;
    height: 20px;
  }

  .nvbi-accounts,
  .nvbi-payment,
  .nvbi-safety {
    padding-top: 40px;
  }

  .nvbi-section-heading {
    margin-bottom: 18px;
  }

  .nvbi-section-heading h2,
  .nvbi-contact h2 {
    font-size: 23px;
  }

  .nvbi-section-heading > p,
  .nvbi-contact > div > p {
    font-size: 14px;
  }

  .nvbi-bank-grid {
    gap: 18px;
  }

  .nvbi-bank-card {
    border-radius: 12px;
    padding: 0 19px 20px;
  }

  .nvbi-bank-card-head {
    margin: 0 -19px;
    padding: 18px 19px 16px;
  }

  .nvbi-bank-card h3 {
    font-size: 20px;
  }

  .nvbi-bank-identity p {
    font-size: 11px;
  }

  .nvbi-field,
  .nvbi-field:nth-child(even),
  .nvbi-field-wide {
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 12px;
    padding: 11px 0;
  }

  .nvbi-field dt {
    font-size: 11px;
  }

  .nvbi-field dd {
    font-size: 14px;
  }

  .nvbi-field-account dd {
    font-size: 20px;
  }

  .nvbi-field-account-name dd {
    font-size: 15px;
  }

  .nvbi-field-code dd,
  .nvbi-field-swift dd {
    font-size: 16px;
  }

  .nvbi-field-address dd {
    font-size: 13px;
  }

  .nvbi-steps {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .nvbi-steps li,
  .nvbi-steps li:nth-child(2) {
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid var(--nvbi-line);
    padding: 13px 0;
  }

  .nvbi-steps li:first-child {
    border-top: 2px solid var(--nvbi-navy);
  }

  .nvbi-safety-list {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .nvbi-additional {
    margin-top: 32px;
  }

  .nvbi-contact {
    gap: 20px;
    margin-top: 40px;
    border-radius: 12px;
    padding: 22px 18px;
  }

  .nvbi-contact-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .nvbi-action {
    min-height: 48px;
  }
}

@media (max-width: 359px) {
  .nvbi-shell {
    width: min(1180px, calc(100% - 20px));
  }

  .nvbi-hero h1 {
    font-size: 26px;
  }

  .nvbi-security-icon {
    display: none;
  }

  .nvbi-bank-card-head {
    display: block;
  }

  .nvbi-currency {
    display: inline-block;
    margin-top: 10px;
  }

  .nvbi-field,
  .nvbi-field:nth-child(even),
  .nvbi-field-wide {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .nvbi-copy-status {
    max-width: calc(100% - 24px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .nvbi-copy-button,
  .nvbi-copy-status {
    transition: none;
  }
}
