*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

html,
body{
  width:100%;
  min-height:100%;
  overflow-x:hidden;
  scroll-behavior:smooth;
}

:root{
  --bg:#000000;
  --surface:#15191c;
  --surface-soft:#0f1113;
  --white:#ffffff;
  --black:#000000;
  --text:#f5f5f5;
  --muted:#c8c8c8;
  --muted-2:#9b9b9b;
  --line:rgba(255,255,255,0.13);
  --line-strong:rgba(255,255,255,0.28);
}

body{
  background:var(--bg);
  color:var(--text);
  font-family:"Inter", Arial, Helvetica, sans-serif;
  line-height:1.45;
  font-weight:500;
}

/* ================= SCROLL ANIMATION ================= */

.reveal-on-scroll{
  opacity:0;
  transform:translateY(28px);
  transition:
    opacity .7s ease,
    transform .7s cubic-bezier(.2,.8,.2,1);
}

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

/* ================= HEADER ================= */

.site-header{
  position:sticky;
  top:0;
  z-index:100;
  background:#050505;
  border-bottom:1px solid var(--line);
}

.top-header{
  width:min(1500px, calc(100% - 40px));
  min-height:68px;
  margin:0 auto;
  display:flex;
  align-items:center;
  gap:20px;
}

.brand{
  display:flex;
  align-items:center;
  text-decoration:none;
  flex:0 0 auto;
}

.brand img{
  height:34px;
  width:auto;
  max-width:178px;
  display:block;
  object-fit:contain;
}

.desktop-nav{
  display:flex;
  align-items:center;
  gap:2px;
  margin-left:18px;
}

.desktop-nav a{
  height:42px;
  padding:0 13px;
  display:flex;
  align-items:center;
  color:#ffffff;
  text-decoration:none;
  font-size:15px;
  font-weight:650;
  white-space:nowrap;
}

.desktop-nav a:hover{
  text-decoration:underline;
  text-underline-offset:5px;
}

.account-actions{
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:10px;
}

.profile-link{
  max-width:240px;
  display:flex;
  align-items:center;
  gap:8px;
  color:#ffffff;
  text-decoration:none;
  font-size:14px;
  font-weight:650;
}

