.slayer-guide-section {
  padding-bottom: 80px;
}

.slayer-guide-header {
  text-align: center;
  margin: 0 auto 28px;
  max-width: 1280px;
  padding: 22px 20px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(20, 12, 35, 0.96), rgba(9, 6, 18, 0.98));
  border: 1px solid rgba(255, 196, 77, 0.22);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.38);
}

.slayer-guide-header h1 {
  margin: 0;
  color: #ffd27a;
  font-family: 'Cinzel', serif;
}

.slayer-guide-card {
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px 28px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(20, 12, 35, 0.96), rgba(9, 6, 18, 0.98));
  border: 1px solid rgba(255, 196, 77, 0.22);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.38);
}

.slayer-guide-card-spaced {
  margin-top: 24px;
}

.slayer-guide-card-split {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.94fr);
  gap: 22px;
  align-items: start;
}

.slayer-guide-copy h2,
.slayer-guide-copy h3 {
  margin: 0 0 12px;
  color: #ffd27a;
  font-family: 'Cinzel', serif;
}

.slayer-guide-copy h3 {
  margin-top: 10px;
}

.slayer-guide-copy p {
  margin: 0 0 14px;
  color: #ece6f6;
  line-height: 1.7;
}

.slayer-guide-card h2 {
  margin: 0 0 12px;
  color: #ffd27a;
  font-family: 'Cinzel', serif;
}

.slayer-guide-card h3 {
  margin: 0 0 12px;
  color: #ffd27a;
  font-family: 'Cinzel', serif;
}

.slayer-guide-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(255, 196, 77, 0.16);
  border-radius: 18px;
  background: rgba(9, 6, 18, 0.56);
}

.slayer-guide-table-wrap-wide {
  overflow-x: auto;
}

.slayer-guide-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.slayer-guide-table th,
.slayer-guide-table td {
  padding: 14px 16px;
  text-align: left;
  vertical-align: top;
}

.slayer-guide-table th {
  color: #ffd27a;
  font-family: 'Cinzel', serif;
  font-size: 0.95rem;
  background: rgba(255, 196, 77, 0.08);
}

.slayer-guide-table td {
  color: #ece6f6;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  line-height: 1.65;
}

.slayer-guide-table tbody tr:nth-child(even) td {
  background: rgba(255, 255, 255, 0.02);
}

.slayer-guide-perks-table {
  table-layout: auto;
  min-width: 1180px;
}

.slayer-guide-perks-table td,
.slayer-guide-perks-table th {
  vertical-align: top;
}

.slayer-guide-perks-table th:first-child,
.slayer-guide-perks-table td:first-child {
  width: 180px;
}

.slayer-guide-table th:first-child,
.slayer-guide-table td:first-child {
  width: 28%;
}

.slayer-guide-reward-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 96px;
  padding: 8px;
  min-width: 0;
}

.slayer-guide-reward-cell img {
  width: min(100%, 150px);
  max-height: 78px;
  height: 100%;
  object-fit: contain;
  flex-shrink: 0;
}

.slayer-guide-master-cell {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.slayer-guide-master-cell img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  flex-shrink: 0;
}

.slayer-guide-image {
  margin: 0;
}

.slayer-guide-image-intro {
  width: min(100%, 440px);
  justify-self: end;
}

.slayer-guide-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}

@media (max-width: 900px) {
  .slayer-guide-card-split {
    grid-template-columns: 1fr;
  }
}
