:root {
  --bg: #020816;
  --bg-2: #031126;
  --panel: rgba(12, 24, 43, 0.72);
  --panel-2: rgba(8, 18, 34, 0.86);
  --panel-3: rgba(15, 30, 52, 0.62);

  --text: #f7fbff;
  --muted: #9fb2ca;
  --muted-2: #6d7f96;

  --cyan: #3ee8ff;
  --blue: #4b7dff;
  --violet: #8b5cf6;
  --green: #39f5a8;
  --amber: #ffd166;

  --border: rgba(139, 189, 255, 0.16);
  --border-strong: rgba(62, 232, 255, 0.34);

  --shadow: 0 24px 90px rgba(0, 0, 0, 0.45);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 12px;

  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg) !important;
}

body {
  margin: 0;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: var(--text);
  background: var(--bg) !important;
  overflow-x: hidden;
}

/* Force dark background overrides for Elementor */
body.roadmap-template,
body.page-template-roadmap,
.elementor-kit-7,
.elementor-kit-7 body,
.site-main,
.elementor-location-header,
.elementor-location-footer {
  background: transparent !important;
  background-color: transparent !important;
}

button,
input,
textarea,
select {
  font: inherit;
}

/* Scope anchor styles to roadmap-page only to prevent affecting footer */
.roadmap-page a {
  color: inherit;
  text-decoration: none;
}

.site-main {
  margin-bottom: 0px !important;
}

.elementor-location-header,
.elementor-location-footer{
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    position: relative !important;
    z-index: 999999 !important;
}

/* Scope anchor styles to roadmap-page only to prevent affecting footer */
.roadmap-page a {
  color: inherit;
  text-decoration: none;
}

.roadmap-page {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% -10%, rgba(36, 230, 255, 0.16), transparent 34%),
    radial-gradient(circle at 18% 22%, rgba(10, 98, 255, 0.16), transparent 28%),
    radial-gradient(circle at 82% 28%, rgba(108, 92, 255, 0.12), transparent 30%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 44%, var(--bg) 100%) !important;
}

.page-bg {
  position: fixed;
  inset: 0;
  z-index: -5;
  background:
    radial-gradient(circle at 50% -10%, rgba(36, 230, 255, 0.16), transparent 34%),
    radial-gradient(circle at 18% 22%, rgba(10, 98, 255, 0.16), transparent 28%),
    radial-gradient(circle at 82% 28%, rgba(108, 92, 255, 0.12), transparent 30%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 44%, var(--bg) 100%);
}

.grid-bg {
  position: absolute;
  inset: 0;
  opacity: 0.36;
  background-image:
    linear-gradient(rgba(139, 189, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(139, 189, 255, 0.07) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, black, transparent 85%);
}

.glow {
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 999px;
  filter: blur(80px);
  opacity: 0.34;
  pointer-events: none;
}

.glow-one {
  left: -160px;
  top: 120px;
  background: rgba(62, 232, 255, 0.32);
}

.glow-two {
  right: -180px;
  top: 460px;
  background: rgba(75, 125, 255, 0.3);
}

.glow-three {
  left: 45%;
  bottom: -220px;
  background: rgba(139, 92, 246, 0.24);
}

.container {
  width: min(var(--container), calc(100% - 40px));
  margin-inline: auto;
}

.section-padding {
  padding: 112px 0;
}

.section-padding-sm {
  padding: 82px 0;
}

/* Buttons */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -0.01em;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background 220ms ease,
    box-shadow 220ms ease;
  cursor: pointer;
  white-space: nowrap;
}

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

