/* =========================================================
   METAWISDOM GROUP: HYBRID THEME (LIGHT HERO -> DARK UNIVERSE)
   Optimized Full CSS
========================================================= */

:root {
  --mw-bg-porcelain: #FAFAF7;
  --mw-white: #FFFFFF;
  --mw-midnight: #0A192F;
  --mw-gold: #C9A86A;
  --mw-text-body: #2C3E50;
  --mw-muted: #5D6D7E;

  --mw-dark-base: #040914;
  --mw-glass-dark: rgba(10, 15, 26, 0.45);
  --mw-gold-glow: rgba(212, 175, 55, 0.4);
  --mw-gold-border: rgba(201, 168, 106, 0.3);
  --mw-text-light: #E0E6ED;
  --mw-muted-light: #A0ABB8;

  --mw-container: 1280px;
  --mw-container-pad: 40px;
  --mw-radius: 12px;
}

/* =========================================================
   I. RESET & LAYOUT
========================================================= */
.mw-about {
  width: 100% !important;
  overflow-x: hidden;
  font-family: ui-sans-serif, system-ui, -apple-system, sans-serif;
}

.mw-about * { box-sizing: border-box; }

.mw-about img {
  max-width: 100%;
  height: auto;
  display: block;
}

.mw-about a {
  text-decoration: none;
  transition: all 0.3s ease;
}

.mw-about p,
.mw-about ul,
.mw-about li,
.mw-about h1,
.mw-about h2,
.mw-about h3,
.mw-about h4 {
  margin: 0;
  padding: 0;
}

.mw-about .mw-container {
  width: 100% !important;
  max-width: var(--mw-container) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: var(--mw-container-pad) !important;
  padding-right: var(--mw-container-pad) !important;
}

.mw-about .mw-section {
  position: relative;
  padding: 100px 0;
  isolation: isolate;
}

.mw-about .mw-section[style*="--mw-bg"] {
  background-image: var(--mw-bg);
  background-size: cover;
  background-position: center;
}

/* Shared grids */
.mw-about .mw-hero__grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 50px;
  align-items: center;
}

.mw-about .mw-hero__cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 15px;
}

.mw-about .mw-governance__row,
.mw-about .mw-cards3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.mw-about .mw-mv__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.mw-about .mw-domains__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}

.mw-about .mw-visionGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media (max-width: 1024px) {
  .mw-about .mw-hero__grid,
  .mw-about .mw-governance__row,
  .mw-about .mw-cards3,
  .mw-about .mw-mv__grid,
  .mw-about .mw-domains__grid,
  .mw-about .mw-visionGrid {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   II. HERO (LIGHT)
========================================================= */
.mw-hero {
  color: var(--mw-text-body);
  background-color: var(--mw-bg-porcelain);
}

.mw-hero .mw-h1 {
  font-family: ui-serif, Georgia, serif;
  font-size: clamp(42px, 5.5vw, 72px) !important;
  line-height: 1.1 !important;
  letter-spacing: -0.02em !important;
  margin-bottom: 16px;
  color: var(--mw-midnight);
}

.mw-hero .mw-lead {
  font-size: clamp(18px, 2vw, 21px) !important;
  line-height: 1.6 !important;
  max-width: 650px;
  margin-bottom: 28px;
  color: var(--mw-text-body);
}

.mw-hero .mw-bullets {
  list-style: none;
}

.mw-hero .mw-bullets li {
  position: relative;
  padding-left: 20px;
  margin: 12px 0;
  font-size: 15.5px;
  line-height: 1.6;
  color: var(--mw-text-body);
}

.mw-hero .mw-bullets li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  background: var(--mw-gold);
  border-radius: 50%;
}

.mw-hero .mw-btn {
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mw-hero .mw-btn--dark {
  background: var(--mw-midnight);
  color: var(--mw-white);
}

.mw-hero .mw-btn--gold {
  background: var(--mw-gold);
  color: var(--mw-midnight);
}

.mw-hero__overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.mw-hero__glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: .55;
}

.mw-hero__content {
  position: relative;
  z-index: 2;
}

.mw-hero__signature {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Hero seal */
.mw-about .mw-seal {
  width: 240px !important;
  height: 240px !important;
  position: relative;
  display: grid;
  place-items: center;
  filter: drop-shadow(0 22px 60px rgba(10,25,47,.16)) !important;
  transform: translateZ(0);
}

.mw-about .mw-seal img {
  width: 160px !important;
  z-index: 2;
}

.mw-about .mw-seal__ring {
  display: block !important;
  position: absolute !important;
  inset: -6px !important;
  padding: 6px !important;
  border-radius: 50% !important;
  background: linear-gradient(
    135deg,
    rgba(255,255,255,.95) 0%,
    rgba(233,221,191,.85) 18%,
    rgba(201,168,106,1) 50%,
    rgba(233,221,191,.85) 78%,
    rgba(255,255,255,.92) 100%
  ) !important;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) !important;
  -webkit-mask-composite: xor !important;
  mask-composite: exclude !important;
  pointer-events: none !important;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.65) inset,
    0 10px 22px rgba(10,25,47,.10),
    0 0 22px rgba(201,168,106,.55),
    0 0 60px rgba(201,168,106,.40) !important;
}

