
:root {
  --axnv-bg: #020816;
  --axnv-bg-soft: #031126;
  --axnv-navy: #061b3d;
  --axnv-navy-2: #082a5f;
  --axnv-card: rgba(8, 20, 45, 0.76);
  --axnv-card-strong: rgba(10, 27, 62, 0.92);
  --axnv-border: rgba(87, 211, 255, 0.16);
  --axnv-border-strong: rgba(66, 232, 255, 0.38);
  --axnv-text: #f5f8ff;
  --axnv-muted: #aab7cf;
  --axnv-soft: #dbe8ff;
  --axnv-blue: #087bff;
  --axnv-cyan: #42e8ff;
  --axnv-deep-cyan: #04bde8;
  --axnv-purple: #8b5cf6;
  --axnv-green: #19f5b8;
  --axnv-warning: #ffd166;
  --axnv-danger: #ff6b7a;
  --axnv-radius-xl: 34px;
  --axnv-radius-lg: 26px;
  --axnv-radius-md: 18px;
  --axnv-shadow: 0 28px 90px rgba(0, 0, 0, 0.36);
  --axnv-max: 1180px;
}

.axnv-community-page {
  overflow: hidden;
  color: var(--axnv-text);
  background:
    radial-gradient(circle at 50% -10%, rgba(36, 230, 255, 0.16), transparent 34%),
    radial-gradient(circle at 18% 22%, rgba(10, 98, 255, 0.16), transparent 28%),
    radial-gradient(circle at 82% 28%, rgba(108, 92, 255, 0.12), transparent 30%),
    linear-gradient(180deg, var(--axnv-bg) 0%, var(--axnv-bg-soft) 44%, var(--axnv-bg) 100%);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

.axnv-community-page *,
.axnv-community-page *::before,
.axnv-community-page *::after {
  box-sizing: border-box;
}

.axnv-community-page a {
  color: inherit;
  text-decoration: none;
}

.axnv-community-container {
  width: min(100% - 40px, var(--axnv-max));
  margin: 0 auto;
}

.axnv-community-section {
  position: relative;
  padding: 86px 0;
}

/* HERO */

.axnv-community-hero {
  position: relative;
  min-height: 640px;
  display: flex;
  align-items: center;
  padding: 110px 0 80px;
  isolation: isolate;
}

.axnv-community-bg-grid {
  position: absolute;
  inset: 0;
  z-index: -4;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 82%);
}

.axnv-community-orb {
  position: absolute;
  z-index: -3;
  border-radius: 999px;
  filter: blur(44px);
  opacity: 0.42;
  pointer-events: none;
}

.axnv-community-orb-one {
  width: 420px;
  height: 420px;
  top: 100px;
  left: -160px;
  background: var(--axnv-cyan);
}

.axnv-community-orb-two {
  width: 520px;
  height: 520px;
  top: 90px;
  right: -170px;
  background: var(--axnv-purple);
}

.axnv-community-breadcrumb {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 38px;
  color: var(--axnv-muted);
  font-size: 0.9rem;
}

.axnv-community-breadcrumb span,
.axnv-community-breadcrumb {
  color: var(--axnv-muted);
}

.axnv-community-breadcrumb span + * {
  color: var(--axnv-purple);
}

.axnv-community-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.9fr);
  gap: 56px;
  align-items: center;
}

.axnv-community-kicker {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  width: fit-content;
  color: var(--axnv-cyan);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.axnv-community-kicker span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--axnv-cyan), var(--axnv-blue));
  box-shadow: 0 0 22px rgba(66, 232, 255, 0.85);
}

.axnv-community-hero-copy h1 {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--axnv-text);
  font-size: 68px !important;
  line-height: 0.95;
  letter-spacing: -0.065em;
}

.axnv-community-hero-copy h1 strong {
  display: block;
  margin-top: 10px;
  background: linear-gradient(100deg, var(--axnv-purple), var(--axnv-cyan), var(--axnv-blue));
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.axnv-community-hero-copy p {
  max-width: 660px;
  margin: 28px 0 0;
  color: var(--axnv-muted);
  font-size: 1.13rem;
  line-height: 1.78;
}

.axnv-community-updated {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 34px;
  color: var(--axnv-muted);
  font-size: 0.92rem;
}

.axnv-community-updated span {
  width: 18px;
  height: 18px;
  border: 1px solid rgba(139, 92, 246, 0.5);
  border-radius: 999px;
  background: radial-gradient(circle, var(--axnv-purple), transparent 62%);
}

.axnv-community-updated strong {
  color: #c084fc;
}

.axnv-community-updated i {
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.4);
}

