@font-face {
  font-family: "Cy Grotesk Key";
  src: url("fonts/CyGroteskKey-Regular.woff2") format("woff2"),
       url("fonts/CyGroteskKey-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* ── Nav target sections: scroll into view below sticky header ── */
#hero,
#features,
#how-to-launch,
#pricing,
#roadmap,
#comparison,
#tokenomics {
  scroll-margin-top: 5rem;
}

#features {
  scroll-margin-top: calc(5rem + 3cm);
}

#how-to-launch {
  scroll-margin-top: 5rem;
}

#pricing {
  scroll-margin-top: calc(5rem - 2cm);
}

/* ── Scroll Reveal System ── */
[data-reveal] {
  opacity: 0;
  transition: opacity 0.84s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              transform 0.84s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: opacity, transform;
}

[data-reveal="up"] {
  transform: translateY(40px);
}

[data-reveal="down"] {
  transform: translateY(-30px);
}

[data-reveal="left"] {
  transform: translateX(-40px);
}

[data-reveal="right"] {
  transform: translateX(40px);
}

[data-reveal="scale"] {
  transform: scale(0.93);
}

[data-reveal].revealed {
  opacity: 1;
  transform: none;
}

/* Stagger children inside a reveal group */
[data-reveal-group] > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 2.6s cubic-bezier(0.16, 1, 0.3, 1),
              transform 2.6s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

[data-reveal-group].revealed > *:nth-child(1) { transition-delay: 0.05s; }
[data-reveal-group].revealed > *:nth-child(2) { transition-delay: 0.18s; }
[data-reveal-group].revealed > *:nth-child(3) { transition-delay: 0.31s; }
[data-reveal-group].revealed > *:nth-child(4) { transition-delay: 0.44s; }
[data-reveal-group].revealed > *:nth-child(5) { transition-delay: 0.57s; }
[data-reveal-group].revealed > *:nth-child(6) { transition-delay: 0.70s; }

[data-reveal-group].revealed > * {
  opacity: 1;
  transform: none;
}

@font-face {
  font-family: "Cy Grotesk Key";
  src: url("fonts/CyGroteskKey-Medium.woff2") format("woff2"),
       url("fonts/CyGroteskKey-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cy Grotesk Key";
  src: url("fonts/CyGroteskKey-Bold.woff2") format("woff2"),
       url("fonts/CyGroteskKey-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  min-height: 100vh;
  position: relative;
  font-family: "Cy Grotesk Key", system-ui, -apple-system, sans-serif;
  padding-bottom: 0;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background: url("background.png") center / cover no-repeat;
  filter: blur(9px);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.12);
  pointer-events: none;
}

.page-dark-layer {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
  background-color: rgba(0, 0, 0, 0.1);
}

.main-with-platform {
  position: relative;
  z-index: 1;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* Header */
.site-header-wrap {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.5cm;
  padding: 0.5rem 2rem 0.75rem;
  background: transparent;
  border-bottom: none;
  clip-path: inset(0 25% 0 25% round 0.6rem);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(108, 176, 215, 0.15);
  transition: margin-top 0.7s cubic-bezier(0.4, 0, 0.2, 1), background 0.7s ease-in, padding 0.7s ease-in, box-shadow 0.7s ease-in, clip-path 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  min-width: 0;
  position: relative;
  gap: 1.25rem;
  transition: background 0.7s ease-in, border-radius 0.7s ease-in, padding 0.7s ease-in, box-shadow 0.7s ease-in;
}

.site-header.scrolled .site-header-inner {
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.site-header.scrolled .nav {
  opacity: 1;
  transition: opacity 0.55s ease-in 0.35s;
}

.site-header.scrolled .nav a {
  font-size: 0.9375rem;
  padding: 0.25rem 0;
}

.site-header .nav {
  transition: opacity 0.2s ease;
}

.site-header.scrolled::after {
  opacity: 0;
  transition: opacity 0.55s ease-in;
  pointer-events: none;
}

.header-scroll-progress {
  display: block;
  max-height: 0;
  opacity: 0;
  width: 30%;
  height: 3px;
  min-height: 3px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 0 0 0.5rem 0.5rem;
  overflow: hidden;
  transition: max-height 0.7s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.55s ease-in 0.28s;
}

.site-header-wrap:has(.site-header.scrolled) .header-scroll-progress {
  display: block;
  max-height: 4rem;
  min-height: 3px;
  height: 3px;
  opacity: 1;
  margin-top: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.header-scroll-progress-fill {
  display: block;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #2770bb, #6cb0d7);
  border-radius: 0 0 0 0.25rem;
  transition: width 0.12s ease-out;
}

.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, #2770bb 0%, #fff 25%, #6cb0d7 50%, #2770bb 100%);
  background-size: 200% 100%;
  animation: header-border-flow 5s linear infinite;
}

@keyframes header-border-flow {
  0% { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}

.logo-link {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  margin-left: 0;
}

.logo {
  height: 2rem;
  width: auto;
  display: block;
}

.logo-text {
  font-size: 1.25rem;
  font-weight: 600;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 40%, #2770bb 70%, #6cb0d7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
  position: static;
  left: auto;
  transform: none;
}

.nav a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0;
  transition: color 0.2s;
}

.nav a:hover {
  color: #fff;
}

.nav a.active {
  color: #fff;
  font-weight: 500;
}

.nav a[href="#pricing"] {
  font-weight: 700;
}

.nav a[href="#roadmap"].active {
  animation: nav-roadmap-active 0.6s ease;
}

.nav a[href="#tokenomics"].active {
  animation: nav-tokenomics-active 0.6s ease;
}

@keyframes nav-roadmap-active {
 0% { transform: scale(1); }
 35% { transform: scale(1.08); }
 100% { transform: scale(1); }
}

@keyframes nav-tokenomics-active {
 0% { transform: scale(1); }
 35% { transform: scale(1.08); }
 100% { transform: scale(1); }
}

.chevron {
  font-size: 0.6em;
  opacity: 0.8;
}

@media (max-width: 768px) {
  .site-header {
    margin-top: 0;
    padding: 0.75rem 1rem 0.75rem;
    clip-path: none;
    flex-wrap: wrap;
  }

  .site-header-inner {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    position: relative;
  }

  .site-header-inner .logo-link {
    flex-shrink: 0;
    align-self: flex-start;
    padding-right: 52px;
  }

  .site-header-inner .logo-text {
    font-size: 1.1rem;
  }

  .nav-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    position: absolute;
    top: calc(0.75rem - 0.5cm);
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(108, 176, 215, 0.35);
    border-radius: 8px;
    cursor: pointer;
    color: #fff;
    flex-shrink: 0;
    transition: background 0.2s, border-color 0.2s;
  }

  .nav-toggle:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(108, 176, 215, 0.5);
  }

  .nav-toggle-bar {
    display: block;
    width: 20px;
    height: 2px;
    background: currentColor;
    border-radius: 1px;
    transition: transform 0.25s ease, opacity 0.25s ease;
  }

  .site-header.nav-open .nav-toggle {
    background: rgba(255, 255, 255, 0.1);
  }

  .site-header.nav-open .nav-toggle-bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .site-header.nav-open .nav-toggle-bar:nth-child(2) {
    opacity: 0;
  }

  .site-header.nav-open .nav-toggle-bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .nav {
    display: none;
    flex-direction: column;
    position: static;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    padding: 0.5rem 0 0;
    margin-top: 0.5rem;
    gap: 0.15rem;
    overflow: visible;
    border-top: 1px solid rgba(108, 176, 215, 0.2);
    padding-top: 0.6rem;
  }

  .site-header.nav-open .nav {
    display: flex;
  }

  .nav a {
    flex: 0 0 auto;
    font-size: 0.95rem;
    padding: 0.5rem 0.5rem 0.5rem 0;
    min-height: 40px;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: none;
    text-align: left;
    border-radius: 6px;
  }

  .nav a:hover {
    background: rgba(108, 176, 215, 0.12);
  }
}

@media (min-width: 769px) {
  .nav-toggle {
    display: none;
  }
}

.btn-contact {
  display: inline-block;
  padding: 0.6rem 1.5rem;
  background: transparent;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 999px;
  transition: background 0.2s, color 0.2s;
}

.btn-contact:hover {
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
}

/* Hero (original layout – unchanged direction) */
.hero {
  padding: 12vh 0 6rem 12vw;
  text-align: left;
  max-width: 52rem;
}

@keyframes gradient-border-flow {
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}

.hero-badge {
  position: relative;
  display: inline-block;
  padding: 0.5rem 1.25rem;
  margin-bottom: 1.25rem;
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background: transparent;
  border-radius: 999px;
  border: none;
  transition: opacity 0.2s;
}

.hero .hero-badge {
  margin-bottom: 1.25rem;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(108, 176, 215, 0.6);
}

.hero-badge::before {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: -1;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    #1e5a8a 0%,
    #1e5a8a 15%,
    #2770bb 25%,
    #1e5a8a 35%,
    #1e5a8a 50%,
    #1e5a8a 65%,
    #2770bb 75%,
    #1e5a8a 85%,
    #1e5a8a 100%
  );
  background-size: 200% 100%;
  animation: gradient-border-flow 4s linear infinite;
}

.hero-title {
  font-family: "Cy Grotesk Key", system-ui, sans-serif;
  font-size: clamp(2.55rem, 6.8vw, 4.25rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0;
  text-transform: uppercase;
  background: linear-gradient(90deg, #2770bb 0%, #fff 50%, #6cb0d7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.hero-title-tight {
  word-spacing: -0.2em;
  white-space: nowrap;
}

.hero-lead {
  margin: 1.5rem 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
  max-width: 36rem;
}


@keyframes feature-box-glow {
  0%, 100% {
    border-color: rgba(39, 112, 187, 0.5);
    box-shadow: 0 0 0 1px rgba(39, 112, 187, 0.3), 0 0 16px 0 rgba(108, 176, 215, 0.12);
  }
  50% {
    border-color: rgba(108, 176, 215, 0.6);
    box-shadow: 0 0 0 1px rgba(108, 176, 215, 0.4), 0 0 20px 2px rgba(108, 176, 215, 0.2);
  }
}

@keyframes feature-icon-pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.05); opacity: 0.95; }
}

.hero-features {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: flex-start;
}

.hero-features li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.4rem;
  padding: 0.5rem 1.25rem 0.5rem 0.5rem;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(108, 176, 215, 0.6);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: transform 0.25s ease, opacity 0.2s;
  overflow: hidden;
}

