:root {
  --ez-primary: #4FACFE;
  --ez-primary-light: #00E5FF;
  --ez-primary-dark: #00D9FF;
  --ez-cyan: #00E5FF;
  --ez-cyan-dark: #00D9FF;
  --ez-accent: #00E5FF;
  --ez-accent-light: #4FACFE;
  --ez-pink: #4FACFE;
  --ez-bg: #000000;
  --ez-bg-mid: #000000;
  --ez-bg-purple: #000000;
  --ez-surface: #000000;
  --ez-surface-2: #000000;
  --ez-border: rgba(0, 229, 255, 0.35);
  --ez-text-muted: #B0B8D1;
  --ez-on-primary: #ffffff;
  --ez-glow-blue: rgba(79, 172, 254, 0.45);
  --ez-glow-cyan: rgba(0, 217, 255, 0.4);
  --ez-glow-purple: var(--ez-glow-blue);
  --ez-glow: var(--ez-glow-blue);
  --ez-gradient: linear-gradient(135deg, #4FACFE 0%, #00E5FF 50%, #00D9FF 100%);
  --ez-gradient-btn: linear-gradient(90deg, #4FACFE 0%, #00E5FF 50%, #00D9FF 100%);
}

/* EzGrowth Global — Responsive layout layer */

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

.mnaf {
  overflow-x: hidden;
}

/* ── Header ── */
.ez-header {
  position: sticky;
  top: 0;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(0, 229, 255, 0.28);
  transition: box-shadow 0.3s, border-color 0.3s;
}

.ez-header.is-scrolled {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45);
  border-bottom-color: rgba(79, 172, 254, 0.2);
}

.ez-header__bar {
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0.75rem 1.25rem;
  min-height: 60px;
}

.ez-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
  line-height: 1.1;
}

.ez-logo__img {
  display: block;
  height: auto;
  max-height: 44px;
  width: auto;
  max-width: 150px;
  object-fit: contain;
}

.ez-logo__main {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--ez-primary);
  letter-spacing: -0.02em;
}

.ez-logo__sub {
  font-size: 0.55rem;
  font-weight: 700;
  color: var(--ez-text-muted);
  letter-spacing: 0.35em;
}

.ez-nav {
  display: flex;
  align-items: center;
  gap: 0.15rem;
  flex: 1;
  justify-content: center;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 0 0.5rem;
}

.ez-nav::-webkit-scrollbar { display: none; }

.ez-nav__link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.5rem 0.85rem;
  color: var(--ez-text-muted);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 600;
  white-space: nowrap;
  border-radius: 8px;
  transition: color 0.2s, background 0.2s, transform 0.2s;
}

.ez-nav__link:hover,
.ez-nav__link.is-active {
  color: var(--ez-primary);
  background: rgba(79, 172, 254, 0.08);
}

.ez-nav__link--hot {
  color: var(--ez-accent-light);
}

.ez-badge {
  font-size: 0.65rem;
  background: rgba(0, 217, 255, 0.18);
  color: var(--ez-accent-light);
  padding: 0.1rem 0.4rem;
  border-radius: 4px;
  font-weight: 700;
}

.ez-header__actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}

.ez-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-weight: 700;
  border-radius: 999px;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
  text-decoration: none;
}

.ez-btn--primary {
  background: var(--ez-gradient-btn);
  color: var(--ez-on-primary);
  padding: 0.6rem 1.25rem;
  font-size: 0.875rem;
  box-shadow: 0 4px 18px var(--ez-glow-purple);
}

.ez-btn--primary:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
  box-shadow: 0 6px 24px var(--ez-glow-cyan);
}

.ez-btn--ghost {
  background: transparent;
  color: var(--ez-text-muted);
  border: 1px solid var(--ez-border);
  padding: 0.55rem 1rem;
  font-size: 0.875rem;
}

.ez-btn--ghost:hover {
  border-color: var(--ez-primary);
  color: var(--ez-primary);
}

.ez-btn--outline {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(79, 172, 254, 0.4);
  padding: 0.55rem 1rem;
  font-size: 0.875rem;
}

.ez-btn--outline:hover {
  border-color: var(--ez-primary);
  color: var(--ez-primary);
  background: rgba(79, 172, 254, 0.08);
}

.ez-btn--lg {
  padding: 0.9rem 1.75rem;
  font-size: 1rem;
}

.ez-btn--block { width: 100%; }

.ez-burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 42px;
  height: 42px;
  background: var(--ez-surface);
  border: 1px solid var(--ez-border);
  border-radius: 10px;
  cursor: pointer;
  padding: 10px;
  flex-shrink: 0;
  margin-left: auto;
}

.ez-step-card--hidden,
.ez-how__step--hidden,
.ez-cta__step--hidden {
  display: none !important;
}

.ez-burger span {
  display: block;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s;
}

.ez-burger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.ez-burger.is-open span:nth-child(2) { opacity: 0; }
.ez-burger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Ticker */
.ez-ticker {
  overflow: hidden;
  background: var(--ez-surface);
  border-top: 1px solid var(--ez-border);
  height: 36px;
  display: flex;
  align-items: center;
}

.ez-ticker__track {
  display: flex;
  gap: 4rem;
  animation: ez-ticker 28s linear infinite;
  white-space: nowrap;
}

.ez-ticker__track span {
  color: var(--ez-accent-light);
  font-size: 0.8rem;
  font-weight: 600;
  flex-shrink: 0;
}

@keyframes ez-ticker {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.ez-ticker:hover .ez-ticker__track {
  animation-play-state: paused;
}

/* Drawer */
.ez-drawer {
  position: fixed;
  inset: 0;
  z-index: 3000;
  pointer-events: none;
}

.ez-drawer.is-open { pointer-events: auto; }

.ez-drawer__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  opacity: 0;
  transition: opacity 0.3s;
}

.ez-drawer.is-open .ez-drawer__backdrop { opacity: 1; }

.ez-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(320px, 88vw);
  height: 100%;
  background: var(--ez-bg);
  border-left: 1px solid var(--ez-border);
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  padding: 1.25rem;
}

.ez-drawer.is-open .ez-drawer__panel { transform: translateX(0); }

.ez-drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.ez-drawer__close {
  background: none;
  border: none;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
  padding: 0.25rem;
}

.ez-drawer__nav {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  flex: 1;
}

.ez-drawer__link {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.05rem;
  padding: 0.9rem 1rem;
  border-radius: 10px;
  transition: background 0.15s, color 0.15s, padding-left 0.15s;
}

.ez-drawer__link:hover,
.ez-drawer__link.is-active {
  background: rgba(79, 172, 254, 0.1);
  color: var(--ez-primary);
  padding-left: 1.25rem;
}

.ez-drawer__link--hot { color: var(--ez-primary); }

.ez-drawer__foot {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-top: 1rem;
  border-top: 1px solid var(--ez-border);
}

/* Bottom nav (mobile) */
.ez-bottom-nav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1900;
  background: rgba(0, 0, 0, 0.96);
  backdrop-filter: blur(12px);
  border-top: 1px solid rgba(0, 229, 255, 0.28);
  padding: 0.4rem 0.5rem calc(0.4rem + env(safe-area-inset-bottom));
  justify-content: space-around;
  align-items: center;
}

.ez-bottom-nav__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  text-decoration: none;
  color: var(--ez-text-muted);
  font-size: 0.65rem;
  font-weight: 600;
  padding: 0.35rem 0.5rem;
  border-radius: 8px;
  transition: color 0.2s;
  min-width: 52px;
}

.ez-bottom-nav__item i {
  font-size: 1.15rem;
  line-height: 1;
}

.ez-bottom-nav__item span::before {
  display: none;
}

.ez-bottom-nav__item.is-active,
.ez-bottom-nav__item:hover {
  color: var(--ez-primary);
}

.ez-bottom-nav__item--cta {
  background: var(--ez-gradient);
  color: var(--ez-on-primary) !important;
  border-radius: 12px;
  padding: 0.5rem 0.75rem;
  font-size: 0.75rem;
  margin-top: -1rem;
  box-shadow: 0 4px 16px rgba(79, 172, 254, 0.4);
  gap: 0.15rem;
}

.ez-bottom-nav__item--cta i {
  font-size: 1rem;
}

/* ── HERO ── */
.ez-hero {
  position: relative;
  min-height: min(92vh, 900px);
  display: flex;
  align-items: center;
  padding: 2.5rem 1.25rem 3.5rem;
  overflow: hidden;
  text-align: left;
}

.ez-hero__bg {
  position: absolute;
  inset: 0;
  background: #000000;
  z-index: 0;
}