/* HERO VISUAL */

.axnv-community-hero-visual {
  position: relative;
  min-height: 380px;
}

.axnv-community-dashboard-visual {
  position: relative;
  z-index: 2;
  width: min(100%, 420px);
  margin-left: auto;
  transform: perspective(900px) rotateY(-13deg) rotateX(7deg);
  border: 1px solid rgba(139, 92, 246, 0.55);
  border-radius: 18px;
  padding: 18px;
  background:
    radial-gradient(circle at 100% 0%, rgba(66, 232, 255, 0.18), transparent 38%),
    linear-gradient(145deg, rgba(20, 24, 88, 0.94), rgba(8, 11, 36, 0.92));
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.45),
    0 0 80px rgba(139, 92, 246, 0.28);
}

.axnv-community-dashboard-top {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--axnv-soft);
  font-weight: 850;
  margin-bottom: 16px;
}

.axnv-community-dashboard-top .logo-dot {
  width: 18px;
  height: 18px;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--axnv-purple), var(--axnv-cyan));
}

.axnv-community-dashboard-top i {
  width: 22px;
  height: 10px;
  margin-left: auto;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
}

.axnv-community-dashboard-top i + i {
  margin-left: 2px;
}

.axnv-community-chart-card {
  border: 1px solid rgba(87, 211, 255, 0.14);
  border-radius: 14px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.045);
}

.axnv-community-chart-card svg {
  display: block;
  width: 100%;
}

.axnv-community-visual-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 12px;
}

.axnv-community-visual-grid div {
  height: 54px;
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(139, 92, 246, 0.42), rgba(8, 123, 255, 0.1));
}

.axnv-community-donut {
  position: absolute;
  right: 22px;
  bottom: 72px;
  width: 92px;
  height: 92px;
  border-radius: 999px;
  background:
    conic-gradient(var(--axnv-purple) 0 34%, var(--axnv-cyan) 34% 72%, var(--axnv-blue) 72% 100%);
  box-shadow: 0 0 36px rgba(66, 232, 255, 0.28);
}

.axnv-community-donut span {
  position: absolute;
  inset: 22px;
  border-radius: inherit;
  background: #0b1430;
}

.axnv-community-planet {
  position: absolute;
  right: -80px;
  bottom: -80px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(139, 92, 246, 0.38);
  border-radius: 999px;
  background:
    radial-gradient(circle at 30% 30%, rgba(139, 92, 246, 0.45), transparent 20%),
    radial-gradient(circle at 60% 45%, rgba(66, 232, 255, 0.24), transparent 22%),
    linear-gradient(145deg, rgba(139, 92, 246, 0.08), rgba(8, 123, 255, 0.18));
  box-shadow: inset 0 0 80px rgba(139, 92, 246, 0.22);
  opacity: 0.78;
}

/* SHARED CARDS */

.axnv-community-panel,
.axnv-community-token-panel,
.axnv-community-growth-chart,
.axnv-community-world-card,
.axnv-community-final-card {
  border: 1px solid var(--axnv-border);
  border-radius: var(--axnv-radius-xl);
  background:
    radial-gradient(circle at top right, rgba(66, 232, 255, 0.08), transparent 38%),
    rgba(8, 20, 45, 0.76);
  box-shadow: var(--axnv-shadow);
  backdrop-filter: blur(18px);
}

.axnv-community-panel {
  padding: 26px;
}

.axnv-community-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 28px;
}

.axnv-community-section-title {
  display: flex;
  align-items: center;
  gap: 16px;
}

.axnv-community-title-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  color: var(--axnv-cyan);
  background: rgba(139, 92, 246, 0.16);
  box-shadow: 0 0 30px rgba(139, 92, 246, 0.2);
}

.axnv-community-title-icon.purple {
  color: var(--axnv-purple);
}

.axnv-community-section-title h2 {
  margin: 0;
  color: var(--axnv-text);
  font-size: 1.55rem;
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.axnv-community-section-title p {
  margin: 6px 0 0;
  color: var(--axnv-muted);
  font-size: 0.95rem;
}

.axnv-community-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 0 20px;
  font-weight: 850;
  font-size: 0.9rem;
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease,
    box-shadow 0.22s ease;
}

