body {
  padding-top: var(--header-offset);
}

.page-support {
  color: #F3F8FF;
  background-color: #08162B;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
  line-height: 1.7;
  font-size: 16px;
}

.page-support__hero-section {
  padding-top: 10px;
  margin-top: 0;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(180deg, #08162B 0%, #10233F 100%);
}

.page-support__hero-image-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.page-support__hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 8px 28px rgba(79, 168, 255, 0.18);
}

.page-support__hero-content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 28px 16px 36px;
  text-align: center;
}

.page-support__hero-title {
  color: #F3F8FF;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.3px;
  max-width: 900px;
  margin: 0 auto 16px;
}

.page-support__hero-desc {
  color: #AFC4E8;
  max-width: 820px;
  margin: 0 auto 24px;
  font-size: 1.05rem;
}

.page-support__hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.page-support__btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  transition: opacity 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-support__btn--primary {
  background: linear-gradient(180deg, #2B73F6 0%, #1144A6 100%);
  color: #F3F8FF;
  box-shadow: 0 6px 18px rgba(43, 115, 246, 0.35);
}

.page-support__btn--secondary {
  background: transparent;
  color: #4FA8FF;
  border: 2px solid #244D84;
}

.page-support__btn--outline {
  background: transparent;
  color: #F2C14E;
  border: 2px solid #F2C14E;
}

.page-support__btn:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-support__intro-section,
.page-support__games-section,
.page-support__promo-section,
.page-support__guide-section,
.page-support__policy-section,
.page-support__closing-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 16px;
}

.page-support__intro-section {
  background-color: #10233F;
  border-radius: 16px;
  margin-top: 28px;
  margin-bottom: 28px;
  border: 1px solid #244D84;
  max-width: 1100px;
  box-sizing: border-box;
}

.page-support__section-title {
  color: #F3F8FF;
  font-weight: 800;
  line-height: 1.35;
  margin: 0 0 18px;
  border-left: 5px solid #F2C14E;
  padding-left: 14px;
}

.page-support__sub-title {
  color: #F2C14E;
  font-weight: 700;
  line-height: 1.4;
  margin: 26px 0 14px;
}

.page-support__paragraph {
  color: #F3F8FF;
  margin: 0 0 16px;
}

.page-support__link {
  color: #4FA8FF;
  text-decoration: underline;
  font-weight: 600;
}

.page-support__link:hover {
  color: #F2C14E;
}

.page-support__figure {
  margin: 24px 0;
  text-align: center;
}

.page-support__figure img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
  margin: 0 auto;
  border: 1px solid #244D84;
}

.page-support__intro-section img,
.page-support__games-section img,
.page-support__promo-section img,
.page-support__guide-section img,
.page-support__policy-section img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.page-support__info-table-wrap {
  overflow-x: auto;
  margin: 20px 0;
  border-radius: 10px;
  border: 1px solid #244D84;
}

.page-support__info-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 560px;
}

.page-support__info-table th,
.page-support__info-table td {
  border: 1px solid #1B3357;
  padding: 12px 14px;
  text-align: left;
  color: #F3F8FF;
  background-color: #10233F;
}

.page-support__info-table th {
  background-color: #113B7A;
  color: #F3F8FF;
  font-weight: 700;
}

.page-support__info-table tr:nth-child(even) td {
  background-color: #0C1B33;
}

.page-support__game-block {
  margin-bottom: 36px;
  padding: 22px;
  background-color: #10233F;
  border-radius: 14px;
  border: 1px solid #244D84;
  box-sizing: border-box;
}

.page-support__game-title {
  color: #4FA8FF;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 12px;
}

.page-support__steps {
  margin: 0 0 18px;
  padding-left: 22px;
  color: #F3F8FF;
}

.page-support__step {
  margin-bottom: 12px;
  color: #F3F8FF;
  padding-left: 6px;
}

.page-support__step::marker {
  color: #F2C14E;
  font-weight: 700;
}

.page-support__closing-section {
  background: linear-gradient(180deg, #10233F 0%, #08162B 100%);
  border-radius: 16px;
  margin-bottom: 40px;
  border: 1px solid #244D84;
  text-align: center;
  box-sizing: border-box;
}

.page-support__closing-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 22px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .page-support img {
    max-width: 100% !important;
    height: auto !important;
  }

  .page-support {
    max-width: 100%;
    overflow-x: hidden;
    font-size: 15px;
  }

  .page-support__hero-section {
    padding-top: 10px;
  }

  .page-support__hero-content {
    padding: 20px 14px 28px;
  }

  .page-support__hero-title {
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.2px;
  }

  .page-support__hero-desc {
    font-size: 0.98rem;
  }

  .page-support__hero-actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .page-support__btn {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    padding: 13px 18px;
  }

  .page-support__intro-section,
  .page-support__games-section,
  .page-support__promo-section,
  .page-support__guide-section,
  .page-support__policy-section,
  .page-support__closing-section {
    padding: 26px 14px;
    border-radius: 12px;
  }

  .page-support__section-title {
    font-weight: 800;
    line-height: 1.35;
    padding-left: 10px;
    border-left-width: 4px;
  }

  .page-support__sub-title {
    font-weight: 700;
    line-height: 1.4;
  }

  .page-support__game-block {
    padding: 16px;
    margin-bottom: 24px;
  }

  .page-support__closing-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .page-support__info-table {
    min-width: 480px;
  }

  .page-support__figure {
    margin: 18px 0;
  }
}