.mw-about .mw-seal::before {
  content:"";
  position:absolute;
  inset:-46px;
  border-radius:50%;
  pointer-events:none;
  background: radial-gradient(circle at 50% 50%,
    rgba(201,168,106,.75) 0%,
    rgba(201,168,106,.40) 26%,
    rgba(201,168,106,.18) 46%,
    rgba(201,168,106,.00) 72%);
  filter: blur(14px);
  opacity: 1;
  mix-blend-mode: screen;
}

.mw-about .mw-seal::after {
  content:"";
  position:absolute;
  inset:-10px;
  border-radius:50%;
  pointer-events:none;
  background:
    radial-gradient(120px 80px at 30% 25%, rgba(255,255,255,.55), rgba(255,255,255,0) 70%),
    radial-gradient(160px 120px at 70% 75%, rgba(201,168,106,.22), rgba(201,168,106,0) 72%);
  opacity:.95;
  filter: blur(2px);
}

@media (hover:hover) {
  .mw-about .mw-seal {
    transition: transform .45s ease, filter .45s ease;
  }

  .mw-about .mw-seal:hover {
    transform: translateY(-4px) scale(1.02);
    filter:
      drop-shadow(0 28px 75px rgba(201,168,106,.18))
      drop-shadow(0 18px 52px rgba(10,25,47,.16)) !important;
  }
}

.mw-signatureTitle {
  font-family: inherit;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 15px !important;
  font-weight: 700 !important;
  color: var(--mw-midnight);
  margin-bottom: 5px;
  margin-top: 15px;
}

.mw-signatureSub {
  color: var(--mw-muted);
  font-size: 15px;
}

/* Hero chips */
.mw-heroChips {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 28px;
  margin-bottom: 30px;
}

.mw-chip {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 12px 18px;
  font-size: 18px;
  line-height: 1.5;
  color: #1e2a39;
  background: rgba(255,255,255,0.65);
  backdrop-filter: blur(8px);
  border-radius: 999px;
  border: 1px solid rgba(199,164,102,0.45);
  box-shadow:
    0 4px 18px rgba(0,0,0,0.08),
    inset 0 1px 0 rgba(255,255,255,0.6);
  transition: all .25s ease;
}

.mw-chip::before {
  content:"";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c9a45a;
  margin-right: 10px;
  box-shadow: 0 0 6px rgba(201,164,90,.6);
}

.mw-chip:hover {
  transform: translateY(-2px);
  box-shadow:
    0 8px 26px rgba(0,0,0,0.12),
    inset 0 1px 0 rgba(255,255,255,0.7);
}

/* =========================================================
   III. DARK UNIVERSE
========================================================= */
.mw-dark-universe-wrapper {
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-color: var(--mw-dark-base);
  color: var(--mw-text-light);
}

.mw-universe-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 9, 20, 0.30) 0%, rgba(4, 9, 20, 0.82) 100%);
  pointer-events: none;
  z-index: 0;
}

.mw-dark-universe-wrapper * {
  position: relative;
  z-index: 1;
}

.mw-dark-universe-wrapper p {
  color: var(--mw-text-light);
}