.axnv-community-btn:hover {
  transform: translateY(-2px);
}

.axnv-community-btn-secondary {
  color: #d9b7ff;
  border-color: rgba(139, 92, 246, 0.42);
  background: rgba(139, 92, 246, 0.08);
}

.axnv-community-btn-orange {
  color: #ffb35c;
  border-color: rgba(255, 149, 0, 0.45);
  background: rgba(255, 149, 0, 0.08);
}

/* PULSE */

.axnv-community-pulse-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.axnv-community-social-card {
  position: relative;
  overflow: hidden;
  min-height: 165px;
  border: 1px solid var(--axnv-border);
  border-radius: 18px;
  padding: 22px;
  background:
    radial-gradient(circle at 100% 100%, rgba(66, 232, 255, 0.12), transparent 46%),
    rgba(255, 255, 255, 0.045);
}

.axnv-community-social-top {
  display: flex;
  gap: 16px;
  align-items: center;
}

.axnv-community-social-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  color: #fff;
  font-size: 1.4rem;
  background: #050816;
}

.telegram-card .axnv-community-social-icon {
  background: linear-gradient(135deg, #42e8ff, #087bff);
}

.instagram-card .axnv-community-social-icon {
  background: linear-gradient(135deg, #ffd166, #ff2ea6, #8b5cf6);
}

.axnv-community-social-top span {
  display: block;
  color: var(--axnv-muted);
}

.axnv-community-social-top strong {
  display: block;
  margin-top: 12px;
  color: var(--axnv-text);
  font-size: 2rem;
  letter-spacing: -0.045em;
}

.axnv-community-growth-row {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 16px 0 0 64px;
}

.axnv-community-growth-row .positive {
  color: var(--axnv-green);
  font-weight: 850;
}

.axnv-community-growth-row small {
  color: var(--axnv-muted);
}

.axnv-community-social-card svg {
  position: absolute;
  right: -2px;
  bottom: 10px;
  width: 36%;
  height: auto;
  fill: none;
}

.axnv-community-social-card svg path {
  stroke: var(--axnv-cyan);
  stroke-width: 5;
  stroke-linecap: round;
}

.instagram-card svg path {
  stroke: #ff2ea6;
}

.x-card svg path {
  stroke: var(--axnv-purple);
}

.axnv-community-total-band {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: auto minmax(180px, 1fr) 1.3fr auto;
  gap: 28px;
  align-items: center;
  margin-top: 24px;
  border: 1px solid rgba(139, 92, 246, 0.32);
  border-radius: 18px;
  padding: 24px 34px;
  background:
    radial-gradient(circle at 10% 50%, rgba(139, 92, 246, 0.32), transparent 28%),
    linear-gradient(90deg, rgba(139, 92, 246, 0.16), rgba(8, 123, 255, 0.08));
}

.axnv-community-total-icon {
  display: grid;
  place-items: center;
  width: 94px;
  height: 94px;
  border: 1px solid rgba(192, 132, 252, 0.65);
  border-radius: 999px;
  font-size: 2.2rem;
  background: rgba(139, 92, 246, 0.16);
  box-shadow: 0 0 42px rgba(139, 92, 246, 0.38);
}

.axnv-community-total-band span {
  display: block;
  color: var(--axnv-muted);
  font-size: 1rem;
}

.axnv-community-total-band strong {
  display: block;
  margin-top: 8px;
  color: #a855f7;
  font-size: 2.7rem;
  line-height: 1;
  letter-spacing: -0.06em;
}

.axnv-community-total-band p {
  max-width: 420px;
  margin: 0;
  color: var(--axnv-soft);
  line-height: 1.7;
}

.axnv-community-globe-mini {
  width: 140px;
  height: 90px;
  opacity: 0.6;
  border-radius: 999px 999px 0 0;
  border-top: 1px dashed rgba(66, 232, 255, 0.42);
  background:
    repeating-linear-gradient(90deg, transparent 0 18px, rgba(66, 232, 255, 0.18) 19px 20px),
    repeating-linear-gradient(0deg, transparent 0 18px, rgba(139, 92, 246, 0.16) 19px 20px);
}

.axnv-community-health-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.axnv-community-health-grid article {
  border: 1px solid var(--axnv-border);
  border-radius: 16px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.04);
}

.axnv-community-health-grid span {
  display: block;
  color: var(--axnv-muted);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.axnv-community-health-grid strong {
  display: block;
  margin-top: 10px;
  color: var(--axnv-text);
  font-size: 1.25rem;
}

.axnv-community-progress {
  height: 6px;
  margin-top: 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.axnv-community-progress i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--axnv-purple), var(--axnv-cyan));
}