.btn-primary {
  color: #03101a;
  background:
    linear-gradient(135deg, var(--cyan), #76f1ff 40%, var(--blue));
  box-shadow:
    0 18px 50px rgba(62, 232, 255, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.btn-secondary {
  color: var(--text);
  border: 1px solid rgba(139, 189, 255, 0.28);
  background: rgba(255, 255, 255, 0.06);
}

.btn-secondary:hover {
  border-color: rgba(62, 232, 255, 0.52);
  background: rgba(62, 232, 255, 0.08);
}

.btn-ghost {
  color: var(--muted);
  border: 1px solid transparent;
  background: transparent;
}

.btn-ghost:hover {
  color: var(--text);
  border-color: rgba(139, 189, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
}

/* Hero */

.roadmap-hero {
  padding-top: 142px;
  position: relative;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 72px;
  align-items: center;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--cyan);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.elementor-kit-7 a {
  color: #fff !important;
  text-shadow: #000 0px 1px 5px !important;
}

.eyebrow {
  padding: 8px 12px;
  border: 1px solid rgba(62, 232, 255, 0.18);
  border-radius: 999px;
  background: rgba(62, 232, 255, 0.05);
}

.eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 18px rgba(57, 245, 168, 0.9);
}

.roadmap-page h1,
.roadmap-page h2,
.roadmap-page h3,
.roadmap-page p {
  margin-top: 0;
}

.roadmap-page h1 {
  margin: 22px 0 24px;
  font-size: 68px !important;
  line-height: 0.94;
  letter-spacing: -0.075em;
  max-width: 760px;
}

.roadmap-page h2 {
  margin: 14px 0 16px;
  font-size: clamp(34px, 4.6vw, 64px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.roadmap-page h3 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.hero-lead {
  max-width: 680px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.62;
  letter-spacing: -0.02em;
}

.hero-status {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 32px 0;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.status-completed {
  color: #bfffe5;
  background: rgba(57, 245, 168, 0.11);
  border: 1px solid rgba(57, 245, 168, 0.26);
}

.status-progress {
  color: #bfefff;
  background: rgba(62, 232, 255, 0.1);
  border: 1px solid rgba(62, 232, 255, 0.24);
}

.status-upcoming {
  color: #fff1bd;
  background: rgba(255, 209, 102, 0.1);
  border: 1px solid rgba(255, 209, 102, 0.24);
}

.status-planned {
  color: #ded1ff;
  background: rgba(139, 92, 246, 0.12);
  border: 1px solid rgba(139, 92, 246, 0.28);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-actions.center {
  justify-content: center;
}

.hero-actions a {
  color: #fff !important;
  text-shadow: #020711 0px 1px 5px;
}

/* Hero Visual */

.hero-visual {
  position: relative;
  min-height: 560px;
}

.orbit-card {
  position: relative;
  height: 560px;
  border: 1px solid var(--border);
  border-radius: 42px;
  background:
    radial-gradient(circle at 50% 20%, rgba(62, 232, 255, 0.16), transparent 35%),
    linear-gradient(180deg, rgba(18, 35, 62, 0.72), rgba(6, 14, 28, 0.82));
  box-shadow: var(--shadow);
  overflow: hidden;
}

.orbit-card::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 41px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 24%),
    radial-gradient(circle at 30% 80%, rgba(75, 125, 255, 0.18), transparent 35%);
  pointer-events: none;
}

.orbit-ring {
  position: absolute;
  border: 1px solid rgba(62, 232, 255, 0.14);
  border-radius: 999px;
  transform: rotate(-18deg);
}

.ring-one {
  width: 460px;
  height: 260px;
  left: 50%;
  top: 50%;
  margin-left: -230px;
  margin-top: -130px;
}

.ring-two {
  width: 560px;
  height: 350px;
  left: 50%;
  top: 50%;
  margin-left: -280px;
  margin-top: -175px;
  border-color: rgba(75, 125, 255, 0.12);
}

.roadmap-mini {
  position: absolute;
  inset: 80px 84px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mini-node {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--text);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.mini-node span {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: var(--muted-2);
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.03);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #fff;
  line-height: 1;
  position: relative;
  top: -1px;
}

.mini-node.completed span {
  background: var(--green);
  box-shadow: 0 0 22px rgba(57, 245, 168, 0.74);
}

.mini-node.progress span {
  background: var(--cyan);
  box-shadow: 0 0 22px rgba(62, 232, 255, 0.74);
}

.mini-node.upcoming span {
  background: var(--amber);
  box-shadow: 0 0 22px rgba(255, 209, 102, 0.48);
}

.mini-node.planned span {
  background: var(--violet);
  box-shadow: 0 0 22px rgba(139, 92, 246, 0.62);
}

.mini-line {
  width: 2px;
  height: 58px;
  margin-left: 8px;
  background: linear-gradient(to bottom, rgba(62, 232, 255, 0.55), rgba(62, 232, 255, 0.08));
}

.hero-stat-card {
  position: absolute;
  z-index: 3;
  width: 220px;
  padding: 18px;
  border: 1px solid rgba(139, 189, 255, 0.18);
  border-radius: 22px;
  background: rgba(4, 12, 24, 0.68);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.36);
}

.hero-stat-card.top {
  top: 34px;
  right: 34px;
}

.hero-stat-card.bottom {
  bottom: 34px;
  left: 34px;
}

.hero-stat-card small {
  display: block;
  color: var(--muted-2);
  margin-bottom: 6px;
}

.hero-stat-card strong {
  color: var(--text);
  font-size: 17px;
}

/* Section Heading */

.section-heading {
  max-width: 780px;
  margin: 0 auto 48px;
  text-align: center;
}

.section-heading p,
.split-copy p,
.final-cta p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.72;
}

/* Snapshot */

.snapshot-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.snapshot-card,
.timeline-card,
.price-card,
.vesting-card,
.notice-card,
.ecosystem-card,
.contract-card,
.transparency-card,
.final-cta,
.staking-dashboard,
.feature-grid article {
  border: 1px solid var(--border);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025)),
    var(--panel);
  box-shadow: 0 18px 58px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(18px);
}

.snapshot-card {
  min-height: 260px;
  padding: 22px;
  border-radius: var(--radius-lg);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background 220ms ease;
}

.snapshot-card:hover {
  transform: translateY(-4px);
  border-color: var(--border-strong);
  background:
    linear-gradient(180deg, rgba(62, 232, 255, 0.08), rgba(255, 255, 255, 0.025)),
    var(--panel);
}

.card-topline {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 18px;
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
}

.status-dot.completed {
  background: var(--green);
  box-shadow: 0 0 14px rgba(57, 245, 168, 0.8);
}

.status-dot.progress {
  background: var(--cyan);
  box-shadow: 0 0 14px rgba(62, 232, 255, 0.8);
}

.status-dot.upcoming {
  background: var(--amber);
  box-shadow: 0 0 14px rgba(255, 209, 102, 0.62);
}

.status-dot.planned {
  background: var(--violet);
  box-shadow: 0 0 14px rgba(139, 92, 246, 0.7);
}

.timeline-date {
  color: var(--cyan);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -0.01em;
  margin-bottom: 16px;
}

.snapshot-card p:last-child {
  color: var(--muted);
  line-height: 1.62;
  margin: 0;
}

/* Timeline */

.timeline {
  position: relative;
  max-width: 1060px;
  margin: 0 auto;
  padding: 20px 0;
}

.timeline-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  transform: translateX(-50%);
  background:
    linear-gradient(
      to bottom,
      rgba(62, 232, 255, 0),
      rgba(62, 232, 255, 0.52),
      rgba(139, 92, 246, 0.38),
      rgba(62, 232, 255, 0)
    );
}

