:root {
  color-scheme: dark;
  --bg: #050b14;
  --bg-soft: #081522;
  --text: #f3f8ff;
  --muted: #9fb0c7;
  --line: rgba(255, 255, 255, 0.12);
  --glass: rgba(9, 22, 36, 0.62);
  --blue: #39a8ff;
  --green: #2df2a6;
  --green-soft: rgba(45, 242, 166, 0.18);
  --blue-soft: rgba(57, 168, 255, 0.18);
  --shadow: 0 24px 90px rgba(0, 0, 0, 0.42);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(circle at 20% 10%, rgba(45, 242, 166, 0.2), transparent 30rem),
    radial-gradient(circle at 80% 0%, rgba(57, 168, 255, 0.26), transparent 32rem),
    linear-gradient(180deg, #06111f 0%, var(--bg) 52%, #03070d 100%);
  overflow-x: hidden;
}

.landing-webinar-banner {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(1180px, calc(100% - 32px));
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 96px auto 0;
  padding: clamp(20px, 3vw, 34px);
  overflow: hidden;
  border: 1px solid rgba(85, 214, 255, 0.28);
  border-radius: 28px;
  background:
    radial-gradient(circle at 10% 0%, rgba(45, 242, 166, 0.22), transparent 34%),
    radial-gradient(circle at 90% 10%, rgba(57, 168, 255, 0.22), transparent 38%),
    linear-gradient(135deg, rgba(7, 18, 32, 0.86), rgba(5, 13, 24, 0.68));
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
}

.landing-webinar-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), transparent);
  opacity: 0.34;
  transform: translateX(-65%);
  animation: landing-banner-sheen 8s ease-in-out infinite;
}

.landing-webinar-banner > * {
  position: relative;
  z-index: 1;
}

.landing-webinar-banner span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.landing-webinar-banner span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 18px rgba(45, 242, 166, 0.85);
}

.landing-webinar-banner h2 {
  max-width: 820px;
  margin: 8px 0;
  font-size: clamp(1.65rem, 3.4vw, 3.25rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.landing-webinar-banner p {
  max-width: 760px;
  margin: 0;
  color: rgba(225, 239, 255, 0.82);
  font-size: clamp(0.98rem, 1.3vw, 1.12rem);
  line-height: 1.6;
}

.landing-webinar-banner .button {
  flex: 0 0 auto;
  min-width: 190px;
  justify-content: center;
}

@keyframes landing-banner-sheen {
  0%, 48% { transform: translateX(-65%); }
  72%, 100% { transform: translateX(65%); }
}

a {
  color: inherit;
  text-decoration: none;
}

.page-shell {
  position: relative;
  isolation: isolate;
}

.site-header {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 20;
  display: flex;
  width: min(1180px, calc(100% - 32px));
  height: 76px;
  align-items: center;
  justify-content: space-between;
  transform: translateX(-50%);
  transition: background 220ms ease, border-color 220ms ease, box-shadow 220ms ease, height 220ms ease;
}

.site-header.is-solid {
  top: 12px;
  height: 64px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(5, 13, 24, 0.72);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.brand,
.site-nav {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  background: linear-gradient(135deg, var(--blue), var(--green));
  color: #031018;
  font-size: 0.84rem;
  box-shadow: 0 12px 32px rgba(45, 242, 166, 0.22);
}

.site-nav {
  gap: 6px;
}

.site-nav a {
  padding: 10px 13px;
  border-radius: 999px;
  color: rgba(243, 248, 255, 0.78);
  font-size: 0.92rem;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.site-nav a:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
}

.site-nav .nav-cta {
  margin-left: 4px;
  color: #04111a;
  background: linear-gradient(135deg, var(--green), var(--blue));
  font-weight: 800;
}

.section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  position: relative;
  display: grid;
  min-height: 92svh;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: center;
  gap: 46px;
  padding: 90px 0 24px;
}

.hero::before {
  position: absolute;
  inset: 6rem -6vw 2rem;
  z-index: -1;
  background: radial-gradient(circle at 24% 48%, rgba(5, 11, 20, 0.78), transparent 34rem);
  content: "";
  pointer-events: none;
}

.market-canvas {
  position: absolute;
  inset: 0 calc(50% - 50vw);
  z-index: -4;
  width: 100vw;
  height: 100%;
  opacity: 0.38;
}

.hero-glow {
  position: absolute;
  z-index: -3;
  border-radius: 50%;
  filter: blur(18px);
  opacity: 0.5;
  animation: float 9s ease-in-out infinite;
}

.hero-glow-a {
  top: 20%;
  right: 18%;
  width: 260px;
  height: 260px;
  background: var(--blue-soft);
}

.hero-glow-b {
  bottom: 16%;
  left: 8%;
  width: 210px;
  height: 210px;
  background: var(--green-soft);
  animation-delay: -3s;
}

.hero-content {
  position: relative;
  z-index: 1;
  min-width: 0;
  max-width: 780px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 870px;
  margin-bottom: 22px;
  color: #fbfdff;
  font-size: clamp(3rem, 6.5vw, 5.35rem);
  line-height: 0.98;
  letter-spacing: 0;
  text-shadow: 0 10px 50px rgba(0, 0, 0, 0.45);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4.8vw, 4.25rem);
  line-height: 1;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 720px;
  color: #c4d1e4;
  font-size: clamp(1.05rem, 1.7vw, 1.24rem);
  line-height: 1.65;
  text-shadow: 0 8px 36px rgba(0, 0, 0, 0.42);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-weight: 850;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

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

.button-primary {
  color: #031018;
  background: linear-gradient(135deg, var(--green), var(--blue));
  box-shadow: 0 18px 42px rgba(45, 242, 166, 0.24);
}

.button-primary:hover {
  box-shadow: 0 22px 58px rgba(57, 168, 255, 0.28);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
}

.button-secondary:hover {
  border-color: rgba(255, 255, 255, 0.32);
}

.button-large {
  min-height: 60px;
  padding: 0 34px;
  font-size: 1.05rem;
}

.market-panel,
.stat-card,
.feature-card,
.benefit,
.thread-card,
.cta-box {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035));
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.market-panel {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: 22px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(10, 26, 43, 0.76), rgba(8, 18, 31, 0.64));
  animation: float 8s ease-in-out infinite;
}