.ez-hero__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0, 229, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 229, 255, 0.02) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 90% 75% at 55% 45%, black 15%, transparent 78%);
  opacity: 0.6;
}

/* Hero sparkle dust layer */
.ez-hero__sparkle-dust {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
  background-image: var(--ez-cosmic-dust-rich);
  background-size: 100% 100%;
  animation:
    ez-cosmic-dust-shimmer 7s ease-in-out infinite alternate,
    ez-cosmic-dust-drift 22s linear infinite;
  opacity: 0.58;
}

.ez-hero__grid {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
  padding: 0 0.25rem;
}

.ez-hero__grid > * {
  min-width: 0;
}

.ez-hero-swiper {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 1.25rem 1rem;
  box-sizing: border-box;
  overflow: hidden;
}

.ez-hero-swiper .swiper-wrapper {
  align-items: stretch;
}

.ez-hero-swiper .swiper-slide {
  height: auto;
  box-sizing: border-box;
}

.ez-hero__slide-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  min-height: min(54vh, 480px);
  position: relative;
  background: transparent;
  min-width: 0;
  max-width: 100%;
}

.ez-hero__slide-stage {
  position: relative;
  width: min(100%, 500px);
  max-width: 100%;
  aspect-ratio: 1;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.ez-hero__slide-card {
  position: relative;
  width: 100%;
  height: 100%;
  background: #000000;
  border: none;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  animation: ez-hero-main-float 7s ease-in-out infinite;
  z-index: 1;
}

.ez-hero__slide-card img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  position: relative;
  z-index: 2;
  border: none;
  outline: none;
  box-shadow: none;
  filter: none;
  background: #000000;
  mix-blend-mode: normal;
}

/* Floating info bubbles on each slide image */
.ez-hero__bubbles {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
}

.ez-hero__bubble {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 0.85rem;
  background: rgba(0, 0, 0, 0.92);
  border: 1px solid rgba(0, 229, 255, 0.42);
  border-radius: 999px;
  font-size: clamp(0.62rem, 1.8vw, 0.72rem);
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.01em;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  white-space: nowrap;
  line-height: 1.2;
  animation: ez-hero-bubble-float 4.5s ease-in-out infinite;
}

.ez-hero__bubble i {
  color: var(--ez-cyan);
  font-size: 0.75rem;
  flex-shrink: 0;
}

.ez-hero__bubble--1 {
  top: 6%;
  right: 4%;
  left: auto;
  animation-delay: 0s;
}

.ez-hero__bubble--2 {
  top: 42%;
  left: 4%;
  right: auto;
  animation-delay: 0.7s;
}

.ez-hero__bubble--3 {
  bottom: 8%;
  right: 4%;
  left: auto;
  animation-delay: 1.4s;
}

@keyframes ez-hero-bubble-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

.ez-hero__slide-label {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--ez-cyan);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0;
  z-index: 1;
}

.ez-hero__slide-title {
  font-size: clamp(1.85rem, 5vw, 3rem);
  font-weight: 800;
  line-height: 1.15;
  color: #fff;
  margin: 0;
  letter-spacing: -0.03em;
}

.ez-hero__slide-title span {
  display: block;
  background: var(--ez-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ez-hero__slide-desc {
  font-size: clamp(0.95rem, 2.5vw, 1.1rem);
  line-height: 1.7;
  color: var(--ez-text-muted);
  max-width: 540px;
  margin: 0;
}

.ez-hero__slide-desc strong {
  color: var(--ez-primary-light);
  font-weight: 700;
}

.ez-hero-swiper__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  margin-top: 1.25rem;
  padding-bottom: 0.5rem;
}

.ez-hero-swiper__arrow {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(0, 229, 255, 0.35);
  background: rgba(0, 0, 0, 0.75);
  color: var(--ez-cyan);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
  flex-shrink: 0;
}

.ez-hero-swiper__arrow:hover {
  border-color: rgba(0, 229, 255, 0.65);
  box-shadow: 0 0 16px rgba(0, 217, 255, 0.25);
  transform: translateY(-1px);
}

.ez-hero-swiper__pagination {
  position: static !important;
  width: auto !important;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.ez-hero-swiper__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(0, 229, 255, 0.35);
  opacity: 1;
  margin: 0 !important;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}

.ez-hero-swiper__pagination .swiper-pagination-bullet-active {
  background: var(--ez-cyan);
  transform: scale(1.2);
  box-shadow: 0 0 12px rgba(0, 229, 255, 0.6);
}

.ez-hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
  max-width: 620px;
  min-width: 0;
  position: relative;
  z-index: 2;
}

.ez-hero__visual {
  position: relative;
  min-height: min(72vh, 560px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(28px) scale(0.96);
  animation: ez-hero-visual-in 1s cubic-bezier(0.22, 1, 0.36, 1) 0.15s forwards;
}

@keyframes ez-hero-visual-in {
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

.ez-hero__visual-glow {
  position: absolute;
  inset: 8% 0;
  background:
    radial-gradient(ellipse 70% 60% at 50% 50%, rgba(0, 229, 255, 0.18) 0%, transparent 68%),
    radial-gradient(ellipse 50% 40% at 30% 60%, rgba(79, 172, 254, 0.12) 0%, transparent 60%);
  filter: blur(8px);
  pointer-events: none;
}

.ez-hero__visual-stage {
  position: relative;
  width: min(100%, 500px);
  aspect-ratio: 1;
}

.ez-hero__visual-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(0, 229, 255, 0.18);
  pointer-events: none;
}

.ez-hero__visual-ring--1 {
  inset: 2%;
  border-style: dashed;
  animation: ez-hero-orbit-spin 28s linear infinite;
}

.ez-hero__visual-ring--2 {
  inset: 10%;
  border-color: rgba(0, 229, 255, 0.28);
  animation: ez-hero-orbit-spin 38s linear infinite reverse;
}

.ez-hero__visual-ring--3 {
  inset: 22%;
  border-color: rgba(79, 172, 254, 0.15);
  box-shadow: 0 0 40px rgba(0, 217, 255, 0.08);
}

@keyframes ez-hero-orbit-spin {
  to { transform: rotate(360deg); }
}

.ez-hero__orbit {
  position: absolute;
  inset: 0;
  animation: ez-hero-orbit-spin 22s linear infinite;
}

.ez-hero__orbit--a {
  animation-duration: 26s;
}

.ez-hero__orbit-item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  transform: rotate(var(--ez-angle)) translateY(calc(-1 * min(42vw, 210px))) rotate(calc(-1 * var(--ez-angle)));
}

.ez-hero__visual-satellite {
  width: 74px;
  height: 74px;
  margin: -37px 0 0 -37px;
  background-color: #000;
  background-image: var(--ez-cosmic-radial);
  border-radius: 18px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.5), 0 0 18px rgba(0, 217, 255, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  animation: ez-hero-satellite-pulse 4s ease-in-out infinite;
  animation-delay: var(--ez-angle, 0s);
}

.ez-hero__visual-satellite img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@keyframes ez-hero-satellite-pulse {
  0%, 100% { box-shadow: 0 8px 28px rgba(0, 0, 0, 0.5), 0 0 14px rgba(0, 217, 255, 0.12); }
  50% { box-shadow: 0 10px 32px rgba(0, 0, 0, 0.45), 0 0 24px rgba(0, 217, 255, 0.28); }
}

.ez-hero__visual-main {
  position: absolute;
  inset: 24%;
  background-color: #000;
  background-image: var(--ez-cosmic-radial);
  border-radius: 28px;
  box-shadow:
    0 16px 48px rgba(0, 0, 0, 0.55),
    0 0 32px rgba(0, 217, 255, 0.18),
    0 0 56px rgba(79, 172, 254, 0.1);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: ez-hero-main-float 7s ease-in-out infinite;
}

@keyframes ez-hero-main-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.ez-hero__visual-main img {
  position: relative;
  z-index: 2;
  width: 78%;
  height: 78%;
  object-fit: contain;
}

.ez-hero__visual-sparkles {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image: var(--ez-cosmic-dust-image);
  animation: ez-cosmic-dust-shimmer 6s ease-in-out infinite alternate;
  opacity: 0.55;
}

.ez-hero__visual-scan {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(0, 229, 255, 0.85), transparent);
  box-shadow: 0 0 16px rgba(0, 229, 255, 0.6);
  animation: ez-hero-scan 4.5s ease-in-out infinite;
  z-index: 3;
  opacity: 0.7;
}

@keyframes ez-hero-scan {
  0% { top: 12%; opacity: 0; }
  15% { opacity: 0.8; }
  85% { opacity: 0.8; }
  100% { top: 88%; opacity: 0; }
}

