.intro-page {
  position: relative;
  background:
    radial-gradient(circle at top left, rgba(220, 38, 38, 0.35), transparent 28%),
    radial-gradient(circle at 50% 50%, rgba(249, 115, 22, 0.30), transparent 26%),
    radial-gradient(circle at bottom left, rgba(245, 158, 11, 0.25), transparent 30%),
    #120507;
  background-image: none !important;
  min-height: 100vh;
  color: #ffffff;
}

.intro-page .ambient-one {
  opacity: 0;
}

.intro-page .ambient-two {
  opacity: 0;
}

.intro-page .topbar {
  position: relative;
  z-index: 10;
  height: auto;
  min-height: 44px;
  margin-bottom: 0;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  border-bottom: 0;
}

.intro-page .header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 0;
  flex-shrink: 0;
}

.intro-page .brand {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  flex-shrink: 1;
  color: transparent;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: -0.2px;
  background-image: linear-gradient(90deg, #ffffff, #fed7aa 55%, #fcd34d 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.intro-page .brand-mark {
  width: 28px;
  height: 28px;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 10px 20px -8px rgba(249, 115, 22, 0.45);
  overflow: hidden;
}

.intro-page .brand span:last-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.top-nav-language {
  display: none;
}

.lang-dropdown {
  position: relative;
}

.lang-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 132px;
  padding: 6px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(17, 18, 23, 0.98);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32);
  z-index: 30;
}

.lang-option {
  width: 100%;
  border: 0;
  border-radius: 10px;
  padding: 10px 12px;
  color: #d6d8de;
  background: transparent;
  text-align: left;
  font: 600 13px inherit;
  cursor: pointer;
}

.lang-option:hover,
.lang-option.is-active {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.top-nav-language-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(17, 18, 23, 0.92);
  color: #d8dae0;
  font: 600 14px inherit;
  cursor: pointer;
}

.top-nav-language-trigger span:last-child {
  color: #8f94a0;
  margin-left: 8px;
}

.hidden {
  display: none !important;
}

.mobile-bottom-nav {
  display: none;
}

.intro-page .top-nav {
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  gap: 24px;
  padding: 0 20px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.intro-page .top-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0;
  color: rgba(226, 232, 240, 0.86);
}

.intro-page .top-nav a.is-current,
.intro-page .top-nav a:hover {
  color: #fbbf24;
}

.intro-page .menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  background: rgba(255, 255, 255, 0.10);
  color: #cbd5e1;
  flex-shrink: 0;
  align-items: center;
  cursor: pointer;
}

.intro-page .menu-toggle-lines {
  display: grid;
  gap: 4px;
}

.intro-page .menu-toggle-lines span {
  display: block;
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: #e2e8f0;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.intro-page .menu-toggle.is-open .menu-toggle-lines span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.intro-page .menu-toggle.is-open .menu-toggle-lines span:nth-child(2) {
  opacity: 0;
}

.intro-page .menu-toggle.is-open .menu-toggle-lines span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.intro-hero {
  position: relative;
  z-index: 0;
  overflow: hidden;
  isolation: isolate;
  /* margin: 18px 0 30px; */
  padding: 28px 0 0;
}

.intro-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 0px;
  background:
    linear-gradient(120deg, rgba(5, 8, 16, 0.96), rgba(5, 8, 16, 0.6)),
    url("../assets/bg.jpg") center center / cover no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

.intro-hero::after {
  content: "";
  position: absolute;
  inset: auto 48px 24px 48px;
  height: 1px;
  background: linear-gradient(90deg, rgba(249, 115, 22, 0), rgba(249, 115, 22, 0.45), rgba(249, 115, 22, 0));
}

.intro-hero-grid,
.hero-metric-grid {
  position: relative;
  z-index: 1;
}

.intro-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.94fr);
  gap: 28px;
  align-items: center;
  padding: 18px 0 34px;
}

.intro-copy {
  padding: 18px 4px 18px 0;
}

.intro-copy .section-label,
.section-label {
  color: #fbbf24;
}

.intro-copy h1 {
  margin: 0;
  font-size: clamp(42px, 6vw, 74px);
  line-height: 1.02;
  letter-spacing: -2px;
}

.intro-copy p {
  margin: 16px 0 0;
  max-width: 720px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.9;
}

.intro-lede {
  color: #fff;
  font-size: 24px;
  line-height: 1.45;
  font-weight: 700;
}

