/* Сервисная страница с QR (заглушки «Помощь и сервисы», «Открытка на память»).
   Открывается со стелы; QR ведёт на мобильную промо-страницу /promo/<type>. */


.svc-back { position: absolute; left: 32px; top: 226px; white-space: pre; cursor: pointer;
  font-weight: 500; font-size: 28px; line-height: 1.2; color: rgba(255,255,255,0.85); }
.svc-badge { position: absolute; left: 32px; top: 300px; font-family: 'Inter', sans-serif;
  font-weight: 600; font-size: 22px; letter-spacing: 2px; color: #90d9f4; }
.svc-title { position: absolute; left: 32px; top: 340px; width: 1016px;
  font-weight: 700; font-size: 52px; line-height: 1.16; color: #fff; }
.svc-sub { position: absolute; left: 32px; top: 452px; width: 900px;
  font-weight: 400; font-size: 28px; line-height: 1.3; color: rgba(255,255,255,0.75); }

.svc-qr-card { position: absolute; left: 176px; top: 620px; height: 760px; width: 728px;
  box-sizing: border-box;
  background: #fff; border-radius: 24px; padding: 64px; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 40px; }
.svc-qr-card img { width: 520px; height: 520px; display: block; }
.svc-cap { font-weight: 500; font-size: 30px; color: #1c558d; text-align: center; }