.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 72px 1fr;
  align-items: start;
  margin: 34px 0;
}

.timeline-item:nth-child(even) .timeline-card {
  grid-column: 3;
}

.timeline-item:nth-child(odd) .timeline-card {
  grid-column: 1;
}

.timeline-marker {
  grid-column: 2;
  position: relative;
  z-index: 2;
  width: 58px;
  height: 58px;
  margin: 12px auto 0;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 900;
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.timeline-marker.completed {
  background: var(--green);
  box-shadow: 0 0 36px rgba(57, 245, 168, 0.44);
}

.timeline-marker.progress {
  background: var(--cyan);
  box-shadow: 0 0 36px rgba(62, 232, 255, 0.44);
}

.timeline-marker.upcoming {
  background: var(--amber);
  box-shadow: 0 0 36px rgba(255, 209, 102, 0.32);
}

.timeline-marker.planned {
  color: #fff;
  background: var(--violet);
  box-shadow: 0 0 36px rgba(139, 92, 246, 0.42);
}

.timeline-card {
  padding: 30px;
  border-radius: var(--radius-xl);
}

.featured-phase {
  border-color: rgba(62, 232, 255, 0.34);
  background:
    radial-gradient(circle at 20% 0%, rgba(62, 232, 255, 0.14), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025)),
    var(--panel);
}