.hero-chip-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.hero-chip {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(249, 115, 22, 0.18);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(247, 244, 237, 0.84);
  font-size: 12px;
  letter-spacing: 0.04em;
}

.intro-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.intro-primary,
.intro-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 600;
}

.intro-primary {
  color: #17110a;
  background: linear-gradient(100deg, #fbbf24, #f97316);
  box-shadow: 0 12px 30px rgba(255, 121, 69, 0.17);
}

.intro-secondary {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
}

.intro-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(251, 191, 36, 0.40);
  background: rgba(249, 115, 22, 0.20);
  color: #fde68a;
  text-decoration: none;
  font-weight: 700;
  font-size: 11px;
  font-family: "DM Sans", ui-monospace, monospace;
  letter-spacing: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.20);
  transition: transform 0.2s ease, filter 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
}

.intro-header-cta:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
  border-color: rgba(249, 115, 22, 0.5);
}

.intro-card {
  margin-top: 0;
  align-self: end;
  position: relative;
  padding: 28px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(15, 18, 28, 0.82), rgba(12, 14, 20, 0.94));
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

.intro-card::before {
  content: "";
  position: absolute;
  inset: auto -30px -50px auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(143, 107, 255, 0.12);
  filter: blur(30px);
}

.intro-card span {
  position: relative;
  z-index: 1;
  display: block;
  color: var(--gold);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.intro-card strong {
  position: relative;
  z-index: 1;
  display: block;
  color: #fff;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -0.8px;
}

.intro-card p {
  position: relative;
  z-index: 1;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.8;
}

.hero-visual-card {
  position: relative;
  min-height: 430px;
  padding: 26px;
  border-radius: 30px;
  border: 1px solid rgba(249, 115, 22, 0.1);
  background: linear-gradient(180deg, rgba(14, 15, 20, 0.88), rgba(10, 12, 18, 0.88));
  overflow: hidden;
}

.hero-visual-ring {
  position: absolute;
  inset: 8% auto auto 50%;
  width: 320px;
  height: 320px;
  transform: translateX(-50%);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(249, 115, 22, 0.22) 0%, rgba(249, 115, 22, 0.04) 38%, transparent 70%);
  filter: blur(8px);
  animation: pulseGlow 5s ease-in-out infinite;
}

.hero-visual-image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 376px;
  object-fit: cover;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.3);
}

.hero-floating-card {
  position: absolute;
  z-index: 2;
  width: 220px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(249, 115, 22, 0.14);
  background: rgba(10, 10, 16, 0.82);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
}

.hero-floating-left {
  left: 8px;
  bottom: 26px;
  animation: floatCard 6s ease-in-out infinite;
}

.hero-floating-right {
  right: 8px;
  top: 26px;
  animation: floatCard 6s ease-in-out infinite reverse;
}

.hero-floating-card span {
  display: block;
  color: rgba(249, 115, 22, 0.76);
  font-size: 11px;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero-floating-card strong {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 1.35;
}

.hero-floating-card small {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  line-height: 1.7;
}

.hero-metric-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 0 0 34px;
}

.hero-metric-card {
  padding: 20px 22px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.03);
}

.hero-metric-card span {
  display: block;
  color: rgba(249, 115, 22, 0.8);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-metric-card strong {
  display: block;
  margin-top: 10px;
  color: #fff;
  font-size: 24px;
  letter-spacing: -0.8px;
}

.hero-metric-card p {
  margin: 10px 0 0;
  color: rgba(247, 244, 237, 0.72);
  font-size: 13px;
  line-height: 1.75;
}

.intro-main {
  display: grid;
  gap: 22px;
  padding-bottom: 28px;
}

.intro-block,
.intro-section-panel,
.showcase-panel,
.core-tag-panel {
  position: relative;
}

.intro-block {
  padding: 8px 0;
}

.section-headline {
  max-width: 820px;
  margin-bottom: 18px;
}

.section-headline h2,
.panel h2 {
  margin: 0;
  font-size: 42px;
  letter-spacing: -1.4px;
}

.section-copy,
.intro-panel p,
.highlight-card p,
.use-case-card p,
.architecture-step p,
.mechanism-card p,
.showcase-copy p,
.tag-item p {
  color: rgba(247, 244, 237, 0.76);
  font-size: 15px;
  line-height: 1.9;
}

.section-copy {
  white-space: pre-line;
}

.overview-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: 20px;
  align-items: start;
}