.ez-hero__visual-chip {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 0.85rem;
  background-color: rgba(0, 0, 0, 0.88);
  border: 1px solid rgba(0, 229, 255, 0.38);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  color: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45), 0 0 16px rgba(0, 217, 255, 0.12);
  white-space: nowrap;
  z-index: 4;
  backdrop-filter: blur(8px);
}

.ez-hero__visual-chip i {
  color: var(--ez-cyan);
  font-size: 0.8rem;
}

.ez-hero__visual-chip--top {
  top: 8%;
  right: 0;
  animation: ez-hero-chip-float 5s ease-in-out infinite;
}

.ez-hero__visual-chip--bottom {
  bottom: 6%;
  left: 0;
  animation: ez-hero-chip-float 5.5s ease-in-out infinite reverse;
}

@keyframes ez-hero-chip-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.ez-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.ez-hero__trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--ez-text-muted);
  background: rgba(0, 0, 0, 0.65);
  border: 1px solid rgba(0, 229, 255, 0.22);
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
}

.ez-hero__trust-pill i {
  color: var(--ez-cyan);
  font-size: 0.68rem;
}

.ez-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: clamp(0.7rem, 2vw, 0.85rem);
  font-weight: 700;
  color: var(--ez-cyan);
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(0, 229, 255, 0.35);
  padding: 0.45rem 1rem;
  border-radius: 999px;
  letter-spacing: 0.02em;
  animation: ez-badge-pulse 3s ease-in-out infinite;
  box-shadow: 0 0 16px rgba(0, 217, 255, 0.08);
}

@keyframes ez-badge-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(0, 229, 255, 0.15); }
  50% { box-shadow: 0 0 20px 4px rgba(0, 229, 255, 0.12); }
}

.ez-hero__title {
  font-size: clamp(2.25rem, 6vw, 3.75rem);
  font-weight: 800;
  line-height: 1.12;
  color: #fff;
  margin: 0;
  letter-spacing: -0.03em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.15rem;
}

.ez-hero__rotate-wrap {
  display: block;
  min-height: 1.15em;
  overflow: hidden;
  position: relative;
}

.ez-hero__rotate {
  display: inline-block;
  background: var(--ez-gradient);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: ez-text-shimmer 4s linear infinite;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.45s;
  transform: translateY(0);
  opacity: 1;
}

.ez-hero__rotate.is-out {
  transform: translateY(-110%);
  opacity: 0;
}

.ez-hero__rotate.is-in {
  transform: translateY(110%);
  opacity: 0;
}

@keyframes ez-text-shimmer {
  0% { background-position: 0% center; }
  100% { background-position: 200% center; }
}

.ez-hero__desc {
  font-size: clamp(0.95rem, 2.5vw, 1.1rem);
  line-height: 1.7;
  color: var(--ez-text-muted);
  max-width: 540px;
  margin: 0;
  min-height: 3.4em;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0;
}

.ez-typewriter {
  color: var(--ez-text-muted);
  text-align: left;
}

.ez-typewriter-cursor {
  color: var(--ez-primary-light);
  font-weight: 300;
  animation: ez-cursor-blink 0.9s step-end infinite;
  margin-left: 1px;
}

@keyframes ez-cursor-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

.ez-hero__desc strong {
  color: var(--ez-primary);
  font-weight: 700;
}

.ez-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: flex-start;
  margin-top: 0.25rem;
}

.ez-hero__cta {
  animation: ez-cta-glow 2.5s ease-in-out infinite;
}

@keyframes ez-cta-glow {
  0%, 100% { box-shadow: 0 4px 20px rgba(79, 172, 254, 0.3); }
  50% { box-shadow: 0 4px 32px rgba(79, 172, 254, 0.55); }
}

.ez-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem;
  width: 100%;
  max-width: 100%;
  margin-top: 0.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(0, 229, 255, 0.18);
}

.ez-hero__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  padding: 0.75rem 0.5rem;
  background-color: var(--ez-cosmic-bg);
  background-image: var(--ez-cosmic-radial);
  border-radius: 12px;
  transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4), 0 0 12px rgba(0, 217, 255, 0.08);
}

.ez-hero__stat:hover {
  transform: translateY(-3px);
  box-shadow: var(--ez-cosmic-glow-hover);
}

.ez-hero__stat strong {
  font-size: clamp(1.1rem, 3vw, 1.5rem);
  font-weight: 800;
  color: var(--ez-primary);
  line-height: 1;
}

.ez-hero__stat span {
  font-size: 0.7rem;
  color: #6b7a8a;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
}

/* Hero entrance animation */
.ez-hero__badge,
.ez-hero__title,
.ez-hero__desc,
.ez-hero__trust,
.ez-hero__actions,
.ez-hero__stats {
  opacity: 0;
  transform: translateY(20px);
  animation: ez-hero-in 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.ez-hero__title { animation-delay: 0.1s; }
.ez-hero__desc { animation-delay: 0.2s; }
.ez-hero__trust { animation-delay: 0.28s; }
.ez-hero__actions { animation-delay: 0.35s; }
.ez-hero__stats { animation-delay: 0.45s; }

@keyframes ez-hero-in {
  to { opacity: 1; transform: translateY(0); }
}

/* ── Section headings (shared) ── */
.ez-section-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 2.5rem;
}

.ez-section-head__label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ez-primary);
  background: rgba(79, 172, 254, 0.1);
  border: 1px solid rgba(79, 172, 254, 0.2);
  padding: 0.3rem 0.85rem;
  border-radius: 999px;
  margin-bottom: 1rem;
}

.ez-section-head__title {
  font-size: clamp(1.75rem, 5vw, 2.5rem);
  font-weight: 800;
  color: #fff;
  margin: 0 0 0.75rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.ez-section-head__title span {
  background: var(--ez-gradient);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: ez-text-shimmer 5s linear infinite;
}

.ez-section-head__sub {
  font-size: clamp(0.9rem, 2.5vw, 1.05rem);
  color: var(--ez-text-muted);
  margin: 0;
  line-height: 1.6;
}

/* ── ABOUT ── */
.ez-about {
  padding: 4rem 0;
}

.ez-about__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  max-width: 900px;
  margin: 0 auto;
}

.ez-about__card {
  background-color: var(--ez-cosmic-bg);
  background-image: var(--ez-cosmic-radial);
  border-radius: 20px;
  padding: 2rem 1.75rem;
  transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
  position: relative;
  overflow: hidden;
  box-shadow: var(--ez-cosmic-glow-outer);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ez-about__card:hover {
  transform: translateY(-6px);
  box-shadow: var(--ez-cosmic-glow-hover);
}

.ez-about__card::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  z-index: 0;
  background-image: var(--ez-cosmic-dust-image);
  animation: ez-cosmic-dust-shimmer 6s ease-in-out infinite alternate;
  opacity: 0.45;
}

.ez-about__card > * {
  position: relative;
  z-index: 1;
}

.ez-about__icon {
  font-size: 2rem;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(79, 172, 254, 0.1);
  border-radius: 14px;
  margin-bottom: 1.25rem;
}

.ez-about__card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.75rem;
  text-align: center;
  width: 100%;
}

.ez-about__card p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--ez-text-muted);
  margin: 0;
}

.ez-about__card:nth-child(2) { --ez-delay: 0.1s; }

/* ── BENEFIT CARDS ── */
.ez-benefits {
  padding: 2rem 0 4rem;
}

.ez-benefits__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
}

.ez-benefit-card {
  background-color: var(--ez-cosmic-bg);
  background-image: var(--ez-cosmic-radial);
  border-radius: 18px;
  padding: 1.75rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.75rem;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.3s, box-shadow 0.3s;
  cursor: default;
  position: relative;
  overflow: hidden;
  box-shadow: var(--ez-cosmic-glow-outer);
}

.ez-benefit-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 18px;
  pointer-events: none;
  z-index: 0;
  background-image: var(--ez-cosmic-dust-image);
  animation: ez-cosmic-dust-shimmer 6s ease-in-out infinite alternate;
  opacity: 0.45;
}

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

.ez-benefit-card:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: var(--ez-cosmic-glow-hover);
}

.ez-benefit-card__icon {
  font-size: 1.75rem;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(79, 172, 254, 0.12);
  border: 1px solid rgba(79, 172, 254, 0.2);
  border-radius: 14px;
  flex-shrink: 0;
}

.ez-benefit-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.3;
  text-align: center;
  width: 100%;
}

.ez-benefit-card p {
  font-size: 0.875rem;
  line-height: 1.65;
  color: var(--ez-text-muted);
  margin: 0;
}