.hero-features li::before {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: -1;
  border-radius: 10px;
  background: linear-gradient(
    90deg,
    #1e5a8a 0%,
    #1e5a8a 15%,
    #2770bb 25%,
    #1e5a8a 35%,
    #1e5a8a 50%,
    #1e5a8a 65%,
    #2770bb 75%,
    #1e5a8a 85%,
    #1e5a8a 100%
  );
  background-size: 200% 100%;
  animation: gradient-border-flow 4s linear infinite;
}

.hero-features li:hover {
  transform: translateY(-2px);
}

.hero-feature-icon {
  flex-shrink: 0;
  width: 2.25rem;
  height: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 10px;
  color: rgba(108, 176, 215, 0.95);
  font-size: 0.85rem;
  font-weight: 600;
  animation: feature-icon-pulse 2s ease-in-out infinite;
  border: 1px solid rgba(108, 176, 215, 0.4);
  border-radius: 6px;
}

.hero-features li:nth-child(1) .hero-feature-icon { animation-delay: 0s; }
.hero-features li:nth-child(2) .hero-feature-icon { animation-delay: 0.25s; }
.hero-features li:nth-child(3) .hero-feature-icon { animation-delay: 0.5s; }
.hero-features li:nth-child(4) .hero-feature-icon { animation-delay: 0.75s; }

.hero-feature-text {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 0 20px rgba(108, 176, 215, 0.08);
}

.hero-feature-text span {
  display: block;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .hero {
    padding: 5rem 0.85rem 2rem;
    max-width: none;
    width: 100%;
    box-sizing: border-box;
  }

  .hero .hero-badge {
    font-size: 0.8rem;
    padding: 0.4rem 0.85rem;
    margin-bottom: 0.85rem;
  }

  .hero-title {
    font-size: clamp(1.5rem, 7.5vw, 2.35rem);
    line-height: 1.22;
    margin-bottom: 0.25rem;
  }

  .hero-title-tight {
    white-space: normal;
  }

  .hero-lead {
    font-size: 0.95rem;
    margin: 0.85rem 0 0.9rem;
    line-height: 1.45;
  }

  .hero-features {
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-start;
  }

  .hero-features li {
    padding: 0.5rem 0.7rem 0.5rem 0.45rem;
    min-height: 42px;
    box-sizing: border-box;
    flex: 1 1 calc(50% - 0.25rem);
    max-width: calc(50% - 0.25rem);
  }

  .hero-feature-text {
    font-size: 0.85rem;
  }

  .hero-feature-icon {
    width: 1.9rem;
    height: 1.2rem;
  }
}

/* Platform showcase (positioned right, doesn’t change hero flow) */
.platform-showcase {
  position: absolute;
  top: 14.5vh;
  right: calc(12vw - 120px);
  width: min(1000px, calc(100vw - 52rem - 12vw - 4rem));
  min-width: 320px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.platform-showcase-screenshot {
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  overflow: hidden;
  background: #0f1216;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.platform-showcase-screenshot img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

@keyframes platform-border-flow {
  0% { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}

.platform-showcase-frame {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #0f1216;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.4);
  z-index: 1;
  padding: 2px;
}

.platform-showcase-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: 12px;
  padding: 2px;
  background: linear-gradient(
    90deg,
    #2770bb 0%,
    #fff 25%,
    #6cb0d7 50%,
    #2770bb 100%
  );
  background-size: 200% 100%;
  background-origin: border-box;
  animation: platform-border-flow 4s linear infinite;
  -webkit-mask: linear-gradient(#fff, #fff) padding-box, linear-gradient(#fff, #fff) content-box;
  mask: linear-gradient(#fff, #fff) padding-box, linear-gradient(#fff, #fff) content-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  clip-path: inset(0 0 2px 0);
  pointer-events: none;
}

.platform-showcase-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: 12px;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.05) 0%,
    rgba(0, 0, 0, 0.09) 60%,
    rgba(0, 0, 0, 0.22) 100%
  );
}

.platform-cta-wrap {
  margin-top: 1.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  justify-content: flex-start;
  text-align: left;
  z-index: 1;
  position: relative;
}

.platform-cta-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.25rem;
  min-width: 0;
  flex: 1 1 auto;
  max-width: 100%;
}

.platform-cta-text {
  margin: 0;
  font-size: 1.7rem;
  font-weight: 700;
  flex-shrink: 1;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  width: 0;
  min-width: 0;
  min-width: 0;
  max-width: calc(100% - 11rem);
  animation: platform-cta-typewriter 11s linear infinite;
  will-change: width;
  max-width: calc(100% - 11rem);
}

.platform-cta-text-mobile {
  display: none;
}

@keyframes platform-cta-typewriter {
  0% { width: 0; }
  35% { width: 38ch; }
  55% { width: 38ch; }
  90% { width: 0; }
  100% { width: 0; }
}

.platform-cta-wrap:has(.btn-start-create:hover) .platform-cta-text {
  animation-play-state: paused;
}

.platform-cta-stats {
  flex-basis: 100%;
  display: flex;
  flex-wrap: nowrap;
  gap: 2rem;
  margin-top: 1rem;
  align-items: flex-start;
}

.platform-cta-stats .stat-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
}

.platform-cta-stats .stat-value {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
}

.platform-cta-stats .calc-digit,
.platform-cta-stats .stat-k,
.platform-cta-stats .stat-plus {
  display: inline-block;
  filter: blur(3px);
  -webkit-filter: blur(3px);
}

.platform-cta-stats .calc-digit {
  min-width: 0.5em;
  text-align: center;
  transition: opacity 0.28s ease-in-out;
}

.platform-cta-stats .stat-plus {
  color: #6cb0d7;
  font-weight: 700;
}

.platform-cta-stats .stat-desc {
  margin-top: 0.25rem;
  font-size: 0.85rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
}

.platform-cta-hint {
  flex-basis: 100%;
  margin: 0.75rem 0 0;
  font-size: 0.8rem;
  font-weight: 400;
  font-style: italic;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.4;
  text-align: right;
}

.btn-start-create {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: 0.25rem;
  padding: 0.9rem 1.85rem;
  font-family: "Cy Grotesk Key", system-ui, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  border: 1px solid rgba(108, 176, 215, 0.6);
}

.btn-start-create::before {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: -1;
  border-radius: 10px;
  background: linear-gradient(
    90deg,
    #1e5a8a 0%,
    #1e5a8a 15%,
    #2770bb 25%,
    #1e5a8a 35%,
    #1e5a8a 50%,
    #1e5a8a 65%,
    #2770bb 75%,
    #1e5a8a 85%,
    #1e5a8a 100%
  );
  background-size: 200% 100%;
  animation: gradient-border-flow 4s linear infinite;
}