.intro-panel p {
  margin: 0;
}

.intro-panel p + p {
  margin-top: 16px;
}

.highlight-stack {
  display: grid;
  gap: 14px;
}

.highlight-card,
.use-case-card,
.mechanism-card,
.tag-item {
  position: relative;
  overflow: hidden;
  padding: 22px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.025));
}

.highlight-card::before,
.use-case-card::before,
.mechanism-card::before,
.tag-item::before {
  content: "";
  position: absolute;
  inset: auto -30px -60px auto;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(249, 115, 22, 0.08);
  filter: blur(24px);
}

.highlight-card span,
.showcase-badge {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(249, 115, 22, 0.18);
  background: rgba(255, 255, 255, 0.04);
  color: #fbbf24;
  font-size: 12px;
  font-weight: 600;
}

.highlight-card strong,
.use-case-card strong,
.architecture-step strong,
.mechanism-card strong,
.showcase-copy h3,
.tag-item strong {
  display: block;
  margin-top: 12px;
  color: #fff;
  line-height: 1.45;
}

.highlight-card strong,
.showcase-copy h3 {
  font-size: 24px;
  letter-spacing: -0.6px;
}

.use-case-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.use-case-card {
  min-height: 220px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.use-case-card:hover,
.tag-item:hover,
.mechanism-card:hover {
  transform: translateY(-3px);
  border-color: rgba(249, 115, 22, 0.16);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.2);
}

.architecture-list {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.architecture-step {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 16px;
  align-items: start;
  padding: 18px 20px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: linear-gradient(90deg, rgba(12, 13, 18, 0.92), rgba(10, 14, 20, 0.88));
}

.architecture-no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(249, 115, 22, 0.1);
  color: #fbbf24;
  font-size: 16px;
  font-weight: 700;
}

.architecture-step strong {
  margin-top: 0;
  font-size: 18px;
}

.architecture-step p {
  margin: 8px 0 0;
}

.tokenomics-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.tokenomics-stack {
  display: grid;
  gap: 20px;
}

.tokenomics-top-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(360px, 1.08fr);
  gap: 20px;
  align-items: start;
}

.token-panel,
.mechanism-grid {
  display: grid;
  gap: 14px;
}

.token-chart-card {
  position: relative;
  min-height: 360px;
  display: grid;
  place-items: center;
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.025));
}

.token-chart-ring {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background:
    conic-gradient(
      #fbbf24 0deg 180deg,
      #f97316 180deg 288deg,
      #8f6bff 288deg 324deg,
      #78d6a3 324deg 360deg
    );
  box-shadow: 0 0 0 12px rgba(7, 8, 14, 0.7), 0 0 50px rgba(255, 137, 84, 0.12);
  animation: spinSlow 16s linear infinite;
}

.token-chart-center {
  position: absolute;
  display: grid;
  place-items: center;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background: rgba(7, 8, 14, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.token-chart-center strong {
  color: #fff;
  font-size: 26px;
  letter-spacing: -0.8px;
}

.token-chart-center span {
  color: rgba(247, 244, 237, 0.64);
  font-size: 12px;
}

.token-legend,
.token-stat-grid,
.mechanism-grid {
  display: grid;
}

.token-legend {
  gap: 10px;
}

.token-legend div,
.token-stat-grid article {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.03);
}

.token-legend i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex: 0 0 auto;
}

.token-legend span,
.token-stat-grid span {
  flex: 1;
  color: rgba(247, 244, 237, 0.74);
  font-size: 13px;
}

.token-legend strong,
.token-stat-grid strong {
  color: #fff;
  font-size: 15px;
}

.token-stat-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.mechanism-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.mechanism-card strong {
  font-size: 21px;
  letter-spacing: -0.4px;
}

.mechanism-card p {
  margin: 10px 0 0;
}

.token-live-panel {
  display: grid;
  gap: 18px;
}

.token-live-hero,
.live-metric-card {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.025));
}

.token-live-hero {
  padding: 28px;
  min-height: 100%;
}

.token-live-hero::before,
.live-metric-card::before {
  content: "";
  position: absolute;
  inset: auto -26px -48px auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(249, 115, 22, 0.1);
  filter: blur(28px);
}

.token-live-hero h3 {
  position: relative;
  z-index: 1;
  margin: 14px 0 0;
  color: #fff;
  font-size: 32px;
  letter-spacing: -0.8px;
}