.ez-benefit-card:nth-child(2) { --ez-delay: 0.07s; }
.ez-benefit-card:nth-child(3) { --ez-delay: 0.14s; }
.ez-benefit-card:nth-child(4) { --ez-delay: 0.21s; }

/* ── Content wrapper ── */
.mnaf #content {
  padding-bottom: 0;
}

.mnaf .ez-content {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.25rem 5rem;
  width: 100%;
}

.mnaf .ez-section {
  padding-top: 1rem;
  width: 100%;
}

/* Legacy section overrides (pools onwards) */
.mnaf .ez-content .css-sjuy1e {
  max-width: 100% !important;
  padding-top: 4rem !important;
  margin-inline: auto;
  width: 100%;
}

/* 3 steps */
.mnaf .css-1v92mtc {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 1.5rem !important;
  width: 100%;
  padding-top: 2rem !important;
}

.mnaf .css-1uk6060 {
  background-color: var(--ez-cosmic-bg) !important;
  background-image: var(--ez-cosmic-radial) !important;
  border-radius: 16px !important;
  padding: 2rem 1.5rem !important;
  transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
  box-shadow: var(--ez-cosmic-glow-outer) !important;
  position: relative;
  overflow: hidden;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 0.75rem !important;
  text-align: center;
}

.mnaf .css-1uk6060:hover {
  transform: translateY(-6px);
  box-shadow: var(--ez-cosmic-glow-hover) !important;
}

.mnaf .css-1lu8yg4 {
  width: 100px !important;
  height: auto !important;
  margin-bottom: 1rem;
}

/* Stats */
.mnaf .css-1v1wdx1 {
  margin-top: 3rem !important;
  width: 100%;
}

.mnaf .css-taeiso {
  margin-top: 0 !important;
  width: 100%;
}

.mnaf .css-i17g94 {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)) !important;
  gap: 1rem !important;
  width: 100%;
}

.mnaf .css-1fpp028,
.mnaf .css-u6v8er,
.mnaf .css-9kd17e {
  background-color: var(--ez-cosmic-bg);
  background-image: var(--ez-cosmic-radial);
  border-radius: 16px;
  padding: 1.5rem 1rem;
  text-align: center;
  transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
  box-shadow: var(--ez-cosmic-glow-outer);
}

.mnaf .css-1fpp028:hover,
.mnaf .css-u6v8er:hover,
.mnaf .css-9kd17e:hover {
  transform: translateY(-4px);
  box-shadow: var(--ez-cosmic-glow-hover);
}

.mnaf .css-fl27ss {
  font-size: clamp(1.5rem, 4vw, 2rem) !important;
}

/* Income stream grid */
.mnaf .css-h4hg8f {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)) !important;
  gap: 1.25rem !important;
  padding-top: 2rem !important;
  width: 100%;
}

.mnaf .css-qc4bg2 {
  background-color: var(--ez-cosmic-bg) !important;
  background-image: var(--ez-cosmic-radial) !important;
  border-radius: 16px !important;
  padding: 1.5rem !important;
  align-items: center !important;
  transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
  box-shadow: var(--ez-cosmic-glow-outer) !important;
  position: relative;
  overflow: hidden;
  display: flex !important;
  flex-direction: column !important;
  gap: 0.65rem !important;
  text-align: center;
}

.mnaf .css-1uk6060 .ez-fa-icon,
.mnaf .css-qc4bg2 .ez-fa-icon {
  margin-bottom: 0;
  flex-shrink: 0;
}

.mnaf .css-1uk6060 .css-10hq5pn,
.mnaf .css-1uk6060 .css-1drl1lm,
.mnaf .css-qc4bg2 .css-p69595,
.mnaf .css-qc4bg2 .css-bjkcx2 {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.mnaf .css-qc4bg2:hover {
  transform: translateY(-5px);
  box-shadow: var(--ez-cosmic-glow-hover) !important;
}

.mnaf .css-dxt7nd {
  width: 48px !important;
  height: 48px !important;
  margin-bottom: 0.75rem;
}

/* ── HOW IT WORKS (timeline) ── */
.ez-how {
  padding: 3rem 0 4rem;
  position: relative;
}

.ez-how::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(900px, 100%);
  height: 280px;
  background: radial-gradient(ellipse 60% 80% at 50% 0%, rgba(79, 172, 254, 0.07) 0%, transparent 70%);
  pointer-events: none;
}

/* Phase roadmap bar */
.ez-how__roadmap {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.35rem;
  max-width: 720px;
  margin: 0 auto 3rem;
  position: relative;
  padding: 0 0.25rem;
}

.ez-how__roadmap-track {
  position: absolute;
  top: 18px;
  left: 4%;
  right: 4%;
  height: 3px;
  background: var(--ez-border);
  border-radius: 999px;
  overflow: hidden;
}

.ez-how__roadmap-fill {
  display: block;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, var(--ez-primary), var(--ez-primary-light), var(--ez-primary-dark));
  border-radius: 999px;
  animation: ez-roadmap-pulse 3s ease-in-out infinite;
}

@keyframes ez-roadmap-pulse {
  0%, 100% { opacity: 0.7; }
  50% { opacity: 1; box-shadow: 0 0 12px rgba(79, 172, 254, 0.5); }
}

.ez-how__milestone {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  z-index: 1;
}

.ez-how__milestone-dot {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--ez-surface);
  border: 2px solid var(--ez-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 800;
  color: #6b7a8a;
  transition: border-color 0.3s, color 0.3s, box-shadow 0.3s;
}

.ez-how__milestone--active .ez-how__milestone-dot,
.ez-how__milestone:hover .ez-how__milestone-dot {
  border-color: var(--ez-primary);
  color: var(--ez-primary);
  box-shadow: 0 0 16px rgba(79, 172, 254, 0.35);
}

.ez-how__milestone-label {
  font-size: 0.72rem;
  font-weight: 700;
  color: #6b7a8a;
  text-align: center;
  letter-spacing: 0.02em;
}

.ez-how__milestone--active .ez-how__milestone-label {
  color: var(--ez-primary);
}

/* Journey flow — How It Works */
.ez-how__flow {
  position: relative;
  max-width: 1120px;
  margin: 0 auto 2rem;
  padding: 0 0.25rem;
}

.ez-how__flow-rail {
  display: none;
}

.ez-how__flow-track {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.85rem;
  position: relative;
}

.ez-how__flow-track::before {
  content: '';
  position: absolute;
  top: 34px;
  left: 8%;
  right: 8%;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ez-primary), var(--ez-cyan), rgba(79, 172, 254, 0.25));
  z-index: 0;
}

.ez-how-flow-card {
  position: relative;
  z-index: 1;
  text-align: center;
  background-color: var(--ez-cosmic-bg);
  background-image: var(--ez-cosmic-radial);
  border-radius: 18px;
  padding: 1.15rem 0.9rem 1.25rem;
  border: 1px solid var(--ez-border);
  box-shadow: var(--ez-cosmic-glow-outer);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  min-height: 100%;
}

.ez-how-flow-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--ez-cosmic-glow-hover);
  border-color: rgba(79, 172, 254, 0.35);
}

.ez-how-flow-card--highlight {
  border-color: rgba(79, 172, 254, 0.45);
  background-image:
    radial-gradient(ellipse 90% 80% at 50% 0%, rgba(79, 172, 254, 0.12) 0%, transparent 65%),
    var(--ez-cosmic-radial);
  box-shadow:
    0 0 0 1px rgba(79, 172, 254, 0.15),
    0 10px 32px rgba(79, 172, 254, 0.12),
    var(--ez-cosmic-glow-outer);
}

.ez-how-flow-card__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 0.85rem;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  color: var(--ez-cyan);
  background: rgba(79, 172, 254, 0.12);
  border: 2px solid rgba(79, 172, 254, 0.28);
  box-shadow: 0 0 18px rgba(79, 172, 254, 0.2);
  position: relative;
  z-index: 2;
}

.ez-how-flow-card--highlight .ez-how-flow-card__icon {
  color: #fff;
  background: linear-gradient(135deg, var(--ez-primary), var(--ez-cyan));
  border-color: transparent;
  box-shadow: 0 0 24px rgba(79, 172, 254, 0.45);
}

.ez-how-flow-card h3 {
  font-size: 0.95rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 0.45rem;
  line-height: 1.25;
}

.ez-how-flow-card p {
  font-size: 0.78rem;
  line-height: 1.55;
  color: var(--ez-text-muted);
  margin: 0;
}