.platform-showcase-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px 16px;
  background: rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.platform-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.platform-dot:nth-child(1) { background: #5a5a5a; }
.platform-dot:nth-child(2) { background: #5a5a5a; }
.platform-dot:nth-child(3) { background: #5a5a5a; }

.platform-showcase-content {
  position: relative;
  min-height: 380px;
  background: #0d0f12;
}

/* Dashboard demo – website gradient style */
.dashboard-demo {
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.9);
  padding: 0;
  min-height: 380px;
}

.dashboard-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 12px;
  background: rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.dashboard-logo {
  font-weight: 700;
  background: linear-gradient(90deg, #2770bb 0%, #fff 50%, #6cb0d7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.dashboard-nav {
  display: flex;
  gap: 6px;
}

.dashboard-nav a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  padding: 4px 6px;
  cursor: pointer;
  transition: color 0.15s;
}

.dashboard-nav a:hover {
  color: rgba(255, 255, 255, 0.9);
}

.dashboard-nav a.active {
  color: #6cb0d7;
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(90deg, #2770bb, #6cb0d7) 1;
}

.dashboard-pages {
  position: relative;
  min-height: 320px;
}

.dashboard-page {
  display: none;
  animation: dashboard-fade 0.2s ease;
}

.dashboard-page.active {
  display: block;
}

@keyframes dashboard-fade {
  from { opacity: 0; }
  to { opacity: 1; }
}

.dashboard-actions {
  display: flex;
  gap: 8px;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.5);
}

.dashboard-body {
  padding: 10px 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.dashboard-row {
  display: flex;
  gap: 10px;
  min-height: 0;
}

.dashboard-cards {
  flex: 0 0 55%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}

.dashboard-card {
  position: relative;
  background: linear-gradient(145deg, rgba(108, 176, 215, 0.12) 0%, rgba(0, 0, 0, 0.5) 100%);
  border: 1px solid rgba(108, 176, 215, 0.15);
  border-radius: 8px;
  padding: 8px;
  overflow: hidden;
}

.dashboard-card .card-icon {
  font-size: 10px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
}

.dashboard-card .card-name {
  display: block;
  font-size: 9px;
  color: rgba(255, 255, 255, 0.5);
}

.dashboard-card .card-label {
  display: block;
  font-size: 8px;
  color: rgba(255, 255, 255, 0.4);
}

.dashboard-card .card-value {
  font-weight: 600;
}

.dashboard-card .card-change {
  display: inline-block;
  padding: 2px 6px;
  border-radius: 6px;
  font-size: 9px;
  font-weight: 600;
  margin-top: 4px;
}

.dashboard-card .card-change.positive {
  background: linear-gradient(90deg, rgba(108, 176, 215, 0.5), rgba(108, 176, 215, 0.4));
  color: #a8cce8;
}

.dashboard-card .card-change.negative {
  background: rgba(200, 60, 60, 0.3);
  color: #f08080;
}

.dashboard-card .card-chart {
  position: absolute;
  bottom: 4px;
  right: 6px;
  width: 36px;
  height: 18px;
  background: linear-gradient(180deg, transparent 30%, rgba(108, 176, 215, 0.25) 100%);
  border-radius: 4px;
  clip-path: polygon(0 100%, 10% 60%, 20% 80%, 30% 40%, 40% 70%, 50% 20%, 60% 50%, 70% 30%, 80% 55%, 90% 45%, 100% 60%, 100% 100%, 0 100%);
}

.dashboard-card .card-chart.down {
  background: linear-gradient(180deg, transparent 30%, rgba(200, 80, 80, 0.3) 100%);
}

.dashboard-chart-panel {
  flex: 1;
  background: linear-gradient(180deg, rgba(108, 176, 215, 0.08) 0%, rgba(0, 0, 0, 0.45) 100%);
  border: 1px solid rgba(108, 176, 215, 0.12);
  border-radius: 8px;
  padding: 8px;
}

.chart-panel-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

.chart-panel-head h3 {
  margin: 0;
  font-size: 10px;
  font-weight: 600;
}

.chart-tabs span {
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 9px;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.chart-tabs span {
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}

.chart-tabs span:hover {
  color: rgba(255, 255, 255, 0.9);
}

.chart-tabs span.active {
  background: linear-gradient(90deg, #6cb0d7, #2770bb);
  color: #fff;
}

.chart-candles {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  height: 60px;
  margin-bottom: 4px;
}

.chart-candles .candle {
  flex: 1;
  min-width: 6px;
  border-radius: 2px;
}

.chart-candles .candle.up {
  background: linear-gradient(180deg, #2770bb, #6cb0d7);
  height: 70%;
}

.chart-candles .candle.down {
  background: linear-gradient(180deg, #c04040, #802020);
  height: 40%;
}

.chart-labels {
  font-size: 8px;
  color: rgba(255, 255, 255, 0.35);
  text-align: center;
}

.dashboard-watchlist {
  flex: 1;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  padding: 8px;
}

.watchlist-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

.watchlist-head h3 {
  margin: 0;
  font-size: 10px;
}

.watchlist-head a {
  color: #2770bb;
  font-size: 9px;
  text-decoration: none;
}

.watchlist-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 9px;
}

.watchlist-table th {
  text-align: left;
  padding: 4px 6px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
}

.watchlist-table td {
  padding: 4px 6px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.watchlist-table .positive {
  color: #6cb0d7;
}

.watchlist-table .negative {
  color: #f08080;
}

.dashboard-donut {
  flex: 0 0 140px;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  padding: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dashboard-donut h3 {
  margin: 0 0 6px;
  font-size: 10px;
}

.donut-ring {
  position: relative;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: conic-gradient(#6cb0d7 0deg 120deg, #2770bb 120deg 240deg, rgba(200, 80, 80, 0.8) 240deg 360deg);
}

.donut-hole {
  position: absolute;
  inset: 12px;
  background: #0d0f12;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.donut-title {
  font-size: 7px;
  color: rgba(255, 255, 255, 0.5);
}

.donut-value {
  font-size: 10px;
  font-weight: 700;
  background: linear-gradient(90deg, #2770bb, #6cb0d7);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.donut-change.positive {
  font-size: 8px;
  color: #6cb0d7;
}

/* Dashboard extra pages */
.dashboard-summary-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  flex: 1;
}

.summary-card {
  background: linear-gradient(145deg, rgba(108, 176, 215, 0.15) 0%, rgba(0, 0, 0, 0.5) 100%);
  border: 1px solid rgba(108, 176, 215, 0.2);
  border-radius: 8px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.summary-label {
  font-size: 9px;
  color: rgba(255, 255, 255, 0.5);
}

.summary-value {
  font-weight: 700;
  font-size: 14px;
  background: linear-gradient(90deg, #2770bb, #6cb0d7);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.summary-change.positive {
  font-size: 9px;
  color: #6cb0d7;
}

.balance-panel,
.dashboard-watchlist.full-width {
  flex: 1;
  min-width: 0;
}

.balance-panel h3,
.dashboard-watchlist h3 {
  margin: 0 0 6px;
  font-size: 10px;
}

.dashboard-chart-panel.half {
  flex: 1;
}

.stats-cards.half {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.stat-item {
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.stat-label {
  font-size: 9px;
  color: rgba(255, 255, 255, 0.5);
}

.stat-value {
  font-weight: 600;
  font-size: 12px;
}

.stat-value.positive {
  color: #6cb0d7;
}

.btn-sm {
  padding: 4px 10px;
  font-size: 9px;
  font-weight: 600;
  color: #0d0f12;
  background: linear-gradient(90deg, #2770bb, #2770bb);
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: opacity 0.15s, transform 0.15s;
}

.btn-sm:hover {
  opacity: 0.95;
  transform: scale(1.02);
}

.dashboard-card {
  cursor: pointer;
  transition: border-color 0.15s, transform 0.15s;
}

.dashboard-card:hover {
  border-color: rgba(108, 176, 215, 0.35);
  transform: translateY(-1px);
}

.watchlist-head a:hover {
  text-decoration: underline;
}

/* Logo animated banner – seamless infinite scroll, infinity fade on both sides */
.logo-banner {
  width: 100%;
  padding: 2rem 0;
  margin-top: 2rem;
  overflow: hidden;
}

.logo-banner-mask {
  overflow: hidden;
  position: relative;
  /* Infinity-style fade: logos appear from and disappear into nothing on both sides */
  mask-image: linear-gradient(to right, transparent 0%, rgba(255,255,255,0.02) 5%, #fff 18%, #fff 82%, rgba(255,255,255,0.02) 95%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(255,255,255,0.02) 5%, #fff 18%, #fff 82%, rgba(255,255,255,0.02) 95%, transparent 100%);
}

.logo-banner-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: logo-banner-scroll 14s linear infinite;
  will-change: transform;
}

/* Four identical rows so logos are always on display; -25% = one row for seamless loop */
.logo-banner-row {
  display: flex;
  align-items: center;
  gap: 4rem;
  flex-shrink: 0;
  padding: 0 2rem;
}

.logo-banner-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.logo-banner-icon {
  font-size: 1.25rem;
  opacity: 0.9;
}

@keyframes logo-banner-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-25%); }
}

.features-cta-wrap {
  text-align: center;
  padding: 1.5rem 0;
  margin-top: 5rem;
}

.features-cta-wrap .hero-badge {
  margin-bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(108, 176, 215, 0.6);
}

.integrations-cta-wrap {
  text-align: center;
  padding: 1.25rem 0 0.25rem;
}

.features-section {
  padding: 0.25rem 8vw 5rem;
  max-width: 98rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  text-align: center;
}

.features-title {
  font-family: "Cy Grotesk Key", system-ui, sans-serif;
  font-size: clamp(1.65rem, 4vw, 2.6rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  margin: -0.75rem 0 0;
  max-width: 100%;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 40%, #2770bb 70%, #6cb0d7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.features-subtitle {
  margin: 4.1rem 0 0;
  font-family: "Cy Grotesk Key", system-ui, sans-serif;
  font-size: clamp(1.65rem, 4vw, 2.6rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-align: center;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 40%, #2770bb 70%, #6cb0d7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.features-subtitle-lead {
  margin: 0.6rem auto 0;
  max-width: 46rem;
  font-size: 0.98rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}

.comparison-section .features-subtitle-lead {
  margin-top: 0;
  margin-bottom: 1.4rem;
}

.roadmap-section .features-subtitle-lead {
  margin-top: 0.25rem;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 2.5rem;
  max-width: 98rem;
  margin-left: auto;
  margin-right: auto;
}


.token-categories {
  margin-top: 1.45rem;
  text-align: left;
}

.token-categories-lead {
  margin: 0 auto 1.6rem;
  max-width: 50rem;
  font-size: 0.96rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
  text-align: center;
}

.token-categories-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  align-items: stretch;
  perspective: 1400px;
}

.pricing-cta-wrap {
  margin-top: 2rem;
  text-align: center;
  padding: 1.25rem 0;
}

.pricing-cta-wrap .hero-badge {
  margin-bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(108, 176, 215, 0.6);
}

.pricing-section {
  margin-top: 0;
  text-align: left;
  scroll-margin-top: 5rem;
}

.pricing-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.pricing-kicker {
  margin: 0;
  font-family: "Cy Grotesk Key", system-ui, sans-serif;
  font-size: clamp(1.65rem, 4vw, 2.6rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-align: center;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 40%, #2770bb 70%, #6cb0d7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.pricing-grid--two {
  grid-template-columns: auto auto auto;
  justify-content: center;
}

/* ── How to Launch section ── */
.how-to-launch-section {
  margin-top: 4rem;
  text-align: center;
}

.how-to-launch-cta-wrap {
  margin-top: 2rem;
  text-align: center;
  padding: 1.25rem 0;
}

.how-to-launch-cta-wrap .hero-badge {
  margin-bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(108, 176, 215, 0.6);
}

.how-to-launch-title {
  font-family: "Cy Grotesk Key", system-ui, sans-serif;
  font-size: clamp(1.65rem, 4vw, 2.6rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  margin: 0 0 2rem;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 40%, #2770bb 70%, #6cb0d7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.how-to-launch-video-wrap {
  width: 100%;
  margin: 0 auto;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  background:
    radial-gradient(circle at top left, rgba(108, 176, 215, 0.14), transparent 55%),
    linear-gradient(145deg, rgba(0, 0, 0, 0.88), rgba(5, 10, 18, 0.92));
  border: 1px solid rgba(108, 176, 215, 0.3);
  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.6),
    0 0 0 0 rgba(108, 176, 215, 0);
  aspect-ratio: 16 / 7.2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.how-to-launch-video-wrap:hover {
  border-color: rgba(108, 176, 215, 0.55);
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.65),
    0 0 32px rgba(39, 112, 187, 0.15);
}

.how-to-launch-video-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  padding: 2rem;
}

.how-to-launch-play-icon {
  width: 80px;
  height: 80px;
  opacity: 0.85;
  transition: opacity 0.2s, transform 0.25s;
}

.how-to-launch-video-wrap:hover .how-to-launch-play-icon {
  opacity: 1;
  transform: scale(1.08);
}

.how-to-launch-video-label {
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(108, 176, 215, 0.7);
}

/* When a real YouTube embed is added, make it fill the box */
.how-to-launch-video-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.roadmap-cta-wrap {
  margin-top: 4rem;
  text-align: center;
}

.roadmap-cta-wrap .hero-badge {
  margin-bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(108, 176, 215, 0.6);
}

.compare-cta-wrap {
  margin-top: 10rem;
  text-align: center;
}

.compare-cta-wrap .hero-badge {
  margin-bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(108, 176, 215, 0.6);
}

/* ── Tokenomics button ── */
.tokenomics-cta-wrap {
  margin-top: 2.5rem;
  text-align: center;
}

.tokenomics-cta-wrap .hero-badge {
  margin-bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(108, 176, 215, 0.6);
}

/* ── Most Asked Questions button ── */
.faq-cta-wrap {
  margin-top: 4rem;
  text-align: center;
}

.faq-cta-wrap .hero-badge {
  margin-bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(108, 176, 215, 0.6);
}

/* ── Tokenomics section ── */
.tokenomics-section {
  width: 100%;
  margin: 0.5rem auto 0;
  padding: 0 0 1.5rem;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}

.tokenomics-grid {
  display: grid;
  grid-template-columns: minmax(0, 900px) 1fr;
  gap: 0.35rem;
  width: 100%;
  max-width: 100%;
}

.tokenomics-card {
  max-width: none;
  margin: 0;
  padding: 2rem 2.5rem;
  border-radius: 18px;
  background:
    radial-gradient(circle at top left, rgba(108, 176, 215, 0.1), transparent 55%),
    linear-gradient(145deg, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.85));
  border: 1px solid rgba(108, 176, 215, 0.22);
  box-shadow:
    0 24px 48px rgba(0, 0, 0, 0.7),
    0 0 0 1px rgba(108, 176, 215, 0.08);
  position: relative;
}

.tokenomics-card-header {
  margin-bottom: 1.75rem;
}

.tokenomics-card-identity {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
}

.tokenomics-card-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: 0.5rem;
}

.tokenomics-card-actions--below-meta {
  margin-top: 1.5rem;
  margin-left: 0;
  flex-wrap: wrap;
}

.tokenomics-actions-divider {
  margin-top: 1.25rem;
}

.tokenomics-card-name {
  font-family: "Cy Grotesk Key", system-ui, sans-serif;
  font-size: clamp(1.6rem, 3.5vw, 2.2rem);
  font-weight: 700;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 40%, #2770bb 70%, #6cb0d7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.tokenomics-card-symbol {
  font-family: "Cy Grotesk Key", system-ui, sans-serif;
  font-size: clamp(0.9rem, 1.96vw, 1.23rem);
  font-weight: 600;
  color: rgba(108, 176, 215, 0.7);
  letter-spacing: 0.08em;
  margin-top: 0.2em;
}

.tokenomics-card-divider {
  height: 1px;
  background: linear-gradient(90deg, rgba(108, 176, 215, 0.3), rgba(108, 176, 215, 0.05) 70%, transparent);
}

.tokenomics-stats {
  display: flex;
  align-items: stretch;
  gap: 0;
  flex-wrap: wrap;
}

.tokenomics-stat {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  gap: 0.35rem;
  padding: 0 1.5rem;
  min-width: 0;
}

.tokenomics-stat:first-child {
  padding-left: 0;
}

.tokenomics-stat:last-child {
  padding-right: 0;
}

.tokenomics-stat-label {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
}

.tokenomics-stat-value {
  font-family: "Cy Grotesk Key", system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
  display: flex;
  align-items: center;
  gap: 0.4rem;
  white-space: nowrap;
}

.tokenomics-stat-value--green {
  color: #6cb0d7;
}

.tokenomics-stat-value--with-btn {
  flex-wrap: wrap;
  gap: 0.5rem;
}

.tokenomics-charts-btn {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.8rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  background: rgba(108, 176, 215, 0.25);
  border: 1px solid rgba(108, 176, 215, 0.5);
  border-radius: 999px;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.tokenomics-charts-btn:hover {
  background: rgba(108, 176, 215, 0.4);
  border-color: rgba(108, 176, 215, 0.7);
  color: #fff;
}

.tokenomics-ca-wrap {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-left: 0.25rem;
}

.tokenomics-ca-label {
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

.tokenomics-ca-value {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.3rem 0.75rem;
  font-size: 0.96rem;
  font-family: ui-monospace, monospace;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(108, 176, 215, 0.12);
  border: 1px solid rgba(108, 176, 215, 0.35);
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.tokenomics-ca-value:hover {
  background: rgba(108, 176, 215, 0.2);
  border-color: rgba(108, 176, 215, 0.5);
  color: #fff;
}

.tokenomics-ca-feedback {
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(108, 176, 215, 0.8);
}

.tokenomics-ca-value.copied .tokenomics-ca-feedback {
  color: #6cb0d7;
}

.tokenomics-stat-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.05rem 0.45rem;
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  background: rgba(108, 176, 215, 0.1);
  border: 1px solid rgba(108, 176, 215, 0.3);
  color: rgba(108, 176, 215, 0.75);
}

.tokenomics-stat-sep {
  width: 1px;
  height: 2.5rem;
  background: linear-gradient(180deg, transparent, rgba(108, 176, 215, 0.2), transparent);
  flex-shrink: 0;
}

.tokenomics-meta-divider {
  margin-top: 1.5rem;
}

.tokenomics-meta {
  margin-top: 0.75rem;
}

.tokenomics-meta .tokenomics-stat:first-child {
  padding-left: 0;
}

.tokenomics-meta .tokenomics-stat:last-child {
  padding-right: 0;
}

/* Tokenomics side panel (second column) */
.tokenomics-card::after {
  display: none;
}

.tokenomics-side-panel {
  padding: 2.75rem 2.5rem 2rem;
  border-radius: 18px;
  text-align: left;
  position: relative;
  background:
    radial-gradient(circle at top left, rgba(108, 176, 215, 0.1), transparent 55%),
    linear-gradient(145deg, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.85));
  border: 1px solid rgba(108, 176, 215, 0.22);
  box-shadow:
    0 24px 48px rgba(0, 0, 0, 0.7),
    0 0 0 1px rgba(108, 176, 215, 0.08);
}

.tokenomics-side-panel-header {
  margin-bottom: 1.25rem;
}

.tokenomics-side-panel-title {
  font-family: "Cy Grotesk Key", system-ui, sans-serif;
  font-size: clamp(1.25rem, 2.5vw, 1.6rem);
  font-weight: 700;
  margin: 0 0 1rem;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 40%, #2770bb 70%, #6cb0d7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

/* Divider line — same style as tokenomics card */
.tokenomics-side-panel-divider {
  height: 1px;
  background: linear-gradient(90deg, rgba(108, 176, 215, 0.3), rgba(108, 176, 215, 0.05) 70%, transparent);
}

.tokenomics-side-panel-lead {
  font-size: 0.95rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 1.5rem;
}

.tokenomics-side-panel-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.tokenomics-side-panel-list li {
  margin-bottom: 0.65rem;
}

.tokenomics-side-panel-list li:last-child {
  margin-bottom: 0;
}

/* Line between contract boxes */
.tokenomics-side-panel-list li:not(:first-child)::before {
  content: "";
  display: block;
  height: 1px;
  margin-bottom: 0.65rem;
  background: linear-gradient(90deg, rgba(108, 176, 215, 0.25), rgba(108, 176, 215, 0.05) 70%, transparent);
}

/* Box style like UNCX tag — pill/box for each contract */
.tokenomics-side-panel-box {
  display: block;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(108, 176, 215, 0.1);
  border: 1px solid rgba(108, 176, 215, 0.3);
  color: rgba(108, 176, 215, 0.9);
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.tokenomics-side-panel-box:hover {
  background: rgba(108, 176, 215, 0.18);
  border-color: rgba(108, 176, 215, 0.5);
  color: #6cb0d7;
}

/* Offline / not yet live – white style */
.tokenomics-side-panel-box--offline {
  color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.25);
  cursor: default;
  pointer-events: none;
}

.tokenomics-side-panel-box--offline:hover {
  color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.25);
}

@media (max-width: 700px) {
  .tokenomics-grid {
    grid-template-columns: 1fr;
  }
  .tokenomics-side-panel {
    padding: 1.5rem;
  }
  .tokenomics-stats {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .tokenomics-stat {
    padding: 0;
    flex-direction: column;
    justify-content: flex-start;
  }
  .tokenomics-stat-sep {
    display: none;
  }
  .tokenomics-card {
    padding: 1.5rem;
  }
}

/* ── FAQ / Most Asked Questions section ── */
.faq-section {
  margin-top: 2rem;
}

.faq-section-title {
  font-family: "Cy Grotesk Key", system-ui, sans-serif;
  font-size: clamp(1.4rem, 3vw, 1.85rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 40%, #2770bb 70%, #6cb0d7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.faq-list {
  max-width: 700px;
  margin: 0 auto;
}

.faq-item {
  border: 1px solid rgba(108, 176, 215, 0.25);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  margin-bottom: 0.75rem;
  overflow: hidden;
}

.faq-item[open] {
  border-color: rgba(108, 176, 215, 0.4);
  background: rgba(0, 0, 0, 0.2);
}

.faq-question {
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  padding: 1rem 1.25rem;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background 0.2s, color 0.2s;
}

.faq-question::-webkit-details-marker {
  display: none;
}

.faq-question::after {
  content: "+";
  font-size: 1.25rem;
  font-weight: 400;
  color: rgba(108, 176, 215, 0.8);
}

.faq-item[open] .faq-question::after {
  content: "−";
}

.faq-answer {
  margin: 0;
  padding: 0 1.25rem 1.25rem;
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
}

.faq-answer:first-of-type {
  padding-top: 0;
}

.site-footer {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 0;
  padding-bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  color: #fff;
  border-radius: 0;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
}

.site-footer-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 1.5rem 2rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3rem;
  text-align: left;
  box-sizing: border-box;
}

.site-footer-brand {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.site-footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  width: fit-content;
}

.site-footer-logo-img {
  height: 2rem;
  width: auto;
  display: block;
}

.site-footer-logo-text {
  font-size: 1.35rem;
  font-weight: 700;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 40%, #2770bb 70%, #6cb0d7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.site-footer-tagline {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.75);
  max-width: 280px;
}

.site-footer-newsletter {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.site-footer-newsletter-label {
  font-size: 0.95rem;
  font-weight: 600;
  color: #fff;
}

.site-footer-newsletter-form {
  display: flex;
  gap: 0;
  max-width: 320px;
}

.site-footer-newsletter-input {
  flex: 1;
  padding: 0.6rem 1rem;
  font-size: 0.9rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-right: none;
  border-radius: 999px 0 0 999px;
  outline: none;
  transition: border-color 0.2s, background 0.2s;
}

.site-footer-newsletter-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.site-footer-newsletter-input:focus {
  border-color: rgba(108, 176, 215, 0.5);
  background: rgba(255, 255, 255, 0.1);
}

.site-footer-newsletter-btn {
  padding: 0.6rem 1.25rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(90deg, #2770bb, #6cb0d7);
  border: none;
  border-radius: 0 999px 999px 0;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.15s;
}

.site-footer-newsletter-btn:hover {
  opacity: 0.95;
}

.site-footer-col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.site-footer-col--social {
  margin-right: calc(3rem + 3cm);
}

.site-footer-email-block--brand {
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.site-footer-email-block--brand .site-footer-col-title--email {
  margin-top: 0;
}

.site-footer-col-title {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  text-transform: uppercase;
}

.site-footer-col-title--email {
  margin-top: 0.5rem;
}

.site-footer-nav {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.site-footer-nav a {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.2s;
}

.site-footer-nav a:hover {
  color: #fff;
}

.site-footer-social {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.site-footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  text-decoration: none;
  cursor: pointer;
  pointer-events: auto;
  position: relative;
  z-index: 2;
  transition: background 0.2s, border-color 0.2s, color 0.2s, transform 0.2s ease, box-shadow 0.2s ease;
}

.site-footer-social-link:hover {
  background: rgba(108, 176, 215, 0.2);
  border-color: rgba(108, 176, 215, 0.4);
  color: #fff;
  transform: scale(1.12);
  box-shadow: 0 0 12px rgba(108, 176, 215, 0.4);
}

.site-footer-social-icon {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  object-fit: contain;
}

.site-footer-social-icon--light {
  filter: invert(1);
}

.site-footer-email {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color 0.2s;
}

.site-footer-email:hover {
  color: #fff;
}

.site-footer-nav-section {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: -3.2cm;
  padding: 0 1.5rem 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem 3rem;
  transform: translateX(-2.9cm);
}

.site-footer-pagelinks-row {
  position: absolute;
  top: 3rem;
  left: 0;
  right: 0;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3rem;
  align-items: start;
  pointer-events: none;
}

.site-footer-pagelinks-spacer {
  min-width: 0;
}

.site-footer-pagelinks-row .site-footer-col-title {
  margin-right: calc(3rem + 3cm);
  transform: translateX(-14.3cm);
}

.site-footer-nav-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
}

.site-footer-nav-section a {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: color 0.2s;
}

.site-footer-nav-section a:hover {
  color: #fff;
}

.site-footer-links {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem 1.25rem;
  margin-top: calc(-1.75rem - 2cm);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem 1.25rem;
}

.site-footer-col .site-footer-links {
  margin: 0;
  margin-top: 1rem;
  padding: 0;
  max-width: none;
  justify-content: flex-start;
}
.site-footer-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1.25rem;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.95);
  background: rgba(108, 176, 215, 0.12);
  border: 1px solid rgba(108, 176, 215, 0.35);
  border-radius: 999px;
  text-decoration: none;
  cursor: pointer;
  pointer-events: auto;
  position: relative;
  z-index: 2;
  transition: background 0.2s, border-color 0.2s, color 0.2s, transform 0.2s ease, box-shadow 0.2s ease;
}
.site-footer-link:hover {
  background: rgba(108, 176, 215, 0.22);
  border-color: rgba(108, 176, 215, 0.55);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(108, 176, 215, 0.35);
}
.site-footer-link:last-child {
  background: linear-gradient(90deg, rgba(39, 112, 187, 0.5), rgba(108, 176, 215, 0.4));
  border-color: rgba(108, 176, 215, 0.5);
}
.site-footer-link:last-child:hover {
  background: linear-gradient(90deg, rgba(39, 112, 187, 0.7), rgba(108, 176, 215, 0.6));
  border-color: rgba(108, 176, 215, 0.7);
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(108, 176, 215, 0.4);
}

.site-footer-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1.25rem 1.5rem;
  margin-bottom: 0;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.site-footer-bar-email {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  margin: -1.5cm 0 0.75rem 0;
  margin-left: -26.6cm;
  font-size: 0.9rem;
}

.site-footer-bar-email-label {
  font-weight: 600;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.9);
}

.site-footer-bar-email .site-footer-email {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.85);
}

.site-footer-bar-email .site-footer-email:hover {
  color: #fff;
}

.site-footer-copy {
  margin: 1.3cm 0 0 0;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.45);
  text-align: center;
}

@media (max-width: 768px) {
  .site-footer {
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
  }
  .site-footer-grid {
    order: 1;
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
    padding: 2rem 1rem 1.5rem;
  }
  .site-footer-brand {
    align-items: center;
  }
  .site-footer-tagline {
    text-align: center;
    max-width: none;
  }
  .site-footer-newsletter-form {
    margin: 0 auto;
  }
  .site-footer-col {
    align-items: center;
  }
  .site-footer-col--social {
    align-items: center;
    margin-right: 0;
  }
  .site-footer-email-block--brand {
    align-items: center;
  }
  .site-footer-nav {
    align-items: center;
  }
  .site-footer-social {
    justify-content: center;
    gap: 1rem;
  }
  .site-footer-col .site-footer-links {
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .site-footer-pagelinks-row {
    order: 2;
    position: static;
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 0.5rem 1rem 0.75rem;
    margin-top: 0;
    text-align: center;
  }
  .site-footer-pagelinks-row .site-footer-col-title {
    margin-right: 0;
    transform: none;
  }
  .site-footer-pagelinks-spacer {
    display: none;
  }
  .site-footer-nav-section {
    order: 3;
    align-items: center;
    margin-top: 0;
    padding: 0.75rem 1rem 1rem;
    transform: none;
    justify-content: center;
    gap: 1.5rem 2rem;
  }
  .site-footer-nav-group {
    align-items: center;
    gap: 0.4rem;
  }
  .site-footer-nav-section a {
    font-size: 0.88rem;
  }
  .site-footer-bar {
    order: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1rem 1rem 1.25rem;
    gap: 0.5rem;
  }
  .site-footer-bar-email {
    margin-left: 0;
    margin-top: 0;
    justify-content: center;
  }
  .site-footer-copy {
    margin: 0.5rem 0 0 0;
    font-size: 0.8rem;
    line-height: 1.4;
  }
}

.comparison-section {
  width: 100%;
  margin: -0.75rem auto 0;
  padding: 0.25rem 0 3rem;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .comparison-section {
    margin-top: calc(-0.75rem - 1.5cm);
  }
  .compare-cta-wrap .hero-badge {
    transform: translateY(-1cm);
  }
}

.comparison-section .features-subtitle-lead,
.comparison-section .comparison-grid-wrap,
.comparison-section .comparison-grid,
.comparison-section .tokenomics-cta-wrap {
  position: relative;
  z-index: 1;
}

@keyframes comparison-light-sweep {
  0%, 100% {
    opacity: 0.7;
    transform: scale(1) translate(0, 0);
  }
  33% {
    opacity: 1;
    transform: scale(1.08) translate(2%, -1%);
  }
  66% {
    opacity: 0.85;
    transform: scale(1.04) translate(-1%, 2%);
  }
}

/* Moving light: travels around the border */
@keyframes comparison-border-move {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Moving light: travels down the vertical lines */
@keyframes comparison-line-move {
  0% {
    background-position: 50% -50%;
  }
  100% {
    background-position: 50% 150%;
  }
}

/* Moving light: travels left → right across horizontal borders */
@keyframes comparison-hline-move {
  0% {
    background-position: -50% 50%;
  }
  100% {
    background-position: 150% 50%;
  }
}

.comparison-section .comparison-grid-wrap {
  margin: 0.5rem auto 0;
  position: relative;
  width: 100%;
  max-width: 100%;
  border-radius: 18px;
  overflow: hidden;
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    black 7%,
    black 93%,
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    black 7%,
    black 93%,
    transparent 100%
  );
}

/* Animated gradient light – removed background sweep */
.comparison-section .comparison-grid-wrap::before {
  content: none;
}

/* Rotating border ring removed */
.comparison-section .comparison-grid-wrap::after {
  content: none;
}

.comparison-grid {
  margin: 0;
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  border-radius: 18px;
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.45) 40%,
      rgba(0, 0, 0, 0.55) 100%
    );
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.95),
    0 0 0 1px rgba(108, 176, 215, 0.2);
  overflow: hidden;
  position: relative;
  z-index: 1;
}

/* Vertical line with a bright spot that moves top → bottom */
.comparison-grid::before {
  content: "";
  position: absolute;
  top: 0;
  left: 33.33%;
  bottom: 0;
  width: 2px;
  margin-left: -1px;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(108, 176, 215, 0.12) 35%,
    rgba(108, 176, 215, 0.5) 45%,
    rgba(39, 112, 187, 0.7) 50%,
    rgba(108, 176, 215, 0.5) 55%,
    rgba(108, 176, 215, 0.12) 65%,
    transparent 100%
  );
  background-size: 100% 200%;
  background-position: 50% -50%;
  animation: comparison-line-move 3.5s linear infinite;
  opacity: 0.95;
}

.comparison-grid::after {
  content: "";
  position: absolute;
  top: 0;
  left: 66.66%;
  bottom: 0;
  width: 2px;
  margin-left: -1px;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(108, 176, 215, 0.12) 35%,
    rgba(108, 176, 215, 0.5) 45%,
    rgba(39, 112, 187, 0.7) 50%,
    rgba(108, 176, 215, 0.5) 55%,
    rgba(108, 176, 215, 0.12) 65%,
    transparent 100%
  );
  background-size: 100% 200%;
  background-position: 50% -50%;
  animation: comparison-line-move 3.5s linear infinite 0.5s;
  opacity: 0.95;
}

.comparison-header {
  padding: 0.9rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-family: "Cy Grotesk Key", system-ui, sans-serif;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.8);
}

.comparison-header--center {
  text-align: center;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 40%, #2770bb 70%, #6cb0d7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  justify-self: center;
}

.comparison-header--right {
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}

.comparison-row-label,
.comparison-cell {
  padding: 0.85rem 1rem;
  font-size: 0.86rem;
  line-height: 1.5;
}

.comparison-row-label {
  color: rgba(255, 255, 255, 0.82);
  border-top: none;
  position: relative;
}

.comparison-cell {
  border-top: none;
  position: relative;
}

/* Animated horizontal light streak on every row border */
.comparison-row-label::before,
.comparison-cell::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    transparent 18%,
    rgba(108, 176, 215, 0.06) 32%,
    rgba(108, 176, 215, 0.55) 46%,
    rgba(39, 112, 187, 0.8) 50%,
    rgba(108, 176, 215, 0.55) 54%,
    rgba(108, 176, 215, 0.06) 68%,
    transparent 82%,
    transparent 100%
  );
  background-size: 200% 100%;
  background-position: -50% 50%;
  animation: comparison-hline-move 7s linear infinite;
  pointer-events: none;
}

/* Stagger each row so streaks don't all move in sync */
.comparison-row-label:nth-child(3n+1)::before,
.comparison-cell:nth-child(3n+1)::before { animation-delay: 0s; }
.comparison-row-label:nth-child(3n+2)::before,
.comparison-cell:nth-child(3n+2)::before { animation-delay: -1.3s; }
.comparison-row-label:nth-child(3n)::before,
.comparison-cell:nth-child(3n)::before   { animation-delay: -2.6s; }

.comparison-cell--primepad {
  color: rgba(210, 235, 255, 0.9);
  text-align: center;
  padding-left: 0.8rem;
  margin-left: 0;
}

.comparison-cell--other {
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 900px) {
  .comparison-grid {
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  }
  .comparison-header--right,
  .comparison-cell--other {
    display: none;
  }
}

@media (max-width: 640px) {
  .comparison-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .comparison-header--center {
    text-align: left;
  }
  .comparison-grid::before,
  .comparison-grid::after {
    display: none;
  }
}

/* Mobile: comparison table fits viewport */
@media (max-width: 768px) {
  .comparison-section .comparison-grid-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-left: -0.4cm;
    margin-right: -0.4cm;
    width: calc(100% + 0.8cm);
    max-width: calc(100% + 0.8cm);
    box-sizing: border-box;
  }
  .comparison-section .comparison-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    min-width: 0;
    width: 100%;
    max-width: 100%;
  }
  .comparison-section .comparison-header--right,
  .comparison-section .comparison-cell--other {
    display: block;
  }
  .comparison-section .comparison-header--center {
    text-align: center;
  }
  .comparison-section .comparison-grid::before,
  .comparison-section .comparison-grid::after {
    display: block;
  }
  .comparison-section .comparison-header,
  .comparison-section .comparison-row-label,
  .comparison-section .comparison-cell {
    padding: 0.45rem 0.5rem;
    font-size: 0.7rem;
    line-height: 1.35;
    word-break: break-word;
  }
}

.roadmap-section {
  margin-top: 1.5rem;
  position: relative;
  padding-bottom: 2.5rem;
}

.roadmap-kicker {
  margin: 0 0 2.5rem;
  font-family: "Cy Grotesk Key", system-ui, sans-serif;
  font-size: clamp(1.65rem, 4vw, 2.6rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-align: center;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 40%, #2770bb 70%, #6cb0d7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.roadmap-section::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(100%, 800px);
  height: 200px;
  transform: translate(-50%, -50%);
  background: radial-gradient(ellipse at center, rgba(39, 112, 187, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.roadmap-grid {
  margin-top: 0.5rem;
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  position: relative;
  z-index: 1;
}

.roadmap-stage {
  position: relative;
  padding: 1.3rem 1.25rem calc(8rem - 2cm);
  border-radius: 14px;
  background:
    radial-gradient(circle at top left, rgba(108, 176, 215, 0.14), transparent 55%),
    linear-gradient(145deg, rgba(0, 0, 0, 0.96), rgba(0, 0, 0, 0.8));
  border: 1px solid rgba(108, 176, 215, 0.35);
  box-shadow:
    0 22px 42px rgba(0, 0, 0, 0.9),
    0 0 0 0 rgba(108, 176, 215, 0);
  overflow: hidden;
  flex: 1 1 0;
  --stage-offset: 0px;
  transform-origin: center bottom;
  transform: translateY(calc(-4px + var(--stage-offset))) perspective(900px) rotateY(-6deg) rotateX(3deg);
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.35s ease, border-color 0.35s ease;
}

.roadmap-stage:nth-child(1) { --stage-offset: 0px; }
.roadmap-stage:nth-child(2) { --stage-offset: 2rem; }
.roadmap-stage:nth-child(3) { --stage-offset: 4rem; }
.roadmap-stage:nth-child(4) { --stage-offset: 6rem; }

.roadmap-stage::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: conic-gradient(
    from 120deg,
    rgba(108, 176, 215, 0),
    rgba(108, 176, 215, 0.5),
    rgba(108, 176, 215, 0)
  );
  opacity: 0.4;
  mix-blend-mode: screen;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.roadmap-stage:hover {
  transform: translateY(calc(-10px + var(--stage-offset))) perspective(900px) rotateY(0deg) rotateX(1deg) scale(1.02);
  border-color: rgba(108, 176, 215, 0.55);
  box-shadow:
    0 28px 52px rgba(0, 0, 0, 0.85),
    0 0 40px rgba(39, 112, 187, 0.2),
    0 0 80px rgba(108, 176, 215, 0.15);
}

.roadmap-stage:hover::before {
  opacity: 0.65;
}

.roadmap-stage-road {
  position: relative;
  margin: 0.4rem 0 0.9rem;
  height: 24px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow:
    0 8px 18px rgba(0, 0, 0, 0.35),
    0 0 24px rgba(108, 176, 215, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  overflow: hidden;
  transition: box-shadow 0.35s ease;
}

.roadmap-stage:hover .roadmap-stage-road {
  box-shadow:
    0 8px 20px rgba(0, 0, 0, 0.4),
    0 0 32px rgba(108, 176, 215, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.roadmap-stage-road::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10%;
  right: 10%;
  height: 3px;
  transform: translateY(-50%);
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.15),
    #ffffff,
    #2770bb,
    #6cb0d7,
    #2770bb,
    #ffffff,
    rgba(255, 255, 255, 0.15)
  );
  background-size: 220px 3px;
  opacity: 0.9;
  mask-image: repeating-linear-gradient(
    to right,
    #000 0 22px,
    transparent 22px 38px
  );
  -webkit-mask-image: repeating-linear-gradient(
    to right,
    #000 0 22px,
    transparent 22px 38px
  );
  animation: roadmap-road-flow 2.4s linear infinite;
}

@keyframes roadmap-road-flow {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -220px 0;
  }
}

.roadmap-stage::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -80px;
  width: 2px;
  height: 80px;
  background: linear-gradient(to bottom, rgba(108, 176, 215, 0.9), rgba(108, 176, 215, 0.1));
  pointer-events: none;
}

.roadmap-stage-header {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin-top: 0;
  margin-bottom: 0.6rem;
}

.roadmap-stage-number {
  font-family: "Cy Grotesk Key", system-ui, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(108, 176, 215, 0.75);
  text-shadow: 0 0 20px rgba(108, 176, 215, 0.25);
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

.roadmap-stage:hover .roadmap-stage-number {
  color: rgba(108, 176, 215, 0.95);
  text-shadow: 0 0 24px rgba(108, 176, 215, 0.45);
}

.roadmap-stage-title {
  font-family: "Cy Grotesk Key", system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0;
  color: #ffffff;
  transform: translateY(-0.15rem);
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

.roadmap-stage:hover .roadmap-stage-title {
  text-shadow: 0 0 16px rgba(255, 255, 255, 0.15);
}

.roadmap-stage-list {
  margin: 0;
  padding-left: 1.05rem;
  list-style: disc;
  font-size: 0.85rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.85);
  transition: color 0.3s ease;
}

.roadmap-stage:hover .roadmap-stage-list {
  color: rgba(255, 255, 255, 0.92);
}

.roadmap-stage-list li {
  transition: transform 0.25s ease, padding-left 0.25s ease;
}

.roadmap-stage:hover .roadmap-stage-list li:hover {
  padding-left: 0.15rem;
  color: #fff;
}

.roadmap-stage-list li + li {
  margin-top: 0.25rem;
}

/* Roadmap coming chains animated banner */
@keyframes roadmap-chains-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-33.333%);
  }
}

.roadmap-chains-banner {
  margin-top: 2.5rem;
  padding: 1rem 0;
  position: relative;
  width: 100%;
}

.roadmap-chains-banner::before,
.roadmap-chains-banner::after {
  content: none;
}

/* Top-of-page announcement bar override */
.site-top-banner {
  margin-top: 0 !important;
  position: relative;
  z-index: 200;
}

/* Smooth fade mask so text fades at edges – endless look */
.roadmap-chains-banner-fade {
  overflow: hidden;
  width: 100%;
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    black 12%,
    black 88%,
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    black 12%,
    black 88%,
    transparent 100%
  );
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
}