/* SECTION HEADING */

.axnv-community-section-heading {
  max-width: 780px;
  margin-bottom: 42px;
}

.axnv-community-section-heading-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.axnv-community-section-heading-center .axnv-community-kicker {
  margin-left: auto;
  margin-right: auto;
}

.axnv-community-section-heading h2,
.axnv-community-final-card h2 {
  margin: 18px 0 0;
  color: var(--axnv-text);
  font-size: clamp(2.2rem, 5vw, 4.1rem);
  line-height: 1.03;
  letter-spacing: -0.055em;
}

.axnv-community-section-heading p,
.axnv-community-final-card p {
  margin: 20px 0 0;
  color: var(--axnv-muted);
  font-size: 1.04rem;
  line-height: 1.78;
}

/* GROWTH */

.axnv-community-growth-layout {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 18px;
}

.axnv-community-growth-chart {
  padding: 26px;
}

.axnv-community-chart-header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.axnv-community-chart-header span {
  display: block;
  color: var(--axnv-muted);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.axnv-community-chart-header strong {
  display: block;
  margin-top: 10px;
  color: var(--axnv-text);
  font-size: 2.6rem;
  letter-spacing: -0.055em;
}

.axnv-community-chart-header small {
  color: var(--axnv-muted);
}

.axnv-community-growth-chart svg {
  width: 100%;
  height: auto;
}

.axnv-community-growth-chart .grid-lines line {
  stroke: rgba(255, 255, 255, 0.08);
}

.axnv-community-growth-chart circle {
  fill: var(--axnv-cyan);
  stroke: #071426;
  stroke-width: 5;
}

.axnv-community-growth-stats {
  display: grid;
  gap: 14px;
}

.axnv-community-growth-stats article {
  border: 1px solid var(--axnv-border);
  border-radius: 20px;
  padding: 22px;
  background: var(--axnv-card);
}

.axnv-community-growth-stats span,
.axnv-community-token-grid span,
.axnv-community-country-list span {
  display: block;
  color: var(--axnv-muted);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.axnv-community-growth-stats strong {
  display: block;
  margin-top: 8px;
  color: var(--axnv-cyan);
  font-size: 2rem;
  letter-spacing: -0.04em;
}

.axnv-community-growth-stats p {
  margin: 10px 0 0;
  color: var(--axnv-muted);
  line-height: 1.6;
}

.axnv-community-milestone-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-top: 18px;
}

.axnv-community-milestone-strip article {
  border: 1px solid var(--axnv-border);
  border-radius: 18px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.04);
}

.axnv-community-milestone-strip article.completed {
  border-color: rgba(25, 245, 184, 0.28);
}

.axnv-community-milestone-strip article.active {
  border-color: rgba(139, 92, 246, 0.5);
  background: rgba(139, 92, 246, 0.12);
}

.axnv-community-milestone-strip span {
  color: var(--axnv-text);
  font-size: 1.6rem;
  font-weight: 900;
}

.axnv-community-milestone-strip p {
  margin: 8px 0 0;
  color: var(--axnv-muted);
}

/* TOKEN */

.axnv-community-token-section {
  background:
    radial-gradient(circle at 18% 40%, rgba(139, 92, 246, 0.12), transparent 32rem),
    radial-gradient(circle at 86% 30%, rgba(255, 209, 102, 0.08), transparent 30rem);
}

.axnv-community-token-panel {
  padding: 30px;
}

.axnv-community-token-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.axnv-community-token-grid article {
  border: 1px solid var(--axnv-border);
  border-radius: 22px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.045);
}

.axnv-community-token-grid strong {
  display: block;
  margin-top: 14px;
  color: var(--axnv-text);
  font-size: clamp(2rem, 5vw, 3.2rem);
  line-height: 1;
  letter-spacing: -0.06em;
}

.axnv-community-token-grid p {
  margin: 18px 0 0;
  color: var(--axnv-muted);
  line-height: 1.7;
}