.panel-header,
.ticker-row,
.site-footer,
.footer-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.panel-header {
  margin-bottom: 22px;
  color: rgba(243, 248, 255, 0.82);
  font-weight: 750;
}

.live-dot {
  color: var(--green);
  font-size: 0.78rem;
}

.live-dot::before {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 16px var(--green);
  content: "";
}

.ticker-row {
  padding: 13px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ticker-row span {
  color: var(--muted);
}

.ticker-row strong {
  color: var(--green);
}

.mini-chart {
  display: grid;
  height: 90px;
  align-items: end;
  grid-template-columns: repeat(10, 1fr);
  gap: 8px;
  margin-top: 18px;
}

.mini-chart span {
  border-radius: 999px 999px 6px 6px;
  background: linear-gradient(180deg, var(--green), rgba(57, 168, 255, 0.28));
  animation: bars 2.4s ease-in-out infinite;
}

.mini-chart span:nth-child(1) { height: 38%; }
.mini-chart span:nth-child(2) { height: 55%; animation-delay: -0.2s; }
.mini-chart span:nth-child(3) { height: 42%; animation-delay: -0.4s; }
.mini-chart span:nth-child(4) { height: 68%; animation-delay: -0.6s; }
.mini-chart span:nth-child(5) { height: 52%; animation-delay: -0.8s; }
.mini-chart span:nth-child(6) { height: 80%; animation-delay: -1s; }
.mini-chart span:nth-child(7) { height: 58%; animation-delay: -1.2s; }
.mini-chart span:nth-child(8) { height: 74%; animation-delay: -1.4s; }
.mini-chart span:nth-child(9) { height: 64%; animation-delay: -1.6s; }
.mini-chart span:nth-child(10) { height: 88%; animation-delay: -1.8s; }

.stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 28px 0 90px;
}

.stat-card {
  min-height: 142px;
  padding: 24px;
  border-radius: 20px;
}

.stat-value {
  display: block;
  margin-bottom: 8px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 900;
}

.stat-label {
  color: var(--muted);
}

.features,
.why,
.community,
.final-cta {
  padding: 82px 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.feature-card,
.thread-card {
  min-height: 210px;
  padding: 22px;
  border-radius: 22px;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.feature-card:hover,
.thread-card:hover {
  border-color: rgba(45, 242, 166, 0.36);
  background: linear-gradient(180deg, rgba(45, 242, 166, 0.11), rgba(255, 255, 255, 0.04));
  transform: translateY(-5px);
}

.feature-card span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 1.45rem;
}

.feature-card h3,
.thread-card h3 {
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.feature-card p,
.thread-card p,
.why-copy p {
  color: var(--muted);
  line-height: 1.6;
}

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

.benefit-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.benefit {
  position: relative;
  min-height: 76px;
  padding: 25px 22px 22px 54px;
  border-radius: 18px;
  color: rgba(243, 248, 255, 0.9);
  font-weight: 760;
}

.benefit::before {
  position: absolute;
  left: 22px;
  top: 28px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green), var(--blue));
  box-shadow: 0 0 24px rgba(45, 242, 166, 0.5);
  content: "";
}

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

.thread-tag {
  display: inline-flex;
  margin-bottom: 18px;
  border: 1px solid rgba(45, 242, 166, 0.22);
  border-radius: 999px;
  padding: 7px 10px;
  color: var(--green);
  background: rgba(45, 242, 166, 0.08);
  font-size: 0.76rem;
  font-weight: 850;
}