.mw-dark-universe-wrapper .mw-h2,
.mw-dark-universe-wrapper .mw-h3 {
  font-family: ui-serif, "Cormorant Garamond", Georgia, serif;
  background: linear-gradient(135deg, #F9F1E2 0%, #D4AF37 50%, #B8860B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 4px 15px rgba(212, 175, 55, 0.15);
}

.mw-dark-universe-wrapper .mw-h2 {
  font-size: clamp(31px, 3.45vw, 44px) !important;
  line-height: 1.18 !important;
  letter-spacing: -0.01em !important;
  text-align: center;
  margin-bottom: 24px !important;
  max-width: 980px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.mw-dark-universe-wrapper .mw-h3 {
  font-size: clamp(24px, 3vw, 32px) !important;
  line-height: 1.3 !important;
  margin-bottom: 15px;
}

.mw-dark-universe-wrapper .mw-sub {
  text-align: center;
  max-width: 900px !important;
  margin: 0 auto 40px;
  font-size: clamp(16px, 1.45vw, 18px) !important;
  line-height: 1.78 !important;
  color: var(--mw-muted-light);
}

.mw-sub--narrow {
  max-width: 980px !important;
}

/* Kicker */
.mw-kicker {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 15px !important;
  font-weight: 700;
  letter-spacing: 2.4px !important;
  text-transform: uppercase;
  color: var(--mw-gold);
}

.mw-sectionHead {
  max-width: 900px;
  margin: 0 auto 28px;
  text-align: center;
}

/* Titles inside boxes */
.mw-about .mw-gbox__title,
.mw-about .mw-card__title,
.mw-about .mw-domainCard__title,
.mw-about .mw-year,
.mw-signatureTitle,
.mw-dark-universe-wrapper .mw-gbox__title,
.mw-dark-universe-wrapper .mw-card__title,
.mw-dark-universe-wrapper .mw-domainCard__title,
.mw-dark-universe-wrapper .mw-year {
  text-transform: uppercase;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  color: var(--mw-gold);
  margin-bottom: 18px !important;
}

/* Box body text — desktop slightly larger */
.mw-dark-universe-wrapper ul li,
.mw-dark-universe-wrapper .mw-gbox__list li,
.mw-dark-universe-wrapper .mw-card__list li,
.mw-dark-universe-wrapper .mw-list li,
.mw-dark-universe-wrapper .mw-domainCard__desc,
.mw-dark-universe-wrapper .mw-distCard__desc {
  font-size: 17px !important;
  line-height: 1.72 !important;
  color: var(--mw-text-light);
}

.mw-dark-universe-wrapper ul li {
  position: relative;
  padding-left: 20px;
  margin: 12px 0;
}

.mw-dark-universe-wrapper ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  background: var(--mw-gold);
  border-radius: 50%;
  box-shadow: 0 0 8px var(--mw-gold);
}

/* Buttons dark */
.mw-dark-universe-wrapper .mw-btn {
  padding: 15px 32px !important;
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px !important;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

.mw-dark-universe-wrapper .mw-btn--dark {
  background: transparent;
  color: var(--mw-gold);
  border: 1px solid var(--mw-gold);
  box-shadow: 0 0 15px rgba(212, 175, 55, 0.10);
}

.mw-dark-universe-wrapper .mw-btn--gold {
  background: linear-gradient(135deg, #D4AF37 0%, #B8860B 100%);
  color: #040914;
  border: none;
  box-shadow: 0 10px 25px rgba(212, 175, 55, 0.30);
}

/* Glass boxes */
.mw-dark-universe-wrapper .mw-gbox,
.mw-dark-universe-wrapper .mw-card,
.mw-dark-universe-wrapper .mw-panel,
.mw-dark-universe-wrapper .mw-domainCard,
.mw-dark-universe-wrapper .mw-milestone,
.mw-statCard,
.mw-closingBox,
.mw-necessityPanel {
  background-color: var(--mw-glass-dark) !important;
  backdrop-filter: blur(15px) !important;
  -webkit-backdrop-filter: blur(15px) !important;
  border: 1px solid var(--mw-gold-border) !important;
  border-radius: var(--mw-radius) !important;
  box-shadow:
    inset 0 0 20px rgba(212, 175, 55, 0.05),
    0 20px 40px rgba(0, 0, 0, 0.60) !important;
  position: relative;
  overflow: hidden;
}

.mw-dark-universe-wrapper .mw-gbox,
.mw-dark-universe-wrapper .mw-card,
.mw-dark-universe-wrapper .mw-panel,
.mw-dark-universe-wrapper .mw-domainCard,
.mw-dark-universe-wrapper .mw-milestone {
  padding: 35px 30px !important;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.mw-statCard {
  padding: 34px 30px !important;
}

.mw-dark-universe-wrapper .mw-gbox:hover,
.mw-dark-universe-wrapper .mw-card:hover,
.mw-dark-universe-wrapper .mw-domainCard:hover,
.mw-dark-universe-wrapper .mw-panel:hover {
  transform: translateY(-6px) !important;
  border-color: rgba(212, 175, 55, 0.80) !important;
  background-color: rgba(10, 15, 26, 0.65) !important;
  box-shadow:
    inset 0 0 30px rgba(212, 175, 55, 0.10),
    0 0 25px rgba(212, 175, 55, 0.25),
    0 30px 60px rgba(0, 0, 0, 0.80) !important;
}

.mw-dark-universe-wrapper .mw-gbox::before,
.mw-dark-universe-wrapper .mw-card::before,
.mw-dark-universe-wrapper .mw-domainCard::before,
.mw-dark-universe-wrapper .mw-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0) 40%);
  pointer-events: none;
  z-index: 0;
}

/* Lists reset */
.mw-dark-universe-wrapper ul,
.mw-dark-universe-wrapper ol,
.mw-dark-universe-wrapper .mw-gbox__list,
.mw-dark-universe-wrapper .mw-card__list,
.mw-dark-universe-wrapper .mw-list {
  list-style: none !important;
  list-style-type: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.mw-dark-universe-wrapper li,
.mw-dark-universe-wrapper .mw-gbox__list li,
.mw-dark-universe-wrapper .mw-card__list li {
  position: relative !important;
  padding-left: 25px !important;
  margin-bottom: 12px !important;
}

/* =========================================================
   IV. REVEAL
========================================================= */
.mw-about .mw-gbox,
.mw-about .mw-card,
.mw-about .mw-panel,
.mw-about .mw-domainCard,
.mw-about .mw-milestone {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  will-change: transform, box-shadow, border-color;
  backface-visibility: hidden;
}

.mw-about .mw-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.8s ease-out;
}

.mw-about .mw-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* =========================================================
   V. CONTENT ALIGNMENT
========================================================= */
/* Default: justify for wider boxes */
.mw-about .mw-gbox__list,
.mw-about .mw-card__list,
.mw-about .mw-list,
.mw-about .mw-domainCard__desc,
.mw-statCard__text,
.mw-necessityPanel p {
  text-align: justify !important;
  text-justify: inter-word !important;
}

.mw-about .mw-gbox__list li,
.mw-about .mw-card__list li,
.mw-about .mw-list li {
  text-align: justify !important;
  text-justify: inter-word !important;
}

html[lang^="en"] .mw-about .mw-gbox__list,
html[lang^="en"] .mw-about .mw-card__list,
html[lang^="en"] .mw-about .mw-list,
html[lang^="en"] .mw-about .mw-domainCard__desc,
html[lang^="en"] .mw-statCard__text,
html[lang^="en"] .mw-necessityPanel p {
  hyphens: auto;
}

html[lang^="vi"] .mw-about .mw-gbox__list,
html[lang^="vi"] .mw-about .mw-card__list,
html[lang^="vi"] .mw-about .mw-list,
html[lang^="vi"] .mw-about .mw-domainCard__desc,
html[lang^="vi"] .mw-statCard__text,
html[lang^="vi"] .mw-necessityPanel p {
  hyphens: none;
}

/* Narrow cards should not justify */
#distinctions .mw-distCard__desc,
#distinctions .mw-card__list,
#distinctions .mw-card__list li,
#distinctions .mw-gbox__list,
#distinctions .mw-gbox__list li,
#distinctions .mw-card p,
#distinctions .mw-card li,
#distinctions .mw-distCard p {
  text-align: left !important;
  text-justify: auto !important;
  hyphens: none !important;
}

