:root {
  --bg: #0b0b0b;
  --bg-soft: #131313;
  --line: #322a20;
  --text: #f5efe5;
  --muted: #c8b89f;
  --accent: #c78b4a;
  --accent-hover: #ddb26f;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  background: #0b0b0b;
}
body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--text);
  background: #0b0b0b;
  line-height: 1.55;
}
a {
  color: inherit;
  text-decoration: none;
}
.container {
  width: min(100% - 32px, var(--container));
  margin: 0 auto;
}
.section {
  padding: 0;
  margin-top: 2cm;
}
.section:first-of-type {
  margin-top: 0;
}
h1,
h2,
h3 {
  margin: 0 0 14px;
  line-height: 1.25;
}
h2 {
  font-size: clamp(1.5rem, 2.4vw, 2.1rem);
}
.small {
  font-size: 0.92rem;
  color: var(--muted);
  margin: 0;
}

.btn {
  border: 0;
  border-radius: 10px;
  min-height: 46px;
  padding: 12px 20px;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background-color 0.2s, transform 0.2s;
}
.btn-primary {
  background: var(--accent);
  color: #16110a;
}
.btn-primary:hover {
  background: var(--accent-hover);
  transform: translateY(-1px);
}

.header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(11, 11, 11, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.header-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}
.logo {
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: var(--text);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}
.logo span {
  color: var(--accent);
}
.contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  color: var(--muted);
  font-size: 0.92rem;
}
.contacts a {
  text-decoration: underline;
  text-decoration-color: rgba(241, 226, 204, 0.35);
}
.header-address {
  max-width: 22rem;
  line-height: 1.35;
}

.page-requisites-main {
  padding-bottom: 2rem;
}
.requisites-crumb {
  margin-bottom: 8px;
}
.requisites-crumb a {
  text-decoration: underline;
  text-decoration-color: rgba(241, 226, 204, 0.35);
  color: var(--muted);
}
.requisites-crumb a:hover {
  color: var(--accent);
}

.bank-requisites-qr-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  font-weight: 600;
  color: var(--accent);
  text-decoration: underline;
  text-decoration-color: rgba(199, 139, 74, 0.45);
}
.bank-requisites-qr-link:hover {
  color: var(--accent-hover);
}
.bank-requisites-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #121212;
  padding: 18px 20px;
  max-width: 640px;
}
.bank-req-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.bank-req-row {
  display: grid;
  grid-template-columns: minmax(120px, 34%) 1fr;
  gap: 10px 18px;
  align-items: start;
  font-size: 0.95rem;
  line-height: 1.45;
}
@media (max-width: 520px) {
  .bank-req-row {
    grid-template-columns: 1fr;
  }
}
.bank-req-label {
  margin: 0;
  color: var(--muted);
  font-weight: 600;
}
.bank-req-value {
  margin: 0;
  color: var(--text);
  word-break: break-word;
  font-variant-numeric: tabular-nums;
}
.bank-pay-block {
  margin-bottom: 28px;
  max-width: 720px;
}
.bank-pay-block > h3 {
  margin: 0 0 12px;
  font-size: 1.15rem;
  color: #f1e2cc;
}
.bank-pay-lead {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.55;
}
.bank-pay-steps {
  margin: 0;
  padding-left: 1.35em;
  color: var(--text);
  font-size: 0.95rem;
  line-height: 1.55;
}
.bank-pay-steps li {
  margin-bottom: 10px;
}
.bank-pay-steps li:last-child {
  margin-bottom: 0;
}
.bank-pay-warning {
  border-left: 3px solid var(--accent);
  background: rgba(199, 139, 74, 0.1);
  padding: 14px 16px 14px 18px;
  border-radius: 0 10px 10px 0;
  margin: 16px 0 14px;
}
.bank-pay-warning-title {
  margin: 0 0 8px;
  font-weight: 700;
  color: #f1e2cc;
  font-size: 0.98rem;
}
.bank-pay-warning ul {
  margin: 0;
  padding-left: 1.2em;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}
.bank-pay-warning li {
  margin-bottom: 8px;
}
.bank-pay-after {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.55;
}
.bank-pay-alt-title {
  margin: 26px 0 10px;
  font-size: 1.1rem;
  color: #f1e2cc;
}
.bank-pay-alt-lead {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 0.95rem;
}
/* Только QR: отдельное изображение без полей PDF */
.bank-qr-wrap {
  display: inline-block;
  max-width: min(280px, 100%);
  margin-bottom: 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  line-height: 0;
}
.bank-qr-img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
}

.footer {
  border-top: 1px solid var(--line);
  background: #0b0b0b;
  color: var(--muted);
  font-size: 0.92rem;
  padding: 26px 0 48px;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.f-title {
  color: #f1e2cc;
  font-weight: 700;
  margin-bottom: 6px;
}
.footer a {
  text-decoration: underline;
  text-decoration-color: rgba(241, 226, 204, 0.35);
}
@media (max-width: 740px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}