.final-cta {
  width: min(1120px, calc(100% - 32px));
}

.cta-box {
  overflow: hidden;
  position: relative;
  display: grid;
  min-height: 360px;
  place-items: center;
  border-radius: 28px;
  padding: 54px 28px;
  text-align: center;
}

.cta-box::before {
  position: absolute;
  inset: -30%;
  z-index: -1;
  background:
    radial-gradient(circle at 30% 30%, rgba(45, 242, 166, 0.2), transparent 26rem),
    radial-gradient(circle at 70% 60%, rgba(57, 168, 255, 0.22), transparent 28rem);
  animation: spinSlow 18s linear infinite;
  content: "";
}

.site-footer {
  width: min(1180px, calc(100% - 32px));
  min-height: 96px;
  margin: 0 auto;
  border-top: 1px solid var(--line);
  color: var(--muted);
  gap: 18px;
}

.site-footer p {
  margin: 0;
}

.footer-links {
  gap: 18px;
  flex-wrap: wrap;
}

.footer-links a:hover {
  color: var(--text);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.hero .reveal {
  opacity: 1;
  transform: translateY(0);
  animation: heroIn 760ms ease both;
}

.hero .reveal:nth-child(2) {
  animation-delay: 80ms;
}

.hero .reveal:nth-child(3) {
  animation-delay: 160ms;
}

.hero .reveal:nth-child(4) {
  animation-delay: 240ms;
}

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

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}

@keyframes heroIn {
  from {
    transform: translateY(16px);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes bars {
  0%, 100% { transform: scaleY(0.78); opacity: 0.72; }
  50% { transform: scaleY(1); opacity: 1; }
}

@keyframes spinSlow {
  to { transform: rotate(360deg); }
}

@media (max-width: 920px) {
  .site-header {
    width: min(100% - 20px, 720px);
  }

  .site-nav a:not(.nav-cta) {
    display: none;
  }

  .hero,
  .why {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 118px;
  }

  .market-panel {
    max-width: 460px;
  }

  .stats,
  .feature-grid,
  .thread-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .landing-webinar-banner {
    width: calc(100% - 24px);
    flex-direction: column;
    align-items: stretch;
    margin-top: 86px;
    border-radius: 20px;
  }

  .landing-webinar-banner .button {
    width: 100%;
  }

  .section,
  .site-footer,
  .final-cta {
    width: min(100% - 24px, 1180px);
  }

  .brand span:last-child {
    display: none;
  }

  .site-nav {
    display: none;
  }

  .site-header {
    left: 12px;
    right: 12px;
    width: auto;
    transform: none;
  }

  .site-header.is-solid {
    border-radius: 22px;
  }

  .hero {
    gap: 30px;
    padding-bottom: 42px;
  }

  h1 {
    font-size: clamp(2.45rem, 10.8vw, 3.25rem);
    line-height: 1.05;
    overflow-wrap: break-word;
  }

  .hero-copy {
    max-width: 340px;
    font-size: 1rem;
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .stats,
  .feature-grid,
  .benefit-list,
  .thread-grid {
    grid-template-columns: 1fr;
  }

  .features,
  .why,
  .community,
  .final-cta {
    padding: 58px 0;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 26px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}


/* InvestForum landing partner advertising callout */
.landing-partner-ad {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  margin-top: 0;
  margin-bottom: 6px;
  padding: 15px 18px;
  overflow: hidden;
  border: 1px solid rgba(57, 168, 255, 0.24);
  border-left: 4px solid var(--green);
  border-radius: 18px;
  background:
    radial-gradient(circle at 12% 0%, rgba(45, 242, 166, 0.14), transparent 34%),
    linear-gradient(135deg, rgba(9, 22, 36, 0.84), rgba(5, 13, 24, 0.74));
  box-shadow: 0 14px 45px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(16px);
}
.landing-partner-ad::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.06), transparent);
  content: "";
  transform: translateX(-70%);
  animation: landing-banner-sheen 9s ease-in-out infinite;
}
.landing-partner-ad > * {
  position: relative;
  z-index: 1;
}
.landing-partner-ad__label {
  color: var(--green);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  white-space: nowrap;
}
.landing-partner-ad__copy {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}
.landing-partner-ad__copy strong {
  color: var(--text);
  font-size: 1rem;
}
.landing-partner-ad__copy span {
  color: var(--muted);
  font-size: 0.82rem;
}
.landing-partner-ad__cta {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  border: 1px solid rgba(45, 242, 166, 0.52);
  border-radius: 10px;
  color: var(--green);
  font-size: 0.76rem;
  font-weight: 800;
  white-space: nowrap;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}
.landing-partner-ad__cta:hover {
  color: #03110b;
  background: var(--green);
  transform: translateY(-1px);
}
@media (max-width: 760px) {
  .landing-partner-ad {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .landing-partner-ad__cta {
    justify-self: start;
    white-space: normal;
  }
}