/* =========================================================
   VI. SPECIFIC SECTIONS
========================================================= */
/* About */
#about .mw-aboutStack {
  margin-top: 24px;
}

#about .mw-governance__row--two {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 28px !important;
  align-items: stretch !important;
}

#about .mw-governance__row--two > .mw-gbox {
  min-height: 100% !important;
}

#about .mw-aboutDefinition {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

#about .mw-aboutDefinition .mw-statCard {
  width: min(760px, 100%);
  min-height: auto !important;
  text-align: left !important;
  padding: 34px 36px !important;
}

#about .mw-aboutDefinition .mw-statCard__label {
  font-size: 14px !important;
  letter-spacing: 2.2px !important;
  margin-bottom: 14px !important;
}

#about .mw-aboutDefinition .mw-statCard__text {
  max-width: 100% !important;
  font-size: 17px !important;
  line-height: 1.72 !important;
}

#about .mw-introMeta,
#about .mw-introMeta__main,
#about .mw-introMeta__side {
  display: block !important;
}

/* Definition box general text if no inline size on value */
.mw-statCard__value {
  font-family: ui-serif, "Cormorant Garamond", Georgia, serif;
  font-size: 42px;
  line-height: 1.1;
  color: #F5E8C8;
  margin-bottom: 14px;
}