.axnv-community-token-grid small {
  display: block;
  margin-top: 16px;
  color: var(--axnv-green);
  font-weight: 850;
}

.axnv-community-token-context {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  margin-top: 20px;
  border: 1px solid rgba(255, 209, 102, 0.18);
  border-radius: 20px;
  padding: 22px;
  background: rgba(255, 209, 102, 0.045);
}

.axnv-community-token-context strong {
  color: var(--axnv-warning);
}

.axnv-community-token-context p {
  max-width: 720px;
  margin: 8px 0 0;
  color: var(--axnv-muted);
  line-height: 1.65;
}

/* GLOBAL */

.axnv-community-global-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
}

.axnv-community-world-card {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  padding: 34px;
}

.axnv-community-world-glow {
  position: absolute;
  inset: auto -120px -180px auto;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  background: rgba(139, 92, 246, 0.22);
  filter: blur(60px);
}

.axnv-community-world-map {
  position: relative;
  height: 270px;
  border: 1px solid rgba(66, 232, 255, 0.14);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 50%, rgba(66, 232, 255, 0.12), transparent 40%),
    repeating-linear-gradient(90deg, transparent 0 38px, rgba(66, 232, 255, 0.08) 39px 40px),
    repeating-linear-gradient(0deg, transparent 0 38px, rgba(139, 92, 246, 0.08) 39px 40px);
  overflow: hidden;
}

.axnv-community-world-map::before {
  content: "";
  position: absolute;
  inset: 38px;
  border-radius: 999px;
  border: 1px dashed rgba(66, 232, 255, 0.36);
  box-shadow: inset 0 0 60px rgba(66, 232, 255, 0.08);
}

.pin {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 999px;
  background: var(--axnv-cyan);
  box-shadow:
    0 0 0 8px rgba(66, 232, 255, 0.1),
    0 0 26px rgba(66, 232, 255, 0.8);
}

.pin-india {
  top: 48%;
  left: 66%;
}

.pin-usa {
  top: 38%;
  left: 25%;
}

.pin-brazil {
  top: 68%;
  left: 39%;
}

.pin-indonesia {
  top: 62%;
  left: 76%;
}

.pin-nigeria {
  top: 57%;
  left: 52%;
}

.axnv-community-world-copy {
  position: relative;
  z-index: 2;
  margin-top: 30px;
}

.axnv-community-world-copy span {
  color: var(--axnv-muted);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.axnv-community-world-copy strong {
  display: block;
  margin-top: 10px;
  color: var(--axnv-text);
  font-size: 3rem;
  letter-spacing: -0.06em;
}

.axnv-community-world-copy p {
  max-width: 560px;
  margin: 14px 0 0;
  color: var(--axnv-muted);
  line-height: 1.7;
}

.axnv-community-country-list {
  display: grid;
  gap: 14px;
}

.axnv-community-country-list article {
  border: 1px solid var(--axnv-border);
  border-radius: 20px;
  padding: 20px;
  background: var(--axnv-card);
}

.axnv-community-country-list strong {
  display: block;
  margin-top: 8px;
  color: var(--axnv-text);
}

.axnv-community-country-list i {
  display: block;
  height: 6px;
  margin-top: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--axnv-purple), var(--axnv-cyan));
}

/* MILESTONES */

.axnv-community-milestones-section {
  background:
    linear-gradient(180deg, #050816, #071426 52%, #050816);
}

.axnv-community-achievement-timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.axnv-community-achievement-timeline article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  border: 1px solid var(--axnv-border);
  border-radius: 24px;
  padding: 24px;
  background: var(--axnv-card);
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease;
}

.axnv-community-achievement-timeline article:hover {
  transform: translateY(-5px);
  border-color: var(--axnv-border-strong);
  background: rgba(10, 31, 70, 0.84);
}

.axnv-community-achievement-timeline article > span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(139, 92, 246, 0.34);
  border-radius: 18px;
  font-size: 1.55rem;
  background: rgba(139, 92, 246, 0.12);
}