.token-live-hero p {
  position: relative;
  z-index: 1;
  margin: 14px 0 0;
  color: rgba(247, 244, 237, 0.78);
  font-size: 15px;
  line-height: 1.9;
}

.token-live-source-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.token-live-source-list div {
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.03);
}

.token-live-source-list span {
  display: block;
  color: rgba(247, 244, 237, 0.64);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.token-live-source-list strong {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: 13px;
  line-height: 1.7;
  word-break: break-all;
}

.copy-address-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 8px;
}

.copy-address-row strong {
  flex: 1;
  margin-top: 0;
}

.copy-address-btn {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.88);
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
  -webkit-tap-highlight-color: transparent;
}

.copy-address-btn:hover,
.copy-address-btn:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.2);
  outline: none;
}

.copy-address-btn:active {
  transform: scale(0.96);
}

.copy-address-btn.is-copied {
  background: rgba(120, 214, 163, 0.16);
  border-color: rgba(120, 214, 163, 0.4);
  color: #9df3c0;
}

.token-live-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.live-metric-card {
  min-height: 168px;
  padding: 20px;
}

.live-metric-label {
  position: relative;
  z-index: 1;
  display: block;
  color: rgba(247, 244, 237, 0.7);
  font-size: 13px;
  line-height: 1.5;
}

.live-metric-value {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 18px;
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.8px;
  word-break: break-word;
}

.live-metric-meta {
  position: relative;
  z-index: 1;
  margin: 18px 0 0;
  color: rgba(247, 244, 237, 0.54);
  font-size: 12px;
  line-height: 1.7;
  word-break: break-all;
}

.showcase-stack {
  display: grid;
  gap: 18px;
}

.showcase-card {
  display: grid;
  grid-template-columns: minmax(340px, 0.96fr) minmax(0, 1.04fr);
  gap: 20px;
  align-items: center;
  padding: 20px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.025));
}

.showcase-card-reverse {
  grid-template-columns: minmax(0, 1.04fr) minmax(340px, 0.96fr);
}

.showcase-card-reverse .showcase-media {
  order: 2;
}

.showcase-card-reverse .showcase-copy {
  order: 1;
}

.showcase-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.showcase-copy {
  padding: 8px 4px;
}

.showcase-copy h3 {
  margin: 14px 0 0;
}

.showcase-copy p {
  margin: 14px 0 0;
}

.showcase-list {
  margin: 16px 0 0;
  padding-left: 18px;
  color: rgba(247, 244, 237, 0.82);
}

.showcase-list li {
  margin-top: 10px;
  line-height: 1.8;
}

.tag-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.tag-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(249, 115, 22, 0.1);
  color: #fbbf24;
  font-size: 14px;
  font-weight: 700;
}

.tag-item strong {
  font-size: 21px;
}

.tag-item p {
  margin: 10px 0 0;
}