.ez-how-flow-card .ez-how__chips {
  justify-content: center;
  margin-top: 0.65rem;
}

/* Timeline (legacy — kept for reference) */
.ez-how__timeline {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  max-width: 720px;
  margin: 0 auto;
  position: relative;
}

.ez-how__timeline::before {
  content: '';
  position: absolute;
  left: 27px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, var(--ez-primary) 0%, rgba(79, 172, 254, 0.3) 60%, transparent 100%);
  border-radius: 999px;
}

.ez-how__phase {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.ez-how__phase-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  align-self: flex-start;
  margin-left: 56px;
  font-size: 0.8rem;
  font-weight: 700;
  color: #fff;
  background: rgba(79, 172, 254, 0.08);
  border: 1px solid rgba(79, 172, 254, 0.25);
  padding: 0.4rem 1rem;
  border-radius: 999px;
  letter-spacing: 0.03em;
}

.ez-how__phase-icon {
  font-size: 1rem;
}

.ez-how__step {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 1rem;
  align-items: start;
  position: relative;
}

.ez-how__step-marker {
  display: flex;
  justify-content: center;
  padding-top: 1.25rem;
  position: relative;
  z-index: 1;
}

.ez-how__step-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--ez-primary), var(--ez-primary-dark));
  color: var(--ez-bg);
  font-size: 0.8rem;
  font-weight: 900;
  box-shadow: 0 0 0 4px var(--ez-bg), 0 0 20px rgba(79, 172, 254, 0.3);
  flex-shrink: 0;
}

.ez-how__step-card {
  background-color: var(--ez-cosmic-bg);
  background-image: var(--ez-cosmic-radial);
  border-radius: 18px;
  padding: 1.5rem 1.5rem 1.5rem 1.25rem;
  position: relative;
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.3s, box-shadow 0.3s;
  box-shadow: var(--ez-cosmic-glow-outer);
}

.ez-how__step-card::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  z-index: 0;
  background-image: var(--ez-cosmic-dust-image);
  animation: ez-cosmic-dust-shimmer 6s ease-in-out infinite alternate;
  opacity: 0.4;
}

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

.ez-how__step:hover .ez-how__step-card {
  transform: translateX(6px);
  box-shadow: inset 4px 0 0 var(--ez-primary), var(--ez-cosmic-glow-hover);
}

.ez-how__step-icon {
  font-size: 1.5rem;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(79, 172, 254, 0.1);
  border: 1px solid rgba(79, 172, 254, 0.2);
  border-radius: 12px;
  margin-bottom: 0.85rem;
}

.ez-how__step-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.5rem;
  line-height: 1.3;
}

.ez-how__step-card p {
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--ez-text-muted);
  margin: 0;
}

.ez-how__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.ez-how__chip {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--ez-text-muted);
  background: rgba(43, 53, 64, 0.6);
  border: 1px solid var(--ez-border);
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
}

.ez-how__chip--accent {
  color: var(--ez-primary);
  background: rgba(79, 172, 254, 0.1);
  border-color: rgba(79, 172, 254, 0.3);
}

/* Footer CTA */
.ez-how__footer {
  margin-top: 3rem;
  padding: 2rem 1.5rem;
  text-align: center;
  background-color: var(--ez-cosmic-bg);
  background-image:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(0, 229, 255, 0.08) 0%, transparent 60%),
    var(--ez-cosmic-radial);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  box-shadow: var(--ez-cosmic-glow-outer);
}

.ez-how__footer-text {
  font-size: clamp(1rem, 2.5vw, 1.15rem);
  color: var(--ez-text-muted);
  margin: 0;
  line-height: 1.6;
}

.ez-how__footer-text strong {
  color: var(--ez-primary);
  font-weight: 800;
}

.ez-how__footer-text em {
  color: #fff;
  font-style: normal;
  font-weight: 600;
}

/* Stagger reveal delays */
.ez-how__step:nth-child(2) { --ez-delay: 0.08s; }
.ez-how__phase:nth-child(2) .ez-how__step:nth-child(2) { --ez-delay: 0.16s; }
.ez-how__phase:nth-child(3) .ez-how__step { --ez-delay: 0.1s; }
.ez-how__phase:nth-child(3) .ez-how__step:nth-child(3) { --ez-delay: 0.2s; }
.ez-how__phase:nth-child(3) .ez-how__step:nth-child(4) { --ez-delay: 0.3s; }

/* Rank swiper */
.mnaf .css-hgqa5m,
.mnaf .home-swiper {
  width: 100%;
  padding-bottom: 3rem;
}

.mnaf .css-1spklcn {
  background-color: var(--ez-cosmic-bg) !important;
  background-image: var(--ez-cosmic-radial) !important;
  border-radius: 16px !important;
  padding: 1.5rem !important;
  height: 100%;
  transition: border-color 0.25s, box-shadow 0.25s;
  box-shadow: var(--ez-cosmic-glow-outer) !important;
}

.mnaf .css-1spklcn:hover {
  box-shadow: var(--ez-cosmic-glow-hover) !important;
}

/* Homepage cards — center titles with icons */
.mnaf .css-10hq5pn,
.mnaf .css-p69595,
.mnaf .css-c2dqfy,
.mnaf .css-omglo6,
.mnaf .css-1tps7qi {
  text-align: center;
  width: 100%;
}

.mnaf .css-1uk6060,
.mnaf .css-qc4bg2,
.mnaf .css-1spklcn {
  text-align: center;
}

.mnaf .css-1ioibwk {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.mnaf .css-rtocns {
  justify-content: center;
  width: 100%;
}

.mnaf .css-rtocns p {
  text-align: center;
  width: 100%;
}

.mnaf .css-1pa5pga {
  justify-content: center;
  width: 100%;
}

.mnaf .css-1pa5pga .css-152l0rs {
  justify-content: center;
}

/* CTA / Join */
.mnaf .css-14bgnhx#join {
  margin-top: 4rem;
  padding: 3rem 1.5rem;
  background-color: var(--ez-cosmic-bg);
  background-image:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(0, 229, 255, 0.08) 0%, transparent 65%),
    var(--ez-cosmic-radial);
  border-radius: 20px;
  text-align: center;
  box-shadow: var(--ez-cosmic-glow-outer);
}

.mnaf .css-17glpd8 {
  font-size: clamp(1.5rem, 5vw, 2.25rem) !important;
}

/* CTA buttons in content */
.mnaf .css-1234pqm {
  background: var(--ez-primary) !important;
  color: var(--ez-bg) !important;
  font-weight: 700 !important;
  padding: 0.9rem 2rem !important;
  border-radius: 999px !important;
  font-size: 1rem !important;
  transition: transform 0.2s, box-shadow 0.2s !important;
}

.mnaf .css-1234pqm:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 8px 28px rgba(0, 217, 255, 0.35);
  background: var(--ez-gradient-btn) !important;
}

/* Footer */
.ez-footer {
  width: 100%;
  background: #000;
  border-top: 1px solid rgba(0, 229, 255, 0.12);
}

.ez-footer__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.ez-footer__copy {
  margin: 0;
  font-size: 0.8rem;
  color: var(--ez-text-muted);
}

.ez-footer__links {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.ez-footer__link {
  font-size: 0.8rem;
  color: var(--ez-text-muted);
  text-decoration: none;
  transition: color 0.2s;
}

.ez-footer__link:hover {
  color: var(--ez-cyan);
}

.mnaf .css-srga59,
.mnaf .ez-footer {
  margin-top: 0 !important;
  padding-bottom: env(safe-area-inset-bottom);
  position: relative;
  z-index: 1;
}

/* Scroll reveal (from functions.js) */
.mnaf .ez-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition-delay: var(--ez-delay, 0s);
}

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