.roadmap-chains-banner-track {
  display: flex;
  width: max-content;
  animation: roadmap-chains-scroll 27s linear infinite;
  gap: 3rem;
}

.roadmap-chains-text {
  font-family: "Cy Grotesk Key", system-ui, sans-serif;
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  white-space: nowrap;
  background: linear-gradient(90deg, #ffffff 0%, #6cb0d7 35%, #2770bb 70%, #ffffff 100%);
  background-size: 100% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  opacity: 0.85;
}

@keyframes roadmap-chains-shimmer {
  0%, 100% {
    background-position: 0% center;
  }
  50% {
    background-position: 100% center;
  }
}

@media (max-width: 1024px) {
  .roadmap-grid {
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .roadmap-grid {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .roadmap-stage::after {
    display: none;
  }
  .roadmap-stage,
  .roadmap-stage:hover {
    transform: none;
  }
  .roadmap-stage:nth-child(1),
  .roadmap-stage:nth-child(2),
  .roadmap-stage:nth-child(3),
  .roadmap-stage:nth-child(4) {
    --stage-offset: 0px;
  }
  .roadmap-stage {
    width: 100%;
    min-width: 0;
    flex: none;
    box-sizing: border-box;
    max-width: 100%;
  }
  .roadmap-section {
    overflow: visible;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    box-sizing: border-box;
  }
}

.pricing-grid article:nth-of-type(1) {
  grid-column: 1;
  grid-row: 1;
}

.pricing-grid article:nth-of-type(2) {
  grid-column: 2;
  grid-row: 1;
}

.pricing-grid article:nth-of-type(3) {
  grid-column: 3;
  grid-row: 1;
}

.pricing-arrow {
  grid-column: 1 / 3;
  grid-row: 1;
  align-self: flex-start;
  justify-self: center;
  display: inline-flex;
  align-items: center;
  gap: 0;
  margin-top: 9.3rem;
  margin-bottom: 0;
  margin-right: 0;
  pointer-events: none;
  z-index: 2;
}

.pricing-arrows-wrap {
  grid-column: 1 / 3;
  grid-row: 1;
  align-self: flex-start;
  justify-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin-top: 7.5rem;
  margin-bottom: 0;
  margin-right: 0;
  pointer-events: none;
  z-index: 2;
}

.pricing-arrows-wrap .pricing-arrow {
  margin-top: 0;
}

.pricing-arrows-wrap .pricing-arrow--row2 {
  margin-top: 0.5rem;
}

.pricing-arrows-wrap .pricing-arrow--row3 {
  margin-top: 0.5rem;
}

.pricing-arrow--top {
  margin-top: 7.5rem;
}

.pricing-arrow--bottom {
  margin-top: 11.1rem;
}

/* Mobile: push pricing arrows down so they don't overlap */
@media (max-width: 768px) {
  .pricing-arrows-wrap {
    margin-top: calc(7.5rem + 3cm);
  }
  .pricing-arrow--top {
    margin-top: calc(7.5rem + 3cm);
  }
  .pricing-arrow--bottom {
    margin-top: calc(11.1rem + 3cm);
  }
  .pricing-arrows-wrap .pricing-arrow--row2 {
    margin-top: calc(0.5rem + 0.5cm);
  }
  .pricing-arrows-wrap .pricing-arrow--row3 {
    margin-top: calc(0.5rem + 0.5cm);
  }
}

.pricing-arrow-line {
  width: 4.5rem;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), #2ecc71);
  box-shadow: 0 0 10px rgba(46, 204, 113, 0.8);
  animation: pricing-arrow-pulse 1.4s ease-in-out infinite;
}

.pricing-arrow-head {
  font-size: 1.1rem;
  color: rgba(46, 204, 113, 0.9);
  text-shadow: 0 0 6px rgba(46, 204, 113, 0.6);
  animation: pricing-arrow-head-flash 1.4s ease-in-out infinite;
  margin-left: 0.2rem;
}

@keyframes pricing-arrow-pulse {
  0%, 60%, 100% {
    box-shadow: 0 0 4px rgba(46, 204, 113, 0.4);
    opacity: 0.7;
  }
  75% {
    box-shadow: 0 0 16px rgba(46, 204, 113, 1);
    opacity: 1;
  }
}

@keyframes pricing-arrow-head-flash {
  0%, 60%, 100% {
    text-shadow: 0 0 4px rgba(46, 204, 113, 0.4);
  }
  75% {
    text-shadow: 0 0 12px rgba(46, 204, 113, 1);
  }
}

.pricing-card {
  position: relative;
  padding: 1.6rem 1.5rem 1.4rem;
  border-radius: 14px;
  background:
    radial-gradient(circle at top left, rgba(108, 176, 215, 0.16), transparent 55%),
    linear-gradient(145deg, rgba(0, 0, 0, 0.96), rgba(0, 0, 0, 0.82));
  border: 1px solid rgba(108, 176, 215, 0.3);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.6);
  transition: transform 0.2s ease-out, box-shadow 0.2s ease-out, border-color 0.2s ease-out;
}

.pricing-promo {
  margin-top: 2.3rem;
  display: flex;
  justify-content: center;
}

.pricing-promo-inner {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 1rem;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.7));
  border-radius: 999px;
  border: 1px solid rgba(108, 176, 215, 0.7);
  box-shadow: 0 0 16px rgba(108, 176, 215, 0.5);
}

