html {
  scroll-behavior: smooth;
}

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

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

/* Cryptonic landing — BinaryGo-style layout, green accent */
:root {
  --cnh-teal: #14b8a6;
  --cnh-teal-bright: #2dd4bf;
  --cnh-teal-dim: #0d9488;
  --dmax-green: #14b8a6;
  --dmax-green-bright: #2dd4bf;
  --dmax-green-dim: #0f766e;
  --cnh-bg-deep: #070b08;
  --cnh-bg-mid: #0b120e;
  --cnh-bg-low: #050806;
  --dmax-bg-deep: #070b08;
  --dmax-bg-card: #101814;
  --dmax-bg-card-hover: #16221b;
  --dmax-border: rgba(45, 212, 191, 0.18);
  --cnh-blue-soft: rgba(20, 184, 166, 0.14);
  --cnh-blue-mid: rgba(20, 184, 166, 0.22);
  --cnh-blue-accent: #2dd4bf;
  --cnh-blue-accent-dim: #0d9488;
  --dmax-text: #f8fafc;
  --dmax-text-muted: #94a3b8;
  --dmax-glow: 0 0 40px rgba(20, 184, 166, 0.32);
  --cnh-green: #14b8a6;
  --cnh-green-bright: #5eead4;
  --cnh-green-hot: #2dd4bf;
}

html,
body {
  background: #050806 !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(20, 184, 166, 0.28), transparent 58%),
    radial-gradient(ellipse 60% 45% at 85% 12%, rgba(13, 148, 136, 0.14), transparent 55%),
    linear-gradient(180deg, #0b120e 0%, #070b08 45%, #050806 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, #2dd4bf 0%, #0d9488 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(20, 184, 166, 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, #2dd4bf 0%, #0d9488 100%) !important;
  color: #052e16 !important;
  border: none !important;
  border-radius: 999px !important;
  padding: 10px 18px !important;
  font-weight: 700 !important;
  box-shadow: 0 8px 24px rgba(20, 184, 166, 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(20, 184, 166, 0.28) 0%, transparent 68%) !important;
}

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

.cnh-hero__live-badge {
  border: 1px solid rgba(45, 212, 191, 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: #14b8a6 !important;
}

.cnh-hero__title {
  display: block !important;
  flex-direction: unset !important;
}

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

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

.cnh-hero__title-brand {
  color: #2dd4bf !important;
  text-shadow: 0 0 48px rgba(20, 184, 166, 0.4) !important;
}

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

.cnh-hero__btn--primary {
  background: linear-gradient(180deg, #2dd4bf 0%, #0d9488 100%) !important;
  color: #052e16 !important;
  border-radius: 999px !important;
  box-shadow: 0 10px 32px rgba(20, 184, 166, 0.4) !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: #14b8a6;
  box-shadow: 0 0 8px rgba(20, 184, 166, 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(45, 212, 191, 0.16);
  border-radius: 18px;
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(20, 184, 166, 0.06) inset,
    0 30px 80px rgba(0, 0, 0, 0.45),
    0 0 80px rgba(20, 184, 166, 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: #2dd4bf;
  border: 1px solid rgba(45, 212, 191, 0.4);
  border-radius: 999px;
  padding: 4px 8px;
}

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

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

.cnh-desk__quote span {
  color: #5eead4;
  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: #052e16;
  background: #2dd4bf;
}

.cnh-desk__avatar.is-2 { background: #38bdf8; color: #082f49; }
.cnh-desk__avatar.is-3 { background: #a78bfa; color: #2e1065; }
.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: #2dd4bf;
  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, #2dd4bf 0%, #0d9488 100%);
  color: #052e16;
}

/* 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: #2dd4bf;
  background: rgba(20, 184, 166, 0.1);
  border: 1px solid rgba(45, 212, 191, 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: #2dd4bf !important;
}

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

.hero-left .features-grid .feature-card:hover {
  border-color: rgba(45, 212, 191, 0.4) !important;
}

.feature-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(20, 184, 166, 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: #2dd4bf;
  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(45, 212, 191, 0.14);
}

.cnh-how__num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #14b8a6;
  color: #052e16;
  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%, #14b8a6 48%, #5eead4 100%) !important;
  border: none !important;
  box-shadow: 0 24px 60px rgba(20, 184, 166, 0.28) !important;
  border-radius: 24px !important;
}

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

.dmax-portfolio-cta__title,
.dmax-portfolio-cta__lead {
  color: #052e16 !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: #fff !important;
  color: #14532d !important;
  border-radius: 999px !important;
  box-shadow: none !important;
}

.dmax-portfolio-cta__demo {
  border-radius: 999px;
  border: 1.5px solid rgba(5, 46, 22, 0.25);
  background: transparent;
  color: #052e16;
  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, #115e59 0%, #14b8a6 50%, #5eead4 100%);
  box-sizing: border-box;
}

.cnh-app__phone {
  width: 92px;
  height: 160px;
  flex-shrink: 0;
  border-radius: 18px;
  background: #0b120e;
  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: #14b8a6;
}

.cnh-app__copy h2 {
  margin: 0 0 8px;
  color: #052e16;
  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: #2dd4bf !important;
}

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

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

.cnh-voice-card__stars {
  color: #2dd4bf;
  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: #052e16 !important;
  background: linear-gradient(180deg, #2dd4bf 0%, #0d9488 100%) !important;
  box-shadow: 0 6px 16px rgba(20, 184, 166, 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: #070b08 !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, #2dd4bf 0%, #0d9488 100%);
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px rgba(20, 184, 166, 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: #2dd4bf !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-theme-toggle:not(.cnh-theme-toggle--desk),
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;
  }
}
