/* ============================================
   Xterium /universes/{slug} — rebuilt from scaffold (war-of-alliances.html)
   All classes prefixed: xw-
   @since 2026-05-17 (Phase K scaffold rebuild)
   ============================================ */

/* ===== HERO ===== */
.xw-hero {
  position: relative;
  z-index: 1;
  min-height: 420px;
  padding: 36px 0 44px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.xw-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.xw-hero-bg picture,
.xw-hero-bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
}
.xw-hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6,10,20,.88) 0%, rgba(6,10,20,.55) 50%, transparent 75%),
    linear-gradient(180deg, rgba(6,10,20,.3) 0%, rgba(6,10,20,.7) 80%, var(--xh-bg-deep, #060a14) 100%);
  z-index: 1;
}
.xw-hero-inner {
  position: relative;
  z-index: 2;
  max-width: var(--xh-max-w, 1200px);
  margin: 0 auto;
  padding: 0 var(--xh-container-pad, 32px);
  width: 100%;
}
.xw-hero-inner .xh-breadcrumbs { margin-bottom: 16px; }
.xw-hero-title {
  font-family: var(--xh-font-display, 'Archivo Black'), sans-serif;
  font-size: clamp(40px, 5.5vw, 64px);
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff;
  line-height: 1.0;
  margin: 0 0 14px;
}
.xw-hero-subtitle {
  font-family: var(--xh-font-heading, 'Rajdhani'), sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--xh-text, #e8ecf2);
  margin: 0 0 10px;
}
.xw-hero-desc {
  font-size: 15px;
  color: var(--xh-text-secondary, #a4b3c8);
  max-width: 480px;
  margin: 0 0 24px;
  line-height: 1.6;
}
.xw-hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* ===== STATS ===== */
.xw-stats {
  position: relative;
  z-index: 1;
  border-top: 1px solid var(--xh-border, #162035);
  border-bottom: 1px solid var(--xh-border, #162035);
  background: rgba(10,15,28,.6);
}
.xw-stats-inner {
  max-width: var(--xh-max-w, 1200px);
  margin: 0 auto;
  padding: 20px var(--xh-container-pad, 32px);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}
.xw-stat {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.xw-stat + .xw-stat {
  border-left: 1px solid var(--xh-border, #162035);
  padding-left: 24px;
}
.xw-stat-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--xh-orange, #e88420);
  flex-shrink: 0;
}
.xw-stat-icon svg { width: 22px; height: 22px; }
.xw-stat-num {
  font-family: var(--xh-font-heading, 'Rajdhani'), sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--xh-text, #e8ecf2);
  line-height: 1.1;
}
.xw-stat-label {
  font-size: 11.5px;
  color: var(--xh-text-muted, #8a99b0);
  letter-spacing: .3px;
  line-height: 1.3;
}

/* ===== FEATURES ===== */
.xw-features {
  position: relative;
  z-index: 1;
  padding: 48px 0;
}
.xw-features-wrap {
  max-width: var(--xh-max-w, 1200px);
  margin: 0 auto;
  padding: 0 var(--xh-container-pad, 32px);
}
.xw-features-title {
  font-family: var(--xh-font-heading, 'Rajdhani'), sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  margin: 0 0 32px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.xw-features-title::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--xh-border-light, #1e2d4a);
}
.xw-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.xw-feature {
  padding: 24px 18px;
  border-radius: var(--xh-radius-lg, 10px);
  border: 1px solid var(--xh-border, #162035);
  background: var(--xh-bg-card, #0c1322);
  text-align: center;
  transition: all var(--xh-transition, .3s ease);
}
.xw-feature:hover {
  border-color: var(--xh-border-light, #1e2d4a);
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(0,0,0,.3);
}
.xw-feature-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--xh-radius, 6px);
  background: rgba(42,125,225,.10);
  border: 1px solid rgba(42,125,225,.22);
}
.xw-feature-icon svg {
  width: 24px;
  height: 24px;
  color: var(--xh-blue-light, #4a9df5);
}
.xw-feature h3 {
  font-family: var(--xh-font-heading, 'Rajdhani'), sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #fff;
  margin: 0 0 8px;
}
.xw-feature p {
  margin: 0;
  font-size: 13px;
  color: var(--xh-text-secondary, #a4b3c8);
  line-height: 1.5;
}

/* ===== MAP ===== */
.xw-map {
  position: relative;
  z-index: 1;
  padding: 0 0 56px;
}
.xw-map-wrap {
  max-width: var(--xh-max-w, 1200px);
  margin: 0 auto;
  padding: 0 var(--xh-container-pad, 32px);
}
.xw-map-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.xw-map-title {
  font-family: var(--xh-font-heading, 'Rajdhani'), sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 16px;
}
.xw-map-title::after {
  content: '';
  flex: 1;
  min-width: 40px;
  height: 1px;
  background: var(--xh-border-light, #1e2d4a);
}
.xw-map-desc {
  font-size: 14px;
  color: var(--xh-text-secondary, #a4b3c8);
  max-width: 420px;
  text-align: right;
  margin: 0;
}
.xw-map-card {
  background: var(--xh-bg-card, #0c1322);
  border: 1px solid var(--xh-border, #162035);
  border-radius: var(--xh-radius-lg, 10px);
  overflow: hidden;
  display: grid;
  grid-template-columns: 200px 1fr 260px;
  min-height: 360px;
}
.xw-map-legend {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-right: 1px solid var(--xh-border, #162035);
}
.xw-map-legend-title {
  font-family: var(--xh-font-heading, 'Rajdhani'), sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .8px;
  color: #fff;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.xw-map-legend-title svg {
  width: 14px;
  height: 14px;
  color: var(--xh-text-muted, #8a99b0);
}
.xw-legend-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  font-size: 13px;
  color: var(--xh-text-secondary, #a4b3c8);
}
.xw-legend-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}
.xw-legend-dot--red    { background: #d05030; box-shadow: 0 0 6px rgba(208,80,48,.5); }
.xw-legend-dot--gold   { background: #d4a020; box-shadow: 0 0 6px rgba(212,160,32,.5); }
.xw-legend-dot--purple { background: #7040c0; box-shadow: 0 0 6px rgba(112,64,192,.5); }
.xw-legend-dot--teal   { background: #20a0a8; box-shadow: 0 0 6px rgba(32,160,168,.5); }
.xw-legend-dot--gray   { background: #4a5b72; box-shadow: 0 0 6px rgba(74,91,114,.3); }
.xw-map-center {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--xh-bg-deep, #060a14);
}
.xw-map-center picture,
.xw-map-center img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.xw-map-info {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-left: 1px solid var(--xh-border, #162035);
}
.xw-map-system {
  font-family: var(--xh-font-heading, 'Rajdhani'), sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--xh-text-muted, #8a99b0);
}
.xw-map-system-name {
  font-family: var(--xh-font-heading, 'Rajdhani'), sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  letter-spacing: .5px;
}
.xw-map-meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.xw-map-meta-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--xh-text-secondary, #a4b3c8);
}
.xw-map-meta-row strong {
  color: var(--xh-text, #e8ecf2);
  font-weight: 600;
}
.xw-map-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-family: var(--xh-font-heading, 'Rajdhani'), sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: var(--xh-orange, #e88420);
  padding: 3px 10px;
  background: rgba(232,132,30,.10);
  border: 1px solid rgba(232,132,30,.25);
  border-radius: 999px;
}

/* ===== AUDIENCE ===== */
.xw-audience {
  position: relative;
  z-index: 1;
  padding: 56px 0;
  border-top: 1px solid var(--xh-border, #162035);
}
.xw-audience-wrap {
  max-width: var(--xh-max-w, 1200px);
  margin: 0 auto;
  padding: 0 var(--xh-container-pad, 32px);
}
.xw-audience-title {
  font-family: var(--xh-font-heading, 'Rajdhani'), sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  margin: 0 0 28px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.xw-audience-title::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--xh-border-light, #1e2d4a);
}
.xw-audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.xw-audience-card {
  position: relative;
  border-radius: var(--xh-radius-lg, 10px);
  border: 1px solid var(--xh-border, #162035);
  overflow: hidden;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  transition: all var(--xh-transition, .3s ease);
}
.xw-audience-card:hover {
  border-color: var(--xh-border-light, #1e2d4a);
  transform: translateY(-3px);
  box-shadow: 0 8px 32px rgba(0,0,0,.35);
}
.xw-audience-card-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(135deg, #0d1830 0%, #162040 100%);
}
.xw-audience-card-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12,19,34,.2) 0%, rgba(12,19,34,.85) 100%);
}
.xw-audience-card > *:not(.xw-audience-card-bg) {
  position: relative;
  z-index: 1;
}
.xw-audience-card-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--xh-radius, 6px);
}
.xw-audience-card-icon svg {
  width: 20px;
  height: 20px;
}
.xw-audience-card--blue   .xw-audience-card-icon { background: rgba(42,125,225,.12);  border: 1px solid rgba(42,125,225,.30);  color: var(--xh-blue-light, #4a9df5); }
.xw-audience-card--blue   .xw-audience-card-icon svg { color: var(--xh-blue-light, #4a9df5); }
.xw-audience-card--orange .xw-audience-card-icon { background: rgba(232,132,30,.12);  border: 1px solid rgba(232,132,30,.30);  color: var(--xh-orange, #e88420); }
.xw-audience-card--orange .xw-audience-card-icon svg { color: var(--xh-orange, #e88420); }
.xw-audience-card--green  .xw-audience-card-icon { background: rgba(32,168,104,.12);  border: 1px solid rgba(32,168,104,.30);  color: var(--xh-green, #20a868); }
.xw-audience-card--green  .xw-audience-card-icon svg { color: var(--xh-green, #20a868); }
.xw-audience-card--teal   .xw-audience-card-icon { background: rgba(32,176,184,.12);  border: 1px solid rgba(32,176,184,.30);  color: var(--xh-teal, #20b0b8); }
.xw-audience-card--teal   .xw-audience-card-icon svg { color: var(--xh-teal, #20b0b8); }
.xw-audience-card h3 {
  font-family: var(--xh-font-heading, 'Rajdhani'), sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  margin: 0 0 8px;
}
.xw-audience-card p {
  margin: 0;
  font-size: 13.5px;
  color: var(--xh-text-secondary, #a4b3c8);
  line-height: 1.55;
}

/* ===== DISCUSSIONS ===== */
.xw-discuss {
  position: relative;
  z-index: 1;
  padding: 0 0 56px;
}
.xw-discuss-wrap {
  max-width: var(--xh-max-w, 1200px);
  margin: 0 auto;
  padding: 0 var(--xh-container-pad, 32px);
}
.xw-discuss-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.xw-discuss-title {
  font-family: var(--xh-font-heading, 'Rajdhani'), sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 16px;
}
.xw-discuss-title::after {
  content: '';
  flex: 1;
  min-width: 40px;
  height: 1px;
  background: var(--xh-border-light, #1e2d4a);
}
.xw-discuss-list {
  background: var(--xh-bg-card, #0c1322);
  border: 1px solid var(--xh-border, #162035);
  border-radius: var(--xh-radius-lg, 10px);
  overflow: hidden;
}
.xw-discuss-item {
  display: grid;
  grid-template-columns: 1fr 160px 80px 60px 100px;
  align-items: center;
  gap: 16px;
  padding: 14px 24px;
  border-bottom: 1px solid var(--xh-border, #162035);
  transition: background var(--xh-transition, .3s ease);
}
.xw-discuss-item:last-child { border-bottom: none; }
.xw-discuss-item:hover { background: rgba(255,255,255,.02); }
.xw-discuss-topic {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  flex-wrap: wrap;
}
.xw-discuss-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.xw-discuss-dot--hot    { background: var(--xh-orange, #e88420); box-shadow: 0 0 6px var(--xh-orange-glow, rgba(232,132,30,.25)); }
.xw-discuss-dot--active { background: var(--xh-blue, #2a7de1);   box-shadow: 0 0 6px rgba(42,125,225,.4); }
.xw-discuss-dot--normal { background: var(--xh-teal, #20b0b8);   box-shadow: 0 0 6px rgba(32,176,184,.3); }
.xw-discuss-dot--event  { background: var(--xh-purple, #6a40b8); box-shadow: 0 0 6px rgba(106,64,184,.3); }
.xw-discuss-dot--newbie { background: var(--xh-green, #20a868);  box-shadow: 0 0 6px rgba(32,168,104,.3); }
.xw-discuss-topic-text {
  font-size: 14px;
  color: var(--xh-text, #e8ecf2);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.xw-discuss-tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.xw-discuss-tag {
  font-family: var(--xh-font-heading, 'Rajdhani'), sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .3px;
  padding: 2px 8px;
  border-radius: 4px;
}
.xw-discuss-tag--alliance  { background: rgba(42,125,225,.15);  color: var(--xh-blue-light, #4a9df5); border: 1px solid rgba(42,125,225,.30); }
.xw-discuss-tag--important { background: rgba(232,132,30,.12);  color: var(--xh-orange, #e88420);     border: 1px solid rgba(232,132,30,.25); }
.xw-discuss-tag--economy   { background: rgba(32,168,104,.12);  color: var(--xh-green, #20a868);      border: 1px solid rgba(32,168,104,.25); }
.xw-discuss-tag--battle    { background: rgba(208,80,32,.12);   color: var(--xh-woa-red, #d05020);    border: 1px solid rgba(208,80,32,.25); }
.xw-discuss-tag--report    { background: rgba(32,176,184,.12);  color: var(--xh-teal, #20b0b8);       border: 1px solid rgba(32,176,184,.25); }
.xw-discuss-tag--event     { background: rgba(106,64,184,.12);  color: var(--xh-purple, #6a40b8);     border: 1px solid rgba(106,64,184,.25); }
.xw-discuss-tag--newbie    { background: rgba(42,125,225,.10);  color: var(--xh-blue-light, #4a9df5); border: 1px solid rgba(42,125,225,.20); }
.xw-discuss-author {
  font-size: 13px;
  color: var(--xh-text-secondary, #a4b3c8);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.xw-discuss-author strong {
  color: var(--xh-text, #e8ecf2);
  font-weight: 600;
}
.xw-discuss-stat {
  font-size: 13px;
  color: var(--xh-text-muted, #8a99b0);
  text-align: center;
}
.xw-discuss-stat strong {
  display: block;
  font-family: var(--xh-font-heading, 'Rajdhani'), sans-serif;
  font-weight: 700;
  color: var(--xh-text, #e8ecf2);
  font-size: 15px;
}
.xw-discuss-stat span { font-size: 11px; }
.xw-discuss-time {
  font-size: 12px;
  color: var(--xh-text-muted, #8a99b0);
  text-align: right;
  white-space: nowrap;
}

/* ===== FAQ ===== */
.xw-faq {
  position: relative;
  z-index: 1;
  padding: 48px 0;
  border-top: 1px solid var(--xh-border, #162035);
}
.xw-faq-wrap {
  max-width: var(--xh-max-w, 1200px);
  margin: 0 auto;
  padding: 0 var(--xh-container-pad, 32px);
}
.xw-faq-wrap .xh-section-title {
  font-family: var(--xh-font-heading, 'Rajdhani'), sans-serif;
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
}
.xw-faq-wrap .xh-section-title::before,
.xw-faq-wrap .xh-section-title::after {
  content: '';
  flex: 1;
  max-width: 120px;
  height: 1px;
  background: var(--xh-border-light, #1e2d4a);
}
.xw-faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 28px;
}
.xw-faq-grid .xh-faq-item {
  border: 1px solid var(--xh-border, #162035);
  border-radius: var(--xh-radius, 6px);
  background: var(--xh-bg-card, #0c1322);
  overflow: hidden;
}
.xw-faq-grid .xh-faq-item[open] { border-color: var(--xh-border-light, #1e2d4a); }
.xw-faq-grid .xh-faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 20px;
  font-family: var(--xh-font-heading, 'Rajdhani'), sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--xh-text, #e8ecf2);
  cursor: pointer;
  list-style: none;
}
.xw-faq-grid .xh-faq-q::-webkit-details-marker { display: none; }
.xw-faq-grid .xh-faq-q svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: var(--xh-text-muted, #8a99b0);
  transition: transform var(--xh-transition, .3s ease);
}
.xw-faq-grid .xh-faq-item[open] .xh-faq-q svg {
  transform: rotate(180deg);
  color: var(--xh-orange, #e88420);
}
.xw-faq-grid .xh-faq-a {
  padding: 0 20px 18px;
  font-size: 14px;
  color: var(--xh-text-secondary, #a4b3c8);
  line-height: 1.6;
}

/* ===== CTA ===== */
.xw-cta {
  position: relative;
  z-index: 1;
  padding: 0 0 64px;
}
.xw-cta-wrap {
  max-width: var(--xh-max-w, 1200px);
  margin: 0 auto;
  padding: 0 var(--xh-container-pad, 32px);
}
.xw-cta-inner {
  padding: 48px;
  border-radius: var(--xh-radius-lg, 10px);
  border: 1px solid var(--xh-border-light, #1e2d4a);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
.xw-cta-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.xw-cta-bg picture, .xw-cta-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.xw-cta-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8,12,22,.92) 0%, rgba(8,12,22,.7) 50%, rgba(8,12,22,.5) 100%);
}
.xw-cta-content {
  position: relative;
  z-index: 1;
  flex: 1;
  min-width: 280px;
  max-width: 520px;
}
.xw-cta-content h2 {
  font-family: var(--xh-font-display, 'Archivo Black'), sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  margin: 0 0 12px;
  line-height: 1.1;
}
.xw-cta-content p {
  font-size: 14.5px;
  color: var(--xh-text-secondary, #a4b3c8);
  margin: 0;
  line-height: 1.55;
}
.xw-cta-action {
  position: relative;
  z-index: 1;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .xw-stats-inner { grid-template-columns: repeat(3, 1fr); }
  .xw-stat:nth-child(4), .xw-stat:nth-child(5) { border-left: 0; padding-left: 0; }
  .xw-features-grid { grid-template-columns: repeat(2, 1fr); }
  .xw-map-card { grid-template-columns: 1fr; }
  .xw-map-legend {
    border-right: none;
    border-bottom: 1px solid var(--xh-border, #162035);
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    padding: 16px 24px;
  }
  .xw-map-legend-title { width: 100%; }
  .xw-map-info { border-left: none; border-top: 1px solid var(--xh-border, #162035); }
  .xw-discuss-item { grid-template-columns: 1fr 140px 70px 50px 90px; padding: 12px 20px; }
}
@media (max-width: 768px) {
  .xw-hero { min-height: 360px; padding: 32px 0 40px; }
  .xw-hero-inner { padding: 0 20px; }
  .xw-stats-inner { grid-template-columns: repeat(2, 1fr); gap: 14px 20px; padding: 16px 20px; }
  .xw-stat + .xw-stat { border-left: 0; padding-left: 0; }
  .xw-stat:nth-child(3), .xw-stat:nth-child(4), .xw-stat:nth-child(5) {
    border-top: 1px solid var(--xh-border, #162035);
    padding-top: 14px;
  }
  .xw-features-grid { grid-template-columns: repeat(2, 1fr); }
  .xw-features-wrap, .xw-map-wrap, .xw-audience-wrap, .xw-discuss-wrap, .xw-faq-wrap, .xw-cta-wrap { padding: 0 20px; }
  .xw-map-desc { text-align: left; }
  .xw-audience-grid { grid-template-columns: 1fr; max-width: 480px; }
  .xw-discuss-item {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 14px 20px;
  }
  .xw-discuss-author, .xw-discuss-stat, .xw-discuss-time { display: none; }
  .xw-faq-grid { grid-template-columns: 1fr; }
  .xw-cta-inner { padding: 32px 24px; flex-direction: column; text-align: center; }
  .xw-cta-content h2 { font-size: 24px; }
}
@media (max-width: 480px) {
  .xw-hero-inner { padding: 0 16px; }
  .xw-hero-title { font-size: clamp(32px, 10vw, 48px); letter-spacing: 1px; }
  .xw-hero-actions { flex-direction: column; }
  .xw-hero-actions .xh-btn { width: 100%; justify-content: center; }
  .xw-stats-inner { padding: 14px 16px; }
  .xw-features-grid { grid-template-columns: 1fr 1fr; }
  .xw-features-title, .xw-map-title, .xw-audience-title, .xw-discuss-title { font-size: 18px; letter-spacing: 1px; }
  .xw-cta-inner { padding: 28px 18px; }
  .xw-cta-content h2 { font-size: 20px; letter-spacing: 1px; }
}

@media (prefers-reduced-motion: reduce) {
  .xw-feature, .xw-audience-card, .xw-discuss-item, .xw-faq-grid .xh-faq-q svg { transition: none; }
}