.pricing-ribbon-pill {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2ecc71;
  margin-right: 0.4rem;
}

.pricing-ribbon-text {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.92);
  white-space: nowrap;
}

.pricing-title {
  margin: 0 0 0.5rem;
  font-family: "Cy Grotesk Key", system-ui, sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 40%, #2770bb 70%, #6cb0d7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.pricing-text {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
}

.pricing-table {
  margin-top: 0.9rem;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(108, 176, 215, 0.25);
  overflow: hidden;
}

.pricing-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.4rem 0.75rem;
  font-size: 0.86rem;
}

.pricing-row:nth-child(2) {
  background: rgba(108, 176, 215, 0.04);
}

.pricing-row-label {
  color: rgba(255, 255, 255, 0.82);
}

.pricing-row-value {
  font-weight: 600;
  color: #6cb0d7;
}

.pricing-card--base .pricing-row-value {
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 40%, #2770bb 70%, #6cb0d7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

/* Platform Discount: 50k, 150k, 75k $PRIME — gradient like title */
.pricing-card--platform-discount .pricing-row-value {
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 40%, #2770bb 70%, #6cb0d7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.pricing-list {
  margin: 0;
  padding-left: 1rem;
  list-style: disc;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
}

.pricing-list li + li {
  margin-top: 0.65rem;
}

.pricing-list-text {
  margin-left: 0.6rem;
  white-space: nowrap;
}

.pricing-card:nth-of-type(3) .pricing-list li:nth-child(-n+2) .pricing-list-text {
  margin-left: 1rem;
}

.pricing-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.08rem 0.55rem;
  margin-right: 0.25rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.9);
  border: 1px solid rgba(108, 176, 215, 0.7);
  color: #6cb0d7;
}