@keyframes floatCard {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes pulseGlow {
  0%, 100% {
    transform: translateX(-50%) scale(1);
    opacity: 0.9;
  }
  50% {
    transform: translateX(-50%) scale(1.06);
    opacity: 1;
  }
}

@keyframes spinSlow {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1100px) {
  .intro-hero-grid,
  .overview-layout,
  .tokenomics-top-grid,
  .tokenomics-grid,
  .showcase-card,
  .showcase-card-reverse {
    grid-template-columns: 1fr;
  }

  .showcase-card-reverse .showcase-media,
  .showcase-card-reverse .showcase-copy {
    order: initial;
  }

  .use-case-grid,
  .tag-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .token-live-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .intro-page {
    padding-bottom: calc(82px + env(safe-area-inset-bottom, 0px));
  }

  .intro-page .topbar {
    min-height: 44px;
    padding: 20px;
    gap: 8px;
  }

  .intro-page .header-actions {
    margin-left: auto;
  }

  .intro-page .desktop-lang-dropdown {
    display: none;
  }

  .intro-page .menu-toggle {
    display: inline-flex;
  }

  .intro-page .top-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
    padding: 8px 0;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(12, 12, 18, 0.96);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32);
    z-index: 30;
  }

  .intro-page .top-nav.is-open {
    display: flex;
  }

  .intro-page .top-nav a {
    display: block;
    min-height: 0;
    padding: 12px 16px;
  }

  .intro-page .top-nav a + a {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
  }

  .intro-page .top-nav .top-nav-language {
    display: block;
    width: 100%;
    padding: 12px 16px 4px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
  }

  .intro-page .top-nav .top-nav-language-trigger {
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 0;
    color: rgba(226, 232, 240, 0.86);
  }

  .intro-page .top-nav .lang-menu {
    position: static;
    margin-top: 8px;
    box-shadow: none;
  }

  .mobile-bottom-nav {
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: min(430px, 100vw);
    z-index: 40;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 12px 16px calc(14px + env(safe-area-inset-bottom, 0px));
    background: rgba(9, 6, 18, 0.92);
    color: #fff;
    box-shadow: 0 -12px 30px rgba(3, 1, 12, 0.45);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }

  .mobile-bottom-nav::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #ffd84d 0%, #ff8a3d 24%, #ff4e7a 56%, #a73bff 100%);
    box-shadow: 0 0 14px rgba(255, 138, 61, 0.55), 0 0 22px rgba(167, 59, 255, 0.28);
  }

  .mobile-bottom-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    min-width: 0;
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
  }

  .mobile-bottom-nav-item.is-current {
    color: #fff;
  }

  .mobile-bottom-nav-icon {
    font-size: 18px;
    line-height: 1;
  }

  .mobile-bottom-nav-item.is-current .mobile-bottom-nav-icon {
    background: linear-gradient(135deg, #ffd84d 0%, #ff8a3d 28%, #ff4e7a 58%, #a73bff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }

  .intro-hero {
    margin-bottom: 22px;
    padding-top: 14px;
  }

  .intro-hero::before {
    border-radius: 0px;
  }

  .intro-hero::after {
    left: 0px;
  }

  .intro-hero-grid {
    gap: 20px;
    padding: 8px 0 20px;
  }

  .intro-copy {
    padding-right: 0;
  }

  .intro-card {
    margin-top: 0;
    padding: 18px;
    border-radius: 20px;
  }

  .intro-card strong {
    font-size: 22px;
  }

  .intro-card p {
    font-size: 13px;
    line-height: 1.75;
  }

  .intro-copy h1 {
    font-size: 38px;
    letter-spacing: -1.1px;
  }

  .intro-copy p,
  .section-copy,
  .intro-panel p,
  .highlight-card p,
  .use-case-card p,
  .architecture-step p,
  .mechanism-card p,
  .showcase-copy p,
  .tag-item p,
  .showcase-list li {
    font-size: 14px;
    line-height: 1.8;
  }

  .intro-lede {
    font-size: 20px;
  }

  .hero-chip-row,
  .intro-actions {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .hero-chip {
    width: auto;
    min-height: 34px;
    padding: 0 12px;
    font-size: 11px;
    justify-content: center;
    flex: 0 1 auto;
  }

  .intro-primary,
  .intro-secondary {
    width: auto;
    min-width: calc(50% - 6px);
    flex: 1 1 calc(50% - 6px);
    justify-content: center;
  }

  .intro-header-cta {
    min-height: 40px;
    padding: 0 14px;
    font-size: 14px;
    border-radius: 14px;
  }

  .hero-visual-card {
    min-height: 340px;
    padding: 18px;
  }

  .hero-visual-image {
    min-height: 280px;
  }

  .hero-floating-card {
    position: static;
    width: 100%;
    margin-top: 12px;
  }

  .hero-metric-grid,
  .token-stat-grid {
    grid-template-columns: 1fr;
  }

  .token-live-grid,
  .use-case-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .mechanism-grid,
  .tag-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .section-headline h2,
  .panel h2 {
    font-size: 30px;
  }

  .highlight-card,
  .use-case-card,
  .mechanism-card,
  .tag-item,
  .token-chart-card,
  .token-live-hero,
  .live-metric-card,
  .showcase-card {
    border-radius: 20px;
  }

  .architecture-step {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .use-case-card {
    min-height: 172px;
    padding: 18px;
  }

  .mechanism-card,
  .tag-item {
    min-height: 168px;
    padding: 18px;
  }

  .token-live-hero {
    padding: 22px;
  }

  .live-metric-card {
    min-height: 156px;
    padding: 18px;
  }

  .token-live-hero h3,
  .live-metric-value {
    font-size: 24px;
  }

  .tag-item span {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    font-size: 14px;
  }

  .tag-item strong,
  .mechanism-card strong {
    font-size: 17px;
    line-height: 1.4;
  }

  .architecture-no {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }

  .showcase-card {
    padding: 16px;
  }

  .showcase-media img {
    min-height: 220px;
  }
}
