:root {
  --mond-bg: #060817;
  --mond-bg-2: #0a0e25;
  --mond-panel: rgba(13, 18, 48, 0.72);
  --mond-panel-strong: #101633;
  --mond-line: rgba(143, 167, 255, 0.17);
  --mond-white: #f7f9ff;
  --mond-text: #dbe2ff;
  --mond-muted: #8e9ac5;
  --mond-blue: #12b8ff;
  --mond-cyan: #43eaff;
  --mond-purple: #9b5cff;
  --mond-violet: #6e47ff;
  --mond-pink: #e94fff;
  --mond-green: #56ffc0;
  --mond-radius: 24px;
  --mond-shadow: 0 26px 70px rgba(0, 0, 0, 0.28);
  --mond-gradient: linear-gradient(135deg, #13c4ff 0%, #6c5cff 52%, #d44dff 100%);
  --mond-gradient-soft: linear-gradient(135deg, rgba(19, 196, 255, 0.18), rgba(108, 92, 255, 0.18), rgba(212, 77, 255, 0.18));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  background: var(--mond-bg);
  color: var(--mond-white);
  overflow-x: hidden;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.mond-menu-open, body.mond-modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
img { max-width: 100%; display: block; }
::selection { background: rgba(78, 218, 255, 0.25); color: #fff; }

.mond-container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.mond-section { position: relative; padding: 110px 0; }

.mond-page-noise {
  position: fixed; inset: 0; pointer-events: none; z-index: 999;
  opacity: .035; mix-blend-mode: screen;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");
}
.mond-cursor-glow {
  position: fixed; width: 420px; height: 420px; border-radius: 50%; pointer-events: none; z-index: 1;
  background: radial-gradient(circle, rgba(64, 156, 255, .11), rgba(132, 77, 255, .045) 45%, transparent 72%);
  transform: translate(-50%, -50%); filter: blur(14px); opacity: 0; transition: opacity .3s ease;
}

/* Header */
.mond-header { position: fixed; inset: 18px 0 auto; z-index: 100; transition: .35s ease; }
.mond-header-inner {
  height: 74px; border: 1px solid rgba(255,255,255,.08); border-radius: 20px; padding: 0 16px 0 18px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  background: rgba(8, 11, 29, .58); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 14px 50px rgba(0,0,0,.22); transition: .35s ease;
}
.mond-header.scrolled { inset: 8px 0 auto; }
.mond-header.scrolled .mond-header-inner { height: 64px; background: rgba(8, 11, 29, .87); }
.mond-brand { display: flex; align-items: center; gap: 12px; min-width: 220px; }
.mond-brand img { width: 48px; height: 48px; object-fit: contain; filter: drop-shadow(0 0 18px rgba(50,160,255,.25)); }
.mond-brand strong { display: block; font-size: 17px; letter-spacing: .18em; }
.mond-brand small { display: block; color: var(--mond-muted); font-size: 9px; margin-top: 2px; white-space: nowrap; }
.mond-nav { display: flex; align-items: center; justify-content: center; gap: 6px; }
.mond-nav a { position: relative; padding: 10px 11px; color: #b9c3e5; font-size: 12px; font-weight: 600; transition: .25s ease; }
.mond-nav a::after { content: ''; position: absolute; left: 50%; right: 50%; bottom: 3px; height: 2px; background: var(--mond-gradient); border-radius: 50px; transition: .25s ease; }
.mond-nav a:hover, .mond-nav a.active { color: #fff; }
.mond-nav a:hover::after, .mond-nav a.active::after { left: 11px; right: 11px; }
.mond-header-actions { display: flex; align-items: center; gap: 10px; }
.mond-wallet-btn {
  position: relative; overflow: hidden; border: 1px solid rgba(83, 209, 255, .36); border-radius: 12px; min-height: 43px; padding: 0 16px;
  display: flex; align-items: center; gap: 9px; cursor: pointer; background: linear-gradient(135deg, rgba(20,192,255,.18), rgba(117,83,255,.18));
  color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .02em; transition: transform .25s ease, box-shadow .25s ease;
}
.mond-wallet-btn::before { content: ''; position: absolute; top: -100%; left: -45%; width: 32%; height: 300%; transform: rotate(28deg); background: linear-gradient(90deg, transparent, rgba(255,255,255,.5), transparent); transition: left .65s ease; }
.mond-wallet-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(39,155,255,.18); }
.mond-wallet-btn:hover::before { left: 120%; }
.mond-wallet-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--mond-green); box-shadow: 0 0 12px var(--mond-green); }
.mond-menu-btn { width: 42px; height: 42px; display: none; place-items: center; border: 1px solid rgba(255,255,255,.09); border-radius: 12px; background: rgba(255,255,255,.04); cursor: pointer; }
.mond-menu-btn span { width: 18px; height: 2px; border-radius: 9px; background: #fff; display: block; margin: 2px 0; transition: .25s ease; }

/* Hero */
.mond-hero { position: relative; min-height: 100vh; padding: 150px 0 95px; display: flex; align-items: center; overflow: hidden; isolation: isolate; background:
  radial-gradient(circle at 70% 35%, rgba(64, 73, 255, .15), transparent 30%),
  radial-gradient(circle at 25% 30%, rgba(0, 197, 255, .11), transparent 28%),
  linear-gradient(180deg, #070a1c 0%, #060817 100%);
}
.mond-grid-bg, .mond-meta-grid-bg {
  position: absolute; inset: 0; z-index: -3; pointer-events: none; opacity: .25;
  background-image: linear-gradient(rgba(102,126,255,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(102,126,255,.09) 1px, transparent 1px);
  background-size: 48px 48px; mask-image: linear-gradient(to bottom, rgba(0,0,0,.9), transparent 90%);
}
.mond-grid-bg { transform: perspective(800px) rotateX(64deg) scale(1.55); transform-origin: 50% 30%; top: 34%; }
.mond-star-field { position: absolute; inset: 0; pointer-events: none; z-index: -2; }
.mond-star { position: absolute; width: 2px; height: 2px; border-radius: 50%; background: #ccefff; opacity: .5; animation: mondTwinkle 3.6s ease-in-out infinite; }
@keyframes mondTwinkle { 50% { opacity: .12; transform: scale(.5); } }
.mond-hero-orb { position: absolute; border-radius: 50%; pointer-events: none; filter: blur(18px); opacity: .6; }
.mond-orb-one { width: 380px; height: 380px; right: -180px; top: 15%; background: rgba(112, 58, 255, .13); }
.mond-orb-two { width: 300px; height: 300px; left: -160px; bottom: -40px; background: rgba(20, 197, 255, .09); }
.mond-hero-grid { display: grid; grid-template-columns: 1.06fr .94fr; gap: 52px; align-items: center; }
.mond-eyebrow, .mond-kicker { color: #83e9ff; font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.mond-eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; border: 1px solid rgba(93, 221, 255, .17); border-radius: 100px; padding: 8px 12px; background: rgba(65, 182, 255, .055); }
.mond-live-dot { width: 7px; height: 7px; border-radius: 50%; background: #65ffd1; box-shadow: 0 0 0 6px rgba(101,255,209,.08), 0 0 14px rgba(101,255,209,.7); }
.mond-hero h1 { margin: 0; max-width: 740px; font-size: clamp(45px, 6vw, 78px); line-height: .98; letter-spacing: -.055em; font-weight: 900; }
.mond-hero h1 span { display: block; color: #f4f7ff; }
.mond-hero h1 em { display: block; margin-top: 14px; font-style: normal; font-size: .8em; letter-spacing: .07em; background: linear-gradient(90deg, #69eaff 0%, #4d7aff 38%, #9e5cff 68%, #eb58ff 100%); -webkit-background-clip: text; background-clip: text; color: transparent; filter: drop-shadow(0 0 25px rgba(104, 88, 255, .16)); }
.mond-hero-text { margin: 28px 0 0; max-width: 650px; color: #aeb9dc; font-size: 16px; line-height: 1.8; }
.mond-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 32px; }
.mond-btn { min-height: 50px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 13px; border: 1px solid transparent; cursor: pointer; font-size: 12px; font-weight: 800; transition: .28s ease; }
.mond-btn span { transition: transform .25s ease; }
.mond-btn:hover span { transform: translate(2px, -1px); }
.mond-btn-primary { color: #fff; background: var(--mond-gradient); box-shadow: 0 13px 34px rgba(92, 83, 255, .19); }
.mond-btn-primary:hover { transform: translateY(-3px); box-shadow: 0 17px 40px rgba(70, 148, 255, .26); }
.mond-btn-secondary { color: #dbe5ff; border-color: rgba(255,255,255,.11); background: rgba(255,255,255,.045); }
.mond-btn-secondary:hover { transform: translateY(-3px); border-color: rgba(86,210,255,.3); background: rgba(61,161,255,.08); }
.mond-hero-mini-stats { display: flex; gap: 30px; margin-top: 42px; }
.mond-hero-mini-stats div { position: relative; padding-left: 14px; }
.mond-hero-mini-stats div::before { content: ''; position: absolute; inset: 2px auto 2px 0; width: 2px; border-radius: 20px; background: var(--mond-gradient); }
.mond-hero-mini-stats span { display: block; color: var(--mond-muted); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.mond-hero-mini-stats strong { display: block; margin-top: 3px; font-size: 14px; }
.mond-hero-visual { position: relative; min-height: 550px; display: grid; place-items: center; perspective: 1000px; }
.mond-hero-token-wrap { position: relative; width: min(390px, 78%); aspect-ratio: 1; display: grid; place-items: center; z-index: 5; transform-style: preserve-3d; }
.mond-token-halo { position: absolute; inset: 3%; border-radius: 50%; background: conic-gradient(from 90deg, rgba(22,197,255,.15), rgba(132,69,255,.28), rgba(220,71,255,.14), rgba(22,197,255,.15)); filter: blur(28px); animation: mondHalo 9s linear infinite; }
@keyframes mondHalo { to { transform: rotate(360deg); } }
.mond-hero-token { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 30px 35px rgba(0,0,0,.36)) drop-shadow(0 0 28px rgba(68,132,255,.24)); animation: mondFloat 5s ease-in-out infinite; }
@keyframes mondFloat { 50% { transform: translateY(-16px) rotate(1.2deg); } }
.mond-orbit { position: absolute; border: 1px solid rgba(114,164,255,.15); border-radius: 50%; z-index: 1; }
.mond-orbit::after { content: ''; position: absolute; top: 50%; left: -5px; width: 9px; height: 9px; border-radius: 50%; background: #64e7ff; box-shadow: 0 0 18px #64e7ff; }
.mond-orbit-a { width: 520px; height: 250px; transform: rotate(-18deg); animation: mondOrbitA 11s linear infinite; }
.mond-orbit-b { width: 460px; height: 460px; border-color: rgba(147,90,255,.17); animation: mondOrbitB 15s linear infinite reverse; }
.mond-orbit-c { width: 310px; height: 520px; transform: rotate(44deg); border-color: rgba(68,219,255,.10); animation: mondOrbitA 13s linear infinite reverse; }
@keyframes mondOrbitA { to { transform: rotate(342deg); } }
@keyframes mondOrbitB { to { transform: rotate(360deg); } }
.mond-floating-chip { position: absolute; z-index: 10; min-width: 138px; display: flex; align-items: center; gap: 10px; padding: 10px 12px; border: 1px solid rgba(255,255,255,.1); border-radius: 13px; background: rgba(8,12,31,.74); backdrop-filter: blur(14px); box-shadow: 0 14px 30px rgba(0,0,0,.22); }
.mond-floating-chip span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; background: var(--mond-gradient-soft); color: #87e9ff; font-size: 10px; font-weight: 800; }
.mond-floating-chip b { font-size: 10px; letter-spacing: .04em; }
.mond-chip-one { top: 16%; left: 0; animation: mondChip 4s ease-in-out infinite; }
.mond-chip-two { right: -5%; top: 40%; animation: mondChip 4.8s ease-in-out infinite .4s; }
.mond-chip-three { left: 7%; bottom: 12%; animation: mondChip 4.4s ease-in-out infinite .2s; }
@keyframes mondChip { 50% { transform: translateY(-8px); } }
.mond-scroll-cue { position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; color: #61709d; font-size: 8px; text-transform: uppercase; letter-spacing: .16em; }
.mond-scroll-cue i { width: 1px; height: 34px; background: linear-gradient(to bottom, #6de7ff, transparent); animation: mondScrollCue 1.8s ease-in-out infinite; }
@keyframes mondScrollCue { 50% { transform: scaleY(.55); transform-origin: top; opacity: .5; } }

/* shared headings */
.mond-kicker { margin-bottom: 12px; }
.mond-section-copy h2, .mond-section-head h2, .mond-meta-copy h2, .mond-whitepaper h2, .mond-contact-copy h2, .mond-community h2 { margin: 0; font-size: clamp(34px, 4.5vw, 58px); line-height: 1.06; letter-spacing: -.045em; }
.mond-section-copy h2 span, .mond-section-head h2 span, .mond-meta-copy h2 span, .mond-whitepaper h2 span, .mond-contact-copy h2 span, .mond-community h2 span { background: linear-gradient(90deg, #56e9ff, #8b6cff, #e055ff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.mond-section-copy > p, .mond-meta-copy > p, .mond-contact-copy > p, .mond-whitepaper-copy > p { margin: 22px 0 0; color: #9eabcf; font-size: 14px; line-height: 1.85; }
.mond-section-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 44px; }
.mond-section-head > p { max-width: 450px; margin: 0; color: #8f9cc2; font-size: 13px; }
.mond-center-head { text-align: center; flex-direction: column; align-items: center; gap: 14px; }
.mond-center-head > p { max-width: 620px; }

/* Stats */
.mond-stats-section { padding: 30px 0 90px; }
.mond-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.mond-stat-card { position: relative; overflow: hidden; min-height: 190px; padding: 20px; border: 1px solid var(--mond-line); border-radius: 20px; background: linear-gradient(150deg, rgba(20,28,63,.86), rgba(9,13,34,.76)); box-shadow: var(--mond-shadow); transition: .3s ease; }
.mond-stat-card::after { content: ''; position: absolute; width: 110px; height: 110px; right: -40px; bottom: -55px; border-radius: 50%; background: rgba(76, 98, 255, .16); filter: blur(20px); }
.mond-stat-card:hover { transform: translateY(-5px); border-color: rgba(77, 201, 255, .28); }
.mond-stat-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; border: 1px solid rgba(91,223,255,.16); background: var(--mond-gradient-soft); color: #85e9ff; font-size: 15px; font-weight: 900; }
.mond-stat-card > span { display: block; margin-top: 28px; color: #8190b8; font-size: 9px; text-transform: uppercase; letter-spacing: .13em; }
.mond-stat-card strong { display: block; margin-top: 4px; font-size: 25px; letter-spacing: -.03em; }
.mond-stat-card small { display: block; margin-top: 6px; color: #67749b; font-size: 9px; }

/* About */
.mond-about { background: radial-gradient(circle at 16% 55%, rgba(38,166,255,.08), transparent 28%), linear-gradient(180deg, #060817, #080b1c); }
.mond-split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.mond-holo-frame { position: relative; min-height: 520px; border: 1px solid rgba(105,184,255,.14); border-radius: 30px; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at center, rgba(55,87,255,.15), transparent 44%), linear-gradient(180deg, rgba(11,20,52,.75), rgba(5,10,27,.85)); }
.mond-holo-frame::before { content: ''; position: absolute; inset: 16px; border: 1px solid rgba(92,217,255,.08); border-radius: 22px; }
.mond-holo-grid { position: absolute; inset: 0; opacity: .27; background-image: linear-gradient(rgba(79,183,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(79,183,255,.08) 1px, transparent 1px); background-size: 30px 30px; }
.mond-holo-frame img { width: 66%; z-index: 3; filter: drop-shadow(0 0 30px rgba(89,114,255,.28)); animation: mondFloat 6s ease-in-out infinite; }
.mond-holo-ring { position: absolute; border-radius: 50%; border: 1px solid rgba(119,111,255,.2); }
.mond-holo-ring-one { width: 340px; height: 340px; animation: mondOrbitB 16s linear infinite; }
.mond-holo-ring-two { width: 440px; height: 190px; transform: rotate(28deg); border-color: rgba(61,220,255,.14); }
.mond-holo-caption { position: absolute; left: 22px; bottom: 19px; color: #5e6e99; font-size: 8px; letter-spacing: .18em; }
.mond-feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 34px; }
.mond-feature-item { display: flex; gap: 12px; padding: 15px; border: 1px solid rgba(255,255,255,.07); border-radius: 15px; background: rgba(255,255,255,.025); }
.mond-feature-item i { flex: 0 0 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: var(--mond-gradient-soft); color: #7ce8ff; font-style: normal; font-size: 9px; font-weight: 800; }
.mond-feature-item h3 { margin: 1px 0 3px; font-size: 12px; }
.mond-feature-item p { margin: 0; color: #7482aa; font-size: 9px; line-height: 1.5; }

/* Why */
.mond-why { background: #07091a; }
.mond-why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.mond-why-card { position: relative; min-height: 220px; padding: 24px; border: 1px solid rgba(255,255,255,.075); border-radius: 19px; background: linear-gradient(150deg, rgba(255,255,255,.035), rgba(255,255,255,.012)); overflow: hidden; transition: .3s ease; }
.mond-why-card::before { content: ''; position: absolute; inset: auto -25px -30px auto; width: 100px; height: 100px; border-radius: 50%; background: rgba(90,77,255,.14); filter: blur(24px); }
.mond-why-card:hover { transform: translateY(-5px); background: linear-gradient(150deg, rgba(47,186,255,.06), rgba(121,73,255,.05)); border-color: rgba(92,211,255,.22); }
.mond-why-card b { color: #5ce3ff; font-size: 10px; letter-spacing: .12em; }
.mond-why-card h3 { margin: 48px 0 10px; font-size: 17px; }
.mond-why-card p { margin: 0; color: #7d89ad; font-size: 11px; line-height: 1.7; }

/* Metaverse */
.mond-metaverse { min-height: 760px; display: flex; align-items: center; overflow: hidden; background: radial-gradient(circle at 70% 45%, rgba(98,76,255,.12), transparent 34%), linear-gradient(180deg, #07091a, #070b20); }
.mond-meta-grid-bg { opacity: .38; mask-image: radial-gradient(circle at 65% 50%, #000, transparent 55%); }
.mond-meta-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.mond-meta-copy { position: relative; z-index: 3; }
.mond-text-link { display: inline-flex; gap: 10px; align-items: center; margin-top: 30px; color: #7ce8ff; font-size: 11px; font-weight: 800; }
.mond-meta-stage { position: relative; min-height: 520px; }
.mond-meta-sphere { position: absolute; width: 330px; height: 330px; border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%,-50%); display: grid; place-items: center; background: radial-gradient(circle at 40% 35%, rgba(75,195,255,.18), rgba(42,45,143,.12) 42%, rgba(5,8,26,.86) 72%); border: 1px solid rgba(91,222,255,.22); box-shadow: inset 0 0 60px rgba(59,99,255,.1), 0 0 70px rgba(79,84,255,.12); }
.mond-meta-sphere img { width: 68%; filter: drop-shadow(0 0 22px rgba(90,135,255,.25)); z-index: 3; }
.mond-meta-latitude, .mond-meta-longitude { position: absolute; inset: 12%; border-radius: 50%; border: 1px solid rgba(112,211,255,.16); }
.mond-meta-latitude { transform: rotateX(67deg); }
.mond-meta-longitude { transform: rotateY(67deg); }
.mond-node { position: absolute; width: 10px; height: 10px; border-radius: 50%; background: #70e6ff; box-shadow: 0 0 0 7px rgba(112,230,255,.07), 0 0 18px rgba(112,230,255,.55); }
.mond-node-1 { left: 9%; top: 40%; }.mond-node-2 { left: 28%; top: 14%; }.mond-node-3 { right: 19%; top: 18%; }.mond-node-4 { right: 5%; top: 53%; }.mond-node-5 { right: 25%; bottom: 10%; }.mond-node-6 { left: 17%; bottom: 16%; }
.mond-network-lines { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.mond-network-lines path { fill: none; stroke: rgba(84,162,255,.18); stroke-width: 1; stroke-dasharray: 5 10; animation: mondDash 12s linear infinite; }
@keyframes mondDash { to { stroke-dashoffset: -160; } }

/* Tokenomics */
.mond-tokenomics { background: linear-gradient(180deg, #070b20, #060817); }
.mond-tokenomics-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 30px; align-items: stretch; }
.mond-token-orbit-card { border: 1px solid rgba(255,255,255,.07); border-radius: 26px; background: rgba(255,255,255,.025); min-height: 540px; display: grid; place-items: center; overflow: hidden; }
.mond-token-orbit { position: relative; width: 390px; height: 390px; display: grid; place-items: center; }
.mond-token-orbit img { width: 59%; z-index: 4; filter: drop-shadow(0 0 24px rgba(91,132,255,.22)); }
.mond-token-orbit-ring { position: absolute; border-radius: 50%; border: 1px solid rgba(112,192,255,.16); }
.mond-token-orbit .ring-a { inset: 5%; animation: mondOrbitB 14s linear infinite; }
.mond-token-orbit .ring-b { inset: 21%; border-color: rgba(165,97,255,.21); animation: mondOrbitB 10s linear infinite reverse; }
.mond-orbit-label { position: absolute; min-width: 68px; height: 33px; padding: 0 10px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.08); border-radius: 10px; background: rgba(10,14,37,.85); color: #8be9ff; font-size: 9px; font-weight: 800; }
.label-a { top: 7%; left: 9%; }.label-b { right: 4%; top: 42%; }.label-c { left: 15%; bottom: 5%; }
.mond-token-data { display: grid; gap: 10px; }
.mond-token-row, .mond-contract-card { border: 1px solid rgba(255,255,255,.075); border-radius: 16px; background: rgba(255,255,255,.025); }
.mond-token-row { min-height: 70px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.mond-token-row span, .mond-contract-card > span { color: #7785ac; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.mond-token-row strong { font-size: 12px; text-align: right; }
.mond-contract-card { padding: 18px; }
.mond-contract-card > div { display: flex; gap: 10px; margin-top: 10px; }
.mond-contract-card code { flex: 1; min-width: 0; padding: 12px; border-radius: 10px; background: rgba(0,0,0,.2); color: #aeb9db; font-size: 10px; overflow: hidden; text-overflow: ellipsis; }
.mond-contract-card button { flex: 0 0 auto; border: 1px solid rgba(95,214,255,.2); border-radius: 10px; background: rgba(55,175,255,.08); color: #8deaff; padding: 0 14px; cursor: pointer; font-size: 10px; font-weight: 800; }
.mond-contract-card small { display: block; margin-top: 10px; color: #59678d; font-size: 8px; }

/* Tech */
.mond-tech { background: radial-gradient(circle at 80% 50%, rgba(81,64,255,.1), transparent 30%), #060817; }
.mond-tech-grid { grid-template-columns: 1fr 1fr; }
.mond-tech-list { margin-top: 28px; display: grid; gap: 9px; }
.mond-tech-item { display: flex; align-items: center; gap: 12px; padding: 12px; border: 1px solid rgba(255,255,255,.06); border-radius: 13px; background: rgba(255,255,255,.02); }
.mond-tech-item > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: var(--mond-gradient-soft); color: #73e6ff; font-size: 9px; font-weight: 800; }
.mond-tech-item b { display: block; font-size: 11px; }.mond-tech-item small { display: block; margin-top: 2px; color: #69779d; font-size: 8px; }
.mond-tech-visual { position: relative; min-height: 510px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.065); border-radius: 28px; background: radial-gradient(circle at center, rgba(57,94,255,.13), transparent 42%), rgba(255,255,255,.02); overflow: hidden; }
.mond-tech-core { width: 130px; height: 130px; border-radius: 50%; display: grid; place-items: center; text-align: center; border: 1px solid rgba(91,219,255,.22); background: radial-gradient(circle, rgba(64,176,255,.15), rgba(10,13,38,.85)); box-shadow: 0 0 40px rgba(53,120,255,.13); z-index: 4; }
.mond-tech-core span { display: block; color: #79e6ff; font-size: 17px; font-weight: 900; }.mond-tech-core b { display: block; font-size: 9px; letter-spacing: .12em; }
.mond-tech-ring { position: absolute; border-radius: 50%; border: 1px solid rgba(101,172,255,.13); }.ring-1 { width: 230px; height: 230px; }.ring-2 { width: 340px; height: 340px; }.ring-3 { width: 445px; height: 260px; transform: rotate(-26deg); }
.mond-tech-point { position: absolute; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; border: 1px solid rgba(255,255,255,.09); background: #0d1432; color: #6ce5ff; font-size: 9px; font-weight: 800; box-shadow: 0 0 24px rgba(45,140,255,.12); }.point-1 { top: 19%; left: 23%; }.point-2 { top: 27%; right: 15%; }.point-3 { left: 18%; bottom: 17%; }.point-4 { right: 22%; bottom: 10%; }

/* Roadmap */
.mond-roadmap { background: linear-gradient(180deg, #060817, #080b1f); }
.mond-roadmap-track { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; padding-top: 52px; }
.mond-roadmap-line { position: absolute; top: 23px; left: 4%; right: 4%; height: 2px; background: rgba(255,255,255,.07); overflow: hidden; }
.mond-roadmap-line span { display: block; width: 0; height: 100%; background: var(--mond-gradient); box-shadow: 0 0 15px rgba(77,200,255,.35); }
.mond-roadmap-step { position: relative; min-height: 260px; padding: 24px 19px; border: 1px solid rgba(255,255,255,.07); border-radius: 18px; background: rgba(255,255,255,.025); }
.mond-roadmap-dot { position: absolute; top: -36px; left: 26px; width: 14px; height: 14px; border-radius: 50%; background: #0a0e26; border: 3px solid #57dbff; box-shadow: 0 0 0 6px rgba(87,219,255,.07), 0 0 18px rgba(87,219,255,.4); }
.mond-roadmap-step > span { color: #67e3ff; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.mond-roadmap-step h3 { margin: 52px 0 10px; font-size: 16px; line-height: 1.35; }
.mond-roadmap-step p { margin: 0; color: #737fa4; font-size: 10px; line-height: 1.7; }

/* Whitepaper */
.mond-whitepaper { background: #080b1f; }
.mond-whitepaper-card { min-height: 480px; border: 1px solid rgba(255,255,255,.08); border-radius: 30px; padding: 56px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 50px; overflow: hidden; background: radial-gradient(circle at 80% 50%, rgba(92,76,255,.18), transparent 28%), linear-gradient(135deg, rgba(13,21,53,.95), rgba(8,11,31,.95)); box-shadow: var(--mond-shadow); }
.mond-whitepaper-copy { position: relative; z-index: 4; }.mond-whitepaper-copy .mond-btn { margin-top: 28px; }
.mond-whitepaper-visual { position: relative; min-height: 350px; display: grid; place-items: center; perspective: 1000px; }
.mond-doc-front, .mond-doc-back { position: absolute; width: 250px; height: 330px; border-radius: 18px; }
.mond-doc-back { background: linear-gradient(140deg, #4b3ab8, #19255d); transform: rotate(10deg) translate(16px, 8px); opacity: .7; }
.mond-doc-front { padding: 24px; background: linear-gradient(165deg, #16255c, #0b1231 58%, #11163e); border: 1px solid rgba(104,205,255,.22); box-shadow: 0 26px 50px rgba(0,0,0,.35); transform: rotate(-5deg); }
.mond-doc-top { display: flex; align-items: center; gap: 10px; }.mond-doc-top img { width: 40px; height: 40px; object-fit: contain; }.mond-doc-top span { font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.mond-doc-front h4 { margin: 62px 0 5px; font-size: 25px; letter-spacing: .08em; }.mond-doc-front p { margin: 0; color: #8592ba; font-size: 8px; line-height: 1.5; }.mond-doc-lines { display: grid; gap: 8px; margin-top: 30px; }.mond-doc-lines i { display: block; height: 3px; border-radius: 20px; background: linear-gradient(90deg, rgba(85,226,255,.4), rgba(130,83,255,.2)); }.mond-doc-lines i:nth-child(2) { width: 78%; }.mond-doc-lines i:nth-child(3) { width: 65%; }.mond-doc-lines i:nth-child(4) { width: 86%; }.mond-doc-front b { position: absolute; left: 24px; bottom: 24px; color: #61e5ff; font-size: 9px; letter-spacing: .12em; }

/* Community */
.mond-community { background: linear-gradient(180deg, #080b1f, #060817); }
.mond-community-card { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; align-items: center; border: 1px solid rgba(255,255,255,.07); border-radius: 26px; padding: 44px; background: rgba(255,255,255,.02); }
.mond-community-card p { color: #8794bb; font-size: 12px; max-width: 530px; }
.mond-social-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px; }
.mond-social-grid a { min-height: 88px; padding: 14px; display: flex; align-items: center; gap: 12px; border: 1px solid rgba(255,255,255,.07); border-radius: 15px; background: rgba(255,255,255,.025); transition: .25s ease; }
.mond-social-grid a:hover { transform: translateY(-3px); border-color: rgba(79,214,255,.24); background: rgba(63,153,255,.06); }
.mond-social-grid span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; background: var(--mond-gradient-soft); color: #77e7ff; font-size: 10px; font-weight: 900; }.mond-social-grid b { font-size: 11px; }

/* Contact */
.mond-contact { background: radial-gradient(circle at 15% 40%, rgba(20,191,255,.07), transparent 28%), #060817; }
.mond-contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.mond-contact-info { margin-top: 35px; display: grid; gap: 10px; }.mond-contact-info div { padding: 13px 14px; border-left: 2px solid #59deff; background: rgba(255,255,255,.02); }.mond-contact-info span { display: block; color: #68769d; font-size: 8px; text-transform: uppercase; letter-spacing: .13em; }.mond-contact-info strong { display: block; margin-top: 4px; font-size: 10px; }
.mond-contact-form { padding: 26px; border: 1px solid rgba(255,255,255,.075); border-radius: 22px; background: rgba(255,255,255,.025); box-shadow: var(--mond-shadow); }
.mond-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.mond-contact-form label { display: block; margin-bottom: 12px; }.mond-contact-form label > span { display: block; margin-bottom: 7px; color: #8190b7; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }.mond-contact-form input, .mond-contact-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.08); border-radius: 12px; outline: none; padding: 13px 14px; color: #fff; background: rgba(5,8,25,.6); transition: .2s ease; }.mond-contact-form input::placeholder, .mond-contact-form textarea::placeholder { color: #4f5e85; }.mond-contact-form input:focus, .mond-contact-form textarea:focus { border-color: rgba(83,216,255,.34); box-shadow: 0 0 0 3px rgba(83,216,255,.06); }.mond-contact-form textarea { resize: vertical; min-height: 150px; }

/* Footer */
.mond-footer { position: relative; padding: 70px 0 22px; border-top: 1px solid rgba(255,255,255,.06); background: #050713; overflow: hidden; }
.mond-footer-glow { position: absolute; top: -2px; left: 15%; right: 15%; height: 2px; background: var(--mond-gradient); box-shadow: 0 0 30px rgba(61,170,255,.45); }
.mond-footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .7fr .9fr; gap: 35px; }.mond-footer-brand img { width: 74px; }.mond-footer-brand h3 { margin: 12px 0 6px; letter-spacing: .16em; }.mond-footer-brand p { max-width: 330px; margin: 0; color: #657195; font-size: 9px; line-height: 1.75; }.mond-footer-col { display: flex; flex-direction: column; gap: 9px; }.mond-footer-col h4 { margin: 0 0 8px; font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }.mond-footer-col a, .mond-footer-col span { color: #6f7b9f; font-size: 9px; transition: .2s ease; }.mond-footer-col a:hover { color: #71e3ff; transform: translateX(3px); }.mond-footer-bottom { margin-top: 48px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.05); display: flex; justify-content: space-between; color: #4f5b7c; font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }

/* Modal */
.mond-modal { position: fixed; inset: 0; z-index: 300; display: grid; place-items: center; opacity: 0; visibility: hidden; transition: .25s ease; }.mond-modal.open { opacity: 1; visibility: visible; }.mond-modal-backdrop { position: absolute; inset: 0; background: rgba(2,4,13,.72); backdrop-filter: blur(10px); }.mond-wallet-modal { position: relative; z-index: 2; width: min(440px, calc(100% - 32px)); padding: 28px; border: 1px solid rgba(255,255,255,.09); border-radius: 24px; background: linear-gradient(160deg, #121936, #080c22); box-shadow: 0 34px 80px rgba(0,0,0,.48); transform: translateY(14px) scale(.98); transition: .25s ease; }.mond-modal.open .mond-wallet-modal { transform: translateY(0) scale(1); }.mond-modal-close { position: absolute; right: 15px; top: 15px; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.08); border-radius: 10px; background: rgba(255,255,255,.04); cursor: pointer; font-size: 20px; }.mond-modal-kicker { color: #74e5ff; font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }.mond-wallet-modal h3 { margin: 10px 0 8px; font-size: 25px; }.mond-wallet-modal > p { margin: 0; color: #7b88af; font-size: 10px; line-height: 1.6; }.mond-wallet-options { display: grid; gap: 9px; margin-top: 24px; }.mond-wallet-options button { width: 100%; padding: 11px 12px; display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 12px; text-align: left; border: 1px solid rgba(255,255,255,.07); border-radius: 14px; background: rgba(255,255,255,.025); cursor: pointer; transition: .2s ease; }.mond-wallet-options button:hover { border-color: rgba(71,207,255,.25); transform: translateY(-2px); background: rgba(60,154,255,.05); }.wallet-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; font-size: 12px; font-weight: 900; background: var(--mond-gradient-soft); color: #79e6ff; }.mond-wallet-options b { display: block; font-size: 11px; }.mond-wallet-options small { display: block; color: #647298; font-size: 8px; margin-top: 2px; }.mond-wallet-options i { color: #6be5ff; font-style: normal; }.mond-wallet-note { display: block; margin-top: 16px; color: #566486; font-size: 8px; line-height: 1.55; }.mond-wallet-note code { color: #7f8aad; }
.mond-toast { position: fixed; z-index: 500; left: 50%; bottom: 24px; transform: translate(-50%, 20px); padding: 12px 16px; border: 1px solid rgba(102,216,255,.2); border-radius: 12px; background: rgba(10,14,37,.92); color: #dff9ff; font-size: 10px; box-shadow: 0 15px 40px rgba(0,0,0,.3); opacity: 0; visibility: hidden; transition: .25s ease; }.mond-toast.show { transform: translate(-50%, 0); opacity: 1; visibility: visible; }

/* Responsive */
@media (max-width: 1080px) {
  .mond-nav { gap: 1px; }.mond-nav a { padding-inline: 7px; font-size: 10px; }.mond-brand { min-width: 180px; }.mond-brand small { display: none; }
  .mond-hero-grid { grid-template-columns: 1fr 1fr; gap: 20px; }.mond-hero-visual { min-height: 480px; }.mond-floating-chip { min-width: 120px; }.mond-orbit-a { width: 430px; }.mond-orbit-b { width: 390px; height: 390px; }
  .mond-roadmap-track { grid-template-columns: repeat(3, 1fr); row-gap: 28px; }.mond-roadmap-line { display: none; }.mond-roadmap-dot { top: 18px; right: 18px; left: auto; }.mond-roadmap-step h3 { margin-top: 30px; }
}

@media (max-width: 860px) {
  .mond-header { inset: 10px 0 auto; }.mond-header-inner { height: 64px; }.mond-brand img { width: 42px; height: 42px; }.mond-nav { position: fixed; top: 84px; left: 20px; right: 20px; display: flex; flex-direction: column; align-items: stretch; gap: 3px; padding: 12px; border: 1px solid rgba(255,255,255,.08); border-radius: 18px; background: rgba(8,12,30,.96); backdrop-filter: blur(18px); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .25s ease; box-shadow: 0 25px 55px rgba(0,0,0,.35); }.mond-nav.open { opacity: 1; visibility: visible; transform: none; }.mond-nav a { padding: 13px; font-size: 12px; border-radius: 10px; }.mond-nav a.active { background: rgba(70,157,255,.07); }.mond-menu-btn { display: grid; }.mond-wallet-btn { min-height: 40px; padding: 0 12px; }.mond-wallet-btn #mondWalletLabel { max-width: 95px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .mond-hero { min-height: auto; padding-top: 130px; }.mond-hero-grid { grid-template-columns: 1fr; }.mond-hero-copy { text-align: center; }.mond-eyebrow { margin-inline: auto; }.mond-hero-text { margin-inline: auto; }.mond-hero-actions, .mond-hero-mini-stats { justify-content: center; }.mond-hero-visual { min-height: 520px; max-width: 650px; width: 100%; margin: 0 auto; }.mond-scroll-cue { display: none; }
  .mond-stats-grid { grid-template-columns: 1fr 1fr; }.mond-split-grid, .mond-meta-grid, .mond-tokenomics-layout, .mond-tech-grid, .mond-contact-grid, .mond-community-card, .mond-whitepaper-card { grid-template-columns: 1fr; }.mond-section-head { flex-direction: column; align-items: flex-start; gap: 14px; }.mond-section-head > p { max-width: 650px; }.mond-center-head { align-items: center; }.mond-meta-copy { text-align: center; }.mond-meta-stage { min-height: 500px; }.mond-token-orbit-card { min-height: 460px; }.mond-tech-visual { min-height: 470px; }.mond-community-card { gap: 30px; }.mond-whitepaper-card { gap: 10px; }.mond-whitepaper-copy { text-align: center; }.mond-whitepaper-visual { min-height: 380px; }.mond-contact-grid { gap: 35px; }.mond-footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }.mond-footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .mond-container { width: min(100% - 28px, 1180px); }.mond-section { padding: 82px 0; }.mond-header-inner { padding: 0 10px 0 12px; border-radius: 16px; }.mond-brand { min-width: 0; }.mond-brand span { display: none; }.mond-wallet-btn { font-size: 9px; }.mond-hero { padding-top: 112px; }.mond-hero h1 { font-size: clamp(40px, 13vw, 58px); }.mond-hero-text { font-size: 13px; }.mond-hero-mini-stats { gap: 14px; }.mond-hero-mini-stats strong { font-size: 12px; }.mond-hero-visual { min-height: 390px; }.mond-hero-token-wrap { width: min(300px, 76vw); }.mond-orbit-a { width: 330px; height: 170px; }.mond-orbit-b { width: 300px; height: 300px; }.mond-orbit-c { width: 220px; height: 350px; }.mond-floating-chip { min-width: 104px; padding: 8px; }.mond-floating-chip span { width: 26px; height: 26px; }.mond-chip-one { left: 0; }.mond-chip-two { right: 0; }.mond-chip-three { left: 3%; bottom: 5%; }
  .mond-stats-grid, .mond-feature-list, .mond-why-grid, .mond-social-grid, .mond-roadmap-track, .mond-form-row { grid-template-columns: 1fr; }.mond-stat-card { min-height: 160px; }.mond-section-copy h2, .mond-section-head h2, .mond-meta-copy h2, .mond-whitepaper h2, .mond-contact-copy h2, .mond-community h2 { font-size: 36px; }.mond-holo-frame { min-height: 390px; }.mond-holo-frame img { width: 72%; }.mond-holo-ring-one { width: 270px; height: 270px; }.mond-holo-ring-two { width: 340px; height: 150px; }.mond-why-card { min-height: 180px; }.mond-why-card h3 { margin-top: 34px; }
  .mond-meta-stage { min-height: 380px; }.mond-meta-sphere { width: 245px; height: 245px; }.mond-token-orbit-card { min-height: 380px; }.mond-token-orbit { width: 300px; height: 300px; }.mond-token-row { align-items: flex-start; flex-direction: column; justify-content: center; gap: 4px; padding-block: 14px; }.mond-token-row strong { text-align: left; }.mond-contract-card > div { flex-direction: column; }.mond-contract-card button { min-height: 38px; }.mond-tech-visual { min-height: 380px; }.ring-3 { width: 350px; }.mond-roadmap-step { min-height: 190px; }.mond-whitepaper-card { padding: 28px 20px; border-radius: 22px; }.mond-doc-front, .mond-doc-back { width: 210px; height: 290px; }.mond-community-card { padding: 24px; }.mond-contact-form { padding: 18px; }.mond-footer-grid { grid-template-columns: 1fr 1fr; }.mond-footer-brand { grid-column: 1 / -1; }.mond-footer-bottom { flex-direction: column; gap: 8px; }.mond-toast { width: calc(100% - 32px); text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .mond-cursor-glow { display: none; }
}

/* ===== MOND ANIMATED UI V2 ===== */
/* High-visibility typography + richer motion. All selectors stay inside the MOND prefix. */
:root {
  --mond-white: #ffffff;
  --mond-text: #edf3ff;
  --mond-muted: #b7c4e8;
  --mond-soft-text: #9eadd2;
  --mond-bright-blue: #3fdcff;
  --mond-bright-purple: #9b67ff;
}

body {
  position: relative;
  isolation: isolate;
  color: var(--mond-white);
  background:
    radial-gradient(circle at 15% 10%, rgba(28, 174, 255, .08), transparent 30%),
    radial-gradient(circle at 85% 18%, rgba(147, 77, 255, .08), transparent 34%),
    #060817;
}

/* Animated ambient light that never sits above content */
body::before {
  content: '';
  position: fixed;
  z-index: -1;
  inset: -28%;
  pointer-events: none;
  background:
    radial-gradient(circle at 25% 35%, rgba(33, 205, 255, .10), transparent 22%),
    radial-gradient(circle at 70% 35%, rgba(118, 68, 255, .11), transparent 24%),
    radial-gradient(circle at 55% 76%, rgba(218, 72, 255, .06), transparent 20%);
  filter: blur(34px);
  animation: mondAmbientDrift 20s ease-in-out infinite alternate;
}

@keyframes mondAmbientDrift {
  0% { transform: translate3d(-3%, -2%, 0) scale(1); }
  50% { transform: translate3d(4%, 2%, 0) scale(1.06); }
  100% { transform: translate3d(-1%, 5%, 0) scale(1.02); }
}

.mond-section { isolation: isolate; }
.mond-section > .mond-container { position: relative; z-index: 2; }
.mond-section::after {
  content: '';
  position: absolute;
  z-index: 0;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  right: -300px;
  top: 8%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(86, 94, 255, .08), transparent 66%);
  filter: blur(8px);
  animation: mondSectionGlow 10s ease-in-out infinite alternate;
}
@keyframes mondSectionGlow {
  to { transform: translate3d(-80px, 55px, 0) scale(1.15); opacity: .72; }
}

/* Readability pass */
.mond-hero-text,
.mond-section-copy > p,
.mond-meta-copy > p,
.mond-contact-copy > p,
.mond-whitepaper-copy > p,
.mond-section-head > p,
.mond-community-card p { color: #bac7e7; }
.mond-feature-item p,
.mond-why-card p,
.mond-token-row span,
.mond-contract-card > span,
.mond-contract-card small,
.mond-tech-item small,
.mond-roadmap-step p,
.mond-contact-info span,
.mond-footer-brand p,
.mond-footer-col a,
.mond-footer-col span { color: #9faed1; }
.mond-nav a { color: #d1daf3; font-size: 12.5px; }
.mond-brand small { color: #aab6d7; font-size: 10px; }
.mond-hero-mini-stats span { color: #9faed2; font-size: 10px; }
.mond-hero-mini-stats strong { color: #fff; font-size: 15px; }
.mond-scroll-cue { color: #9cabd0; font-size: 9px; }
.mond-kicker, .mond-eyebrow { text-shadow: 0 0 18px rgba(79, 226, 255, .18); }

/* Screenshot-matched heading style: Montserrat ExtraBold / 900, compact and highly legible */
.mond-stats-heading {
  position: relative;
  margin: 0 0 22px;
  min-height: 72px;
  padding: 12px 16px 12px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(128, 163, 255, .14);
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(115deg, rgba(14, 21, 52, .96), rgba(8, 13, 34, .88));
  box-shadow: 0 14px 42px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255,255,255,.035);
}
.mond-stats-heading::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(100deg, transparent 10%, rgba(58, 212, 255, .08) 38%, rgba(145, 91, 255, .12) 55%, transparent 80%);
  transform: translateX(-110%);
  animation: mondHeadingSweep 5.5s ease-in-out infinite;
}
@keyframes mondHeadingSweep {
  0%, 20% { transform: translateX(-110%); }
  55%, 100% { transform: translateX(110%); }
}
.mond-stats-title-mark {
  position: relative;
  flex: 0 0 8px;
  height: 42px;
  border-radius: 99px;
  overflow: hidden;
  background: rgba(255,255,255,.05);
}
.mond-stats-title-mark span {
  position: absolute;
  inset: -30% 0;
  border-radius: inherit;
  background: linear-gradient(180deg, #47eaff, #5f7dff 46%, #be5dff);
  box-shadow: 0 0 18px rgba(70, 218, 255, .45);
  animation: mondTitleBar 2.8s ease-in-out infinite alternate;
}
@keyframes mondTitleBar { to { transform: translateY(18%); filter: hue-rotate(18deg); } }
.mond-stats-title {
  position: relative;
  z-index: 2;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(23px, 2.2vw, 31px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -.025em;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(255,255,255,.08), 0 8px 28px rgba(31, 86, 177, .18);
}
.mond-stats-heading p {
  position: relative;
  z-index: 2;
  margin: 7px 0 0;
  color: #aebbdc;
  font-size: 11px;
  line-height: 1.45;
}
.mond-stats-live-badge {
  position: relative;
  z-index: 2;
  margin-left: auto;
  min-height: 32px;
  padding: 0 11px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(89, 231, 255, .19);
  border-radius: 999px;
  background: rgba(72, 194, 255, .055);
  color: #c8f7ff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  white-space: nowrap;
}
.mond-stats-live-badge i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #63ffd1;
  box-shadow: 0 0 0 5px rgba(99,255,209,.07), 0 0 15px rgba(99,255,209,.5);
  animation: mondStatusPulse 1.55s ease-in-out infinite;
}
@keyframes mondStatusPulse { 50% { transform: scale(.7); opacity: .58; } }

/* Hero motion enhancement */
.mond-hero::before {
  content: '';
  position: absolute;
  inset: -25%;
  z-index: -4;
  pointer-events: none;
  background: conic-gradient(from 210deg at 58% 45%, transparent, rgba(39,202,255,.05), transparent 28%, rgba(132,74,255,.07), transparent 63%);
  animation: mondHeroAurora 22s linear infinite;
}
@keyframes mondHeroAurora { to { transform: rotate(360deg) scale(1.04); } }
.mond-grid-bg { animation: mondGridBreathe 9s ease-in-out infinite alternate; }
@keyframes mondGridBreathe { to { opacity: .36; background-position: 24px 24px; } }
.mond-orb-one { animation: mondOrbFloatOne 8s ease-in-out infinite alternate; }
.mond-orb-two { animation: mondOrbFloatTwo 10s ease-in-out infinite alternate; }
@keyframes mondOrbFloatOne { to { transform: translate(-70px, 55px) scale(1.16); } }
@keyframes mondOrbFloatTwo { to { transform: translate(80px, -40px) scale(.92); } }
.mond-hero h1 em {
  background-size: 220% 100%;
  animation: mondTextGradient 4.8s ease-in-out infinite alternate;
}
@keyframes mondTextGradient { to { background-position: 100% 50%; filter: drop-shadow(0 0 34px rgba(117, 84, 255, .28)); } }
.mond-hero-token {
  animation: mondFloat 5s ease-in-out infinite, mondTokenGlow 2.8s ease-in-out infinite alternate;
}
@keyframes mondTokenGlow {
  to { filter: drop-shadow(0 35px 42px rgba(0,0,0,.4)) drop-shadow(0 0 44px rgba(83,174,255,.4)); }
}
.mond-orbit { box-shadow: inset 0 0 26px rgba(72,118,255,.025); }
.mond-orbit::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  top: 16%;
  right: 12%;
  border-radius: 50%;
  background: #b77aff;
  box-shadow: 0 0 14px #b77aff;
}
.mond-floating-chip {
  overflow: hidden;
  border-color: rgba(143, 189, 255, .15);
}
.mond-floating-chip::after {
  content: '';
  position: absolute;
  top: -70%;
  left: -45%;
  width: 28%;
  height: 240%;
  transform: rotate(28deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.13), transparent);
  animation: mondChipShine 5.8s ease-in-out infinite;
}
@keyframes mondChipShine { 0%, 62% { left: -45%; } 100% { left: 125%; } }

/* Stats cards: animated border/light, while text remains solid white */
.mond-stat-card {
  isolation: isolate;
  background:
    radial-gradient(circle at 15% 10%, rgba(68, 207, 255, .08), transparent 38%),
    linear-gradient(145deg, rgba(18, 27, 65, .94), rgba(8, 13, 34, .92));
  animation: mondStatBreath 5.4s ease-in-out infinite alternate;
}
.mond-stat-card:nth-child(2) { animation-delay: .6s; }
.mond-stat-card:nth-child(3) { animation-delay: 1.2s; }
.mond-stat-card:nth-child(4) { animation-delay: 1.8s; }
@keyframes mondStatBreath {
  to { box-shadow: 0 25px 60px rgba(0,0,0,.3), 0 0 26px rgba(75,118,255,.07); border-color: rgba(92, 210, 255, .23); }
}
.mond-stat-card::before {
  content: '';
  position: absolute;
  z-index: 0;
  left: 14px;
  right: 14px;
  top: 0;
  height: 2px;
  border-radius: 20px;
  background: linear-gradient(90deg, transparent, #48e5ff, #7f6cff, #cf5fff, transparent);
  background-size: 220% 100%;
  animation: mondStatLine 3.8s linear infinite;
}
@keyframes mondStatLine { to { background-position: 220% 0; } }
.mond-stat-card > * { position: relative; z-index: 2; }
.mond-stat-icon {
  width: 46px;
  height: 46px;
  color: #d7f9ff;
  font-size: 16px;
  box-shadow: inset 0 0 20px rgba(77,196,255,.06), 0 0 20px rgba(69,170,255,.07);
  animation: mondIconPulse 3s ease-in-out infinite alternate;
}
@keyframes mondIconPulse { to { transform: translateY(-2px) scale(1.04); box-shadow: inset 0 0 20px rgba(104,85,255,.10), 0 0 24px rgba(69,170,255,.15); } }
.mond-stat-card > span {
  margin-top: 24px;
  color: #cbd7f4;
  font-size: 10.5px;
  font-weight: 700;
}
.mond-stat-card strong {
  margin-top: 7px;
  color: #ffffff;
  font-size: clamp(25px, 2vw, 31px);
  font-weight: 900;
  letter-spacing: -.025em;
  text-shadow: 0 6px 24px rgba(80,136,255,.12);
}
.mond-stat-card small {
  margin-top: 7px;
  color: #a8b6d7;
  font-size: 10.5px;
  line-height: 1.45;
}

/* Animated cards and light sweep */
.mond-why-card::after,
.mond-feature-item::after,
.mond-token-row::after,
.mond-roadmap-step::after,
.mond-social-grid a::after {
  content: '';
  position: absolute;
  pointer-events: none;
  top: -80%;
  left: -45%;
  width: 22%;
  height: 260%;
  transform: rotate(24deg);
  background: linear-gradient(90deg, transparent, rgba(132, 225, 255, .07), transparent);
  transition: left .8s ease;
}
.mond-why-card:hover::after,
.mond-feature-item:hover::after,
.mond-token-row:hover::after,
.mond-roadmap-step:hover::after,
.mond-social-grid a:hover::after { left: 125%; }
.mond-feature-item,
.mond-token-row,
.mond-roadmap-step,
.mond-social-grid a { position: relative; overflow: hidden; }
.mond-feature-item { transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.mond-feature-item:hover { transform: translateY(-4px); border-color: rgba(92,218,255,.2); background: rgba(73,136,255,.055); }

/* Holographic scan animation */
.mond-holo-frame::after {
  content: '';
  position: absolute;
  z-index: 4;
  left: 5%;
  right: 5%;
  height: 2px;
  top: 12%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(84,229,255,.8), rgba(155,98,255,.55), transparent);
  box-shadow: 0 0 18px rgba(79, 221, 255, .35);
  animation: mondScanner 4.8s ease-in-out infinite;
}
@keyframes mondScanner { 0%,100% { top: 12%; opacity: .25; } 50% { top: 88%; opacity: .9; } }
.mond-holo-ring-two { animation: mondOrbitB 20s linear infinite reverse; }
.mond-holo-grid { animation: mondHoloGrid 7s linear infinite; }
@keyframes mondHoloGrid { to { background-position: 30px 30px; } }

/* Metaverse network motion */
.mond-meta-sphere { animation: mondSpherePulse 5.5s ease-in-out infinite alternate; }
@keyframes mondSpherePulse { to { box-shadow: inset 0 0 76px rgba(68,101,255,.16), 0 0 95px rgba(76,95,255,.18); transform: translate(-50%,-50%) scale(1.018); } }
.mond-meta-sphere img { animation: mondMetaLogoFloat 4.6s ease-in-out infinite; }
@keyframes mondMetaLogoFloat { 50% { transform: translateY(-9px) scale(1.02); } }
.mond-node { animation: mondNodePulse 2.2s ease-in-out infinite alternate; }
.mond-node-2, .mond-node-5 { animation-delay: .45s; }
.mond-node-3, .mond-node-6 { animation-delay: .9s; }
@keyframes mondNodePulse { to { transform: scale(1.55); opacity: .62; box-shadow: 0 0 0 11px rgba(112,230,255,.035), 0 0 28px rgba(112,230,255,.75); } }
.mond-network-lines path { stroke: rgba(91, 181, 255, .28); stroke-width: 1.2; }

/* Tokenomics motion */
.mond-token-orbit img { animation: mondTokenomicsFloat 5.2s ease-in-out infinite; }
@keyframes mondTokenomicsFloat { 50% { transform: translateY(-10px) scale(1.025); filter: drop-shadow(0 0 40px rgba(91,132,255,.35)); } }
.mond-orbit-label { animation: mondLabelFloat 3.8s ease-in-out infinite alternate; }
.label-b { animation-delay: .5s; }
.label-c { animation-delay: 1s; }
@keyframes mondLabelFloat { to { transform: translateY(-6px); border-color: rgba(104,224,255,.25); } }
.mond-token-row { transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.mond-token-row:hover { transform: translateX(5px); border-color: rgba(87,211,255,.22); background: rgba(72,137,255,.05); }

/* Technology motion */
.mond-tech-core { animation: mondTechCore 3.4s ease-in-out infinite alternate; }
@keyframes mondTechCore { to { transform: scale(1.045); box-shadow: 0 0 50px rgba(76,119,255,.15); } }
.mond-tech-ring { animation-duration: 16s !important; }
.mond-tech-point { animation: mondTechPoint 2.6s ease-in-out infinite alternate; }
.point-2 { animation-delay: .5s; }
.point-3 { animation-delay: 1s; }
.point-4 { animation-delay: 1.5s; }
@keyframes mondTechPoint { to { transform: scale(1.08); border-color: rgba(103,231,255,.28); box-shadow: 0 0 22px rgba(69,187,255,.13); } }

/* Roadmap: active energy */
.mond-roadmap-dot { animation: mondRoadmapDot 2.4s ease-in-out infinite alternate; }
@keyframes mondRoadmapDot { to { transform: scale(1.18); box-shadow: 0 0 0 8px rgba(79,214,255,.05), 0 0 28px rgba(81,210,255,.6); } }
.mond-roadmap-step { transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease; }
.mond-roadmap-step:hover { transform: translateY(-7px); border-color: rgba(90,213,255,.24); box-shadow: 0 20px 44px rgba(0,0,0,.22); }

/* Whitepaper depth */
.mond-doc-front { animation: mondDocFloat 5s ease-in-out infinite alternate; }
.mond-doc-back { animation: mondDocBack 6s ease-in-out infinite alternate; }
@keyframes mondDocFloat { to { transform: rotate(-2deg) translateY(-12px); box-shadow: 0 32px 65px rgba(0,0,0,.4), 0 0 32px rgba(75,119,255,.12); } }
@keyframes mondDocBack { to { transform: rotate(13deg) translate(22px, 0); } }
.mond-doc-lines i { background-size: 220% 100%; animation: mondDocLines 4s linear infinite; }
@keyframes mondDocLines { to { background-position: 220% 0; } }

/* Social/contact/footer motion */
.mond-social-grid a { isolation: isolate; }
.mond-social-grid span { animation: mondSocialPulse 3s ease-in-out infinite alternate; }
@keyframes mondSocialPulse { to { transform: translateY(-2px) rotate(2deg); box-shadow: 0 0 22px rgba(76,204,255,.12); } }
.mond-contact-form { animation: mondFormBorder 6s ease-in-out infinite alternate; }
@keyframes mondFormBorder { to { border-color: rgba(93,212,255,.18); box-shadow: 0 24px 62px rgba(0,0,0,.30), 0 0 28px rgba(79,109,255,.055); } }
.mond-footer-brand img { animation: mondFooterLogo 5s ease-in-out infinite; filter: drop-shadow(0 0 20px rgba(74,148,255,.16)); }
@keyframes mondFooterLogo { 50% { transform: translateY(-6px) rotate(1.2deg); } }
.mond-footer-glow { background-size: 220% 100%; animation: mondFooterGlow 4s linear infinite; }
@keyframes mondFooterGlow { to { background-position: 220% 0; } }

/* Magnetic/tilt targets keep text sharp */
.mond-tilt-active { will-change: transform; transform-style: preserve-3d; }
.mond-btn, .mond-wallet-btn { will-change: transform; }

/* In-view heading accent */
.mond-section-head h2,
.mond-section-copy h2,
.mond-meta-copy h2,
.mond-whitepaper h2,
.mond-contact-copy h2,
.mond-community h2 { font-weight: 800; text-wrap: balance; }
.mond-section.mond-inview .mond-kicker { animation: mondKickerGlow 1.2s ease-out both; }
@keyframes mondKickerGlow { 0% { letter-spacing: .24em; filter: brightness(.8); } 100% { letter-spacing: .16em; filter: brightness(1); } }

@media (max-width: 760px) {
  .mond-stats-heading { align-items: flex-start; padding: 14px; }
  .mond-stats-title-mark { height: 38px; }
  .mond-stats-title { font-size: clamp(21px, 6vw, 26px); }
  .mond-stats-heading p { font-size: 10.5px; }
  .mond-stats-live-badge { display: none; }
  .mond-stat-card > span { font-size: 11px; }
  .mond-stat-card small { font-size: 11px; }
  .mond-nav a { font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  body::before,
  .mond-section::after,
  .mond-stats-heading::before,
  .mond-stats-title-mark span,
  .mond-stat-card,
  .mond-stat-card::before,
  .mond-stat-icon,
  .mond-hero::before,
  .mond-grid-bg,
  .mond-orb-one,
  .mond-orb-two,
  .mond-floating-chip::after,
  .mond-holo-frame::after,
  .mond-holo-grid,
  .mond-meta-sphere,
  .mond-meta-sphere img,
  .mond-node,
  .mond-token-orbit img,
  .mond-orbit-label,
  .mond-tech-core,
  .mond-tech-point,
  .mond-roadmap-dot,
  .mond-doc-front,
  .mond-doc-back,
  .mond-doc-lines i,
  .mond-social-grid span,
  .mond-contact-form,
  .mond-footer-brand img,
  .mond-footer-glow { animation: none !important; }
}

/* ============================================================================
   MOND MOBILE HEADER / MENU — FINAL DEFINITIVE FIX
   This block intentionally sits LAST so it overrides all earlier responsive
   rules and the Animated UI V2 additions.
   ============================================================================ */

@media (max-width: 860px) {
  html,
  body {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  /* Keep the complete header inside the visual viewport. */
  .mond-header,
  .mond-header.scrolled {
    position: fixed !important;
    inset: auto !important;
    top: max(8px, env(safe-area-inset-top)) !important;
    left: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    width: 100% !important;
    max-width: 100vw !important;
    margin: 0 !important;
    padding: 0 10px !important;
    z-index: 999999 !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  /* Header container must not inherit the normal content-container width. */
  .mond-header > .mond-container.mond-header-inner,
  .mond-header .mond-header-inner {
    position: relative !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    height: 62px !important;
    margin: 0 !important;
    padding: 0 8px 0 10px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    justify-content: initial !important;
    gap: 8px !important;
    overflow: visible !important;
    box-sizing: border-box !important;
    border-radius: 16px !important;
    background: rgba(8, 11, 29, 0.94) !important;
    border: 1px solid rgba(255, 255, 255, 0.10) !important;
    -webkit-backdrop-filter: blur(18px) !important;
    backdrop-filter: blur(18px) !important;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.28) !important;
  }

  /* Brand occupies only the available space and can never push actions out. */
  .mond-brand {
    grid-column: 1 !important;
    min-width: 0 !important;
    width: auto !important;
    max-width: 100% !important;
    display: flex !important;
    align-items: center !important;
    gap: 9px !important;
    overflow: hidden !important;
  }

  .mond-brand img {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    flex: 0 0 40px !important;
    object-fit: contain !important;
  }

  .mond-brand span {
    min-width: 0 !important;
    overflow: hidden !important;
  }

  .mond-brand strong {
    display: block !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    font-size: 14px !important;
    letter-spacing: .13em !important;
  }

  .mond-brand small {
    display: none !important;
  }

  /* Right-side actions are always reserved inside the screen. */
  .mond-header-actions {
    grid-column: 2 !important;
    position: relative !important;
    z-index: 1000002 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 7px !important;
    flex: 0 0 auto !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  .mond-wallet-btn {
    width: auto !important;
    min-width: 0 !important;
    max-width: 124px !important;
    min-height: 40px !important;
    height: 40px !important;
    padding: 0 10px !important;
    gap: 7px !important;
    flex: 0 1 auto !important;
    border-radius: 11px !important;
    font-size: 9px !important;
    white-space: nowrap !important;
  }

  .mond-wallet-btn #mondWalletLabel {
    display: block !important;
    max-width: 84px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .mond-wallet-dot {
    width: 6px !important;
    height: 6px !important;
    min-width: 6px !important;
    flex: 0 0 6px !important;
  }

  /* Hamburger is always visible and never shrinks. */
  .mond-menu-btn {
    position: relative !important;
    z-index: 1000003 !important;
    width: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
    padding: 0 !important;
    margin: 0 !important;
    flex: 0 0 40px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 3px !important;
    border-radius: 11px !important;
    cursor: pointer !important;
    touch-action: manipulation !important;
    -webkit-tap-highlight-color: transparent !important;
  }

  .mond-menu-btn span {
    display: block !important;
    width: 18px !important;
    height: 2px !important;
    margin: 0 !important;
    flex: 0 0 2px !important;
    background: #ffffff !important;
    border-radius: 20px !important;
    transform-origin: center !important;
  }

  /* Optional animated X state when the menu is open. */
  .mond-menu-btn[aria-expanded='true'] span:nth-child(1) {
    transform: translateY(5px) rotate(45deg) !important;
  }

  .mond-menu-btn[aria-expanded='true'] span:nth-child(2) {
    opacity: 0 !important;
    transform: scaleX(.3) !important;
  }

  .mond-menu-btn[aria-expanded='true'] span:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg) !important;
  }

  /*
     The navigation is ABSOLUTE relative to the full-width header inner.
     This avoids the mobile-WebView problems caused by position:fixed inside
     a backdrop-filtered/glass element.
  */
  .mond-nav {
    position: absolute !important;
    top: calc(100% + 8px) !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    width: calc(100vw - 20px) !important;
    max-width: calc(100vw - 20px) !important;
    min-width: 0 !important;
    max-height: calc(100dvh - 92px) !important;
    margin: 0 !important;
    padding: 10px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 3px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain !important;
    -webkit-overflow-scrolling: touch !important;
    border: 1px solid rgba(255, 255, 255, 0.10) !important;
    border-radius: 17px !important;
    background: rgba(7, 10, 27, 0.985) !important;
    -webkit-backdrop-filter: blur(22px) !important;
    backdrop-filter: blur(22px) !important;
    box-shadow: 0 24px 65px rgba(0, 0, 0, 0.52) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translate(-50%, -8px) scale(.985) !important;
    transform-origin: top center !important;
    transition:
      opacity .22s ease,
      transform .22s ease,
      visibility .22s ease !important;
    z-index: 1000001 !important;
  }

  .mond-nav.open {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translate(-50%, 0) scale(1) !important;
  }

  .mond-nav a {
    position: relative !important;
    width: 100% !important;
    min-height: 46px !important;
    margin: 0 !important;
    padding: 12px 14px !important;
    display: flex !important;
    align-items: center !important;
    border-radius: 10px !important;
    color: #e7edff !important;
    font-size: 13px !important;
    font-weight: 650 !important;
    line-height: 1.2 !important;
    text-align: left !important;
    white-space: normal !important;
    touch-action: manipulation !important;
  }

  .mond-nav a::after {
    display: none !important;
  }

  .mond-nav a:hover,
  .mond-nav a.active {
    color: #ffffff !important;
    background: linear-gradient(
      135deg,
      rgba(30, 196, 255, 0.13),
      rgba(113, 76, 255, 0.12)
    ) !important;
  }

  /* Lock only page scrolling when the menu is open; header/menu stay usable. */
  body.mond-menu-open {
    overflow: hidden !important;
    touch-action: none !important;
  }

  body.mond-menu-open .mond-header,
  body.mond-menu-open .mond-header * {
    touch-action: manipulation !important;
  }

  body.mond-menu-open .mond-nav {
    touch-action: pan-y !important;
  }

  /* Defensive overflow fixes for large animated graphics on mobile. */
  .mond-hero,
  .mond-section,
  .mond-tech,
  .mond-metaverse,
  .mond-tokenomics,
  .mond-roadmap,
  .mond-whitepaper,
  .mond-community,
  .mond-contact,
  .mond-footer {
    max-width: 100vw !important;
    overflow-x: clip !important;
  }
}

@media (max-width: 600px) {
  .mond-header,
  .mond-header.scrolled {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }

  .mond-header > .mond-container.mond-header-inner,
  .mond-header .mond-header-inner {
    height: 58px !important;
    padding-left: 8px !important;
    padding-right: 6px !important;
    gap: 5px !important;
  }

  .mond-brand img {
    width: 37px !important;
    height: 37px !important;
    min-width: 37px !important;
    flex-basis: 37px !important;
  }

  /* On small phones show only the logo; this guarantees action visibility. */
  .mond-brand > span {
    display: none !important;
  }

  .mond-wallet-btn {
    max-width: 108px !important;
    min-height: 38px !important;
    height: 38px !important;
    padding: 0 8px !important;
    gap: 5px !important;
    font-size: 8.5px !important;
  }

  .mond-wallet-btn #mondWalletLabel {
    max-width: 72px !important;
  }

  .mond-menu-btn {
    width: 38px !important;
    min-width: 38px !important;
    max-width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
    flex-basis: 38px !important;
  }

  .mond-nav {
    top: calc(100% + 7px) !important;
    width: calc(100vw - 14px) !important;
    max-width: calc(100vw - 14px) !important;
    max-height: calc(100dvh - 82px) !important;
    border-radius: 15px !important;
  }

  .mond-nav a {
    min-height: 44px !important;
    padding: 11px 12px !important;
    font-size: 12.5px !important;
  }
}

@media (max-width: 380px) {
  .mond-wallet-btn {
    max-width: 96px !important;
    padding-inline: 7px !important;
  }

  .mond-wallet-btn #mondWalletLabel {
    max-width: 61px !important;
  }

  .mond-header-actions {
    gap: 5px !important;
  }
}
