.hero.nte-hero,
header.guide-hero {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 360px;
  padding: 3rem 1.5rem;
  color: #f8fafc;
  text-align: center;
  background-size: cover;
  background-position: center;
}

.hero.nte-hero::after,
header.guide-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(15, 23, 42, 0.15),
    rgba(15, 23, 42, 0.55)
  );
}

.hero.nte-hero > div,
header.guide-hero > div {
  position: relative;
  z-index: 1;
  max-width: 860px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #e2e8f0;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.5rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.5rem;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    opacity 0.2s ease;
}

.button-primary {
  background: #2563eb;
  color: #fff;
}

.button-secondary {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #f8fafc;
}

.button-lore {
  background: linear-gradient(135deg, #b45309, #991b1b);
  border: 1px solid rgba(251, 191, 36, 0.45);
  color: #fff7ed;
  box-shadow: 0 0 24px rgba(248, 113, 113, 0.25);
}

.button-lore:hover {
  background: linear-gradient(135deg, #d97706, #b91c1c);
}

.lore-promo {
  max-width: 1160px;
  margin: 0 auto;
  padding: 1.25rem 1rem 0;
}

.lore-promo-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1.5rem 1.75rem;
  border-radius: 20px;
  background: linear-gradient(
    135deg,
    rgba(69, 10, 10, 0.95),
    rgba(15, 23, 42, 0.98) 60%,
    rgba(30, 27, 75, 0.95)
  );
  border: 1px solid rgba(251, 191, 36, 0.4);
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.28),
    0 0 40px rgba(248, 113, 113, 0.15);
}

.lore-promo-badge {
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  background: rgba(251, 191, 36, 0.14);
  border: 1px solid rgba(251, 191, 36, 0.35);
  color: #fcd34d;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.lore-promo-copy h2 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.25rem, 2.5vw, 1.6rem);
  color: #fff7ed;
}

.lore-promo-copy p {
  margin: 0;
  max-width: 640px;
  color: #cbd5e1;
  line-height: 1.65;
  font-size: 0.95rem;
}

.lore-promo-copy strong {
  color: #fde68a;
}

.lore-promo-cta {
  display: inline-flex;
  align-items: center;
  padding: 0.85rem 1.5rem;
  border-radius: 999px;
  background: rgba(251, 191, 36, 0.18);
  border: 1px solid rgba(251, 191, 36, 0.45);
  color: #fde68a;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}

.lore-promo-cta:hover {
  background: rgba(251, 191, 36, 0.3);
  transform: translateY(-2px);
  color: #fff7ed;
}

header.guide-hero.lore-hero {
  background-image:
    linear-gradient(180deg, rgba(69, 10, 10, 0.55), rgba(15, 23, 42, 0.75)),
    url("../images/nte.png");
}

.page-lore {
  padding-top: 1.5rem;
}

.cultural-lore-page {
  padding: 0;
  max-width: none;
}

.cultural-lore-page .cultural-lore-inner {
  margin: 0;
}

.cultural-lore-page .lore-title {
  font-size: 1.08rem;
}

.button:hover {
  transform: translateY(-1px);
}

.hero-summary {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
}

.hero-stat {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 1rem;
}

.hero-stat strong {
  display: block;
  margin-bottom: 0.5rem;
  color: #e2e8f0;
}

.support-table,
.update-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
}

.support-table th,
.support-table td,
.update-table th,
.update-table td {
  border: 1px solid rgba(148, 163, 184, 0.15);
  padding: 0.9rem 1rem;
}

.support-table th,
.update-table th {
  background: rgba(255, 255, 255, 0.04);
  text-align: left;
}

.section-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.section-card {
  border-radius: 18px;
  padding: 1.5rem;
  background: rgba(15, 23, 42, 0.96);
  color: #f8fafc;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
  min-height: 220px;
  border: 1px solid rgba(148, 163, 184, 0.08);
}

.section-card h3 {
  margin-top: 0;
  margin-bottom: 0.75rem;
  color: #ffffff;
  font-size: 1.3rem;
}

.section-card p {
  color: rgba(248, 250, 252, 0.82);
  line-height: 1.75;
}

.section-card a {
  display: inline-block;
  margin-top: 0.75rem;
  color: #60a5fa;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}

.section-card a:hover {
  color: #93c5fd;
}

.section-card-lore {
  border-color: rgba(251, 191, 36, 0.45);
  background:
    linear-gradient(145deg, rgba(69, 10, 10, 0.92), rgba(15, 23, 42, 0.96));
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.22),
    0 0 32px rgba(248, 113, 113, 0.12);
}

.section-card-lore h3 {
  color: #fde68a;
}

.section-card-lore a {
  color: #fcd34d;
}

.section-card-lore a:hover {
  color: #fde68a;
}

.hero.nte-hero {
  background-image:
    linear-gradient(180deg, rgba(15, 23, 42, 0.4), rgba(15, 23, 42, 0.6)),
    url("../images/nte.png");
}

header.guide-hero.beginner-hero {
  background-image:
    linear-gradient(180deg, rgba(15, 23, 42, 0.4), rgba(15, 23, 42, 0.6)),
    url("../images/nte2.png");
}

header.guide-hero.economy-hero {
  background-image:
    linear-gradient(180deg, rgba(15, 23, 42, 0.4), rgba(15, 23, 42, 0.6)),
    url("../images/nte3.png");
}

header.guide-hero.quest-hero {
  background-image:
    linear-gradient(180deg, rgba(15, 23, 42, 0.4), rgba(15, 23, 42, 0.6)),
    url("../images/nte4.png");
}

header.guide-hero.support-hero {
  background-image:
    linear-gradient(180deg, rgba(15, 23, 42, 0.4), rgba(15, 23, 42, 0.6)),
    url("../images/nte5.png");
}

header.guide-hero.updates-hero {
  background-image:
    linear-gradient(180deg, rgba(15, 23, 42, 0.4), rgba(15, 23, 42, 0.6)),
    url("../images/nte6.png");
}

header.guide-hero.regions-hero {
  background-image:
    linear-gradient(180deg, rgba(15, 23, 42, 0.4), rgba(15, 23, 42, 0.6)),
    url("../images/nte7.png");
}