.axnv-community-achievement-timeline small {
  color: var(--axnv-cyan);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.axnv-community-achievement-timeline h3 {
  margin: 8px 0 0;
  color: var(--axnv-text);
  font-size: 1.2rem;
  letter-spacing: -0.025em;
}

.axnv-community-achievement-timeline p {
  margin: 10px 0 0;
  color: var(--axnv-muted);
  line-height: 1.6;
}

/* FINAL */

.axnv-community-final {
  padding: 40px 0 112px;
}

.axnv-community-final-card {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 6vw, 66px);
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(139, 92, 246, 0.22), transparent 35%),
    radial-gradient(circle at 90% 10%, rgba(66, 232, 255, 0.16), transparent 35%),
    linear-gradient(145deg, rgba(9, 35, 82, 0.94), rgba(7, 14, 31, 0.88));
}

.axnv-community-final-card .axnv-community-kicker {
  margin-left: auto;
  margin-right: auto;
}

.axnv-community-final-card p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.axnv-community-gateway-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 34px;
}

.axnv-community-gateway-grid a {
  display: block;
  border: 1px solid var(--axnv-border);
  border-radius: 22px;
  padding: 26px;
  text-align: left;
  background: rgba(255, 255, 255, 0.045);
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease;
}

.axnv-community-gateway-grid a:hover {
  transform: translateY(-5px);
  border-color: var(--axnv-border-strong);
  background: rgba(66, 232, 255, 0.075);
}

.axnv-community-gateway-grid span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 20px;
  border-radius: 18px;
  color: var(--axnv-cyan);
  font-size: 1.35rem;
  background: rgba(66, 232, 255, 0.08);
}

.axnv-community-gateway-grid strong {
  display: block;
  color: var(--axnv-text);
  font-size: 1.15rem;
}

.axnv-community-gateway-grid small {
  display: block;
  margin-top: 10px;
  color: var(--axnv-muted);
  line-height: 1.6;
}

/* REVEAL */

.axnv-community-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

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

.axnv-community-delay-1 {
  transition-delay: 90ms;
}

.axnv-community-delay-2 {
  transition-delay: 160ms;
}

.axnv-community-delay-3 {
  transition-delay: 230ms;
}

/* RESPONSIVE */

@media (max-width: 1040px) {
  .axnv-community-hero-layout,
  .axnv-community-growth-layout,
  .axnv-community-global-layout {
    grid-template-columns: 1fr;
  }

  .axnv-community-dashboard-visual {
    margin-left: 0;
  }

  .axnv-community-pulse-grid,
  .axnv-community-health-grid,
  .axnv-community-achievement-timeline,
  .axnv-community-gateway-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .axnv-community-milestone-strip {
    grid-template-columns: repeat(3, 1fr);
  }

  .axnv-community-total-band {
    grid-template-columns: auto 1fr;
  }

  .axnv-community-total-band p,
  .axnv-community-globe-mini {
    grid-column: span 2;
  }
}

@media (max-width: 760px) {
  .axnv-community-container {
    width: min(100% - 28px, var(--axnv-max));
  }

  .axnv-community-hero {
    padding: 90px 0 64px;
  }

  .axnv-community-section {
    padding: 70px 0;
  }

  .axnv-community-hero-copy h1 {
    font-size: clamp(3rem, 16vw, 4.3rem);
  }

  .axnv-community-hero-copy p,
  .axnv-community-section-heading p,
  .axnv-community-final-card p {
    font-size: 1rem;
  }

  .axnv-community-panel-header,
  .axnv-community-token-context {
    flex-direction: column;
    align-items: flex-start;
  }

  .axnv-community-btn {
    width: 100%;
  }

  .axnv-community-pulse-grid,
  .axnv-community-health-grid,
  .axnv-community-token-grid,
  .axnv-community-milestone-strip,
  .axnv-community-achievement-timeline,
  .axnv-community-gateway-grid {
    grid-template-columns: 1fr;
  }

  .axnv-community-total-band {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .axnv-community-total-band p,
  .axnv-community-globe-mini {
    grid-column: auto;
  }

  .axnv-community-dashboard-visual {
    transform: none;
  }

  .axnv-community-panel,
  .axnv-community-token-panel,
  .axnv-community-growth-chart,
  .axnv-community-world-card,
  .axnv-community-final-card {
    border-radius: 24px;
  }

  .axnv-community-achievement-timeline article {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .axnv-community-reveal,
  .axnv-community-btn,
  .axnv-community-achievement-timeline article,
  .axnv-community-gateway-grid a {
    transition: none;
  }

  .axnv-community-reveal {
    opacity: 1;
    transform: none;
  }
}