html {
  scroll-behavior: smooth;
}

#homepageHeadline.cnh-hero .ticker-chg.ticker-up {
  color: #7EBBF6 !important;
}

#homepageHeadline.cnh-hero .ticker-chg.ticker-down {
  color: #fb7185 !important;
}

/* Trademine landing — BinaryGo-style layout, green accent */
:root {
  --cnh-teal: #55A4F2;
  --cnh-teal-bright: #7EBBF6;
  --cnh-teal-dim: #3B8AE0;
  --dmax-green: #55A4F2;
  --dmax-green-bright: #7EBBF6;
  --dmax-green-dim: #2B6FBD;
  --cnh-bg-deep: #0A1628;
  --cnh-bg-mid: #0B1A2E;
  --cnh-bg-low: #071018;
  --dmax-bg-deep: #0A1628;
  --dmax-bg-card: #101814;
  --dmax-bg-card-hover: #16221b;
  --dmax-border: rgba(126, 187, 246, 0.18);
  --cnh-blue-soft: rgba(85, 164, 242, 0.14);
  --cnh-blue-mid: rgba(85, 164, 242, 0.22);
  --cnh-blue-accent: #7EBBF6;
  --cnh-blue-accent-dim: #3B8AE0;
  --dmax-text: #f8fafc;
  --dmax-text-muted: #94a3b8;
  --dmax-glow: 0 0 40px rgba(85, 164, 242, 0.32);
  --cnh-green: #55A4F2;
  --cnh-green-bright: #C5E3FC;
  --cnh-green-hot: #7EBBF6;
}

html,
body {
  background: #071018 !important;
}