.pricing-card:nth-of-type(3) .pricing-pill {
  color: #ffffff;
}

/* Free Tiers card: dark container, blue gradient glow, bullet list with MC pills */
.pricing-card--free-tiers {
  text-align: left;
  padding: 1rem 1.1rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(108, 176, 215, 0.35);
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.5),
    0 0 32px rgba(39, 112, 187, 0.12),
    inset 0 0 40px rgba(0, 0, 0, 0.25);
  background:
    linear-gradient(145deg, rgba(0, 0, 0, 0.97), rgba(10, 25, 50, 0.9));
}

.pricing-card--free-tiers .pricing-text {
  margin-bottom: 0.75rem;
  font-size: 0.82rem;
}

/* Title: "Free" in blue, "Tiers" in white */
.pricing-title--free-tiers {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  color: #ffffff;
  -webkit-text-fill-color: unset;
}

.pricing-title--free-tiers .pricing-title-free {
  color: #ffffff;
  font-weight: 700;
}

/* Bulleted list of tiers — compact */
.free-tiers-list {
  list-style: disc;
  margin: 0;
  padding-left: 1.1rem;
}

.free-tiers-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
  line-height: 1.35;
}

.free-tiers-list li::marker {
  color: rgba(255, 255, 255, 0.85);
}

