/* Тёплая тема «Добрая Баня» поверх UIkit */
:root {
  --db-bg: #faf7f4;
  --db-ink: #1a1512;
  --db-accent: #c45c26;
  --db-accent-dark: #8b3a1a;
  --db-muted: #6b5c54;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--db-bg);
  color: var(--db-ink);
}

.db-skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.db-skip-link:focus {
  position: fixed;
  left: 12px;
  top: 12px;
  z-index: 2000;
  width: auto;
  height: auto;
  padding: 8px 16px;
  background: #fff;
  color: var(--db-ink);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
}

.db-header {
  background: rgba(250, 247, 244, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(26, 21, 18, 0.06);
}

.db-logo {
  gap: 10px;
  font-weight: 700;
  color: var(--db-ink) !important;
}

.db-logo img {
  flex-shrink: 0;
}

.uk-button-primary {
  background: linear-gradient(135deg, var(--db-accent) 0%, var(--db-accent-dark) 100%);
  border: none;
  box-shadow: 0 4px 14px rgba(196, 92, 38, 0.35);
}

.uk-button-primary:hover,
.uk-button-primary:focus {
  filter: brightness(1.06);
}

.uk-section-primary.db-join {
  background: linear-gradient(145deg, #2c241f 0%, #1a1512 100%);
}

.db-disclaimer {
  border-left: 4px solid var(--db-accent);
}

.db-footer a {
  color: #f0e6dc;
  text-decoration: underline;
}

.db-footer a:focus-visible {
  outline: 2px solid var(--db-accent);
  outline-offset: 2px;
}

/* Honeypot: не показывать ботам-скринридерам содержимое поля */
.db-honeypot {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.db-sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 980;
  background: rgba(26, 21, 18, 0.94);
  color: #f5ebe3;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.2);
}

.db-sticky-cta .uk-button-primary {
  white-space: nowrap;
}

.db-steps li {
  margin-bottom: 0.75rem;
}

.db-kicker {
  letter-spacing: 0.12em;
  color: var(--db-muted);
}

.db-max-placeholder {
  border: 1px dashed rgba(26, 21, 18, 0.22);
  border-radius: 8px;
  background: rgba(196, 92, 38, 0.06);
}

@media (min-width: 960px) {
  .db-sticky-cta {
    display: none !important;
  }
}