/* Necessity */
.mw-necessityPanel {
  max-width: 980px;
  margin: 0 auto;
  padding: 42px 44px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.00)),
    rgba(10,15,26,.42);
}

.mw-necessityPanel p {
  font-size: 18px;
  line-height: 1.9;
  color: var(--mw-text-light);
}

.mw-necessityPanel p + p {
  margin-top: 18px;
}

/* Distinctions */
.mw-distGrid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 26px;
}

.mw-distCard__desc {
  font-size: 16px;
  line-height: 1.72;
  color: var(--mw-text-light);
}

/* Mission / vision */
.mw-mv__grid--elevated .mw-panel {
  min-height: 100%;
}

/* Governance */
.mw-governanceFlow {
  max-width: 1180px !important;
  margin: 0 auto;
}

.mw-governanceFlow__top {
  display: flex;
  justify-content: center;
  margin-bottom: 8px !important;
}

.mw-gbox--center {
  max-width: 620px !important;
  width: 100%;
}

.mw-governanceFlow__line {
  width: 1px;
  height: 64px !important;
  margin: 0 auto;
  background: linear-gradient(180deg, rgba(201,168,106,.12), rgba(201,168,106,.78));
}

#governance .mw-governance__row {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: 32px !important;
  max-width: 980px !important;
  margin: 0 auto !important;
  align-items: stretch !important;
}

#governance .mw-gbox {
  min-height: 100% !important;
}

#governance .mw-gbox .mw-gbox__list li {
  line-height: 1.72 !important;
}

#governance .mw-sub--narrow {
  margin-top: 34px !important;
  margin-bottom: 0 !important;
  padding-bottom: 10px !important;
  font-size: 16px !important;
  line-height: 1.8 !important;
  color: rgba(224, 230, 237, 0.88) !important;
}

/* Domains */
.mw-domains__grid--elevated .mw-domainCard,
.mw-governance__row--threeCompact .mw-gbox {
  min-height: 100%;
}

/* Closing */
.mw-closingBox {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
  padding: 46px 40px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top center, rgba(212,175,55,.08), transparent 42%),
    rgba(10,15,26,.46);
}

/* =========================================================
   VII. RESPONSIVE
========================================================= */
@media (max-width: 1200px) {
  .mw-distGrid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1024px) {
  .mw-introMeta,
  .mw-governance__row--two {
    grid-template-columns: 1fr !important;
  }

  .mw-distGrid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mw-governanceFlow__top .mw-gbox--center {
    max-width: none;
  }

  #governance .mw-governance__row {
    grid-template-columns: 1fr !important;
    max-width: 100% !important;
  }

  #governance .mw-gbox--center {
    max-width: 100% !important;
  }

  #governance .mw-governanceFlow__line {
    height: 40px !important;
  }

  #about .mw-aboutDefinition .mw-statCard {
    width: 100%;
    padding: 28px 24px !important;
  }
}