/* MC value pill: blue border, dark bg, white text, blue glow */
.free-tier-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  min-width: 3.5rem;
  padding: 0.22rem 0.5rem;
  font-family: "Cy Grotesk Key", system-ui, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.85);
  border: 1px solid rgba(108, 176, 215, 0.7);
  border-radius: 999px;
  box-shadow: 0 0 10px rgba(39, 112, 187, 0.25);
}

.free-tier-desc {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.8rem;
  letter-spacing: 0.01em;
}

@media (max-width: 640px) {
  .free-tiers-list li {
    margin-bottom: 0.4rem;
    font-size: 0.75rem;
  }
  .free-tier-pill {
    min-width: 3rem;
    padding: 0.18rem 0.4rem;
    font-size: 0.65rem;
  }
  .free-tier-desc {
    font-size: 0.75rem;
  }
}

.pricing-highlight {
  color: #2ecc71;
  font-weight: 600;
  animation: pricing-flash 1.3s ease-in-out infinite;
}

@keyframes pricing-flash {
  0%, 60%, 100% {
    text-shadow: 0 0 0 rgba(46, 204, 113, 0);
  }
  75% {
    text-shadow: 0 0 10px rgba(46, 204, 113, 0.85);
  }
}

@media (max-width: 768px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }
  .pricing-grid--two {
    grid-template-columns: 1fr;
    justify-content: initial;
    transform: translateX(-0.2cm);
  }
  /* Align the "Telegram / X / Molt" rows across pricing cards */
  .pricing-grid--two .pricing-text {
    min-height: 4.8rem;
  }

  .pricing-card--base .pricing-text {
    margin-bottom: 2rem;
  }

  .pricing-row-value {
    font-size: 0.69rem;
    transform: translateX(0.2cm);
  }
}

.token-card {
  position: relative;
  padding: 1.75rem 1.6rem 1.6rem;
  border-radius: 16px;
  background:
    radial-gradient(circle at top left, rgba(108, 176, 215, 0.16), transparent 55%),
    linear-gradient(145deg, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.78));
  border: 1px solid rgba(108, 176, 215, 0.35);
  box-shadow:
    0 24px 40px rgba(0, 0, 0, 0.75),
    0 0 0 1px rgba(108, 176, 215, 0.2);
  overflow: hidden;
  transform-style: preserve-3d;
  transform: rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg));
  transition: transform 0.18s ease-out,
              box-shadow 0.18s ease-out,
              border-color 0.18s ease-out,
              opacity 2.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.token-categories-grid .token-card:first-child {
  transform: rotateX(var(--rx, 0deg)) rotateY(calc(var(--ry, 0deg) + 16deg));
}

.token-categories-grid .token-card:last-child {
  transform: rotateX(var(--rx, 0deg)) rotateY(calc(var(--ry, 0deg) - 16deg));
}

.token-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: conic-gradient(
    from 140deg,
    rgba(108, 176, 215, 0.0),
    rgba(108, 176, 215, 0.45),
    rgba(108, 176, 215, 0.0)
  );
  opacity: 0.45;
  mix-blend-mode: screen;
  pointer-events: none;
}

.token-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: radial-gradient(circle at var(--mx, 50%) var(--my, 0%), rgba(108, 176, 215, 0.2), transparent 55%);
  opacity: 0;
  transition: opacity 0.18s ease-out;
  mix-blend-mode: screen;
  pointer-events: none;
}

.token-card-header {
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
  margin-top: -0.6rem;
  margin-bottom: 0.75rem;
}

.token-card-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(108, 176, 215, 0.7);
  color: #6cb0d7;
}

.token-card-title {
  font-family: "Cy Grotesk Key", system-ui, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.token-card-list {
  margin: 0;
  padding-left: 1.1rem;
  list-style: disc;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.86);
}

.token-card-list > li + li {
  margin-top: 0.35rem;
}

.token-card-sublist {
  margin: 0.35rem 0 0.15rem;
  padding-left: 1.1rem;
  list-style: circle;
}

.token-card-sublist li + li {
  margin-top: 0.2rem;
}

.token-card > * {
  position: relative;
  z-index: 1;
}

.token-card:hover {
  border-color: rgba(108, 176, 215, 0.6);
  box-shadow: 0 26px 50px rgba(0, 0, 0, 0.85);
}

.token-card:hover::after {
  opacity: 1;
}

.integrations-grid {
  margin-top: 2.25rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  align-items: flex-start;
}

.integration-card {
  text-align: left;
  padding: 1.75rem 1.5rem;
  border-radius: 12px;
  background: rgba(13, 13, 13, 0.5);
  border: 1px solid rgba(108, 176, 215, 0.28);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.35);
  position: relative;
  overflow: hidden;
}

.integration-card > * {
  position: relative;
  z-index: 1;
}

.integration-title {
  font-family: "Cy Grotesk Key", system-ui, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0 0 0.25rem;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.integration-lead {
  margin: 0 0 0.75rem;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.85);
}

.integration-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  padding: 0.45rem 1.2rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(108, 176, 215, 0.6);
  box-shadow: 0 0 12px rgba(108, 176, 215, 0.4);
  transition: background 0.2s ease-out, box-shadow 0.2s ease-out, transform 0.15s ease-out;
}

.integration-cta:hover {
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 18px rgba(108, 176, 215, 0.7);
  transform: translateY(-1px);
}

.integration-card--telegram .integration-cta {
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(46, 204, 113, 0.9);
  color: #fff;
  box-shadow: 0 0 12px rgba(46, 204, 113, 0.35);
}

.integration-card--telegram .integration-cta:hover {
  background: rgba(0, 0, 0, 0.8);
  border-color: rgba(46, 204, 113, 1);
  box-shadow: 0 0 18px rgba(46, 204, 113, 0.5);
}

.integration-cta--soon {
  border-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.5);
}

.integration-cta--soon:hover {
  box-shadow: 0 0 18px rgba(255, 255, 255, 0.85);
}