.phase-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 18px;
}

.phase-label {
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.timeline-card > p:not(.timeline-date) {
  color: var(--muted);
  line-height: 1.7;
}

.milestone-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.milestone-list li {
  position: relative;
  padding-left: 24px;
  color: #d7e6f7;
  line-height: 1.5;
}

.milestone-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--cyan);
  box-shadow: 0 0 12px rgba(62, 232, 255, 0.7);
}

/* Split Sections */

.split-section {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 48px;
  align-items: center;
}

.split-section.reverse {
  grid-template-columns: 1fr 1fr;
}

.split-copy h2 {
  max-width: 640px;
}

.split-copy .btn {
  margin-top: 18px;
}

/* Presale Price Cards */

.price-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.price-card {
  min-height: 170px;
  padding: 26px;
  border-radius: var(--radius-lg);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.price-card span {
  color: var(--muted);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.1em;
}

.price-card strong {
  font-size: clamp(28px, 4vw, 42px);
  letter-spacing: -0.06em;
}

.launch-reference {
  border-color: rgba(62, 232, 255, 0.3);
  background:
    radial-gradient(circle at 80% 0%, rgba(62, 232, 255, 0.18), transparent 42%),
    var(--panel);
}

/* Vesting */

.vesting-boxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 100%;
}

.vesting-box {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(16, 28, 52, 0.9), rgba(8, 16, 32, 0.95));
  border: 1px solid rgba(62, 232, 255, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.vesting-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4), 0 0 40px rgba(62, 232, 255, 0.1);
}

.vesting-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--cyan), rgba(75, 125, 255, 0.8));
}