body:has(#homepageHeadline[style*='block']) .top-nav {
  height: 72px !important;
  background: rgba(7, 11, 8, 0.72) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

body:has(#homepageHeadline[style*='block']):not(.cnh-trading-active) {
  background:
    radial-gradient(ellipse 90% 55% at 50% -8%, rgba(85, 164, 242, 0.28), transparent 58%),
    radial-gradient(ellipse 60% 45% at 85% 12%, rgba(59, 138, 224, 0.14), transparent 55%),
    linear-gradient(180deg, #0B1A2E 0%, #0A1628 45%, #071018 100%) !important;
  background-attachment: fixed, fixed, fixed !important;
}

body:has(#homepageHeadline[style*='block']):not(.cnh-trading-active) html,
body:has(#homepageHeadline[style*='block']):not(.cnh-trading-active) main.page,
body:has(#homepageHeadline[style*='block']):not(.cnh-trading-active) .hero-section,
body:has(#homepageHeadline[style*='block']):not(.cnh-trading-active) .hero-content,
body:has(#homepageHeadline[style*='block']):not(.cnh-trading-active) .hero-left,
body:has(#homepageHeadline[style*='block']):not(.cnh-trading-active) #homepage,
body:has(#homepageHeadline[style*='block']):not(.cnh-trading-active) #homepage .homepage-content,
body:has(#homepageHeadline[style*='block']):not(.cnh-trading-active) .cnh-voices,
body:has(#homepageHeadline[style*='block']):not(.cnh-trading-active) .dmax-landing,
body:has(#homepageHeadline[style*='block']):not(.cnh-trading-active) .dmax-features-head,
body:has(#homepageHeadline[style*='block']):not(.cnh-trading-active) .cnh-how,
body:has(#homepageHeadline[style*='block']):not(.cnh-trading-active) #homepageHeadline.cnh-hero {
  background: transparent !important;
  background-image: none !important;
  background-color: transparent !important;
}

/* Guest: hide hamburger on desktop, show BinaryGo-style center links */
.top-nav:has(.cnh-logo--guest) .nav-hamburger-stack {
  display: none !important;
}

.cnh-guest-nav {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 28px;
  flex: 1;
}

.top-nav:has(.cnh-logo--guest) .cnh-guest-nav {
  display: flex;
}

.cnh-guest-nav a {
  color: #94a3b8;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  padding: 8px 14px;
  border-radius: 10px;
}

.cnh-guest-nav a:hover {
  color: #fff;
}

.cnh-guest-nav a.is-active {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

.cnh-theme-toggle {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: none;
  background: transparent;
  color: #e2e8f0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.top-nav:has(.cnh-logo--guest) .cnh-theme-toggle {
  display: inline-flex;
}

.cnh-theme-toggle svg {
  width: 18px;
  height: 18px;
}

/* Guest logo — green mark + wordmark, no heavy frame */
.top-nav:has(.cnh-logo--guest) #logo.cnh-logo.cnh-logo--guest {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  margin: 0 !important;
  pointer-events: auto !important;
}

.top-nav:has(.cnh-logo--guest) .cnh-logo__frame {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  gap: 10px;
}

.top-nav:has(.cnh-logo--guest) .cnh-logo__icon {
  width: 36px !important;
  height: 36px !important;
  border-radius: 10px;
  background: linear-gradient(180deg, #7EBBF6 0%, #3B8AE0 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(85, 164, 242, 0.35);
}

.top-nav:has(.cnh-logo--guest) .cnh-logo__icon svg {
  width: 22px;
  height: 22px;
}

.top-nav:has(.cnh-logo--guest) .cnh-logo__wordmark {
  font-size: 1.15rem !important;
  font-weight: 800;
  color: #fff !important;
}

.top-nav:has(.cnh-logo--guest) .cnh-logo__crypto,
.top-nav:has(.cnh-logo--guest) .cnh-logo__nic {
  color: #fff !important;
}

.top-nav:has(.cnh-logo--guest) .cnh-nav-signin {
  color: #f1f5f9 !important;
  font-weight: 600 !important;
}

.top-nav:has(.cnh-logo--guest) #btnRegister {
  background: linear-gradient(180deg, #7EBBF6 0%, #55A4F2 55%, #3B8AE0 100%) !important;
  color: #0A2444 !important;
  border: none !important;
  border-radius: 999px !important;
  padding: 10px 18px !important;
  font-weight: 700 !important;
  box-shadow: 0 8px 24px rgba(85, 164, 242, 0.35) !important;
}

/* —— Hero —— */
#homepageHeadline.cnh-hero {
  max-width: none !important;
  width: 100% !important;
  padding: 108px 20px 0 !important;
  overflow: visible;
}

#homepageHeadline.cnh-hero::before {
  top: 28% !important;
  width: min(140vw, 900px) !important;
  height: min(90vw, 560px) !important;
  background: radial-gradient(ellipse at center, rgba(85, 164, 242, 0.28) 0%, transparent 68%) !important;
}

.cnh-hero__copy {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.cnh-hero__copy .cnh-hero__title {
  align-items: center;
}

.cnh-hero__copy .cnh-hero__subtitle {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 900px) {
  .cnh-hero__copy .cnh-hero__title {
    align-items: center;
  }
  .cnh-hero__copy .cnh-hero__subtitle {
    text-align: center !important;
  }
}

@media (max-width: 900px) {
  .cnh-hero__layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .cnh-hero__copy {
    align-items: center;
    text-align: center;
    margin: 0 auto;
  }
}

.cnh-hero-desk {
  display: flex;
  justify-content: center;
}

.cnh-hero-desk__card {
  width: min(100%, 380px);
  padding: 22px 22px 20px;
  border-radius: 22px;
  border: 1px solid rgba(126, 187, 246, 0.28);
  background:
    linear-gradient(180deg, rgba(36, 16, 48, 0.92) 0%, rgba(16, 8, 28, 0.96) 100%);
  box-shadow:
    0 0 0 1px rgba(85, 164, 242, 0.12) inset,
    0 24px 60px rgba(30, 95, 168, 0.45);
}

.cnh-hero-desk__top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.cnh-hero-desk__symbol,
.cnh-hero-desk__kind {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #fdf4ff;
}

.cnh-hero-desk__top-right {
  text-align: right;
}

.cnh-hero-desk__meta {
  margin: 4px 0 0;
  font-size: 12px;
  font-weight: 600;
  color: #e9d5ff;
  opacity: 0.8;
}

.cnh-hero-desk__digit {
  margin: 10px 0 0;
  font-size: clamp(4.6rem, 12vw, 6.4rem);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.06em;
  color: #7EBBF6;
  text-shadow: 0 0 40px rgba(85, 164, 242, 0.55);
  text-align: center;
}

.cnh-hero-desk__payout {
  margin: 6px 0 18px;
  text-align: center;
  font-size: 1.65rem;
  font-weight: 800;
  color: #E8F4FD;
}

.cnh-hero-desk__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.cnh-hero-desk__chip {
  font-size: 14px;
  font-weight: 700;
  color: #fdf4ff;
}

.cnh-hero-desk__chip--ghost {
  color: #C5E3FC;
  opacity: 0.55;
}

.cnh-hero__live-badge {
  border: 1px solid rgba(126, 187, 246, 0.35) !important;
  background: rgba(8, 18, 12, 0.72) !important;
  color: #e2e8f0 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  padding: 8px 16px !important;
  margin-bottom: 22px !important;
}

.cnh-hero__live-dot {
  background: #55A4F2 !important;
}

.cnh-hero__title {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  justify-content: center !important;
  align-items: baseline !important;
  white-space: nowrap !important;
  gap: 0.28em !important;
}

.cnh-hero__title-line,
.cnh-hero__title-brand {
  display: inline !important;
  font-size: clamp(1.35rem, 5vw, 3.4rem) !important;
  letter-spacing: -0.04em;
}

.cnh-hero__title-line {
  color: #fff !important;
}

.cnh-hero__title-brand {
  color: #55A4F2 !important;
  text-shadow: 0 0 48px rgba(85, 164, 242, 0.45) !important;
}

.cnh-hero__subtitle {
  max-width: 640px !important;
  color: #B7C9DC !important;
  font-weight: 400 !important;
}

.cnh-hero__btn--primary {
  background: linear-gradient(180deg, #7EBBF6 0%, #55A4F2 52%, #3B8AE0 100%) !important;
  color: #0B2A4A !important;
  border-radius: 999px !important;
  box-shadow: 0 10px 32px rgba(85, 164, 242, 0.45) !important;
}

.cnh-hero__btn--outline {
  border-radius: 999px !important;
  background: rgba(15, 23, 18, 0.55) !important;
  border: 1.5px solid rgba(255, 255, 255, 0.16) !important;
  color: #f8fafc !important;
}

.cnh-hero__pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 28px 0 36px;
}

.cnh-hero__pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(10, 18, 14, 0.7);
  color: #cbd5e1;
  font-size: 13px;
  font-weight: 600;
}

.cnh-hero__pill-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #55A4F2;
  box-shadow: 0 0 8px rgba(85, 164, 242, 0.8);
}

/* Ticker — full width under hero copy */
#homepageHeadline.cnh-hero .cnh-hero__ticker-hidden,
#homepageHeadline.cnh-hero .market-ticker-wrap {
  display: block !important;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 8px;
  margin-bottom: 28px;
  overflow: hidden;
  background: rgba(8, 14, 10, 0.85);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

#homepageHeadline.cnh-hero .market-ticker {
  max-width: none;
}

/* Live desk */
.cnh-desk {
  width: min(1120px, calc(100% - 24px));
  margin: 0 auto 8px;
  display: grid;
  grid-template-columns: 1fr 220px;
  background: linear-gradient(180deg, #101814 0%, #0c120f 100%);
  border: 1px solid rgba(126, 187, 246, 0.16);
  border-radius: 18px;
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(85, 164, 242, 0.06) inset,
    0 30px 80px rgba(0, 0, 0, 0.45),
    0 0 80px rgba(85, 164, 242, 0.12);
}

.cnh-desk__chart {
  padding: 18px 20px 12px;
  min-width: 0;
}

.cnh-desk__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.cnh-desk__pair-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: linear-gradient(180deg, #f59e0b, #d97706);
  color: #fff;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cnh-desk__pair strong {
  display: block;
  color: #fff;
  font-size: 15px;
}

.cnh-desk__pair span {
  color: #94a3b8;
  font-size: 12px;
}

.cnh-desk__live {
  margin-left: auto;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #7EBBF6;
  border: 1px solid rgba(126, 187, 246, 0.4);
  border-radius: 999px;
  padding: 4px 8px;
}

.cnh-desk__quote {
  margin-left: 12px;
  text-align: right;
}

.cnh-desk__quote strong {
  display: block;
  color: #7EBBF6;
  font-size: 1.45rem;
  letter-spacing: -0.03em;
}

.cnh-desk__quote span {
  color: #C5E3FC;
  font-size: 12px;
  font-weight: 700;
}

.cnh-desk__spark {
  width: 100%;
  height: 220px;
  display: block;
  overflow: hidden;
}

#cnhSparkPulse {
  transform-box: fill-box;
  transform-origin: center;
  animation: cnhSparkPulse 1.4s ease-out infinite;
}

@keyframes cnhSparkPulse {
  0% { opacity: 0.7; r: 6; }
  100% { opacity: 0; r: 16; }
}

.cnh-desk__trades {
  background: rgba(8, 12, 10, 0.65);
  border-left: 1px solid rgba(255, 255, 255, 0.06);
  padding: 16px 14px 18px;
  display: flex;
  flex-direction: column;
}

.cnh-desk__trades h3 {
  margin: 0 0 12px;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: #64748b;
}

.cnh-desk__trade-list {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.cnh-desk__trade-list li {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  gap: 8px;
  align-items: center;
  font-size: 13px;
}

.cnh-desk__avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 12px;
  color: #0A2444;
  background: #7EBBF6;
}

.cnh-desk__avatar.is-2 { background: #55A4F2; color: #0F2F52; }
.cnh-desk__avatar.is-3 { background: #a78bfa; color: #0B2A4A; }
.cnh-desk__avatar.is-4 { background: #fb7185; color: #4c0519; }
.cnh-desk__avatar.is-5 { background: #fbbf24; color: #451a03; }

.cnh-desk__trade-list strong {
  color: #fff;
  display: block;
  font-size: 13px;
  line-height: 1.1;
}

.cnh-desk__trade-list em {
  color: #64748b;
  font-style: normal;
  font-size: 11px;
}

.cnh-desk__amt {
  color: #e2e8f0;
  font-weight: 700;
  font-size: 12px;
  text-align: right;
}

.cnh-desk__amt small {
  display: block;
  color: #7EBBF6;
  font-weight: 700;
}

.cnh-desk__amt.is-down small {
  color: #fb7185;
}

.cnh-desk__start {
  width: 100%;
  border: none;
  border-radius: 999px;
  padding: 12px 14px;
  font-weight: 800;
  cursor: pointer;
  background: linear-gradient(180deg, #7EBBF6 0%, #3B8AE0 100%);
  color: #0A2444;
}

/* Stats */
.dmax-landing {
  max-width: 1120px !important;
  margin: 48px auto 8px !important;
}

.dmax-landing__stats {
  border: none !important;
  gap: 12px !important;
  padding: 12px 0 8px !important;
}

.dmax-landing__stat {
  max-width: none !important;
}

.dmax-landing__stat:not(:last-child)::after {
  display: none !important;
}

.cnh-stat-icon {
  width: 44px;
  height: 44px;
  margin: 0 auto 12px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7EBBF6;
  background: rgba(85, 164, 242, 0.1);
  border: 1px solid rgba(126, 187, 246, 0.18);
}

.cnh-stat-icon svg {
  width: 22px;
  height: 22px;
}

.dmax-landing__stat-value {
  color: #fff !important;
}

.dmax-landing__stat-label {
  letter-spacing: 0.02em !important;
  text-transform: none !important;
  font-weight: 500 !important;
  font-size: 13px !important;
  color: #94a3b8 !important;
}

.hero-stats {
  display: none !important;
}

/* Features */
.dmax-features-head__eyebrow {
  color: #7EBBF6 !important;
}

.hero-left .features-grid .feature-card,
#homepage .feature-card {
  background:
    radial-gradient(ellipse 120% 80% at 50% -30%, rgba(85, 164, 242, 0.1), transparent 55%),
    linear-gradient(165deg, #141c18 0%, #101814 48%, #0c120f 100%) !important;
  border: 1px solid rgba(126, 187, 246, 0.14) !important;
}

.hero-left .features-grid .feature-card:hover {
  border-color: rgba(126, 187, 246, 0.4) !important;
}

.feature-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(85, 164, 242, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

/* How it works */
.cnh-how {
  width: 100%;
  max-width: 1120px;
  margin: 24px auto 56px;
  padding: 0 20px;
  text-align: center;
  box-sizing: border-box;
}

.cnh-how__eyebrow {
  color: #7EBBF6;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  margin: 0 0 12px;
}

.cnh-how__title {
  color: #fff;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  margin: 0 0 36px;
}

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

.cnh-how__step {
  position: relative;
  text-align: left;
  padding: 28px 22px 24px;
  border-radius: 16px;
  background: linear-gradient(165deg, #141c18 0%, #101814 100%);
  border: 1px solid rgba(126, 187, 246, 0.14);
}

.cnh-how__num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #55A4F2;
  color: #0A2444;
  font-weight: 800;
  margin-bottom: 16px;
}

.cnh-how__step h3 {
  color: #fff;
  margin: 0 0 8px;
  font-size: 1.05rem;
}

.cnh-how__step p {
  margin: 0;
  color: #94a3b8;
  font-size: 14px;
  line-height: 1.55;
}

/* CTA banner */
.dmax-portfolio-cta {
  max-width: 1120px !important;
  margin: 8px auto 28px !important;
}

.dmax-portfolio-cta__card {
  background: linear-gradient(135deg, #14532d 0%, #55A4F2 48%, #C5E3FC 100%) !important;
  border: none !important;
  box-shadow: 0 24px 60px rgba(85, 164, 242, 0.28) !important;
  border-radius: 24px !important;
}

.dmax-portfolio-cta__eyebrow {
  display: none !important;
}

.dmax-portfolio-cta__title,
.dmax-portfolio-cta__lead {
  color: #0A2444 !important;
}

.dmax-portfolio-cta__lead {
  opacity: 0.85;
}

.dmax-portfolio-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.dmax-portfolio-cta__btn {
  background: linear-gradient(180deg, #7EBBF6 0%, #55A4F2 100%) !important;
  color: #0B2A4A !important;
  border-radius: 999px !important;
  box-shadow: 0 8px 24px rgba(85, 164, 242, 0.35) !important;
}

.dmax-portfolio-cta__demo {
  border-radius: 999px;
  border: 1.5px solid rgba(85, 164, 242, 0.45);
  background: transparent;
  color: #7EBBF6;
  font-weight: 700;
  padding: 14px 28px;
  cursor: pointer;
}

.dmax-portfolio-cta__legal {
  display: none !important;
}

/* App banner */
.cnh-app {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto 56px;
  border-radius: 24px;
  padding: 28px 32px;
  display: flex;
  align-items: center;
  gap: 28px;
  background: linear-gradient(135deg, #3B8AE0 0%, #55A4F2 48%, #55A4F2 100%);
  box-sizing: border-box;
}

.cnh-app__phone {
  width: 92px;
  height: 160px;
  flex-shrink: 0;
  border-radius: 18px;
  background: #0B1A2E;
  border: 3px solid rgba(255, 255, 255, 0.35);
  position: relative;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.25);
}

.cnh-app__phone::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 28px;
  height: 28px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: #55A4F2;
}

.cnh-app__copy h2 {
  margin: 0 0 8px;
  color: #0A2444;
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  letter-spacing: -0.03em;
}

.cnh-app__copy p {
  margin: 0 0 16px;
  color: rgba(5, 46, 22, 0.8);
  max-width: 520px;
}

.cnh-app__btn {
  border: none;
  border-radius: 999px;
  background: #fff;
  color: #14532d;
  font-weight: 800;
  padding: 12px 20px;
  cursor: pointer;
}

.cnh-app__meta {
  display: flex;
  gap: 16px;
  margin-top: 12px;
  color: rgba(5, 46, 22, 0.75);
  font-size: 13px;
  font-weight: 600;
}

/* Testimonials */
.cnh-voices__eyebrow {
  color: #7EBBF6 !important;
}

.cnh-voice-card {
  background: linear-gradient(165deg, #141c18 0%, #101814 100%) !important;
  border: 1px solid rgba(126, 187, 246, 0.12) !important;
}

.cnh-voice-card::before,
.cnh-voice-card::after {
  display: none !important;
}

.cnh-voice-card__stars {
  color: #7EBBF6;
  letter-spacing: 2px;
  font-size: 14px;
  margin-bottom: 10px;
}

.cnh-voice-card__tag {
  display: none;
}

.cnh-voice-card__photo {
  display: none !important;
}

.cnh-voice-card__avatar {
  width: 42px !important;
  height: 42px !important;
  border-radius: 50% !important;
  overflow: hidden;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
  color: #0A2444 !important;
  background: linear-gradient(180deg, #7EBBF6 0%, #3B8AE0 100%) !important;
  box-shadow: 0 6px 16px rgba(85, 164, 242, 0.35) !important;
}

.cnh-voice-card__role {
  display: none;
}

#cnh-features,
#cnh-how,
#cnh-reviews {
  scroll-margin-top: 96px;
}

.cnh-site-bar {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  background: #0A1628 !important;
}

.cnh-site-bar__inner {
  display: grid !important;
  grid-template-columns: 1fr auto 1fr !important;
  align-items: center !important;
  gap: 16px 32px !important;
  max-width: 1120px;
  margin: 0 auto !important;
  padding: 22px 28px !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

.cnh-site-bar__brand {
  justify-self: start !important;
  gap: 10px;
}

.cnh-site-bar__mark {
  width: 32px !important;
  height: 32px !important;
  border-radius: 9px;
  background: linear-gradient(180deg, #7EBBF6 0%, #3B8AE0 100%);
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px rgba(85, 164, 242, 0.3);
}

.cnh-site-bar__mark svg {
  width: 18px;
  height: 18px;
}

.cnh-site-bar__wordmark,
.cnh-site-bar__crypto,
.cnh-site-bar__nic,
.cnh-site-bar__hub {
  color: #ffffff !important;
  font-size: 1.05rem;
  font-weight: 800;
}

.cnh-site-bar__nav {
  display: flex !important;
  justify-self: center !important;
  justify-content: center !important;
  gap: 28px !important;
}

.cnh-site-bar__link {
  color: #94a3b8 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.cnh-site-bar__link:hover {
  color: #7EBBF6 !important;
}

.cnh-site-bar__copy {
  display: block !important;
  justify-self: end !important;
  margin: 0 !important;
  color: #64748b !important;
  font-size: 13px !important;
  text-align: right !important;
}

@media (max-width: 768px) {
  .cnh-site-bar__inner {
    grid-template-columns: 1fr !important;
    text-align: center !important;
    padding: 22px 18px 28px !important;
  }

  .cnh-site-bar__brand,
  .cnh-site-bar__nav,
  .cnh-site-bar__copy {
    justify-self: center !important;
    text-align: center !important;
  }
}

.cnh-trading-showcase {
  display: none !important;
}

body.cnh-trading-active .cnh-guest-nav,
body.cnh-trading-active .cnh-desk,
body.cnh-trading-active .cnh-how,
body.cnh-trading-active .cnh-app,
body.cnh-trading-active .cnh-hero__pills {
  display: none !important;
}

body.cnh-trading-active .top-nav:has(.cnh-logo--guest) .nav-hamburger-stack,
body.cnh-trading-active .nav-hamburger-stack {
  display: flex !important;
}

@media (max-width: 900px) {
  .top-nav:has(.cnh-logo--guest) .cnh-guest-nav,
  .top-nav:has(.cnh-logo--guest) .nav-hamburger-stack {
    display: none !important;
  }

  .cnh-desk {
    grid-template-columns: 1fr;
  }

  .cnh-desk__trades {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
  }

  .cnh-how__steps {
    grid-template-columns: 1fr;
  }

  .cnh-app {
    flex-direction: column;
    text-align: center;
  }

  .cnh-app__meta {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  #homepageHeadline.cnh-hero {
    padding-top: 92px !important;
  }

  .cnh-desk__head {
    flex-wrap: wrap;
  }

  .cnh-desk__quote {
    width: 100%;
    text-align: left;
    margin-left: 48px;
  }
}
