.about-main {
  max-width: 980px;
}

.about-hero {
  text-align: center;
}

.about-hero img {
  display: block;
  margin: 0 auto 24px;
  max-width: min(620px, 100%);
}

.about-hero p {
  color: var(--portal-muted, #d8cbe4);
  font-weight: 700;
  line-height: 1.55;
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}

.offer-panel {
  background: color-mix(in srgb, var(--portal-panel, #1f1825) 94%, #000 6%);
  border: 1px solid var(--portal-line, rgba(232, 205, 141, 0.28));
  border-radius: 10px;
  padding: 22px;
}

.offer-panel h2 {
  color: var(--portal-gold, #d8b66a);
  font-family: Georgia, serif;
  font-size: 30px;
  margin: 0 0 14px;
  text-align: center;
}

.offer-panel ul {
  display: grid;
  gap: 10px 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.offer-panel li {
  color: var(--portal-muted, #d8cbe4);
  font-weight: 800;
  line-height: 1.35;
}

.offer-panel span {
  display: inline-block;
  margin-right: 6px;
}

.tier-list {
  display: grid;
  gap: 12px;
}

.tier-card {
  --tier-color: var(--portal-gold, #d8b66a);
  align-items: center;
  background: color-mix(in srgb, var(--portal-panel, #1f1825) 94%, #000 6%);
  border: 1px solid var(--portal-line, rgba(232, 205, 141, 0.28));
  border-left: 4px solid var(--tier-color);
  border-radius: 10px;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) 96px;
  padding: 18px;
}

.tier-card.apex {
  --tier-color: #e5bf35;
}

.tier-card.prime {
  --tier-color: #3d8f40;
}

.tier-card.valor {
  --tier-color: #a33a35;
}

.tier-card.rising {
  --tier-color: #3f75c7;
}

.tier-card.academy {
  --tier-color: #b8782f;
}

.tier-card h2 {
  color: var(--portal-gold, #d8b66a);
  font-family: Georgia, serif;
  font-size: 28px;
  margin: 0 0 12px;
}

.tier-columns {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.tier-card h3 {
  color: var(--portal-text, #fff7e8);
  font-size: 14px;
  margin: 0 0 6px;
}

.tier-card p,
.tier-card li {
  color: var(--portal-muted, #d8cbe4);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.tier-card p,
.tier-card ul {
  margin: 0;
}

.tier-card ul {
  padding-left: 18px;
}

.tier-emblem {
  display: block;
  height: 108px;
  justify-self: center;
  object-fit: contain;
  width: 108px;
}

.about-discord {
  background: #5865f2;
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  justify-self: center;
  margin: 10px auto 0;
  padding: 14px 20px;
  text-decoration: none;
  width: fit-content;
}

.discord-panel {
  align-items: center;
  background: color-mix(in srgb, var(--portal-panel, #1f1825) 94%, #000 6%);
  border: 1px solid var(--portal-line, rgba(232, 205, 141, 0.28));
  border-radius: 10px;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 350px);
  padding: 22px;
}

.discord-panel h2 {
  color: var(--portal-gold, #d8b66a);
  font-family: Georgia, serif;
  font-size: 30px;
  margin: 0 0 10px;
}

.discord-panel p {
  color: var(--portal-muted, #d8cbe4);
  font-weight: 700;
  line-height: 1.45;
  margin: 0 0 18px;
}

.discord-panel iframe {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  max-width: 100%;
  width: 100%;
}

@media (max-width: 860px) {
  .tier-card,
  .tier-columns,
  .offer-panel ul,
  .discord-panel {
    grid-template-columns: 1fr;
  }

  .tier-emblem {
    height: 92px;
    grid-row: 1;
    width: 92px;
  }
}
