* {
  box-sizing: border-box;
}
html {
  background: #000000;
  color: #f4f4f4;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  scroll-behavior: smooth;
}
body {
  min-width: 320px;
  margin: 0;
  background: #000000;
  color: #f4f4f4;
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
.container {
  width: calc(100% - 80px);
  max-width: 1200px;
  min-width: 0;
  margin: 0 auto;
}
.section {
  padding: 92px 0;
}
.site-header {
  padding: 14px 0;
}
.nav {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 44px;
}
.brand {
  display: inline-flex;
  align-items: center;
  width: 134px;
  height: 28px;
}
.brand picture {
  display: inline-flex;
  width: 134px;
  height: 28px;
}
.brand-logo {
  width: 134px;
  height: 28px;
  object-fit: contain;
}
.nav-actions {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 24px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 56px;
  padding: 0 34px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 900;
  white-space: nowrap;
  transition: transform 160ms ease, filter 160ms ease, background 160ms ease;
}
.btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
}
.btn-primary {
  background: #ffeb52;
  color: #000000;
}
.btn-light {
  background: #ffffff;
  color: #090909;
}
.btn-small {
  min-height: 34px;
  padding: 0 18px;
  font-size: 12px;
}
.nav .btn-small {
  width: 124px;
  min-height: 32px;
  height: 32px;
  padding: 0;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
}
.hero {
  padding: 85px 0;
}
.rewards-section {
  padding-top: 40px;
  padding-bottom: 60px;
}
.rewards-section .container {
  width: calc(100% - 80px);
  max-width: 1200px;
  min-width: 0;
}
.rewards-section .section-heading {
  margin-bottom: 48px;
}
.steps-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.steps-section .section-heading {
  margin-bottom: 48px;
}
.signup-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.community-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.community-section .section-heading {
  margin-bottom: 48px;
}
#community-title {
  color: var(--Text-text-primary, #ffffff);
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 34px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
}
#community-title + p {
  margin: 8px 0 0;
  color: var(--Text-text-secondary, #d1d1d2);
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}
#steps-title {
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 34px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0;
}
#rewards-title {
  color: var(--Text-text-primary, #ffffff);
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 34px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0;
}
#rewards-title + p {
  margin: 8px 0 0;
  color: var(--Text-text-secondary, #d1d1d2);
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
}
.hero-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 80px);
  max-width: 1200px;
  min-width: 0;
  height: 350px;
}
.hero-copy h1 {
  max-width: 590px;
  margin: 0;
  color: #f4f4f4;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 46px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
}
.hero-copy h1 strong {
  color: #ffeb52;
  background: linear-gradient(0deg, #ffeb52, #ffeb52), linear-gradient(0deg, #ffeb52, #ffeb52);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 46px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
}
.hero-subtitle {
  margin: 16px 0 24px;
  color: #c8c8c8;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
}
.mobile-break,
.tablet-break {
  display: none;
}
.desktop-break {
  display: block;
}
.countdown {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}
.countdown-label {
  margin-right: 0;
  color: #8b8b8e;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
}
.time-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  border-radius: 8px;
  background: #222222;
  color: #ffffff;
}
.time-box span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #ffffff;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}
.time-unit,
.time-separator {
  color: #8b8b8e;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}
.hero-cta {
  min-width: 246px;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
}
.profile-card {
  position: relative;
  overflow: hidden;
  width: 348px;
  height: 348.375px;
  opacity: 1;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: #101010;
}
.profile-card picture {
  display: block;
  width: 100%;
  height: 100%;
}
.profile-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profile-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 44%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.84));
}
.profile-card-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 348px;
  height: 66px;
  gap: 14px;
  padding: 12px 12px 12px 20px;
  border: 1px solid #ffffff21;
  border-radius: 24px;
  background: rgba(78, 78, 78, 0.25);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #ffffff;
}
.profile-card-footer > span {
  display: inline-flex;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
  height: auto;
  padding: 0;
  color: #ffffff;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  vertical-align: middle;
}
.profile-actions {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  width: 90.72px;
  height: 42px;
  gap: 6.72px;
}
.profile-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding-right: 0;
  padding-left: 0;
  border-radius: 75px;
  background: rgba(255, 255, 255, 0.12);
  opacity: 1;
  backdrop-filter: blur(10.08px);
  -webkit-backdrop-filter: blur(10.08px);
}
.profile-action img {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.section-heading {
  max-width: 720px;
  margin: 0 auto 46px;
  text-align: center;
}
.section-heading h2 {
  margin: 0;
  color: #f4f4f4;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 900;
  line-height: 1.15;
}
.section-heading p {
  margin: 14px 0 0;
  color: #8f8f8f;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}
.reward-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  justify-content: center;
}
.reward-image-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  cursor: pointer;
}
.reward-image-card a {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.reward-image-card img {
  width: 100%;
  aspect-ratio: 1192 / 670;
  object-fit: cover;
}
.reward-banner-mobile,
.stock-futures-mobile,
.mobile-signup-cta,
.footer-community-title {
  display: none;
}
.reward-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 385px) 120px;
  width: 596px;
  height: 224.5px;
  overflow: hidden;
  gap: 32px;
  padding: 28px;
  border: 1px solid var(--border-border, #ffffff21);
  border-radius: 24px;
  background: var(--Background-fill-fill-card_3, #ffffff0d);
  opacity: 1;
}
.event-tag {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 70px;
  padding: 8px 14px 7px;
  border-radius: 0 0 0 18px;
  background: #FFEB5233;
  color: #ffeb52;
  font-size: 10px;
  font-weight: 900;
}
.reward-copy h3 {
  width: 385px;
  max-width: 100%;
  min-height: 26px;
  margin: 0;
  color: var(--Text-text-primary, #ffffff);
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 26px;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
}
.accent-text {
  margin: 12px 0 22px;
  color: #ffeb52;
  font-size: 12px;
  font-weight: 900;
}
.progress-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}
.progress-row > .progress-label {
  color: #8f8f8f;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
}
.progress-row .reward-highlight {
  color: #ffeb52;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
}
.progress-row > strong {
  color: #ffeb52;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
}
.progress-track {
  grid-column: 1 / -1;
  position: relative;
  width: 388px;
  max-width: 100%;
  height: 9px;
  overflow: hidden;
  border-radius: 99px;
  background: #2a2a2a;
  opacity: 1;
}
.progress-track span {
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  max-width: 100%;
  height: 8px;
  border-radius: 99px;
  background: linear-gradient(88.68deg, #ffbb32 25.94%, #eed510 85.2%, #fff7bb 98.88%);
  opacity: 1;
}
.reward-art {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  justify-self: end;
  width: 120px;
  height: 120px;
}
.reward-art img {
  width: 120px;
  height: 120px;
  object-fit: contain;
}
.steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.steps::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 16.6%;
  left: 16.6%;
  border-top: 2px dotted #4a4a4a;
}
.steps li {
  position: relative;
  text-align: center;
}
.steps h3 {
  margin: 16px 0 8px;
  color: #f4f4f4;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  text-transform: capitalize;
  vertical-align: bottom;
}
.steps p {
  max-width: 280px;
  margin: 0 auto;
  color: #8f8f8f;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}
.step-number {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #ffeb52;
  color: #000000;
  font-family: DIN;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  text-transform: capitalize;
  vertical-align: middle;
}
.signup-grid {
  display: grid;
  grid-template-columns: minmax(280px, 430px) minmax(0, 1fr);
  align-items: center;
  gap: 120px;
}
.signup-copy h2 {
  margin: 0;
  max-width: 420px;
  color: var(--Text-text-primary, #ffffff);
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 34px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0;
}
.signup-copy p {
  max-width: 430px;
  margin: 12px 0 63px;
  color: #ffffff;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
}
.signup-copy .btn {
  width: 246px;
  height: 56px;
  min-height: 56px;
  gap: 8px;
  opacity: 1;
  color: var(--Text-text-other, #161616);
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
}
.gift-icon {
  position: relative;
  width: 16px;
  height: 16px;
  border: 2px solid currentColor;
  border-radius: 3px;
}
.gift-icon::before,
.gift-icon::after {
  content: "";
  position: absolute;
  background: currentColor;
}
.gift-icon::before {
  top: 5px;
  left: -2px;
  width: 16px;
  height: 2px;
}
.gift-icon::after {
  top: -2px;
  left: 5px;
  width: 2px;
  height: 16px;
}
.selling-grid {
  display: grid;
  grid-template-columns: repeat(2, 320px);
  gap: 16px;
}
.selling-grid article {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 126px;
  gap: 10px;
  padding: 28px;
  border-radius: 16px;
  background: #101010;
}
.selling-grid h3 {
  margin: 0;
  color: var(--Text-text-primary, #ffffff);
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: capitalize;
  vertical-align: bottom;
}
.selling-grid h3 span {
  color: var(--text-text-brand-2026, #ffeb52);
}
.selling-grid h3 em {
  font-style: normal;
}
.selling-grid p {
  margin: 0;
  color: #8f8f8f;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
}
.community-grid {
  display: grid;
  grid-template-columns: repeat(3, 384px);
  gap: 16px;
  justify-content: center;
}
.community-grid article {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 384px;
  height: 208px;
  padding: 24px;
  border: 1px solid var(--Border-border-button, #474747);
  border-radius: 24px;
  opacity: 1;
  text-align: center;
}
.community-grid h3 {
  margin: 0 0 8px;
  color: #f4f4f4;
  font-size: 16px;
  font-weight: 900;
}
.community-grid p {
  margin: 0;
  color: #8f8f8f;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}
.community-icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  object-fit: contain;
}
.center-action {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.center-action .btn {
  width: 277px;
  height: 56px;
  min-height: 56px;
  padding-right: 28px;
  padding-left: 28px;
  border-radius: 100px;
  background: var(--button-primary-2026-btn-primary-default-2026, #ffeb52);
  opacity: 1;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
}
.site-footer {
  padding: 60px 0 104px;
  background: #000000;
}
.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 80px;
  align-items: center;
}
.footer-brand .brand {
  width: 196px;
  height: 41px;
  margin-bottom: 32px;
}
.footer-brand .brand-logo {
  width: 114.85714722px;
  height: 24px;
}
.mobile-signup-cta {
  width: 100%;
}
.socials {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: auto;
}
.socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.socials img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.footer-links {
  display: none;
  grid-template-columns: repeat(4, minmax(140px, 1fr));
  gap: 48px;
}
.footer-links h3 {
  margin: 0 0 24px;
  color: var(--Text-text-primary, #ffffff);
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
}
.footer-links a {
  display: block;
  margin-top: 20px;
  color: #8f8f8f;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
}
.footer-column-stack {
  display: grid;
  gap: 68px;
  align-content: start;
}
.footer-download {
  display: grid;
  grid-template-columns: 281px 123px;
  grid-template-areas: "title qr" "label qr" "button qr";
  align-items: center;
  column-gap: 16px;
}
.footer-download h3 {
  grid-area: title;
  max-width: none;
  margin: 0 0 16px;
  color: var(--Text-text-primary, #ffffff);
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: left;
}
.footer-download p {
  grid-area: label;
  margin: 0 0 12px;
  color: #d1d1d2;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
}
.footer-download .btn-small {
  grid-area: button;
  width: 132px;
  height: 40px;
  min-height: 40px;
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 100px;
  background: var(--Button-Tertiary-btn-tertiary-default, #ffffff);
  color: var(--text-text-black, #000000);
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
  opacity: 1;
}
.footer-qr {
  grid-area: qr;
  width: 123px;
  height: 120px;
  gap: 15.4px;
  padding: 10.27px;
  border: 1px solid var(--Border-border-subtle, #282828);
  border-radius: 25px;
  background: #4e4e4e40;
  opacity: 1;
  object-fit: contain;
}
.qr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  width: 112px;
  height: 112px;
  padding: 10px;
  border: 7px solid #ffffff;
  border-radius: 8px;
  background: #ffffff;
}
.qr span {
  background: linear-gradient(90deg, #111 40%, transparent 0 60%, #111 0), linear-gradient(#111 40%, transparent 0 60%, #111 0);
  background-size: 12px 12px;
}
@media (max-width: 1180px) {
  .container {
    width: calc(100% - 80px);
    min-width: 0;
  }
  .hero-grid,
  .signup-grid {
    gap: 70px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }
  .footer-download {
    justify-self: start;
  }
}
@media (max-width: 1024px) {
  .section {
    padding: 76px 0;
  }
  .hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    width: calc(100% - 48px);
    max-width: 1200px;
    min-width: 0;
    height: auto;
    gap: 46px;
  }
  .profile-card {
    width: min(100%, 430px);
    justify-self: center;
  }
  .reward-grid,
  .signup-grid {
    grid-template-columns: 1fr;
  }
  .rewards-section .container {
    width: calc(100% - 48px);
  }
  .reward-card {
    width: 100%;
    height: auto;
  }
  .signup-grid {
    gap: 42px;
  }
  .footer-links {
    grid-template-columns: repeat(2, minmax(180px, 1fr));
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .container,
  .hero-grid,
  .rewards-section .container {
    width: calc(100vw - 32px);
    max-width: none;
  }
  .section {
    padding: 64px 0;
  }
  .site-header {
    padding: 18px 0;
  }
  .hero {
    padding: 36px 0;
  }
  .hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 42vw);
    align-items: center;
    height: auto;
    gap: 32px;
  }
  .hero-copy h1 {
    max-width: 380px;
    font-family: "Plus Jakarta Sans", Arial, sans-serif;
    font-size: 36px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0;
  }
  .hero-copy h1 strong {
    font-family: "Plus Jakarta Sans", Arial, sans-serif;
    font-size: 36px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0;
  }
  .tablet-break {
    display: block;
  }
  .hero-subtitle {
    margin: 16px 0 24px;
    font-size: 15px;
  }
  .countdown {
    gap: 7px;
  }
  .time-box {
    width: 28px;
    height: 28px;
    padding: 0;
    border-radius: 6px;
  }
  .time-box span {
    width: 100%;
    height: 100%;
    font-size: 14px;
  }
  .hero-cta {
    min-width: 236px;
    min-height: 52px;
  }
  .profile-card {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    justify-self: end;
    border-radius: 20px;
  }
  .profile-card-footer {
    width: 100%;
    height: 58px;
    padding: 10px 10px 10px 18px;
    border-radius: 20px;
  }
  .profile-card-footer > span {
    font-size: 20px;
  }
  .profile-actions {
    width: auto;
    height: 38px;
  }
  .profile-action {
    width: 38px;
    height: 38px;
  }
  .community-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .community-section .section-heading {
    margin-bottom: 34px;
  }
  .rewards-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .rewards-section .section-heading {
    margin-bottom: 34px;
  }
  .steps-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .steps-section .section-heading {
    margin-bottom: 34px;
  }
  .signup-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .signup-section .section-heading {
    margin-bottom: 34px;
  }
  #rewards-title,
  #steps-title,
  #community-title,
  .signup-copy h2 {
    font-family: "Plus Jakarta Sans", Arial, sans-serif;
    font-size: 30px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 0;
  }
  .reward-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .steps {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
    gap: 24px;
  }
  .steps::before {
    top: 13px;
  }
  .steps h3 {
    margin-top: 14px;
    font-size: 19px;
    line-height: 1.25;
  }
  .steps p {
    max-width: 210px;
    font-family: "Plus Jakarta Sans", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
  }
  .step-number {
    width: 26px;
    height: 26px;
    font-size: 15px;
  }
  .signup-grid {
    display: flex;
    flex-direction: column;
    gap: 28px;
  }
  .signup-copy {
    text-align: center;
  }
  .signup-copy h2,
  .signup-copy p {
    max-width: 680px;
    margin-right: auto;
    margin-left: auto;
  }
  .signup-copy p {
    margin-top: 10px;
    margin-bottom: 28px;
    color: #d1d1d2;
    font-family: "Plus Jakarta Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0;
  }
  .signup-copy .btn {
    display: none;
  }
  .selling-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 14px;
  }
  .selling-grid article {
    min-height: 116px;
    padding: 24px;
    border-radius: 12px;
  }
  .selling-grid p {
    line-height: 1.25;
  }
  .mobile-signup-cta {
    display: inline-flex;
    align-self: center;
    width: 246px;
    height: 56px;
    min-height: 56px;
  }
  .community-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    gap: 16px;
    justify-content: center;
  }
  .community-grid article {
    width: 100%;
    height: 246px;
    gap: 0;
    padding: 24px;
    border-width: 1px;
    border-radius: 24px;
    opacity: 1;
  }
  .community-grid h3 {
    width: 198px;
    height: 40px;
    margin-bottom: 8px;
    font-family: "Plus Jakarta Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0;
    opacity: 1;
    text-align: center;
  }
  .community-grid p {
    font-family: "Plus Jakarta Sans", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
  }
  .community-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 12px;
  }
  .center-action {
    margin-top: 32px;
  }
  .center-action .btn {
    width: 260px;
  }
  .site-footer {
    padding: 40px 0 32px;
  }
  .footer-grid {
    display: block;
  }
  .footer-brand .brand {
    display: none;
  }
  .footer-community-title {
    display: block;
    margin: 0 0 24px;
    color: var(--Text-text-secondary, #d1d1d2);
    font-family: "Plus Jakarta Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
  }
  .socials {
    gap: 16px;
  }
  .socials a,
  .socials img {
    width: 24px;
    height: 24px;
  }
  .footer-download {
    display: none;
  }
}
@media (max-width: 767px) {
  .container {
    width: calc(100% - 32px);
  }
  .section {
    padding: 52px 0;
  }
  .site-header {
    padding: 32px 0 24px;
  }
  .nav {
    grid-template-columns: 1fr auto;
    gap: 16px;
    min-height: 44px;
  }
  .nav-actions {
    justify-self: end;
  }
  .brand {
    width: 50px;
    overflow: hidden;
  }
  .brand-logo {
    max-width: none;
  }
  .nav .btn-small {
    width: 124px;
    min-height: 32px;
    height: 32px;
    border-radius: 100px;
    font-size: 14px;
  }
  .hero {
    padding: 0 0 68px;
  }
  .hero-grid {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0;
  }
  .profile-card {
    order: 1;
    width: 100%;
    height: 365px;
    border: 0;
    border-radius: 0;
    justify-self: stretch;
  }
  .profile-card img {
    height: 100%;
    border-radius: 0;
    object-position: 56% center;
  }
  .profile-card::after {
    height: 50%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), #000000);
  }
  .profile-card-footer {
    right: 16px;
    bottom: 60px;
    left: 16px;
    width: auto;
    height: 55.2px;
    padding: 9px 10px 9px 16px;
    border-radius: 18px;
  }
  .profile-card-footer > span {
    font-family: "Plus Jakarta Sans", Arial, sans-serif;
    font-size: 17.6px;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0;
    vertical-align: middle;
  }
  .profile-actions {
    width: auto;
    height: 36px;
    gap: 8px;
  }
  .profile-action {
    width: 36px;
    height: 36px;
  }
  .profile-action[aria-label="Oscar Ramos on X"] img {
    width: 12.85760975px;
    height: 12.85715389px;
    opacity: 1;
  }
  .profile-action[aria-label="Oscar Ramos on YouTube"] img {
    width: 15.42857361px;
    height: 15.42857361px;
    opacity: 1;
  }
  .hero-copy {
    order: 2;
    position: relative;
    z-index: 2;
    width: calc(100% - 32px);
    margin: -48px auto 0;
    text-align: center;
  }
  .hero-copy h1 {
    font-size: 26px;
    line-height: 1.18;
  }
  .hero-copy h1 strong {
    font-size: 26px;
  }
  .mobile-break {
    display: block;
  }
  .desktop-break {
    display: none;
  }
  .mobile-nowrap {
    white-space: nowrap;
  }
  .hero-subtitle {
    margin: 12px 0;
    color: #d1d1d2;
    font-family: "Plus Jakarta Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
  }
  .countdown {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 6px;
    margin: 0 0 20px;
  }
  .hero-cta,
  .signup-copy .btn,
  .center-action .btn {
    width: 100%;
  }
  .countdown-label,
  .time-unit,
  .time-separator {
    font-size: 14px;
  }
  .time-box {
    width: 28px;
    height: 28px;
    padding: 0;
    border-radius: 6px;
  }
  .time-box span {
    width: 100%;
    height: 100%;
    font-size: 14px;
  }
  .hero-cta {
    min-height: 34px;
    height: 34px;
    font-family: "Plus Jakarta Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
  }
  .rewards-section {
    padding-top: 0;
    padding-bottom: 34px;
  }
  .rewards-section .container {
    width: 100%;
  }
  .rewards-section .section-heading {
    width: calc(100% - 32px);
    margin-bottom: 18px;
  }
  #rewards-title,
  #steps-title,
  #community-title,
  .signup-copy h2 {
    font-size: 18px;
    line-height: 1.12;
  }
  #rewards-title {
    font-size: 20px;
  }
  #steps-title {
    font-family: "Plus Jakarta Sans", Arial, sans-serif;
    max-width: 285px;
    margin-right: auto;
    margin-left: auto;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
  }
  #rewards-title + p,
  #community-title + p,
  .signup-copy p {
    font-size: 10px;
    line-height: 1.2;
  }
  #rewards-title + p {
    font-size: 14px;
  }
  #community-title {
    color: var(--Text-text-primary, #ffffff);
    font-family: "Plus Jakarta Sans", Arial, sans-serif;
    max-width: 285px;
    margin-right: auto;
    margin-left: auto;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
  }
  #community-title + p {
    max-width: 340px;
    margin: 8px auto 0;
    color: var(--Text-text-secondary, #d1d1d2);
    font-family: "Plus Jakarta Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
  }
  .reward-grid {
    grid-template-columns: 1fr;
    width: calc(100% - 32px);
    gap: 16px;
    margin: 0 auto;
  }
  .stock-futures-mobile {
    position: relative;
    display: block;
    width: calc(100% - 16px);
    min-height: 132px;
    margin: 8px auto 0;
    overflow: hidden;
    padding: 16px 120px 16px 16px;
    border-radius: 8px;
    background: radial-gradient(circle at 82% 50%, rgba(255, 235, 82, 0.42), transparent 32%), linear-gradient(135deg, #d56d0d 0%, #a84c06 48%, #713000 100%);
  }
  .stock-futures-mobile::after {
    content: "";
    position: absolute;
    right: -40px;
    bottom: -56px;
    width: 178px;
    height: 178px;
    border: 18px solid rgba(255, 235, 82, 0.34);
    border-radius: 50%;
  }
  .stock-futures-mobile h3 {
    position: relative;
    z-index: 1;
    max-width: 175px;
    margin: 14px 0 7px;
    color: #ffeb52;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.05;
  }
  .stock-futures-mobile h3 span {
    display: block;
    color: #ffffff;
  }
  .stock-futures-mobile p {
    position: relative;
    z-index: 1;
    max-width: 135px;
    margin: 0;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.12;
  }
  .stock-banner-brand {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    font-size: 9px;
    font-weight: 800;
  }
  .stock-banner-brand img {
    width: 58px;
    height: auto;
  }
  .stock-banner-art {
    position: absolute;
    right: 18px;
    bottom: 9px;
    z-index: 1;
    width: 98px;
    height: 98px;
    object-fit: contain;
    filter: drop-shadow(0 10px 16px rgba(0, 0, 0, 0.45));
  }
  .steps {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: none;
    margin: 0;
    gap: 16px;
  }
  .steps::before {
    display: none;
  }
  .steps li {
    position: relative;
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    column-gap: 12px;
    padding-top: 0;
    text-align: left;
  }
  .steps li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 20px;
    bottom: -16px;
    left: 9px;
    border-left: 2px dotted #5d5d61;
  }
  .steps h3 {
    grid-column: 2;
    margin: 0 0 8px;
    font-family: "Plus Jakarta Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0;
    text-align: left;
    text-transform: capitalize;
    vertical-align: middle;
  }
  .steps p {
    grid-column: 2;
    max-width: none;
    font-family: "Plus Jakarta Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0;
    text-align: left;
  }
  .step-number {
    width: 20px;
    height: 20px;
    font-family: DIN;
    font-size: 13.5px;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    text-transform: capitalize;
    vertical-align: middle;
  }
  .community-section {
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .community-section .section-heading {
    margin-bottom: 24px;
  }
  .signup-section,
  .steps-section {
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .signup-section .section-heading,
  .steps-section .section-heading {
    margin-bottom: 24px;
  }
  .signup-grid {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .signup-copy {
    display: contents;
  }
  .signup-copy h2,
  .signup-copy p {
    text-align: center;
  }
  .signup-copy h2 {
    order: 1;
    max-width: 260px;
    margin: 0 auto;
    font-family: "Plus Jakarta Sans", Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0;
  }
  .signup-copy p {
    order: 2;
    max-width: 320px;
    margin: 0 auto;
    font-family: "Plus Jakarta Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0;
    color: var(--Text-text-secondary, #d1d1d2);
  }
  .signup-copy .btn {
    display: none;
  }
  .selling-grid,
  .community-grid {
    grid-template-columns: 1fr;
  }
  .selling-grid {
    order: 3;
    width: 100%;
    margin-top: 16px;
    gap: 16px;
  }
  .selling-grid article {
    min-height: 92px;
    gap: 8px;
    padding: 16px;
    border-radius: 16px;
    opacity: 1;
    background: var(--Background-fill-fill-card_3, #ffffff0d);
  }
  .selling-grid article:nth-child(2) {
    order: 3;
  }
  .selling-grid article:nth-child(3) {
    order: 2;
  }
  .selling-grid article:nth-child(4) {
    order: 4;
  }
  .selling-grid h3 {
    color: #f4f4f4;
    font-family: "Plus Jakarta Sans", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: capitalize;
    vertical-align: bottom;
    white-space: nowrap;
  }
  .selling-grid h3 span {
    display: inline;
    margin-bottom: 0;
    color: #ffeb52;
    font-family: "Plus Jakarta Sans", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: capitalize;
    vertical-align: bottom;
  }
  .selling-grid p {
    color: #8b8b8e;
    font-family: "Plus Jakarta Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0;
  }
  .mobile-signup-cta {
    order: 4;
    display: inline-flex;
    height: 56px;
    min-height: 56px;
    gap: 8px;
    margin-top: 24px;
    padding-right: 24px;
    padding-left: 24px;
    border-radius: 100px;
    opacity: 1;
    background: var(--Button-Tertiary-btn-tertiary-default, #ffffff);
    color: var(--Text-text-other, #161616);
    font-family: "Plus Jakarta Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0;
  }
  .community-grid {
    gap: 12px;
  }
  .community-grid article {
    position: relative;
    width: 100%;
    height: 182px;
    gap: 0;
    padding: 24px;
    border: 1px solid var(--Border-border-button, #474747);
    border-radius: 16px;
    opacity: 1;
  }
  .community-grid h3 {
    margin: 0;
    color: #f4f4f4;
    font-family: "Plus Jakarta Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
  }
  .community-grid p {
    margin: 8px 0 0;
    color: var(--Text-text-tertiary, #8b8b8e);
    font-family: "Plus Jakarta Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    width: 100%;
    min-width: 0;
    max-width: 300px;
    white-space: normal;
    overflow-wrap: normal;
  }
  .community-icon {
    position: relative;
    top: 1.6px;
    left: 0.8px;
    width: 64px;
    height: 64px;
    margin-bottom: 12px;
    opacity: 1;
  }
  .center-action {
    margin-top: 18px;
  }
  .center-action .btn {
    height: 56px;
    min-height: 56px;
    padding-right: 28px;
    padding-left: 28px;
    border-radius: 100px;
    background: var(--button-primary-2026-btn-primary-default-2026, #ffeb52);
    color: var(--text-text-black, #000000);
    font-family: "Plus Jakarta Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0;
    opacity: 1;
  }
  .site-footer {
    padding: 58px 0 24px;
  }
  .footer-grid {
    display: block;
  }
  .footer-brand .brand {
    display: none;
  }
  .footer-community-title {
    display: block;
    margin: 0 0 24px;
    color: var(--Text-text-secondary, #d1d1d2);
    font-family: "Plus Jakarta Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0;
  }
  .socials {
    gap: 12px;
  }
  .socials a,
  .socials img {
    width: 28px;
    height: 28px;
  }
  .footer-download {
    display: none;
  }
}
@media (max-width: 480px) {
  .brand {
    width: 50px;
    height: 28px;
    overflow: hidden;
  }
  .brand-logo {
    width: 134px;
    height: 28px;
    max-width: none;
  }
  .btn {
    min-height: 50px;
    padding: 0 22px;
    font-size: 13px;
  }
  .hero-cta {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
  }
  .btn-small {
    min-height: 32px;
    padding: 0 14px;
    font-size: 11px;
  }
  .nav .btn-small {
    width: 124px;
    height: 32px;
    padding: 0;
  }
  .hero-copy h1 {
    font-size: 26px;
  }
  .hero-copy h1 strong {
    font-size: 26px;
  }
  .time-box {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    font-size: 14px;
  }
  .profile-card {
    width: 100%;
    height: 365px;
    aspect-ratio: auto;
    border-radius: 0;
  }
  .profile-card img {
    border-radius: 0;
  }
  .profile-card-footer {
    width: auto;
  }
  .mobile-signup-cta {
    height: 56px;
    min-height: 56px;
    font-size: 16px;
  }
}