.vesting-box-tge::before {
  background: linear-gradient(90deg, #22c55e, #4ade80);
}

.vesting-box-vesting::before {
  background: linear-gradient(90deg, var(--cyan), #8b5cf6);
}

.vesting-box-content {
  padding: 32px;
  position: relative;
}

.vesting-box-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.vesting-badge {
  display: inline-block;
  padding: 8px 16px;
  background: rgba(34, 197, 94, 0.15);
  color: #4ade80;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 999px;
  border: 1px solid rgba(34, 197, 94, 0.3);
}

.vesting-badge-secondary {
  background: rgba(62, 232, 255, 0.15);
  color: var(--cyan);
  border: 1px solid rgba(62, 232, 255, 0.3);
}

.vesting-icon {
  font-size: 28px;
  opacity: 0.9;
}

.vesting-box-body {
  text-align: left;
}

.vesting-percent {
  display: block;
  font-size: 72px;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 8px;
  background: linear-gradient(135deg, #fff 0%, rgba(255,255,255,0.7) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.vesting-box-tge .vesting-percent {
  background: linear-gradient(135deg, #4ade80 0%, #22c55e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.vesting-box-vesting .vesting-percent {
  background: linear-gradient(135deg, var(--cyan) 0%, #8b5cf6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.vesting-label {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}

.vesting-desc {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

/* Vesting Notice */
.vesting-notice {
  margin: 32px auto 0;
  max-width: 860px;
  padding: 24px 28px;
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(16, 28, 52, 0.6), rgba(8, 16, 32, 0.7));
  border: 1px solid rgba(139, 189, 255, 0.12);
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.notice-icon {
  font-size: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}

.vesting-notice p {
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
  font-size: 15px;
}

/* Legacy support - hide old styles */
.vesting-timeline,
.vesting-card,
.notice-card {
  display: none;
}

/* Staking */

.staking-dashboard {
  position: relative;
  min-height: 440px;
  border-radius: 34px;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 10%, rgba(62, 232, 255, 0.17), transparent 36%),
    linear-gradient(180deg, rgba(16, 32, 58, 0.78), rgba(5, 13, 26, 0.88));
}

.dashboard-header {
  display: flex;
  gap: 8px;
  padding: 22px;
  border-bottom: 1px solid rgba(139, 189, 255, 0.12);
}

.dashboard-header span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(159, 178, 202, 0.5);
}

.dashboard-body {
  padding: 34px;
}

.dashboard-body small {
  color: var(--muted);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.dashboard-body > div:first-child strong {
  display: block;
  margin-top: 10px;
  font-size: 36px;
  letter-spacing: -0.06em;
}

.dashboard-metric {
  margin-top: 34px;
  padding: 24px;
  border: 1px solid rgba(62, 232, 255, 0.22);
  border-radius: 24px;
  background: rgba(62, 232, 255, 0.06);
}

.dashboard-metric span {
  display: block;
  color: var(--muted);
  margin-bottom: 8px;
}

.dashboard-metric strong {
  font-size: 62px;
  letter-spacing: -0.08em;
  color: var(--cyan);
}

.lock-options {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 18px;
}

.lock-options span {
  padding: 10px;
  border-radius: 12px;
  text-align: center;
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(139, 189, 255, 0.14);
  font-size: 13px;
  font-weight: 800;
}

.dashboard-bar {
  height: 10px;
  margin-top: 24px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.dashboard-bar span {
  display: block;
  width: 72%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--cyan), var(--blue));
  box-shadow: 0 0 22px rgba(62, 232, 255, 0.42);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 28px 0;
}

.feature-grid article {
  padding: 18px;
  border-radius: 18px;
}

.feature-grid strong {
  display: block;
  margin-bottom: 8px;
}

.feature-grid p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

/* Ecosystem */

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

.ecosystem-card {
  min-height: 230px;
  padding: 26px;
  border-radius: var(--radius-lg);
  transition:
    transform 220ms ease,
    border-color 220ms ease;
}

.ecosystem-card:hover {
  transform: translateY(-4px);
  border-color: var(--border-strong);
}

.ecosystem-card.wide {
  grid-column: span 3;
  min-height: auto;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 20px;
  align-items: center;
}

.ecosystem-card.wide h3,
.ecosystem-card.wide p {
  grid-column: 2;
}

.ecosystem-card.wide .ecosystem-icon {
  grid-row: 1 / span 2;
}

.ecosystem-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 22px;
  border-radius: 16px;
  color: var(--cyan);
  background: rgba(62, 232, 255, 0.09);
  border: 1px solid rgba(62, 232, 255, 0.2);
  box-shadow: 0 0 28px rgba(62, 232, 255, 0.1);
}

.ecosystem-card p {
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 0;
}

/* Transparency */

.transparency-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 22px;
  align-items: stretch;
}

.contract-card,
.transparency-card {
  padding: 32px;
  border-radius: var(--radius-xl);
}

.contract-box {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 24px 0;
  padding: 14px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(139, 189, 255, 0.15);
}

.contract-box code {
  flex: 1;
  color: #d9f7ff;
  font-size: 13px;
  overflow-wrap: anywhere;
}

.copy-btn {
  flex: 0 0 auto;
  border: 1px solid rgba(62, 232, 255, 0.3);
  border-radius: 999px;
  color: var(--text);
  background: rgba(62, 232, 255, 0.08);
  padding: 9px 13px;
  cursor: pointer;
  font-weight: 800;
  transition:
    background 200ms ease,
    transform 200ms ease;
}

.copy-btn:hover {
  transform: translateY(-1px);
  background: rgba(62, 232, 255, 0.14);
}

/* Override Elementor default colors for Copy button */
.roadmap-page .copy-btn,
.contract-box .copy-btn,
.elementor-widget-container .copy-btn,
body .roadmap-page .contract-box .copy-btn {
  color: #ffffff !important;
  border: 1px solid rgba(62, 232, 255, 0.4) !important;
  background: rgba(62, 232, 255, 0.1) !important;
}

.roadmap-page .copy-btn:hover,
.contract-box .copy-btn:hover,
.elementor-widget-container .copy-btn:hover,
body .roadmap-page .contract-box .copy-btn:hover {
  color: #ffffff !important;
  border-color: rgba(62, 232, 255, 0.6) !important;
  background: rgba(62, 232, 255, 0.18) !important;
  transform: translateY(-1px);
}

/* Force override any Elementor button styles */
.roadmap-page .contract-card .copy-btn.elementor-button,
.roadmap-page .contract-box .elementor-button.copy-btn {
  color: #ffffff !important;
  border: 1px solid rgba(62, 232, 255, 0.4) !important;
  background: rgba(62, 232, 255, 0.1) !important;
  box-shadow: none !important;
}

.roadmap-page .contract-card .copy-btn.elementor-button:hover,
.roadmap-page .contract-box .elementor-button.copy-btn:hover {
  color: #ffffff !important;
  border-color: rgba(62, 232, 255, 0.6) !important;
  background: rgba(62, 232, 255, 0.18) !important;
}

.contract-card p,
.transparency-card p {
  color: var(--muted);
  line-height: 1.68;
}

/* BSCScan Link */
.bscscan-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  padding: 14px 20px;
  background: linear-gradient(145deg, rgba(243, 186, 47, 0.15), rgba(243, 186, 47, 0.08));
  border: 1px solid rgba(243, 186, 47, 0.35);
  border-radius: 12px;
  color: #F3BA2F !important;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.bscscan-link:hover {
  background: linear-gradient(145deg, rgba(243, 186, 47, 0.25), rgba(243, 186, 47, 0.15));
  border-color: rgba(243, 186, 47, 0.55);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(243, 186, 47, 0.2);
}

.bscscan-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.notice-list {
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.notice-list li {
  position: relative;
  padding-left: 24px;
  color: #d7e6f7;
  line-height: 1.5;
}

.notice-list li::before {
  content: "•";
  position: absolute;
  left: 4px;
  color: var(--cyan);
}

/* Final CTA */

.final-cta {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 68px 32px;
  border-radius: 42px;
  background:
    radial-gradient(circle at 50% 0%, rgba(62, 232, 255, 0.18), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03)),
    var(--panel-2);
}

.cta-glow {
  position: absolute;
  inset: auto 10% -220px;
  height: 320px;
  background: rgba(62, 232, 255, 0.18);
  filter: blur(80px);
  pointer-events: none;
}

.final-cta > *:not(.cta-glow) {
  position: relative;
  z-index: 2;
}

.final-cta p {
  max-width: 720px;
  margin: 0 auto 28px;
}

/* Reveal Animations */
/* Scroll Reveal */

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

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

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

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

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

.delay-4 {
  transition-delay: 300ms;
}

/* Responsive */

@media (max-width: 1100px) {
  .hero-grid,
  .split-section,
  .split-section.reverse,
  .transparency-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: auto;
  }

  .orbit-card {
    height: 500px;
  }

  .snapshot-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .snapshot-card:last-child {
    grid-column: span 2;
  }

  .vesting-timeline {
    grid-template-columns: repeat(3, 1fr);
  }

  .vesting-timeline::before {
    display: none;
  }
}

@media (max-width: 860px) {
  .section-padding {
    padding: 84px 0;
  }

  .section-padding-sm {
    padding: 64px 0;
  }

  .roadmap-hero {
    padding-top: 110px;
  }

  .container {
    width: min(var(--container), calc(100% - 28px));
  }

  .roadmap-page h1 {
    font-size: clamp(46px, 13vw, 72px);
  }

  .roadmap-page h2 {
    font-size: clamp(32px, 9vw, 52px);
  }

  .timeline-line {
    left: 29px;
  }

  .timeline-item {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 14px;
  }

  .timeline-item:nth-child(even) .timeline-card,
  .timeline-item:nth-child(odd) .timeline-card {
    grid-column: 2;
  }

  .timeline-marker {
    grid-column: 1;
    width: 50px;
    height: 50px;
    margin-top: 8px;
  }

  .phase-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .price-grid,
  .feature-grid,
  .ecosystem-grid {
    grid-template-columns: 1fr;
  }

  .ecosystem-card.wide {
    grid-column: span 1;
    display: block;
  }

  .ecosystem-card.wide h3,
  .ecosystem-card.wide p {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .btn {
    width: 100%;
  }

  .hero-actions.center {
    align-items: stretch;
  }

  .orbit-card {
    height: 430px;
    border-radius: 30px;
  }

  .roadmap-mini {
    inset: 68px 34px;
  }

  .hero-stat-card {
    display: none;
  }

  .snapshot-grid,
  .vesting-timeline {
    grid-template-columns: 1fr;
  }

  .snapshot-card:last-child {
    grid-column: span 1;
  }

  .timeline-card,
  .contract-card,
  .transparency-card {
    padding: 24px;
    border-radius: 24px;
  }

  .timeline-date {
    line-height: 1.45;
  }

  .contract-box {
    flex-direction: column;
    align-items: stretch;
  }

  .copy-btn {
    width: 100%;
  }

  .vesting-card {
    padding-top: 46px;
  }

  /* Responsive vesting boxes */
  .vesting-boxes {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .vesting-box-content {
    padding: 24px;
  }

  .vesting-percent {
    font-size: 56px;
  }

  .vesting-label {
    font-size: 18px;
  }

  .vesting-box-header {
    margin-bottom: 20px;
  }

  .vesting-notice {
    flex-direction: column;
    text-align: center;
    padding: 20px 24px;
  }

  .notice-icon {
    margin: 0 auto;
  }

  .final-cta {
    padding: 48px 22px;
    border-radius: 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* ========================================
   AGGRESSIVE BACKGROUND OVERRIDES
   ======================================== */

/* Force the entire page to have dark background */
html body {
  background: #020816 !important;
  background-color: #020816 !important;
}

/* Override any Elementor or theme backgrounds */
.elementor-kit-7,
.elementor-kit-7 body,
.elementor-section,
.elementor-section-wrap,
.elementor-container,
.elementor-column,
.elementor-column-wrap,
.elementor-widget-container,
.elementor-widget,
.elementor-widget-text-editor,
.elementor-location-header,
.elementor-location-footer,
.site-main,
.entry-content,
.content-area,
#primary,
#content {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
}

/* Ensure roadmap page background is always dark */
.roadmap-page,
.roadmap-page * {
  background-color: transparent !important;
}

.roadmap-page {
  background:
    radial-gradient(circle at 50% -10%, rgba(36, 230, 255, 0.16), transparent 34%),
    radial-gradient(circle at 18% 22%, rgba(10, 98, 255, 0.16), transparent 28%),
    radial-gradient(circle at 82% 28%, rgba(108, 92, 255, 0.12), transparent 30%),
    linear-gradient(180deg, #020816 0%, #031126 44%, #020816 100%) !important;
  background-color: #020816 !important;
}

/* Override inline styles */
[style*="background: rgb(255"],
[style*="background-color: rgb(255"],
[style*="background: #fff"],
[style*="background-color: #fff"] {
  background: transparent !important;
  background-color: transparent !important;
}