/* ── Breakpoints ── */
@media (max-width: 1024px) {
  .ez-header__actions .ez-btn--ghost { display: none; }
  .ez-nav__link { font-size: 0.8rem; padding: 0.45rem 0.65rem; }

  .ez-header__bar {
    padding: 0.65rem 1rem;
    gap: 0.65rem;
  }

  .ez-logo__img {
    max-height: 38px;
    max-width: 120px;
  }

  .ez-hero-swiper {
    padding: 0 0.75rem 0.75rem;
  }

  .ez-hero__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .ez-hero__slide-visual {
    order: -1;
    min-height: auto;
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
  }

  .ez-hero__slide-stage {
    width: 100%;
    max-width: 340px;
  }

  .ez-hero__bubble {
    font-size: 0.6rem;
    padding: 0.38rem 0.6rem;
    max-width: 118px;
    white-space: normal;
    text-align: left;
  }

  .ez-hero__bubble--1 { top: 4%; right: 3%; }
  .ez-hero__bubble--2 { top: 40%; left: 3%; }
  .ez-hero__bubble--3 { bottom: 6%; right: 3%; }

  .ez-hero__slide-title {
    text-align: center;
  }

  .ez-hero__slide-desc {
    text-align: center;
    margin-inline: auto;
    max-width: 100%;
  }

  .ez-hero__content {
    max-width: 100%;
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .ez-hero__title {
    align-items: center;
    width: 100%;
  }

  .ez-hero__desc,
  .ez-typewriter {
    justify-content: center;
    text-align: center;
    width: 100%;
    max-width: 100%;
  }

  .ez-hero__trust,
  .ez-hero__actions {
    justify-content: center;
    width: 100%;
  }

  .ez-hero__stats {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  html { scroll-padding-top: 72px; }

  .ez-header__bar {
    padding: 0.65rem 1rem;
    min-height: 56px;
    gap: 0.5rem;
  }

  .ez-nav { display: none; }
  .ez-header__actions { display: none; }
  .ez-burger { display: flex; margin-left: auto; }

  .ez-logo__img {
    max-height: 36px;
    max-width: 110px;
  }

  .ez-bottom-nav { display: flex; }

  .mnaf .ez-content {
    padding: 0 1rem calc(5rem + env(safe-area-inset-bottom));
  }

  .ez-hero {
    min-height: auto;
    padding: 1.25rem 0.5rem 1.5rem;
    overflow-x: hidden;
  }

  .ez-hero-swiper {
    padding: 0 0.35rem 0.5rem;
    max-width: 100%;
  }

  .ez-hero__grid {
    gap: 1.15rem;
    padding: 0;
  }

  .ez-hero__slide-visual {
    min-height: auto;
    max-width: min(100%, 300px);
    gap: 0.65rem;
  }

  .ez-hero__slide-stage {
    width: 100%;
    max-width: min(78vw, 300px);
  }

  .ez-hero__slide-label {
    font-size: 0.78rem;
  }

  .ez-hero__bubble {
    font-size: 0.52rem;
    padding: 0.32rem 0.48rem;
    max-width: 96px;
    line-height: 1.25;
    gap: 0.28rem;
  }

  .ez-hero__bubble i {
    font-size: 0.62rem;
  }

  .ez-hero__bubble--1 { top: 3%; right: 2%; }
  .ez-hero__bubble--2 { top: 36%; left: 2%; }
  .ez-hero__bubble--3 { bottom: 5%; right: 2%; }

  .ez-hero-swiper__nav {
    gap: 0.5rem;
    margin-top: 0.65rem;
    flex-wrap: wrap;
    padding: 0 0.15rem;
  }

  .ez-hero-swiper__arrow {
    width: 34px;
    height: 34px;
    font-size: 0.75rem;
  }

  .ez-hero-swiper__pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }

  .ez-hero__badge {
    font-size: 0.65rem;
    padding: 0.38rem 0.75rem;
    text-align: center;
  }

  .ez-hero__title {
    font-size: clamp(1.75rem, 8.5vw, 2.35rem);
  }

  .ez-hero__slide-title {
    font-size: clamp(1.55rem, 7.5vw, 2rem);
  }

  .ez-hero__slide-desc {
    font-size: 0.9rem;
    line-height: 1.6;
  }

  .ez-hero__trust {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.35rem;
  }

  .ez-hero__trust-pill {
    font-size: 0.62rem;
    padding: 0.3rem 0.55rem;
  }

  .ez-hero__desc {
    min-height: 3.6em;
    font-size: 0.9rem;
  }

  .ez-hero__actions {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .ez-hero__actions .ez-btn {
    width: 100%;
    max-width: 320px;
    justify-content: center;
    margin-inline: auto;
  }

  .ez-hero__stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.45rem;
    max-width: 100%;
    padding-top: 0.85rem;
    margin-top: 0.35rem;
  }

  .ez-hero__stat {
    padding: 0.5rem 0.25rem;
    min-width: 0;
  }

  .ez-hero__stat strong {
    font-size: clamp(0.95rem, 4vw, 1.15rem);
  }

  .ez-hero__stat span {
    font-size: 0.58rem;
    line-height: 1.2;
  }

  .ez-about {
    padding: 2.5rem 0;
  }

  .ez-about__grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .ez-about__card {
    padding: 1.5rem 1.25rem;
  }

  .ez-benefits {
    padding: 1.5rem 0 3rem;
  }

  .ez-benefits__grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .ez-roadmap {
    padding: 1.5rem 0 2.5rem;
  }

  .ez-roadmap__timeline {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .ez-roadmap__track {
    left: 26px;
    transform: none;
    width: 3px;
  }

  .ez-roadmap-step {
    grid-template-columns: 52px 1fr;
    gap: 0 1rem;
    margin-bottom: 1.5rem;
  }

  .ez-roadmap-step__node {
    grid-column: 1;
    width: 44px;
    height: 44px;
    font-size: 1rem;
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.35), var(--ez-cosmic-glow-outer);
  }

  .ez-roadmap-step--left .ez-roadmap-step__card,
  .ez-roadmap-step--right .ez-roadmap-step__card {
    grid-column: 2;
    grid-row: 1;
    text-align: left;
  }

  .ez-roadmap__legend {
    margin-bottom: 1.5rem;
  }

  .ez-benefit-card {
    padding: 1.5rem 1.25rem;
  }

  .ez-how {
    padding: 2rem 0 3rem;
  }

  .ez-how__flow-track {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .ez-how__flow-track::before {
    left: 27px;
    right: auto;
    top: 0;
    bottom: 0;
    width: 3px;
    height: auto;
    background: linear-gradient(180deg, var(--ez-primary), var(--ez-cyan), rgba(79, 172, 254, 0.2));
  }

  .ez-how-flow-card {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 0 1rem;
    text-align: left;
    padding: 1rem 1rem 1rem 0.85rem;
    align-items: start;
  }

  .ez-how-flow-card__icon {
    margin: 0;
    width: 48px;
    height: 48px;
    font-size: 1.1rem;
    grid-row: 1 / span 3;
  }

  .ez-how-flow-card h3,
  .ez-how-flow-card p,
  .ez-how-flow-card .ez-how__chips {
    grid-column: 2;
  }

  .ez-how-flow-card .ez-how__chips {
    justify-content: flex-start;
    margin-top: 0.5rem;
  }

  .ez-salary__grid {
    grid-template-columns: 1fr;
  }

  .ez-salary-card__head {
    align-items: center;
  }

  .mnaf .css-srga59,
  .mnaf .ez-footer {
    padding-bottom: calc(4.75rem + env(safe-area-inset-bottom));
  }

  .ez-footer__inner {
    flex-direction: column;
    text-align: center;
    padding: 1rem;
    gap: 0.75rem;
  }

  .ez-footer__links {
    gap: 1rem;
  }

  .ez-how__timeline::before {
    left: 21px;
  }

  .ez-how__phase-tag {
    margin-left: 44px;
    font-size: 0.72rem;
    padding: 0.35rem 0.8rem;
  }

  .ez-how__step {
    grid-template-columns: 42px 1fr;
    gap: 0.75rem;
  }

  .ez-how__step-num {
    width: 38px;
    height: 38px;
    font-size: 0.72rem;
  }

  .ez-how__step-card {
    padding: 1.25rem;
  }

  .ez-how__footer {
    margin-top: 2rem;
    padding: 1.5rem 1rem;
  }

  .ez-how__footer .ez-btn {
    width: 100%;
    max-width: 300px;
  }

  .ez-how__step:hover .ez-how__step-card {
    transform: none;
  }

  .ez-section-head {
    margin-bottom: 1.75rem;
  }

  .mnaf .ez-content .css-sjuy1e {
    padding-top: 2.5rem !important;
  }

  .mnaf .css-h4hg8f {
    grid-template-columns: 1fr !important;
  }

  .mnaf .css-i17g94 {
    grid-template-columns: 1fr !important;
  }

  .mnaf .css-1v92mtc {
    grid-template-columns: 1fr !important;
  }

  .mnaf .css-4qxcfl,
  .mnaf .css-1asx4lo {
    padding: 1.25rem !important;
  }
}

@media (max-width: 400px) {
  .ez-hero__slide-stage {
    max-width: min(72vw, 260px);
  }

  .ez-hero__bubble {
    max-width: 88px;
    font-size: 0.48rem;
    padding: 0.28rem 0.4rem;
  }

  .ez-hero__stats {
    grid-template-columns: 1fr;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Legacy cloned sections — prevent horizontal overflow on phones */
@media (max-width: 768px) {
  .ez-pools-track,
  .ez-cta__steps,
  .ez-salary__grid {
    max-width: 100%;
    min-width: 0;
  }

  .ez-hero__stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
  }

  .ez-hero__stat {
    min-width: 0;
    padding: 0.65rem 0.35rem;
  }

  .ez-hero__stat strong {
    font-size: 1rem;
  }

  .ez-hero__stat span {
    font-size: 0.62rem;
  }

  .mnaf .css-h4hg8f,
  .mnaf .css-1v92mtc,
  .mnaf .css-1asx4lo {
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
  }

  .mnaf .css-1spklcn,
  .mnaf .css-qc4bg2 {
    min-width: 0;
    max-width: 100%;
  }

  .mnaf .swiper-slide {
    width: 100% !important;
    max-width: 100%;
  }

  .mnaf .css-1234pqm,
  .mnaf .chakra-button {
    width: 100%;
    max-width: 320px;
    justify-content: center;
  }

  .mnaf table,
  .mnaf .ezp-table-wrap {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .ez-benefits__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ez-how__flow-track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ez-how__flow-track::before {
    display: none;
  }

  .mnaf .css-h4hg8f {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ez-ticker__track { animation: none; }
  .ez-hero__badge,
  .ez-hero__title,
  .ez-hero__desc,
  .ez-hero__trust,
  .ez-hero__actions,
  .ez-hero__stats,
  .ez-hero__cta,
  .ez-hero-swiper,
  .ez-hero__slide-visual {
    animation: none;
    opacity: 1;
    transform: none;
  }
  .ez-hero__visual-ring,
  .ez-hero__orbit,
  .ez-hero__visual-main,
  .ez-hero__visual-satellite,
  .ez-hero__visual-scan,
  .ez-hero__visual-sparkles,
  .ez-hero__visual-chip,
  .ez-hero__slide-card::after,
  .ez-hero__slide-visual::before,
  .ez-hero__bubble {
    animation: none !important;
  }
  .ez-how__roadmap-fill,
  .ez-roadmap__track-fill { animation: none; opacity: 1; }
  .ez-hero__rotate { animation: none !important; }
  .ez-typewriter-cursor { animation: none; opacity: 0; }
  .ez-section-head__title span { animation: none !important; }
  .mnaf .ez-reveal { opacity: 1; transform: none; transition: none; }
}

@media (max-width: 29.9975rem) {
  .mnaf .css-qc4bg2 {
    padding-block: 1.25rem !important;
  }
}

/* ── Font Awesome icon wrappers ── */
.ez-fa-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(79, 172, 254, 0.12);
  border: 1px solid rgba(79, 172, 254, 0.28);
  border-radius: 14px;
  color: var(--ez-primary-light);
  font-size: 1.4rem;
  margin: 0 auto 0.85rem;
}

.ez-fa-icon--lg {
  width: 72px;
  height: 72px;
  font-size: 1.75rem;
  border-radius: 18px;
}

.ez-fa-icon--sm {
  width: 48px;
  height: 48px;
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
}

.ez-about__icon,
.ez-benefit-card__icon,
.ez-how__step-icon {
  font-size: 1.35rem;
}

.ez-how__phase-icon {
  font-size: 0.95rem;
}

.ez-rank-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--ez-gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ez-on-primary);
  font-size: 1.1rem;
}

.ez-brand-mini {
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--ez-primary-light);
  letter-spacing: 0.05em;
}

.ez-stars {
  display: inline-flex;
  gap: 2px;
  align-items: center;
}

.ez-star {
  color: var(--ez-accent);
  font-size: 0.75rem;
}

.mnaf .css-1lu8yg4,
.mnaf .css-dxt7nd,
.mnaf .css-1ajp4jy,
.mnaf .css-18tjauc,
.mnaf .chakra-avatar__image {
  display: none !important;
}

.mnaf .css-4g5g4r {
  display: none !important;
}

.ez-social-icons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  align-items: center;
}