@media (max-width: 768px) {
  .mw-dark-universe-wrapper {
    background-image: none !important;
    background: linear-gradient(180deg, #000000 0%, #000000 60%, #1a1105 85%, #2a1c06 100%) !important;
    background-attachment: scroll !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .mw-universe-overlay {
    display: none !important;
  }

  .mw-dark-universe-wrapper .mw-h2,
  .mw-dark-universe-wrapper .mw-h3,
  .mw-about .mw-h1 {
    background: none !important;
    -webkit-text-fill-color: var(--mw-gold) !important;
    color: var(--mw-gold) !important;
    text-shadow: none !important;
  }

  .mw-dark-universe-wrapper .mw-gbox,
  .mw-dark-universe-wrapper .mw-card,
  .mw-dark-universe-wrapper .mw-panel,
  .mw-dark-universe-wrapper .mw-domainCard,
  .mw-dark-universe-wrapper .mw-milestone,
  .mw-statCard,
  .mw-closingBox,
  .mw-necessityPanel {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    background-color: #060D1A !important;
    border: 1px solid rgba(212, 175, 55, 0.25) !important;
    box-shadow: none !important;
    transform: translateZ(0) !important;
  }

  .mw-dark-universe-wrapper .mw-gbox::before,
  .mw-dark-universe-wrapper .mw-card::before,
  .mw-dark-universe-wrapper .mw-domainCard::before,
  .mw-dark-universe-wrapper .mw-panel::before {
    display: none !important;
  }

  .mw-dark-universe-wrapper .mw-gbox:hover,
  .mw-dark-universe-wrapper .mw-card:hover,
  .mw-dark-universe-wrapper .mw-domainCard:hover,
  .mw-dark-universe-wrapper .mw-panel:hover {
    transform: none !important;
    background-color: #060D1A !important;
  }

  .mw-about .mw-reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .mw-about .mw-section {
    padding: 50px 0 !important;
  }

  .mw-about .mw-hero {
    padding-top: 130px !important;
    min-height: auto !important;
    padding-bottom: 60px !important;
  }

  .mw-about .mw-gbox,
  .mw-about .mw-card,
  .mw-about .mw-domainCard,
  .mw-about .mw-panel {
    padding: 25px 20px !important;
  }

  .mw-chip {
    width: 100%;
    font-size: 14px;
  }

  .mw-kicker {
    font-size: 13px !important;
    letter-spacing: 1.8px !important;
  }

  .mw-dark-universe-wrapper .mw-h2 {
    font-size: clamp(28px, 7vw, 34px) !important;
    line-height: 1.2 !important;
  }

  .mw-dark-universe-wrapper .mw-sub {
    font-size: 15.5px !important;
    line-height: 1.72 !important;
  }

  .mw-dark-universe-wrapper .mw-gbox__title,
  .mw-dark-universe-wrapper .mw-card__title,
  .mw-dark-universe-wrapper .mw-domainCard__title,
  .mw-dark-universe-wrapper .mw-year {
    font-size: 13px !important;
  }

  .mw-dark-universe-wrapper .mw-gbox__list li,
  .mw-dark-universe-wrapper .mw-card__list li,
  .mw-dark-universe-wrapper .mw-list li,
  .mw-dark-universe-wrapper .mw-domainCard__desc,
  .mw-dark-universe-wrapper .mw-distCard__desc,
  .mw-statCard__text,
  .mw-necessityPanel p {
    font-size: 15px !important;
    line-height: 1.68 !important;
  }

  .mw-about .mw-gbox__list,
  .mw-about .mw-card__list,
  .mw-about .mw-list,
  .mw-about .mw-domainCard__desc,
  .mw-about .mw-milestoneText,
  .mw-about .mw-vision-desc,
  .mw-about .mw-statCard__text,
  .mw-about .mw-distCard__desc,
  .mw-about .mw-sub,
  .mw-about .mw-gbox__list li,
  .mw-about .mw-card__list li,
  .mw-about .mw-list li,
  #necessity .mw-necessityPanel,
  #necessity .mw-necessityPanel p {
    text-align: justify !important;
    text-justify: inter-word !important;
  }

  html[lang^="en"] .mw-about .mw-gbox__list,
  html[lang^="en"] .mw-about .mw-card__list,
  html[lang^="en"] .mw-about .mw-list,
  html[lang^="en"] .mw-about .mw-domainCard__desc,
  html[lang^="en"] .mw-about .mw-statCard__text,
  html[lang^="en"] .mw-about .mw-distCard__desc,
  html[lang^="en"] #necessity .mw-necessityPanel p {
    hyphens: auto !important;
  }

  html[lang^="vi"] .mw-about .mw-gbox__list,
  html[lang^="vi"] .mw-about .mw-card__list,
  html[lang^="vi"] .mw-about .mw-list,
  html[lang^="vi"] .mw-about .mw-domainCard__desc,
  html[lang^="vi"] .mw-about .mw-statCard__text,
  html[lang^="vi"] .mw-about .mw-distCard__desc,
  html[lang^="vi"] #necessity .mw-necessityPanel p {
    hyphens: none !important;
  }

  .mw-statCard__value {
    font-size: 34px;
  }

  .mw-necessityPanel,
  .mw-closingBox {
    padding: 28px 22px !important;
  }

  .mw-distGrid {
    grid-template-columns: 1fr;
  }
}
/* =========================================================
   MOBILE FIX — ABOUT TOP 2 BOXES MUST STACK 1 COLUMN
========================================================= */
@media screen and (max-width: 1024px) {
  body #about .mw-aboutStack .mw-governance__row--two {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  body #about .mw-aboutStack .mw-governance__row--two > .mw-gbox {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body #about .mw-aboutDefinition {
    margin-top: 20px !important;
  }

  body #about .mw-aboutDefinition .mw-statCard {
    width: 100% !important;
    max-width: 100% !important;
  }
}