*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  background: #0f0505;
  color: #e0e0e0;
  line-height: 1.5;
  min-height: 100vh;
  min-height: 100dvh;
  overflow-x: hidden;
}

.skip-link {
  position: absolute;
  top: -100%;
  left: 0;
  padding: 0.7rem 1rem;
  background: #b8860b;
  color: #0f0505;
  text-decoration: none;
  font-weight: bold;
  z-index: 9999;
}

.skip-link:focus {
  top: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.header-wrap {
  background: #1a0808;
  padding: 0.8rem 1rem;
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 2px solid rgba(184, 134, 11, 0.4);
}

.header-wrap-box {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

.header-wrap-logo {
  flex-shrink: 0;
  font-size: 1.55rem;
  font-weight: bold;
  color: #c9a227;
  text-decoration: none;
  letter-spacing: 0.06em;
}

.header-wrap-nav {
  flex-shrink: 0;
}

.header-wrap-ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.8rem;
}

.header-wrap-ul .header-wrap-a {
  text-decoration: none;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.5rem 0.75rem;
  border-radius: 4px;
}

.header-wrap-a--promo {
  color: #e8c547;
  background: rgba(232, 197, 71, 0.12);
}

.header-wrap-a--promo:hover {
  background: rgba(232, 197, 71, 0.25);
  color: #f5d654;
}

.header-wrap-a--support {
  color: #d4af37;
  background: rgba(212, 175, 55, 0.12);
}

.header-wrap-a--support:hover {
  background: rgba(212, 175, 55, 0.25);
  color: #e8c547;
}

.header-wrap-btn {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9rem;
  transition: opacity 0.2s;
}

.header-wrap-btn:focus {
  outline: 2px solid #c9a227;
  outline-offset: 2px;
}

.header-wrap-btn--login {
  background: #f0f0f0;
  color: #0f0505;
}

.header-wrap-btn--reg {
  background: #2e8b57;
  color: #fff;
}

.header-wrap-btn--cta {
  background: linear-gradient(135deg, #c9a227, #8b6914);
  color: #0f0505;
  padding: 0.9rem 1.9rem;
  font-size: 1.05rem;
}

.header-wrap-btn--sm {
  padding: 0.35rem 0.75rem;
  font-size: 0.85rem;
  background: #a52a2a;
  color: #fff;
}

.header-wrap-menu-btn {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 26px;
  height: 20px;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #e0e0e0;
}

.header-wrap-menu-btn span {
  display: block;
  height: 2px;
  background: currentColor;
}

.header-wrap-panel {
  display: none;
  flex-direction: column;
  padding: 1rem;
  background: #1a0808;
  border-top: 1px solid rgba(201, 162, 39, 0.3);
}

.header-wrap-panel a {
  padding: 0.7rem;
  color: #e0e0e0;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.header-wrap-panel.is-open {
  display: flex;
}

.hero-wrap {
  position: relative;
  margin: 16px auto;
  width: min(1160px, 94vw);
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #6b2020;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.45);
}

.hero-wrap-bg img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-wrap-cta {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(15, 5, 5, 0.6);
  text-align: center;
  padding: 1.5rem;
}

.hero-wrap-title {
  margin: 0 0 1rem;
  font-size: clamp(1.4rem, 4.5vw, 2.35rem);
  font-weight: bold;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0,0,0,0.7);
}

.page-content {
  width: min(1160px, 94vw);
  margin: 18px auto;
  padding: 1.5rem 1.1rem 2rem;
  background: #0f0505;
  border: 1px solid rgba(201, 162, 39, 0.35);
  border-radius: 12px;
  text-align: left;
}

.page-content__lead {
  margin: 0 0 1rem;
  font-size: clamp(0.95rem, 2.2vw, 1.1rem);
  color: #e8c547;
}

.page-content h2 {
  margin: 1.4rem 0 0.75rem;
  font-size: 1.35rem;
  text-align: center;
  color: #c9a227;
}

.page-content h2:first-of-type {
  margin-top: 0;
}

.page-content h3 {
  margin: 1rem 0 0.7rem;
  font-size: 1.05rem;
  color: #e8c547;
}

.page-content p {
  margin: 0.5rem 0;
  color: #ddd;
}

.page-content ul,
.page-content ol {
  margin: 0.5rem 0 0.75rem;
  padding-left: 1.35rem;
  color: #ddd;
}

.page-content ol {
  list-style: decimal;
}

.page-content li {
  margin: 0.35rem 0;
}

.page-content a {
  color: #e8c547;
}

.page-content__table-wrap {
  overflow-x: auto;
  margin: 0.75rem 0;
  -webkit-overflow-scrolling: touch;
}

.page-content__cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin-top: 0.5rem;
}

.page-content__card {
  background: #1a0808;
  border: 1px solid rgba(201, 162, 39, 0.35);
  border-radius: 8px;
  padding: 1.2rem;
  text-align: center;
}

.page-content__table {
  width: 100%;
  min-width: 260px;
  max-width: 100%;
  margin: 0.5rem 0 0;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.page-content__table th,
.page-content__table td {
  padding: 0.5rem 0.75rem;
  text-align: left;
  border: 1px solid rgba(201, 162, 39, 0.3);
}

.page-content__table th {
  background: rgba(201, 162, 39, 0.12);
  color: #c9a227;
}

@media (max-width: 767px) {
  .page-content__table th,
  .page-content__table td {
    padding: 0.4rem 0.5rem;
    font-size: 0.85rem;
  }
}

.footer-wrap {
  background: #0a0303;
  padding: 2rem 1rem;
  border-top: 1px solid rgba(139, 69, 19, 0.4);
}

.footer-wrap-inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.footer-wrap-pay {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.footer-wrap-pay img {
  height: 28px;
  width: auto;
  max-width: 48px;
  object-fit: contain;
}

.footer-wrap-links {
  margin-bottom: 1rem;
}

.footer-wrap-links a {
  color: #aaa;
  text-decoration: none;
  margin: 0 0.45rem;
  font-size: 0.88rem;
}

.footer-wrap-18 {
  display: inline-block;
  margin-left: 0.45rem;
  padding: 0.2rem 0.5rem;
  background: #8b0000;
  border-radius: 4px;
  font-size: 0.82rem;
  font-weight: bold;
}

.footer-wrap-social a {
  color: #c9a227;
  text-decoration: none;
  margin: 0 0.45rem;
  font-size: 0.88rem;
}

.footer-wrap-legal {
  margin: 1rem 0 0;
  font-size: 0.8rem;
  color: #777;
}

@media (max-width: 767px) {
  .header-wrap-ul {
    display: none;
  }
  .header-wrap-menu-btn {
    display: flex;
  }
  .footer-wrap-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.4rem;
  }
  .footer-wrap-links a {
    margin: 0;
  }
}