.ez-social-icons--row {
  flex-direction: row;
  flex-wrap: nowrap;
}

.ez-social-icons a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--ez-surface);
  border: 1px solid var(--ez-border);
  color: var(--ez-text-muted);
  font-size: 1.1rem;
  text-decoration: none;
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}

.ez-social-icons a:hover {
  color: var(--ez-primary-light);
  border-color: rgba(79, 172, 254, 0.4);
  background: rgba(79, 172, 254, 0.1);
}

/* ── Leadership salary (homepage) ── */
.ez-salary {
  padding: 2rem 0 3.5rem;
}

.ez-salary__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.ez-salary-card {
  background-color: var(--ez-cosmic-bg);
  background-image: var(--ez-cosmic-radial);
  border-radius: 16px;
  padding: 1.25rem 1.15rem;
  box-shadow: var(--ez-cosmic-glow-outer);
  position: relative;
  overflow: hidden;
}

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

.ez-cta__inner > * {
  position: relative;
  z-index: 1;
}

.ez-salary-card--highlight {
  box-shadow: var(--ez-cosmic-glow-hover);
}

.ez-salary-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}

.ez-salary-card__pool {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ez-cyan);
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 229, 255, 0.35);
  background: rgba(0, 229, 255, 0.08);
  flex-shrink: 0;
}

.ez-salary-card__amount {
  font-size: 1.65rem;
  font-weight: 800;
  line-height: 1;
  background: var(--ez-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-align: right;
}

.ez-salary-card__amount span {
  font-size: 0.8rem;
  font-weight: 700;
  opacity: 0.85;
}

.ez-salary-card__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.ez-salary-card__list li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--ez-text-muted);
}

.ez-salary-card__list li i {
  color: var(--ez-cyan);
  margin-top: 0.15rem;
  width: 1rem;
  text-align: center;
  flex-shrink: 0;
}

/* Roadmap timeline — always visible */
.ez-roadmap-step {
  opacity: 1;
  transform: none;
}

/* ── ECOSYSTEM ROADMAP (timeline) ── */
.ez-roadmap {
  padding: 2rem 0 3rem;
  position: relative;
}

.ez-roadmap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(900px, 100%);
  height: 360px;
  background: radial-gradient(ellipse 70% 80% at 50% 0%, rgba(139, 92, 246, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.ez-roadmap__legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem 1rem;
  margin: -1rem auto 2.5rem;
  max-width: 720px;
  position: relative;
  z-index: 1;
}

.ez-roadmap__legend-item {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  border: 1px solid var(--ez-border);
  background: rgba(255, 255, 255, 0.03);
  color: var(--ez-text-muted);
}

.ez-roadmap__legend-item--live { color: #4ade80; border-color: rgba(74, 222, 128, 0.35); }
.ez-roadmap__legend-item--next { color: #fb923c; border-color: rgba(249, 115, 22, 0.35); }
.ez-roadmap__legend-item--soon { color: var(--ez-cyan); border-color: rgba(0, 217, 255, 0.3); }
.ez-roadmap__legend-item--planned { color: #c4b5fd; border-color: rgba(196, 181, 253, 0.35); }

.ez-roadmap__timeline {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
  padding: 0.5rem 0 1rem;
  z-index: 1;
}

.ez-roadmap__track {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  transform: translateX(-50%);
  background: rgba(148, 144, 171, 0.2);
  border-radius: 999px;
  overflow: hidden;
}

.ez-roadmap__track-fill {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #4ade80 0%, #fb923c 18%, var(--ez-cyan) 45%, #a78bfa 75%, #8b5cf6 100%);
  border-radius: inherit;
  animation: ez-roadmap-flow 4s ease-in-out infinite alternate;
}

@keyframes ez-roadmap-flow {
  0% { opacity: 0.65; }
  100% { opacity: 1; }
}

.ez-roadmap-step {
  display: grid;
  grid-template-columns: 1fr 56px 1fr;
  gap: 0 1.25rem;
  align-items: center;
  margin-bottom: 2rem;
  position: relative;
}

.ez-roadmap-step:last-child { margin-bottom: 0; }

.ez-roadmap-step__node {
  grid-column: 2;
  grid-row: 1;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  background: var(--ez-cosmic-bg);
  border: 3px solid var(--ez-border);
  color: var(--ez-text-muted);
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.35), var(--ez-cosmic-glow-outer);
  z-index: 2;
  justify-self: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ez-roadmap-step:hover .ez-roadmap-step__node { transform: scale(1.08); }

.ez-roadmap-step--live .ez-roadmap-step__node {
  border-color: #4ade80;
  color: #4ade80;
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.35), 0 0 20px rgba(74, 222, 128, 0.35);
}

.ez-roadmap-step--next .ez-roadmap-step__node {
  border-color: #fb923c;
  color: #fb923c;
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.35), 0 0 18px rgba(249, 115, 22, 0.3);
}

.ez-roadmap-step--soon .ez-roadmap-step__node {
  border-color: var(--ez-cyan);
  color: var(--ez-cyan);
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.35), 0 0 18px rgba(0, 217, 255, 0.25);
}

.ez-roadmap-step--planned .ez-roadmap-step__node,
.ez-roadmap-step--beyond .ez-roadmap-step__node {
  border-color: #a78bfa;
  color: #a78bfa;
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.35), 0 0 20px rgba(139, 92, 246, 0.35);
}