.integration-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.integration-list li {
  display: flex;
  align-items: flex-start;
  padding: 0.35rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.integration-list li::before {
  content: "•";
  display: inline-block;
  margin-right: 0.45rem;
  color: #6cb0d7;
}

.integration-list li:last-child {
  border-bottom: none;
}

.integration-note {
  margin: 0.75rem 0 0;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
}


.feature-box {
  position: relative;
  padding: 2.25rem;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.55);
  overflow: hidden;
  border: 1px solid rgba(108, 176, 215, 0.36);
  transition: background 0.32s ease-out,
              border-color 0.32s ease-out,
              opacity 2.6s cubic-bezier(0.16, 1, 0.3, 1),
              transform 2.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.feature-box:hover {
  background: rgba(0, 0, 0, 0.65);
  border-color: rgba(108, 176, 215, 0.56);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.feature-box::before {
  content: none;
}

@keyframes feature-icon-flash {
  0% {
    filter: brightness(1) saturate(1);
    opacity: 1;
  }
  40% {
    filter: brightness(1.18) saturate(1.1);
    opacity: 1;
  }
  80% {
    filter: brightness(1) saturate(1);
    opacity: 1;
  }
  100% {
    filter: brightness(1) saturate(1);
    opacity: 1;
  }
}

.feature-box-icon {
  display: inline-block;
  font-size: 1.5rem;
  margin-bottom: 0.9rem;
  background: linear-gradient(90deg, #2770bb, #6cb0d7);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: feature-icon-flash 4s ease-in-out infinite;
}

.features-grid .feature-box:nth-child(-n+5) .feature-box-icon {
  font-size: 1.9rem;
}

.features-grid .feature-box:nth-child(2) .feature-box-icon {
  font-size: 2.7rem;
}

.feature-box-title {
  font-family: "Cy Grotesk Key", system-ui, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: #ffffff;
}

.feature-box > * {
  position: relative;
  z-index: 1;
}

.features-grid .feature-box:nth-child(2) .feature-box-title {
  margin-top: -0.8rem;
}

.features-grid .feature-box:nth-child(4) .feature-box-title {
  margin-top: -1.05rem;
}

.features-grid .feature-box:nth-child(4) .feature-box-icon {
  margin-top: 0;
}

.feature-box-desc {
  font-size: 0.975rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

@media (max-width: 768px) {
  .platform-showcase {
    padding: 2rem 1rem 4rem;
    margin: 0 auto 2rem;
    max-width: 100%;
    transform: translateX(-1.2cm);
  }

  .platform-cta-text-desktop {
    display: none;
  }

  .platform-cta-text-mobile {
    display: inline;
  }

  .platform-cta-text {
    font-size: 1rem;
    max-width: calc(100% - 9rem);
  }

  .main-with-platform {
    margin-top: -1cm;
  }

  .features-cta-wrap {
    margin-top: 5rem;
  }

  .features-cta-wrap .hero-badge {
    display: inline-block;
    transform: translateY(-2.7cm);
    margin-top: 0;
  }

  .features-section {
    margin-top: -2.5cm;
  }

  .btn-start-create {
    padding: 0.72rem 1.48rem;
    font-size: 1rem;
    border-radius: 8px;
  }

  .token-categories-grid .token-card:first-child,
  .token-categories-grid .token-card:last-child {
    transform: rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg));
  }

  .platform-showcase-content {
    min-height: 280px;
  }
  .dashboard-row {
    flex-direction: column;
  }
  .dashboard-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .dashboard-donut {
    flex: 0 0 auto;
  }
  .logo-banner-row {
    gap: 2.5rem;
  }
  .logo-banner-track {
    animation-duration: 12s;
  }
  .logo-banner-item {
    font-size: 1rem;
  }
  .features-grid {
    grid-template-columns: 1fr;
  }
  .token-categories-grid {
    grid-template-columns: 1fr;
  }
  .integrations-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1024px) {
  .platform-showcase {
    position: static;
    width: 100%;
    max-width: 32rem;
    margin: 0 12vw 4rem;
  }
  .logo-banner {
    margin-top: 1rem;
  }
}

/* ── MC Milestones Bar (under pricing) ─────────────────────────────── */
.mc-milestones-wrap {
  display: flex;
  justify-content: center;
  padding: 1.5rem 1rem 0.5rem;
}
.mc-milestones-inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
}
.mc-milestones-pills {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.6rem 0.9rem;
}
.mc-milestones-pills li {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  list-style: none;
}
.mc-milestone-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.5rem;
  padding: 0.28rem 0.55rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(0, 0, 0, 0.85);
  border: 1px solid rgba(108, 176, 215, 0.35);
  border-radius: 8px;
  box-shadow: 0 0 2px 1px rgba(108,176,215,0.2), 0 0 0 rgba(39,112,187,0);
  animation: mcPillBorderGlow 6s ease-in-out infinite;
  transition: box-shadow 0.35s ease-out, border-color 0.35s ease-out, transform 0.35s ease-out, filter 0.35s ease-out;
}
.mc-milestone-pill:nth-child(1) { animation-delay: 0s; }
.mc-milestones-pills li:nth-child(2) .mc-milestone-pill { animation-delay: 1.2s; }
.mc-milestones-pills li:nth-child(3) .mc-milestone-pill { animation-delay: 2.4s; }
.mc-milestones-pills li:nth-child(4) .mc-milestone-pill { animation-delay: 3.6s; }
.mc-milestones-pills li:nth-child(5) .mc-milestone-pill { animation-delay: 4.8s; }
/* Lit when progress bar is under (set by script, same as launchpad) */
.mc-milestones-wrap[data-lit-pill="0"] .mc-milestones-pills li:nth-child(1) .mc-milestone-pill,
.mc-milestones-wrap[data-lit-pill="1"] .mc-milestones-pills li:nth-child(2) .mc-milestone-pill,
.mc-milestones-wrap[data-lit-pill="2"] .mc-milestones-pills li:nth-child(3) .mc-milestone-pill,
.mc-milestones-wrap[data-lit-pill="3"] .mc-milestones-pills li:nth-child(4) .mc-milestone-pill,
.mc-milestones-wrap[data-lit-pill="4"] .mc-milestones-pills li:nth-child(5) .mc-milestone-pill {
  box-shadow: 0 0 8px 1.5px rgba(108,176,215,0.35), 0 0 14px rgba(39,112,187,0.25), 0 0 0 1px rgba(108,176,215,0.2) !important;
  border-color: rgba(108,176,215,0.85) !important;
  transform: scale(1.03);
  filter: brightness(1.075);
  animation: none;
}
.mc-milestone-desc {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.8rem;
  white-space: nowrap;
}

@keyframes mcPillBorderGlow {
  0%   { box-shadow: 0 0 2px 1px rgba(108,176,215,0.2), 0 0 0 rgba(39,112,187,0); border-color: rgba(108,176,215,0.35); }
  25%  { box-shadow: 0 0 5px 1px rgba(39,112,187,0.35), 0 0 8px rgba(108,176,215,0.2); border-color: rgba(39,112,187,0.45); }
  50%  { box-shadow: 0 0 7px 2px rgba(108,176,215,0.5), 0 0 12px rgba(39,112,187,0.25); border-color: rgba(108,176,215,0.5); }
  75%  { box-shadow: 0 0 5px 1px rgba(39,112,187,0.35), 0 0 8px rgba(108,176,215,0.2); border-color: rgba(39,112,187,0.45); }
  100% { box-shadow: 0 0 2px 1px rgba(108,176,215,0.2), 0 0 0 rgba(39,112,187,0); border-color: rgba(108,176,215,0.35); }
}

/* Progress bar */
.mc-progress-track {
  position: relative;
  width: 96.5%;
  margin: 0.6rem 0 0 3.5%;
  height: 2px;
  background: rgba(108,176,215,0.12);
  border-radius: 99px;
  overflow: visible;
}
.mc-progress-fill {
  position: absolute;
  left: 0; top: 0; height: 100%;
  background: linear-gradient(90deg, rgba(39,112,187,0.6), rgba(108,176,215,0.9));
  border-radius: 99px;
  box-shadow: 0 0 6px rgba(108,176,215,0.5);
  animation: mcProgFill 12s linear infinite;
}
.mc-progress-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.55rem;
  color: rgba(108,176,215,0.9);
  filter: drop-shadow(0 0 3px rgba(108,176,215,0.8));
  pointer-events: none;
  line-height: 1;
  animation: mcProgArrow 12s linear infinite;
}
@keyframes mcProgFill {
  0%   { width: 0%; opacity: 0.5; }
  100% { width: 100%; opacity: 1; }
}
@keyframes mcProgArrow {
  0%   { left: -12px; opacity: 0; }
  5%   { opacity: 1; }
  80%  { opacity: 1; }
  100% { left: calc(100% + 4px); opacity: 0; }
}

/* Mobile: vertical layout for MC milestones + vertical progress bar */
@media (max-width: 768px) {
  .mc-milestones-wrap {
    padding: 1rem 0.75rem 0.5rem;
  }
  .mc-milestones-inner {
    flex-direction: row;
    align-items: stretch;
    gap: 0.75rem;
    width: 100%;
    max-width: 100%;
  }
  .mc-milestones-pills {
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex: 1;
    gap: 0.5rem;
    min-width: 0;
    transform: translateX(-0.5cm);
  }
  .mc-milestones-pills li {
    flex-wrap: wrap;
    gap: 0.35rem;
  }
  .mc-milestones-pills li:first-child {
    transform: translateX(-1.1cm);
  }
  .mc-milestones-pills li:nth-child(3) {
    transform: translateX(-0.85cm);
  }
  .mc-milestones-pills li:nth-child(4) {
    transform: translateX(-0.9cm);
  }
  .mc-milestones-pills li:nth-child(5) {
    transform: translateX(-1.1cm);
  }
  .mc-milestone-pill {
    min-width: 2.8rem;
    padding: 0.24rem 0.45rem;
    font-size: 0.68rem;
  }
  .mc-milestone-desc {
    white-space: normal;
    font-size: 0.75rem;
    line-height: 1.3;
  }
  .mc-progress-track {
    order: -1;
    width: 3px;
    height: auto;
    min-height: 180px;
    margin: 0.6cm 0;
    align-self: stretch;
    flex-shrink: 0;
  }
  .mc-progress-fill {
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    animation: mcProgFillVertical 12s linear infinite;
  }
  .mc-progress-arrow {
    left: 50%;
    top: 0;
    right: auto;
    transform: translate(-50%, -50%) rotate(-90deg);
    animation: mcProgArrowVertical 12s linear infinite;
  }
}
@keyframes mcProgFillVertical {
  0%   { height: 0%; opacity: 0.5; }
  100% { height: 100%; opacity: 1; }
}
@keyframes mcProgArrowVertical {
  0%   { top: 0; opacity: 0; }
  5%   { opacity: 1; }
  80%  { opacity: 1; }
  100% { top: 100%; opacity: 0; }
}