.profile-link span{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.profile-img{
  width:32px;
  height:32px;
  border-radius:50%;
  object-fit:cover;
  border:1px solid var(--line-strong);
}

.header-link{
  height:38px;
  padding:0 12px;
  display:inline-flex;
  align-items:center;
  color:#ffffff;
  text-decoration:none;
  font-size:14px;
  font-weight:650;
  white-space:nowrap;
}

.header-link:hover{
  text-decoration:underline;
  text-underline-offset:5px;
}

.header-btn{
  height:42px;
  padding:0 20px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#ffffff;
  color:#000000;
  border:1px solid #ffffff;
  border-radius:999px;
  text-decoration:none;
  font-size:14px;
  font-weight:750;
  white-space:nowrap;
}

.header-btn:hover{
  background:#e8e8e8;
  border-color:#e8e8e8;
}

/* ================= HERO ================= */

.hero-section{
  min-height:calc(100vh - 68px);
  display:flex;
  align-items:center;
  border-bottom:1px solid var(--line);
}

.hero-inner{
  width:min(1500px, calc(100% - 40px));
  margin:0 auto;
  padding:90px 0;
}

.hero-label{
  margin-bottom:18px;
  color:#ffffff;
  font-size:14px;
  line-height:1;
  font-weight:750;
  letter-spacing:.18em;
  text-transform:uppercase;
}

.hero-inner h1{
  max-width:980px;
  color:#ffffff;
  font-size:clamp(68px, 8.8vw, 136px);
  line-height:.9;
  letter-spacing:-0.065em;
  font-weight:800;
  margin-bottom:26px;
}

.hero-text{
  max-width:820px;
  color:#ffffff;
  font-size:24px;
  line-height:1.45;
  font-weight:600;
  letter-spacing:-0.018em;
}

.beta-note{
  width:max-content;
  max-width:100%;
  margin-top:26px;
  padding:10px 14px;
  color:#ffffff;
  background:#111111;
  border:1px solid var(--line);
  font-size:14px;
  line-height:1.2;
  font-weight:650;
}

.hero-actions{
  margin-top:38px;
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}

.hero-btn{
  min-width:180px;
  height:52px;
  padding:0 22px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  text-decoration:none;
  font-size:16px;
  font-weight:750;
}

.hero-btn.primary{
  background:#ffffff;
  color:#000000;
  border:1px solid #ffffff;
}

.hero-btn.primary:hover{
  background:#e8e8e8;
}

.hero-btn.secondary{
  background:transparent;
  color:#ffffff;
  border:1px solid var(--line-strong);
}

.hero-btn.secondary:hover{
  border-color:#ffffff;
}

/* ================= MARKET SECTION ================= */

.market-section{
  padding:96px 20px;
  border-bottom:1px solid var(--line);
}

.market-wrap{
  width:min(1280px, 100%);
  margin:0 auto;
}

.section-copy{
  max-width:1050px;
}

.section-label{
  margin-bottom:18px;
  color:#ffffff;
  font-size:14px;
  line-height:1;
  font-weight:750;
  letter-spacing:.18em;
  text-transform:uppercase;
}

.section-copy h2,
.updates-copy h2,
.faq-heading h2{
  color:#ffffff;
  font-size:clamp(42px, 5.4vw, 82px);
  line-height:1;
  letter-spacing:-0.052em;
  font-weight:760;
  margin-bottom:20px;
}

.section-copy p,
.updates-copy p,
.faq-heading p{
  max-width:820px;
  color:#ffffff;
  font-size:20px;
  line-height:1.55;
  font-weight:560;
  letter-spacing:-0.012em;
}

/* ================= CATEGORY LINKS ================= */

.category-links{
  margin-top:38px;
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}

.category-links a{
  min-height:44px;
  padding:0 18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#ffffff;
  background:#0b0b0b;
  border:1px solid var(--line);
  border-radius:999px;
  text-decoration:none;
  font-size:15px;
  font-weight:650;
}

.category-links a:hover{
  border-color:#ffffff;
}

/* ================= UPDATES SECTION ================= */

.updates-section{
  padding:96px 20px;
  background:#15191c;
  border-bottom:1px solid var(--line);
}

.updates-wrap{
  width:min(1180px, 100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0, 1fr) 420px;
  gap:48px;
  align-items:start;
}

.updates-form{
  display:grid;
  gap:12px;
  padding:22px;
  background:#ffffff;
  color:#000000;
  border-radius:24px;
}

.updates-form label{
  color:#000000;
  font-size:14px;
  font-weight:650;
}

.updates-form input,
.updates-form select{
  width:100%;
  height:48px;
  padding:0 13px;
  background:#f1f1f1;
  border:1px solid transparent;
  color:#000000;
  outline:none;
  border-radius:12px;
  font-size:15px;
  font-weight:560;
}

.updates-form input:focus,
.updates-form select:focus{
  border-color:#000000;
}

.updates-form button{
  width:100%;
  height:50px;
  margin-top:6px;
  background:#000000;
  color:#ffffff;
  border:1px solid #000000;
  border-radius:999px;
  font-size:15px;
  font-weight:750;
  cursor:pointer;
}

.updates-form button:hover{
  opacity:.86;
}

/* ================= FAQ SECTION ================= */

.faq-section{
  padding:96px 20px 0;
  background:#000000;
  border-bottom:1px solid var(--line);
}

.faq-wrap{
  width:min(1180px, 100%);
  margin:0 auto;
}

.faq-heading{
  margin-bottom:42px;
}

.faq-list{
  border-top:1px solid var(--line);
}

.faq-item{
  border-bottom:1px solid var(--line);
}

.faq-question{
  width:100%;
  padding:28px 0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  background:transparent;
  border:none;
  color:#ffffff;
  text-align:left;
  cursor:pointer;
}

.faq-question span:first-child{
  font-size:clamp(22px, 2.2vw, 32px);
  line-height:1.25;
  font-weight:650;
  letter-spacing:-0.035em;
}

.faq-icon{
  width:44px;
  height:44px;
  flex:0 0 44px;
  border:1px solid var(--line-strong);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#ffffff;
  font-size:26px;
  font-weight:400;
  transition:all .2s ease;
}

.faq-answer{
  max-height:0;
  overflow:hidden;
  transition:max-height .28s ease;
}

.faq-answer p{
  max-width:880px;
  padding:0 0 28px;
  color:#dddddd;
  font-size:17px;
  line-height:1.7;
  font-weight:500;
}

.faq-item.active .faq-answer{
  max-height:320px;
}

.faq-item.active .faq-icon{
  transform:rotate(45deg);
  border-color:#ffffff;
}

/* ================= BOTTOM CTA ================= */

.bottom-cta{
  padding:96px 20px;
  background:#f2f2f2;
  color:#000000;
}

.bottom-cta-wrap{
  width:min(920px, 100%);
  margin:0 auto;
  text-align:center;
}

.bottom-cta-eyebrow{
  margin-bottom:18px;
  color:#000000;
  font-size:14px;
  line-height:1;
  font-weight:750;
  letter-spacing:.18em;
  text-transform:uppercase;
}

.bottom-cta-wrap h2{
  margin-bottom:20px;
  color:#000000;
  font-size:clamp(42px, 5.4vw, 82px);
  line-height:1;
  letter-spacing:-0.052em;
  font-weight:760;
}

.bottom-cta-wrap p{
  max-width:760px;
  margin:0 auto;
  color:#000000;
  font-size:20px;
  line-height:1.55;
  font-weight:560;
}

.bottom-cta-actions{
  margin-top:34px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
}

.bottom-cta-btn{
  min-width:190px;
  height:52px;
  padding:0 22px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  text-decoration:none;
  font-size:16px;
  font-weight:750;
}

.bottom-cta-btn.primary{
  background:#000000;
  color:#ffffff;
  border:1px solid #000000;
}

.bottom-cta-btn.primary:hover{
  opacity:.86;
}

.bottom-cta-btn.secondary{
  background:transparent;
  color:#000000;
  border:1px solid rgba(0,0,0,.35);
}

.bottom-cta-btn.secondary:hover{
  border-color:#000000;
}

/* ================= MOBILE BOTTOM NAV ================= */

.mobile-bottom-nav{
  display:none;
}

/* ================= REDUCED MOTION ================= */

@media(prefers-reduced-motion:reduce){

  html,
  body{
    scroll-behavior:auto;
  }

  .reveal-on-scroll{
    opacity:1;
    transform:none;
    transition:none;
  }

}

/* ================= TABLET ================= */

@media(max-width:1100px){

  .top-header{
    width:calc(100% - 28px);
    flex-wrap:wrap;
    padding:12px 0;
    gap:12px;
  }

  .brand img{
    height:32px;
    max-width:168px;
  }

  .desktop-nav{
    order:3;
    width:100%;
    margin-left:0;
    overflow-x:auto;
  }

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

  .account-actions{
    margin-left:auto;
  }

  .hero-inner{
    width:calc(100% - 28px);
    padding:76px 0;
  }

  .hero-inner h1{
    font-size:clamp(56px, 10vw, 96px);
  }

  .updates-wrap{
    grid-template-columns:1fr;
  }

}

/* ================= PHONE ================= */

@media(max-width:768px){

  body{
    padding-bottom:72px;
  }

  .site-header{
    position:relative;
  }

  .top-header{
    width:calc(100% - 20px);
    min-height:58px;
    padding:8px 0;
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-wrap:nowrap;
    gap:8px;
  }

  .brand img{
    height:28px;
    max-width:128px;
  }

  .desktop-nav{
    display:none;
  }

  .account-actions{
    width:auto;
    margin-left:auto;
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:7px;
  }

  .profile-link span{
    display:none;
  }

  .profile-img{
    width:30px;
    height:30px;
  }

  .header-link{
    height:34px;
    padding:0 11px;
    color:#ffffff;
    border:1px solid var(--line);
    border-radius:999px;
    font-size:12px;
  }

  .header-btn{
    height:34px;
    padding:0 12px;
    font-size:12px;
  }

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

  .hero-inner{
    width:calc(100% - 20px);
    padding:52px 0 58px;
  }

  .hero-label,
  .section-label,
  .bottom-cta-eyebrow{
    margin-bottom:12px;
    font-size:11px;
    letter-spacing:.16em;
  }

  .hero-inner h1{
    font-size:44px;
    line-height:.98;
    letter-spacing:-0.05em;
    margin-bottom:16px;
  }

  .hero-text{
    font-size:16px;
    line-height:1.55;
  }

  .beta-note{
    width:100%;
    text-align:center;
    font-size:12px;
    margin-top:20px;
  }

  .hero-actions{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
    margin-top:24px;
  }

  .hero-btn{
    width:100%;
    height:48px;
    min-width:0;
    font-size:14px;
  }

  .market-section,
  .updates-section,
  .faq-section{
    padding:58px 16px;
  }

  .section-copy h2,
  .updates-copy h2,
  .faq-heading h2,
  .bottom-cta-wrap h2{
    font-size:34px;
    line-height:1;
    letter-spacing:-0.045em;
  }

  .section-copy p,
  .updates-copy p,
  .faq-heading p,
  .bottom-cta-wrap p{
    font-size:16px;
    line-height:1.6;
  }

  .category-links{
    margin-top:28px;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:9px;
  }

  .category-links a{
    width:100%;
    min-height:42px;
    padding:0 12px;
    font-size:13px;
  }

  .updates-wrap{
    grid-template-columns:1fr;
    gap:28px;
  }

  .updates-form{
    padding:18px;
    border-radius:20px;
  }

  .faq-heading{
    margin-bottom:24px;
  }

  .faq-question{
    padding:22px 0;
    gap:14px;
    align-items:flex-start;
  }

  .faq-question span:first-child{
    font-size:21px;
    line-height:1.35;
  }

  .faq-icon{
    width:40px;
    height:40px;
    flex:0 0 40px;
    font-size:24px;
  }

  .faq-answer p{
    font-size:15px;
    line-height:1.7;
    padding:0 0 22px;
  }

  .faq-item.active .faq-answer{
    max-height:420px;
  }

  .bottom-cta{
    padding:58px 16px 76px;
  }

  .bottom-cta-actions{
    flex-direction:column;
    align-items:stretch;
  }

  .bottom-cta-btn{
    width:100%;
    height:48px;
    font-size:14px;
  }

  .mobile-bottom-nav{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:120;
    height:64px;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    background:#050505;
    border-top:1px solid var(--line);
  }

  .mobile-bottom-nav a{
    display:flex;
    align-items:center;
    justify-content:center;
    color:#ffffff;
    text-decoration:none;
    font-size:12px;
    font-weight:700;
  }

  .mobile-bottom-nav a.active{
    text-decoration:underline;
    text-underline-offset:4px;
  }

}

/* ================= SMALL PHONE ================= */

@media(max-width:420px){

  .top-header,
  .hero-inner{
    width:calc(100% - 16px);
  }

  .brand img{
    height:26px;
    max-width:118px;
  }

  .header-link{
    padding:0 9px;
  }

  .header-btn{
    padding:0 10px;
  }

  .hero-inner h1{
    font-size:39px;
  }

  .section-copy h2,
  .updates-copy h2,
  .faq-heading h2,
  .bottom-cta-wrap h2{
    font-size:31px;
  }

}

/* ================= VERY SMALL PHONE ================= */

@media(max-width:360px){

  .brand img{
    height:24px;
    max-width:108px;
  }

  .header-link,
  .header-btn{
    height:32px;
    padding:0 8px;
    font-size:11px;
  }

  .hero-inner h1{
    font-size:35px;
  }

  .category-links{
    grid-template-columns:1fr;
  }

}