.ez-roadmap-step__card {
  background-color: var(--ez-cosmic-bg);
  background-image: var(--ez-cosmic-radial);
  border-radius: 16px;
  padding: 1.25rem 1.35rem;
  border: 1px solid var(--ez-border);
  box-shadow: var(--ez-cosmic-glow-outer);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ez-roadmap-step__card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background-image: var(--ez-cosmic-dust-image);
  opacity: 0.3;
}

.ez-roadmap-step__card > * { position: relative; z-index: 1; }

.ez-roadmap-step:hover .ez-roadmap-step__card {
  transform: translateY(-4px);
  box-shadow: var(--ez-cosmic-glow-hover);
}

.ez-roadmap-step--left .ez-roadmap-step__card { grid-column: 1; grid-row: 1; text-align: right; }
.ez-roadmap-step--right .ez-roadmap-step__card { grid-column: 3; grid-row: 1; text-align: left; }

.ez-roadmap-step--live .ez-roadmap-step__card { border-color: rgba(74, 222, 128, 0.3); }
.ez-roadmap-step--next .ez-roadmap-step__card { border-color: rgba(249, 115, 22, 0.28); }
.ez-roadmap-step--soon .ez-roadmap-step__card { border-color: rgba(0, 217, 255, 0.22); }
.ez-roadmap-step--planned .ez-roadmap-step__card,
.ez-roadmap-step--beyond .ez-roadmap-step__card { border-color: rgba(139, 92, 246, 0.28); }

.ez-roadmap-step--finale .ez-roadmap-step__card {
  background-image: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(139, 92, 246, 0.15) 0%, transparent 70%), var(--ez-cosmic-radial);
}

.ez-roadmap-step__phase {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

.ez-roadmap-step--live .ez-roadmap-step__phase {
  background: rgba(74, 222, 128, 0.12);
  color: #4ade80;
  border: 1px solid rgba(74, 222, 128, 0.3);
}

.ez-roadmap-step--next .ez-roadmap-step__phase {
  background: rgba(249, 115, 22, 0.12);
  color: #fb923c;
  border: 1px solid rgba(249, 115, 22, 0.3);
}

.ez-roadmap-step--soon .ez-roadmap-step__phase {
  background: rgba(0, 217, 255, 0.1);
  color: var(--ez-cyan);
  border: 1px solid rgba(0, 217, 255, 0.25);
}

.ez-roadmap-step--planned .ez-roadmap-step__phase,
.ez-roadmap-step--beyond .ez-roadmap-step__phase {
  background: rgba(139, 92, 246, 0.12);
  color: #c4b5fd;
  border: 1px solid rgba(139, 92, 246, 0.3);
}

.ez-roadmap-step__title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.45rem;
  line-height: 1.35;
}

.ez-roadmap-step__desc {
  font-size: 0.875rem;
  line-height: 1.65;
  color: var(--ez-text-muted);
  margin: 0;
}

/* ── Join CTA ── */
.ez-cta {
  padding: 2rem 0 4rem;
}

.ez-cta__inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  border-radius: 22px;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(1.25rem, 3vw, 2.5rem);
  align-items: center;
  box-sizing: border-box;
  min-width: 0;
}

.ez-cta__copy {
  min-width: 0;
}

.ez-cta__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ez-cyan);
  margin-bottom: 0.75rem;
}

.ez-cta__title {
  font-size: clamp(1.65rem, 4.5vw, 2.35rem);
  font-weight: 800;
  line-height: 1.15;
  color: #fff;
  margin: 0 0 0.75rem;
}

.ez-cta__sub {
  font-size: clamp(0.92rem, 2.2vw, 1.05rem);
  line-height: 1.65;
  color: var(--ez-text-muted);
  margin: 0 0 1.25rem;
  max-width: 640px;
}

.ez-cta__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  counter-reset: ez-cta-step;
}

.ez-cta__steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  align-items: flex-start;
  counter-increment: ez-cta-step;
}

.ez-cta__steps li[hidden],
.ez-cta__steps li.ez-cta__step--hidden {
  counter-increment: none;
}

.ez-cta__step-icon {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(79, 172, 254, 0.12);
  border: 1px solid rgba(0, 229, 255, 0.28);
  color: var(--ez-cyan);
  font-size: 0.95rem;
  flex-shrink: 0;
}

.ez-cta__step-text {
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--ez-text-muted);
  padding-top: 0.35rem;
  min-width: 0;
  overflow-wrap: break-word;
}

.ez-cta__step-text strong {
  color: #fff;
}

.ez-cta__aside {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1rem;
}

.ez-cta__btn {
  width: 100%;
  max-width: 280px;
}

.ez-cta__follow {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ez-text-muted);
}

@media (max-width: 900px) {
  .ez-cta {
    padding: 1.5rem 0 3rem;
  }

  .ez-cta__inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1.5rem;
    border-radius: 16px;
    padding: 1.25rem 1rem;
  }

  .ez-cta__copy {
    order: 1;
    width: 100%;
  }

  .ez-cta__title {
    font-size: clamp(1.35rem, 6vw, 1.75rem);
  }

  .ez-cta__sub {
    max-width: 100%;
    font-size: 0.9rem;
  }

  .ez-cta__steps {
    gap: 0.65rem;
  }

  .ez-cta__steps li {
    gap: 0.65rem;
  }

  .ez-cta__step-icon {
    width: 34px;
    height: 34px;
    font-size: 0.85rem;
  }

  .ez-cta__step-text {
    font-size: 0.84rem;
    padding-top: 0.2rem;
  }

  .ez-cta__aside {
    order: 2;
    width: 100%;
    padding-top: 1.25rem;
    margin-top: 0.25rem;
    border-top: 1px solid rgba(0, 229, 255, 0.15);
    align-items: center;
  }

  .ez-cta__btn {
    max-width: 100%;
  }
}

@media (max-width: 400px) {
  .ez-cta__inner {
    padding: 1.1rem 0.85rem;
  }

  .ez-social-icons--row {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
}

.mnaf .css-152l0rs {
  display: inline-flex !important;
  align-items: center;
  gap: 3px;
}

.mnaf .chakra-avatar__root .ez-rank-avatar {
  position: absolute;
  inset: 0;
}

.mnaf .chakra-avatar__root {
  position: relative;
}

/* Legacy cloned section color overrides */
.mnaf .chakra-mark,
.mnaf .css-kmykxm {
  color: var(--ez-primary-light) !important;
  background: transparent !important;
}

.mnaf .css-1234pqm {
  background: var(--ez-primary) !important;
  color: var(--ez-on-primary) !important;
}

.mnaf .css-1234pqm:hover {
  background: var(--ez-primary-light) !important;
  box-shadow: 0 8px 28px var(--ez-glow) !important;
}

.mnaf .css-ktvlzn {
  background: var(--ez-primary) !important;
  color: var(--ez-on-primary) !important;
}

.mnaf .swiper-pagination-bullet-active {
  background: var(--ez-primary) !important;
}

/* ── Site popup (admin-managed image + text announcement) ── */
.ez-popup-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.ez-popup-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
}
.ez-popup-modal__panel {
  position: relative;
  z-index: 1;
  width: min(420px, 100%);
  max-height: min(90vh, 720px);
  overflow: auto;
  background: #000;
  border: 1px solid var(--ez-border);
  border-radius: 12px;
  box-shadow: 0 0 40px var(--ez-glow);
  text-align: center;
}
.ez-popup-modal__image {
  width: 100%;
  max-height: 260px;
  object-fit: cover;
  display: block;
}
.ez-popup-modal__body { padding: 1.25rem; }
.ez-popup-modal__body h3 { margin: 0 0 0.5rem; color: #fff; }
.ez-popup-modal__body p { margin: 0; color: var(--ez-text-muted); line-height: 1.6; }
.ez-popup-modal__close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 2;
  border: 0;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
}
.ez-popup-modal__close:hover { background: rgba(0, 0, 0, 0.7); }

