.subtitle-stack {
  display: inline-grid;
  grid-template-columns: max-content;
  vertical-align: baseline;
  white-space: nowrap;
}
.subtitle-stack .state {
  grid-row: 1;
  grid-column: 1;
  white-space: nowrap;
  text-align: center;
}
.subtitle-stack .state-1 {
  opacity: 1;
  animation: subtitle-state-1 7s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}
.subtitle-stack .state-2 {
  opacity: 0;
  animation: subtitle-state-2 7s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}
.subtitle-stack .state-3 {
  opacity: 0;
  font-weight: 900;
  animation: subtitle-state-3 7s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}
.state-3-logo {
  display: inline-block;
  height: 2.4em;
  width: auto;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .state-3-logo {
    height: 2em;
  }
}
@keyframes subtitle-state-1 {
  0%,
  28% {
    opacity: 1;
  }
  38%,
  to {
    opacity: 0;
  }
}
@keyframes subtitle-state-2 {
  0%,
  28% {
    opacity: 0;
  }
  38%,
  62% {
    opacity: 1;
  }
  72%,
  to {
    opacity: 0;
  }
}
@keyframes subtitle-state-3 {
  0%,
  72% {
    opacity: 0;
  }
  82%,
  to {
    opacity: 1;
  }
}
.paragraph.hero-paragraph {
  font-size: 24px !important;
  line-height: 1.4 !important;
  font-weight: 400;
}
@media (max-width: 767px) {
  .paragraph.hero-paragraph {
    font-size: 19px !important;
    line-height: 1.45 !important;
  }
}
.hero-cta-single {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 28px;
}
.hero-cta-single .hero-single-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (prefers-reduced-motion: reduce) {
  .subtitle-stack .state-1,
  .subtitle-stack .state-2 {
    animation: none;
    opacity: 0;
    display: none;
  }
  .subtitle-stack .state-3 {
    animation: none;
    opacity: 1;
    font-weight: 900;
  }
}
.token-allocation-chart {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  padding: 16px 0;
}
#tokenomics .split-horizontal > .flex-block-6.token-allocation {
  flex: 0 0 40%;
  max-width: 40%;
}
.token-allocation-svg {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 991px) {
  #tokenomics .split-horizontal > .flex-block-6.token-allocation {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.token-chart-supply-label {
  font-size: 10px;
  font-weight: 600;
  fill: var(--neutral-600, #66666e);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.token-chart-supply-value {
  font-size: 34px;
  font-weight: 800;
  fill: var(--neutral-800, #1a1b1e);
  letter-spacing: -0.02em;
}
.token-chart-supply-unit {
  font-size: 13px;
  font-weight: 700;
  fill: var(--neutral-700, #3b3f44);
  letter-spacing: 0.04em;
}
.token-allocation-legend {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 24px;
}
.token-allocation-legend li {
  display: grid;
  grid-template-columns: 14px 1fr auto;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  line-height: 1.4;
  color: var(--neutral-700, #3b3f44);
}
.tokenomics-buttons-left {
  margin-top: 24px;
  justify-content: flex-start;
}
.ai-disruption-row {
  padding: 32px 0;
}
.ai-disruption {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 32px;
  align-items: center;
  width: 100%;
  padding: 44px 48px;
  border-radius: 22px;
  background: linear-gradient(135deg, #c4184114, #758bff1a);
  border: 1px solid rgba(196, 24, 65, 0.22);
  box-shadow: 0 12px 36px #1111110f;
  position: relative;
  overflow: hidden;
}
.ai-disruption:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--rose, #c41841) 0%, #758bff 100%);
}
.ai-disruption-pulse {
  position: relative;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.ai-disruption-pulse i {
  font-size: 44px;
  color: var(--rose, #c41841);
  z-index: 2;
  filter: drop-shadow(0 4px 10px rgba(196, 24, 65, 0.25));
}
.ai-pulse-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid var(--rose, #c41841);
  opacity: 0.35;
  animation: ai-pulse 2.6s ease-in-out infinite;
}
.ai-pulse-core {
  position: absolute;
  inset: 14px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(196, 24, 65, 0.18) 0%, transparent 70%);
  animation: ai-pulse-core 2.6s ease-in-out infinite;
}
@keyframes ai-pulse {
  0%,
  to {
    transform: scale(1);
    opacity: 0.35;
  }
  50% {
    transform: scale(1.18);
    opacity: 0.08;
  }
}
@keyframes ai-pulse-core {
  0%,
  to {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(0.9);
    opacity: 0.8;
  }
}
.ai-disruption-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--rose, #c41841);
  margin-bottom: 10px;
}
.ai-disruption-title {
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--neutral-800, #1a1b1e);
  margin: 0 0 14px;
  line-height: 1.1;
}
.ai-disruption-body {
  font-size: 16px;
  line-height: 1.65;
  color: var(--neutral-700, #3b3f44);
  max-width: 840px;
  margin: 0;
}
.ai-disruption-body strong {
  color: var(--neutral-800, #1a1b1e);
  font-weight: 700;
}
@media (prefers-reduced-motion: reduce) {
  .ai-pulse-ring,
  .ai-pulse-core {
    animation: none;
  }
}
@media (max-width: 767px) {
  .ai-disruption {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 32px 24px;
    text-align: center;
  }
  .ai-disruption-pulse {
    width: 96px;
    height: 96px;
  }
  .ai-disruption-pulse i {
    font-size: 36px;
  }
  .ai-disruption-title {
    font-size: 26px;
  }
  .ai-disruption-body {
    font-size: 15px;
  }
}
.legend-swatch {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 3px;
}
.legend-label {
  font-weight: 500;
}
.legend-pct {
  font-weight: 700;
  color: var(--neutral-800, #1a1b1e);
  font-variant-numeric: tabular-nums;
}
@media screen and (max-width: 767px) {
  .token-allocation-svg {
    width: 300px;
  }
  .token-allocation-legend {
    grid-template-columns: 1fr;
  }
  .token-allocation-legend li {
    font-size: 13px;
  }
}
