:root {
  --header-bg: #091A20;
  --hero-bg: linear-gradient(
    90deg,
    rgba(24, 91, 100, 1) 0%,
    rgba(17, 65, 71, 1) 35%
  );
  --teal-accent: #14b8a6;
  --text: #ffffff;
  --text-muted: rgba(160, 205, 208, 0.88);
  --orange: #f68b6e;
  --orange-hover: #e87859;
  --glass: rgba(255, 255, 255, 0.07);
  --glass-border: rgba(255, 255, 255, 0.12);
  --field-bg: rgba(0, 0, 0, 0.35);
  --font: "Inter", system-ui, -apple-system, sans-serif;
  --radius-lg: 20px;
  --radius-md: 12px;
  --radius-pill: 999px;
  --header-h: 79px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font);
  color: var(--text);
  background: var(--header-bg);
}

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

button {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  cursor: pointer;
}

/* ─── Header ─── */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--header-bg);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 22px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.site-header__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px 28px 19px;
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  flex-flow: row nowrap;
}

.logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: auto;
}

.logo__svg {
  display: block;
  width: 139px;
  height: 40px;
  overflow: hidden;
  cursor: pointer;
}

@media (min-width: 1162px) {
  .logo {
    margin-right: 32px;
  }
}

/* Nav */
.nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text);
  border-radius: 10px;
  transition: background 0.15s;
}

.nav__link:hover {
  background: rgba(255, 255, 255, 0.06);
}

.nav__icon {
  opacity: 0.85;
}

.nav__chev {
  opacity: 0.6;
}

.nav__link--pill {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.nav__link--pill:hover {
  background: rgba(255, 255, 255, 0.12);
}

/* Header actions */
.site-header__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}

.mobile-menu-btn {
  display: none;
  width: 40px;
  height: 40px;
  border: 0;
  padding: 0;
  background: transparent;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.mobile-menu-btn span {
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: #ffffff;
  display: block;
}

.icon-btn {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: var(--text);
  opacity: 0.85;
  transition: background 0.15s, opacity 0.15s;
}

.icon-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  opacity: 1;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  border-radius: var(--radius-pill);
  transition: background 0.15s;
}

.btn--primary {
  background: var(--orange);
  color: #fff;
}

.btn--primary:hover {
  background: var(--orange-hover);
}

.btn--ghost {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: var(--text);
}

.btn--ghost:hover {
  background: rgba(255, 255, 255, 0.06);
}

.btn--sm {
  padding: 10px 22px;
}

.btn--block {
  width: 100%;
  padding: 18px 24px;
  font-size: 1.0625rem;
  font-weight: 600;
  border-radius: var(--radius-pill);
}

a.btn {
  text-decoration: none;
  box-sizing: border-box;
}

a.market-card__buy,
a.nft-mint__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-sizing: border-box;
}

/* ─── Hero ─── */
.hero {
  padding: 0 32px;
  background: var(--hero-bg);
}

.hero__grid {
  max-width: 1795px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  min-height: 664px;
  height: 664px;
  padding-top: 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #FFFFFF;
}

.hero__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 1224px;
  max-width: 100%;
  min-height: 582px;
  height: 100%;
  gap: 0;
  margin: 0 auto;
  padding: 0;
  border: 0;
}

.hero__copy {
  min-width: 0;
}

.hero__title {
  display: block;
  width: 500px;
  min-height: 192px;
  margin: 0 0 24px;
  margin-top: 64px;
  padding: 0;
  border: 0;
  font-family: Manrope, sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  color: #FFFFFF;
  text-align: left;
}

.hero__fn {
  font-size: 0.5em;
  font-weight: 600;
  vertical-align: super;
  margin-left: 2px;
  opacity: 0.7;
}

.hero__subtitle {
  display: block;
  width: 500px;
  min-height: 72px;
  margin: 0 0 56px;
  padding: 0;
  border: 0;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  color: #FFFFFF99;
  text-align: left;
}

/* Trust badges */
.trust {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 256px;
  min-height: 77px;
  margin: 0;
  padding: 0;
  border: 0;
  gap: 40px;
}

.trust__col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.trust__label {
  display: block;
  width: 108px;
  min-height: 16px;
  margin: 0;
  padding: 0;
  border: 0;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
}

.trust__badge {
  display: flex;
  align-items: center;
  gap: 10px;
}

.trust__mark {
  display: block;
  width: 108px;
  height: 47px;
  margin: 0;
  padding: 0;
  border: 0;
  object-fit: contain;
  overflow: clip;
  aspect-ratio: auto 216 / 94;
}


/* ─── Buy card visual area ─── */
.hero__visual {
  position: relative;
  isolation: isolate;
}

/* Floating coins */
.coin {
  position: absolute;
  pointer-events: none;
  line-height: 0;
  z-index: 1;
  filter: drop-shadow(0 16px 32px rgba(0, 0, 0, 0.5));
}

.coin img {
  display: block;
}

.coin--usdt {
  left: -120px;
  top: 320px;
  margin: 0;
  padding: 0;
  border: 0;
}

.coin--usdt img {
  width: 190px;
  height: 180px;
  object-fit: contain;
}

.coin--btc {
  right: -160px;
  top: 126px;
  margin: 0;
  padding: 0;
  border: 0;
}

.coin--btc img {
  width: 260px;
  height: 220px;
  object-fit: contain;
}

/* Buy card */
.buy-card {
  position: relative;
  z-index: 2;
  width: 490px;
  min-height: 580px;
  padding: 32px;
  border-radius: var(--radius-lg);
  background: var(--glass);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid var(--glass-border);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
}

.buy-card__title {
  display: block;
  margin: 0 0 20px;
  padding: 0;
  border: 0;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-align: left;
}

.fields {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 426px;
  min-height: 192px;
  margin: 0;
  padding: 0;
  border: 0;
}

.field__label {
  display: block;
  margin-bottom: 6px;
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--text-muted);
}

.field__row {
  box-sizing: border-box;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
  padding: 0px 16px;
  border-radius: 12px;
  height: 56px;
  background-color: rgba(14, 32, 38, 0.4);
  border: 1px solid transparent;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: 71.83px;
  height: 32px;
  padding: 0;
  border-radius: var(--radius-pill);
  background: none;
  border: none;
  font-size: 0.875rem;
  font-weight: 600;
  white-space: nowrap;
  flex-shrink: 0;
}

.pill__icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.8rem;
  font-weight: 700;
  flex-shrink: 0;
}

.pill__icon--usd {
  background: linear-gradient(145deg, #34d399, #059669);
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.pill__icon--img {
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.field__input {
  flex: 1;
  min-width: 0;
  border: none;
  background: transparent;
  color: var(--text);
  font-size: 1.125rem;
  font-weight: 600;
  text-align: left;
  padding: 8px 8px;
  outline: none;
}

.buy-card__meta {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 426px;
  min-height: 52px;
  background: rgba(14, 32, 38, 0.1);
  color: rgb(255, 255, 255);
  border-radius: 12px;
  padding: 10px;
  gap: 4px;
  margin: 16px 0 0;
  border: 0;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
}

.buy-card__clock {
  flex-shrink: 0;
  opacity: 0.85;
}

.buy-card__bottom {
  width: 426px;
  min-height: 228px;
  margin: 0;
  padding: 0;
  border: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
}

.buy-card__terms {
  display: block;
  margin: 32px 0 24px;
  text-align: center;
  font-size: 0.875rem;
  color: var(--text);
  text-decoration: underline;
  text-underline-offset: 3px;
  opacity: 0.9;
}

.buy-card__terms:hover {
  opacity: 1;
}

/* ─── Continuous background wrapper ─── */
.below-hero {
  background: #081317;
}

/* ─── Promos section ─── */
.promos {
  padding: 48px 32px;
}

.promos__inner {
  max-width: 1224px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.promos__carousel {
  position: relative;
}

.promos__nav {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(8, 19, 23, 0.9);
  color: #ffffff;
  font-size: 34px;
  line-height: 1;
  align-items: center;
  justify-content: center;
}

.promos__nav--prev {
  left: -2px;
}

.promos__nav--next {
  right: -2px;
}

.promo-card {
  background: #192226;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  min-height: 200px;
  position: relative;
  overflow: hidden;
  text-align: left;
  align-items: flex-start;
}

.promo-card__title {
  margin: 0 0 12px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
  text-align: left;
  width: 100%;
}

.promo-card__desc {
  width: 240px;
  min-height: 60px;
  margin: 0;
  margin-top: 4px;
  padding: 0;
  border: 0;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  color: #ffffffe5;
  text-align: left;
}

.promo-card__img {
  position: absolute;
  pointer-events: none;
  object-fit: contain;
  z-index: 0;
}

.promo-card__img--br {
  bottom: 0;
  right: 0;
  width: 160px;
  height: auto;
}

.promo-card__img--rebate {
  width: 80px;
}

.promo-card__img--competition {
  width: 100px;
}

.promo-card__footer {
  margin-top: auto;
  padding-top: 16px;
}

.promo-card__arrow {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-top: 5px;
  padding: 8px;
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 1px solid #0E20264D;
  cursor: pointer;
  transition: background 0.15s;
}

.promo-card__arrow svg {
  display: block;
}

.promo-card__arrow:hover {
  background-color: #f0f0f0;
}

/* ─── Markets section ─── */
.markets {
  margin: 0;
  padding: 0 24px;
  border: 0;
  margin-top: 64px;
}

.markets__inner {
  max-width: 1272px;
  width: 100%;
  min-height: 437px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  display: block;
}

.markets__header {
  display: flex;
  align-items: baseline;
  gap: 20px;
  width: 1224px;
  max-width: 100%;
  min-height: 48px;
  margin-bottom: 32px;
}

.markets__title {
  margin: 0;
  font-family: Manrope, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  color: #fff;
}

.markets__link {
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #00CCCC;
  text-decoration: none;
}

.markets__link:hover {
  text-decoration: underline;
}

.markets__filters {
  display: flex;
  gap: 12px;
  margin-bottom: 32px;
}

/* Rows flatten on desktop/tablet so four pills stay one scroll row (see 960px / 640px). */
.markets__filters-row {
  display: contents;
}

.filter-pill {
  padding: 12px 24px;
  border-radius: 24px;
  border: 1px solid #444b4e;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease-out;
  display: inline-block;
  text-align: center;
}

.filter-pill:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.filter-pill--active {
  background: #FFFFFF;
  border-color: #FFFFFF;
  color: #081317;
}

.markets__grid {
  display: flex;
  gap: 20px;
}

.markets__carousel {
  position: relative;
}

.markets__nav {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(8, 19, 23, 0.9);
  color: #ffffff;
  font-size: 34px;
  line-height: 1;
  align-items: center;
  justify-content: center;
}

.markets__nav--prev {
  left: -2px;
}

.markets__nav--next {
  right: -2px;
}

.market-card {
  flex: 0 0 16.666%;
  background: rgb(25, 34, 38);
  border: 0;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 267px;
  position: relative;
  cursor: pointer;
  color: #FFFFFF;
  box-sizing: border-box;
}

.market-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  object-fit: contain;
  margin-bottom: 8px;
}

.market-card__name {
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.market-card__ticker {
  font-family: Manrope, sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.45);
}

.market-card__price {
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-top: 8px;
}

.market-card__change {
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.market-card__change--up {
  color: #34d399;
}

.market-card__change--down {
  color: #f87171;
}

.market-card__buy {
  width: 100%;
  padding: 12px;
  border: 0;
  border-radius: 12px;
  background: var(--orange);
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  cursor: pointer;
  margin-top: auto;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.market-card:hover .market-card__buy {
  opacity: 1;
  transform: translateY(0);
}

.market-card__buy:hover {
  background: var(--orange-hover);
}

/* ─── Opportunities section ─── */
.opportunities {
  padding: 80px 24px 32px;
}

.opportunities__inner {
  max-width: 1272px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.opportunities__title {
  display: flex;
  font-family: Manrope, sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 40px;
}

.opportunities__dots {
  display: none;
}

.opportunities__grid {
  display: grid;
  grid-template-columns: 392px 1fr 1fr;
  grid-template-rows: 288px 288px;
  gap: 16px;
}

.opp-card {
  background: rgb(25, 34, 38);
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  min-height: 288px;
  box-sizing: border-box;
}

.opp-card--tall {
  grid-row: 1 / 3;
  width: 392px;
  min-height: 600px;
  background: linear-gradient(203deg, #010417 0%, #2B333F 100%);
}

.opp-card__bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  user-select: none;
  transition: transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}

.opp-card--tall .opp-card__bg-img {
  left: -60px;
  width: 150%;
  height: 130%;
  object-fit: contain;
  object-position: left bottom;
}

.opp-card__bg-img--app {
  object-fit: contain;
  object-position: -33px bottom;
}

.opp-card__text {
  width: 328px;
  height: 113px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.opp-card--flip {
  perspective: 1200px;
}

.opp-card--flip .opp-card__flip-inner {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  transition: transform 0.6s ease;
  z-index: 0;
}

.opp-card--flip.is-flipped .opp-card__flip-inner {
  transform: rotateY(180deg);
}

.opp-card--flip .opp-card__face {
  position: absolute;
  inset: 0;
  border-radius: 16px;
  overflow: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.opp-card--flip .opp-card__face--front {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  box-sizing: border-box;
  transform: rotateY(0deg) translateZ(1px);
}

.opp-card--flip .opp-card__face--front .opp-card__text {
  position: relative;
  z-index: 1;
}

.opp-card--flip .opp-card__face--front .opp-card__text .opp-card__title {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  display: block;
  font-family: Manrope, sans-serif;
  font-weight: 600;
  color: #ffffff;
}

@media (min-width: 900px) {
  .opp-card--flip .opp-card__face--front .opp-card__text .opp-card__title {
    width: 328px;
    height: 32px;
    font-size: 24px;
    line-height: 32px;
  }
}

.opp-card--flip .opp-card__face--back {
  transform: rotateY(180deg) translateZ(1px);
  background: #12181c;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  padding: 24px;
  box-sizing: border-box;
  gap: 12px;
  min-height: 0;
}

.opp-card--flip .opp-card__title--back {
  margin: 0;
  padding: 0;
  border: 0;
  flex-shrink: 0;
  box-sizing: border-box;
  display: block;
  font-family: Manrope, sans-serif;
  font-weight: 600;
  color: #ffffff;
}

@media (min-width: 900px) {
  .opp-card--flip .opp-card__title--back {
    width: 328px;
    max-width: 100%;
    height: 32px;
    font-size: 24px;
    line-height: 32px;
  }

  .opp-card--tall.opp-card--flip .opp-card__title--back-tall {
    width: 328px;
    max-width: 100%;
    height: auto;
    min-height: 32px;
    font-size: 24px;
    line-height: 32px;
  }
}

.opp-card--flip .opp-card__back-scroll {
  flex: 0 0 auto;
  width: 313px;
  max-width: 100%;
  height: 144px;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 6px;
  margin: 0 -4px 0 0;
  scrollbar-color: rgba(255, 255, 255, 0.45) rgba(255, 255, 255, 0.08);
}

.opp-card--flip .opp-card__back-scroll::-webkit-scrollbar {
  width: 8px;
}

.opp-card--flip .opp-card__back-scroll::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 4px;
}

.opp-card--flip .opp-card__back-scroll::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.45);
  border-radius: 4px;
}

.opp-card--tall .opp-card__back-scroll--tall {
  height: 380px;
}

.opp-card--flip .opp-card__back-text {
  margin: 0;
  margin-bottom: 0;
  padding: 0;
  border: 0;
  display: block;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: inherit;
  vertical-align: baseline;
  unicode-bidi: isolate;
}

.opp-card--flip .opp-card__back-cta {
  flex-shrink: 0;
  margin-top: auto;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--orange);
  text-decoration: none;
  align-self: flex-start;
}

.opp-card--flip .opp-card__back-cta:hover {
  color: var(--orange-hover);
}

.opp-card--flip .opp-card__btn {
  z-index: 2;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}

.opp-card--flip.is-flipped .opp-card__btn {
  background-color: #fff;
  color: #081317;
}

.opp-card--flip.is-flipped .opp-card__btn:hover {
  background-color: #f0f2f3;
  color: #081317;
}

@media (prefers-reduced-motion: reduce) {
  .opp-card--flip .opp-card__flip-inner {
    transition: none;
  }

  .opp-card__bg-img {
    transition: none;
  }

  .opp-card--flip:not(.is-flipped):hover .opp-card__face--front .opp-card__bg-img,
  .opp-card--flip:not(.is-flipped):hover .opp-card__face--front .opp-card__bg-img--spot {
    transform: translateY(52px) scale(1.08);
  }

  .opp-card__bg-img--spot {
    transform: scale(0.88);
  }
}

.opp-card__bg-img--spot {
  object-fit: contain;
  object-position: center bottom;
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: inherit;
  display: block;
  transform: scale(0.88);
  transform-origin: center bottom;
}

.opp-card--flip:not(.is-flipped):hover .opp-card__face--front .opp-card__bg-img {
  transform: scale(1.05);
}

.opp-card--flip:not(.is-flipped):hover .opp-card__face--front .opp-card__bg-img--spot {
  transform: scale(0.94);
}

.opp-card--spot .opp-card__desc {
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  box-sizing: border-box;
  display: block;
}

.opp-card__bg-img--instant {
  object-fit: contain;
  object-position: -33px bottom;
}

.opp-card__bg-img--wallet {
  object-fit: contain;
  object-position: -33px bottom;
  border-radius: 24px;
}

.opp-card__title {
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #fff;
  margin: 0 0 8px;
}

.opp-card--tall .opp-card__title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  max-width: 328px;
  position: relative;
  z-index: 1;
}

.opp-card--tall .opp-card__desc {
  position: relative;
  z-index: 1;
}

.opp-card__desc {
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

.opp-card__btn {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 0;
  background-color: #f4927e;
  color: #fff;
  font-size: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}

.opp-card__btn:hover {
  box-shadow: none;
  background-color: #e87859;
  color: #fff;
}

.opp-card__icon {
  width: 1em;
  height: 1em;
  display: inline-block;
  margin: 0;
  padding: 0;
  user-select: none;
  fill: currentColor;
  flex-shrink: 0;
  transition: transform 0.3s ease-out;
}

.opp-card__btn.is-active .opp-card__icon {
  transform: rotate(45deg);
}

/* ─── How to get started ─── */
.get-started {
  padding: 72px 24px 96px;
  overflow: visible;
}

.get-started__inner {
  max-width: 1272px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.get-started__title {
  font-family: Manrope, sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 40px;
}

/* Active card (left) + grey panel (steps 2–4 only), ref: CEX.IO */
.get-started__row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  margin: 0;
  padding: 36px 0;
  overflow: visible;
}

.get-started__active-wrap {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  margin-right: -12px;
}

.get-started__step {
  margin: 0;
  padding: 0;
  min-width: 0;
}

.get-started__step--active {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  width: 288px;
  min-width: 288px;
  min-height: 362px;
  margin: -32px 0;
  border: 0;
  padding: 56px 24px 64px;
  font: inherit;
  text-align: center;
  border-radius: 24px;
  background: linear-gradient(60deg, #185b64 0%, #114147 100%);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.5);
  position: relative;
}

.get-started__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: #fff;
}

.get-started__step--active .get-started__heading {
  display: block;
  margin: 0 0 16px;
  padding: 0;
  border: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
}

@media (min-width: 900px) {
  .get-started__step--active .get-started__heading {
    font-size: 18px;
    line-height: 26px;
  }
}

.get-started__step--active .get-started__text {
  display: block;
  margin: 0 0 24px;
  margin-inline: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  unicode-bidi: isolate;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.88);
  max-width: 220px;
  text-align: center;
}

.get-started__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 147.59px;
  min-width: 147.59px;
  height: 48px;
  margin: 0;
  padding: 10px 24px;
  border: 0;
  outline: 0;
  border-radius: 32px;
  box-shadow: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  text-transform: none;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  background: var(--orange);
  transition: background 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}

.get-started__cta:hover {
  background: var(--orange-hover);
}

/* Grey panel: only steps 2–4 — 936×314; columns 261.75px */
.get-started__pending-track {
  flex: 0 0 936px;
  width: 936px;
  min-width: 0;
  height: 314px;
  list-style: none;
  margin: 0;
  padding: 0 32px 0 40px;
  display: grid;
  grid-template-columns: repeat(3, 261.75px);
  column-gap: 39.375px;
  row-gap: 0;
  align-items: stretch;
  justify-content: flex-start;
  background: #192226;
  border-radius: 24px;
  box-sizing: border-box;
}

.get-started__step--pending {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 261.75px;
  min-width: 261.75px;
  height: 314px;
  margin: 0;
  padding: 32px 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  text-align: center;
}

.get-started__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  margin: 0 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: rgba(255, 255, 255, 0.45);
  flex-shrink: 0;
  box-sizing: border-box;
}

.get-started__step--pending .get-started__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 161.78px;
  min-height: 24px;
  height: auto;
  margin: 0 0 10px;
  padding: 0;
  border: 0;
  font-family: Manrope, sans-serif;
  font-size: 17px;
  font-weight: 600;
  font-style: normal;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.92);
  text-align: center;
  vertical-align: baseline;
}

/* Pending step 3: "Buy or deposit crypto" — 181.98×26, 18px/26 at ≥900px */
.get-started__pending-track > li:nth-child(2) .get-started__heading {
  width: 181.98px;
  min-width: 181.98px;
  min-height: 26px;
  height: auto;
  margin: 0 0 16px;
  white-space: nowrap;
  font-size: 17px;
  line-height: 24px;
}

@media (min-width: 900px) {
  .get-started__pending-track > li:nth-child(2) .get-started__heading {
    font-size: 18px;
    line-height: 26px;
  }
}

.get-started__step--pending .get-started__text {
  display: block;
  box-sizing: border-box;
  width: 261.75px;
  min-width: 0;
  min-height: 72px;
  height: auto;
  margin: 0;
  margin-inline: 0;
  padding: 0;
  border: 0;
  text-align: center;
  vertical-align: baseline;
  unicode-bidi: isolate;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 22px;
  color: #b0b3b4;
}

.get-started__pending-track > li:nth-child(2) .get-started__text {
  display: block;
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  unicode-bidi: isolate;
  box-sizing: border-box;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 22px;
  color: #b0b3b4;
  text-align: center;
}

.get-started__hint {
  font-family: Manrope, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.28);
  margin: 0;
  margin-top: auto;
  padding-top: 16px;
}

@media (max-width: 1280px) {
  .get-started__pending-track {
    width: min(936px, 100%);
    flex: 0 1 936px;
  }
}

@media (max-width: 1100px) {
  .get-started__row {
    flex-direction: column;
    align-items: stretch;
    padding: 24px 0;
  }

  .get-started__active-wrap {
    margin-right: 0;
    margin-bottom: 8px;
  }

  .get-started__step--active {
    margin: 0 auto 16px;
  }

  .get-started__pending-track {
    width: 100%;
    max-width: 936px;
    flex: 1 1 auto;
    height: auto;
    min-height: 314px;
    margin-left: auto;
    margin-right: auto;
    padding: 28px 24px 32px;
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 28px;
  }

  .get-started__step--pending {
    width: 100%;
    min-width: 0;
    max-width: 261.75px;
    height: auto;
    min-height: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 32px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }

  .get-started__step--pending:last-child {
    border-bottom: 0;
  }

  .get-started__step--pending .get-started__heading {
    width: 100%;
    max-width: 161.78px;
  }

  .get-started__pending-track > li:nth-child(2) .get-started__heading {
    width: 100%;
    min-width: 0;
    max-width: 181.98px;
  }

  .get-started__step--pending .get-started__text {
    width: 100%;
    max-width: 261.75px;
    min-height: 0;
  }
}

@media (max-width: 640px) {
  .get-started {
    padding: 48px 16px 64px;
  }

  .get-started__title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 28px;
  }

  .get-started__step--active {
    width: 100%;
    max-width: 288px;
    min-width: 0;
    height: auto;
    min-height: 362px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ─── Earn crypto flexibly ─── */
.earn-flex {
  padding: 80px 24px 96px;
  background: #081317;
}

.earn-flex__inner {
  max-width: 1272px;
  margin: 0 auto;
  box-sizing: border-box;
}

.earn-flex__header {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px 24px;
  margin-bottom: 40px;
}

.earn-flex__title {
  display: block;
  box-sizing: border-box;
  width: 594.56px;
  max-width: 100%;
  min-height: 48px;
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline: 0;
  padding: 0;
  border: 0;
  font-family: Manrope, sans-serif;
  font-size: 40px;
  font-weight: 600;
  font-style: normal;
  line-height: 48px;
  color: #ffffff;
  vertical-align: baseline;
  unicode-bidi: isolate;
}

.earn-flex__link {
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--orange);
  white-space: nowrap;
  transition: color 0.15s ease;
}

.earn-flex__link:hover {
  color: var(--orange-hover);
}

.earn-flex__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.earn-card {
  display: flex;
  flex-direction: column;
  padding: 32px;
  background: #192226;
  border-radius: 16px;
  box-sizing: border-box;
  min-height: 100%;
}

.earn-card.earn-card--staking {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 600px;
  min-height: 556px;
  height: auto;
  margin: 0;
  padding: 24px 24px 32px;
  border: 0;
  border-radius: 24px;
  background: #192226;
  box-sizing: border-box;
  vertical-align: baseline;
  unicode-bidi: isolate;
}

@media (min-width: 900px) {
  .earn-card.earn-card--staking {
    padding: 40px;
  }
}

@media (min-width: 1440px) {
  .earn-card.earn-card--staking {
    margin-left: 0;
  }
}

.earn-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
}

.earn-card__head--savings {
  margin-bottom: 24px;
}

.earn-card__name {
  margin: 0 0 4px;
  font-family: Manrope, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}

.earn-card.earn-card--staking .earn-card__name {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 166.06px;
  max-width: 100%;
  min-height: 44px;
  height: auto;
  margin: 0 0 4px;
  padding: 0;
  border: 0;
  font-family: Manrope, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #ffffff;
}

@media (min-width: 900px) {
  .earn-card.earn-card--staking .earn-card__name {
    font-size: 32px;
    line-height: initial;
  }
}

.earn-card__sub {
  margin: 0;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #b0b3b4;
}

.earn-card.earn-card--savings .earn-card__name {
  display: block;
  box-sizing: border-box;
  width: 529px;
  max-width: 100%;
  min-height: 44px;
  height: auto;
  margin: 0 0 4px;
  padding: 0;
  border: 0;
  font-family: Manrope, sans-serif;
  font-size: 32px;
  font-weight: 600;
  font-style: normal;
  line-height: initial;
  color: #ffffff;
  vertical-align: baseline;
  unicode-bidi: isolate;
}

.earn-card.earn-card--staking .earn-card__sub {
  display: block;
  box-sizing: border-box;
  width: 166.06px;
  max-width: 100%;
  min-height: 24px;
  height: auto;
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline: 0;
  padding: 0;
  border: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
  vertical-align: baseline;
  unicode-bidi: isolate;
}

.earn-asset-select {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  box-sizing: border-box;
  width: 120px;
  height: 50px;
  padding: 12px;
  border: 1px solid #d1d6d8;
  border-radius: 12px;
  background: transparent;
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.earn-asset-select:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: #e8ebec;
}

.earn-asset-select__left {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.earn-asset-select__icon {
  display: flex;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

.earn-asset-select__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.earn-asset-select__label {
  display: inline-block;
  box-sizing: inherit;
  width: 30.09px;
  max-width: 100%;
  min-height: 24px;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  line-height: 24px;
  vertical-align: baseline;
  cursor: pointer;
  flex-shrink: 0;
  white-space: nowrap;
}

.earn-asset-select__chev {
  flex-shrink: 0;
  opacity: 0.85;
  color: #fff;
}

.earn-staking__mid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px 24px;
  align-items: start;
  margin-bottom: 20px;
}

.earn-staking__label {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  unicode-bidi: isolate;
  vertical-align: baseline;
  font-family: Manrope, sans-serif;
}

.earn-staking__mid > .earn-staking__col:first-child .earn-staking__label {
  box-sizing: border-box;
  width: 163.8px;
  max-width: 100%;
  min-height: 17px;
  height: auto;
  margin: 0 0 4px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
  color: rgba(255, 255, 255, 0.6);
}

.earn-staking__col--reward .earn-staking__label {
  box-sizing: border-box;
  width: auto;
  max-width: 100%;
  min-height: 17px;
  margin: 0 0 4px;
  padding: 0;
  border: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
  color: rgba(255, 255, 255, 0.6);
  text-align: right;
}

.earn-staking__amount {
  margin: 0;
  font-family: Manrope, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  color: #fff;
}

.earn-staking__col--reward {
  text-align: right;
}

.earn-staking__pct {
  display: block;
  box-sizing: border-box;
  width: 135.97px;
  max-width: 100%;
  min-height: 40px;
  height: auto;
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline: 0;
  padding: 0;
  border: 0;
  unicode-bidi: isolate;
  vertical-align: baseline;
  font-family: Manrope, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  color: #4ade80;
  text-align: right;
}

.earn-staking__slider-wrap {
  margin-bottom: 28px;
}

.earn-staking__range {
  --pct: 50%;
  display: block;
  width: 100%;
  height: 8px;
  margin: 0;
  border-radius: 999px;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background: linear-gradient(
    to right,
    #14b8a6 0%,
    #14b8a6 var(--pct),
    rgba(255, 255, 255, 0.28) var(--pct),
    rgba(255, 255, 255, 0.28) 100%
  );
}

.earn-staking__range::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #14b8a6;
  border: 3px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
  cursor: grab;
}

.earn-staking__range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #14b8a6;
  border: 3px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
  cursor: grab;
}

.earn-staking__range::-moz-range-track {
  height: 8px;
  border-radius: 999px;
  background: transparent;
}

.earn-staking__stats {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.earn-staking__stat {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px 16px;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.earn-staking__stat-label {
  display: inline-block;
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  unicode-bidi: isolate;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.6);
  flex-shrink: 0;
}

.earn-staking__stat-main {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: flex-end;
  gap: 12px;
  text-align: right;
}

.earn-staking__stat-crypto {
  display: inline-block;
  margin: 0 10px 0 0;
  margin-block-start: 0;
  margin-block-end: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  unicode-bidi: isolate;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  color: rgb(255, 255, 255);
}

.earn-staking__stat-fiat {
  color: #b0b3b4;
  font-weight: 400;
}

.earn-savings__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 28px;
  flex: 1;
}

.earn-savings__tile {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  max-width: 252px;
  min-height: 124px;
  height: auto;
  margin: 0;
  padding: 24px 16px 20px 24px;
  border: 0;
  border-radius: 16px;
  background: #273032;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.earn-savings__tile-top {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  min-width: 0;
}

.earn-savings__coin-wrap {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  overflow: hidden;
}

.earn-savings__coin-img {
  width: 40px;
  height: 40px;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
  box-sizing: border-box;
}

.earn-savings__tile-meta {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  text-align: left;
}

.earn-savings__name {
  display: block;
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline: 0;
  padding: 0;
  border: 0;
  unicode-bidi: isolate;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
}

.earn-savings__tile-meta .earn-savings__ticker {
  margin: 0;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.6);
}

.earn-savings__reward {
  display: block;
  box-sizing: border-box;
  width: max-content;
  max-width: 100%;
  min-width: 0;
  min-height: 24px;
  height: auto;
  margin: 0;
  margin-top: auto;
  padding: 0;
  border: 0;
  unicode-bidi: isolate;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  color: #ffffff;
  white-space: nowrap;
}

@media (min-width: 900px) {
  .earn-savings__reward {
    margin-top: 16px;
  }
}

.earn-card.earn-card--savings .earn-card__sub {
  color: rgba(255, 255, 255, 0.6);
}

.earn-card__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  width: 100%;
  padding: 16px 24px;
  border-radius: 999px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
  background: var(--orange);
  text-align: center;
  transition: background 0.15s ease;
  box-sizing: border-box;
}

.earn-card__cta:hover {
  background: var(--orange-hover);
}

/* ─── NFT mint (after Earn section) ─── */
.nft-mint {
  padding: 80px 24px 96px;
  background: #081317;
}

.nft-mint__inner {
  max-width: 1272px;
  margin: 0 auto;
  box-sizing: border-box;
}

.nft-mint__head {
  margin-bottom: 40px;
  max-width: 720px;
}

.nft-mint__title {
  margin: 0 0 16px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.nft-mint__title-sans {
  display: block;
  font-family: Manrope, sans-serif;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.nft-mint__title-serif {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4.2vw, 48px);
  font-weight: 400;
  font-style: italic;
  line-height: 1.15;
  color: #f0f4f5;
}

.nft-mint__lede {
  margin: 0;
  max-width: 560px;
  font-family: var(--font);
  font-size: 15px;
  line-height: 1.55;
  font-weight: 500;
  color: rgba(160, 205, 208, 0.85);
}

.nft-mint__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}

.nft-mint__panel {
  background: #161b22;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-sizing: border-box;
  padding: 28px 24px 32px;
}

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

.nft-mint__tile {
  margin: 0;
  padding: 14px;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.nft-mint__tile:hover {
  border-color: rgba(0, 204, 204, 0.35);
  transform: translateY(-2px);
}

.nft-mint__tile-visual {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 10px;
  overflow: hidden;
  background: #0a0e12;
  margin-bottom: 12px;
}

.nft-mint__tile-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.nft-mint__tile-name {
  margin: 0 0 4px;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
}

.nft-mint__tile-floor {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  color: rgba(160, 205, 208, 0.72);
}

.nft-mint__form-title {
  margin: 0 0 6px;
  font-family: Manrope, sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}

.nft-mint__form-sub {
  margin: 0 0 22px;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(160, 205, 208, 0.75);
}

.nft-mint__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.nft-mint__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
}

.nft-mint__field-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(160, 205, 208, 0.65);
}

.nft-mint__input,
.nft-mint__select {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  font-family: var(--font);
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  transition: border-color 0.15s ease;
}

.nft-mint__input:focus,
.nft-mint__select:focus {
  outline: none;
  border-color: rgba(0, 204, 204, 0.45);
}

.nft-mint__select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M3 4.5L6 7.5L9 4.5' stroke='%23a0cdd0' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 36px;
}

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

.nft-mint__summary {
  margin: 8px 0 0;
  padding: 16px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.nft-mint__summary-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  font-size: 13px;
  line-height: 1.4;
}

.nft-mint__summary-row dt {
  margin: 0;
  color: rgba(139, 148, 158, 0.95);
  font-weight: 500;
}

.nft-mint__summary-row dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 600;
  text-align: right;
}

.nft-mint__submit {
  margin-top: 8px;
  width: 100%;
  padding: 16px 24px;
  border: none;
  border-radius: 999px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
  cursor: pointer;
  background: var(--orange);
  transition: background 0.15s ease, transform 0.15s ease;
}

.nft-mint__submit:hover {
  background: var(--orange-hover);
  transform: translateY(-1px);
}

@media (max-width: 1100px) {
  .nft-mint__layout {
    grid-template-columns: 1fr;
  }

  .nft-mint__panel--form {
    order: 2;
  }

  .nft-mint__panel--gallery {
    order: 1;
  }
}

@media (max-width: 640px) {
  .nft-mint {
    padding: 48px 16px 56px;
  }

  .nft-mint__head {
    margin-bottom: 28px;
    text-align: center;
    max-width: none;
  }

  .nft-mint__title {
    align-items: center;
  }

  .nft-mint__lede {
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
  }

  .nft-mint__panel {
    padding: 20px 16px 24px;
  }

  .nft-mint__gallery {
    gap: 12px;
  }

  .nft-mint__row {
    grid-template-columns: 1fr;
  }

  .nft-mint__tile {
    padding: 10px;
  }

  .nft-mint__tile-name {
    font-size: 14px;
  }

  .nft-mint__tile-floor {
    font-size: 12px;
  }
}

/* ─── CEX.IO Ecosystem ─── */
.ecosystem {
  padding: 80px 24px 96px;
  background: #081317;
}

.ecosystem__inner {
  max-width: 1224px;
  margin: 0 auto;
  box-sizing: border-box;
}

.ecosystem__head {
  width: 100%;
  max-width: 1224px;
  box-sizing: border-box;
}

.ecosystem__title {
  margin: 0;
  margin-block-end: 0.83em;
  padding: 0;
  border: 0;
  display: block;
  text-align: left;
  font-family: Manrope, sans-serif;
  font-weight: 600;
  color: #ffffff;
  font-size: 28px;
  line-height: 36px;
}

@media (min-width: 900px) {
  .ecosystem__head {
    min-height: 48px;
  }

  .ecosystem__title {
    font-size: 40px;
    line-height: 48px;
  }
}

.ecosystem__tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
}

.ecosystem__tab {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132.7px;
  min-height: 50px;
  padding: 12px 24px;
  border-radius: 24px;
  border: 1px solid #444b4e;
  background: transparent;
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

.ecosystem__tab:hover {
  background: rgba(255, 255, 255, 0.06);
}

.ecosystem__tab--active {
  background: #ffffff;
  color: #081317;
  border-color: #ffffff;
}

.ecosystem__tab--active:hover {
  background: #ffffff;
  color: #081317;
  border-color: #ffffff;
}

.ecosystem__grid {
  display: grid;
  grid-template-columns: 600px 1fr;
  grid-template-rows: 292px 292px;
  gap: 16px;
  align-items: stretch;
  min-height: 0;
}

.ecosystem-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  padding: 28px 24px 80px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 0;
}

.ecosystem-card--spot {
  grid-column: 1;
  grid-row: 1 / -1;
  width: 600px;
  height: 600px;
  min-height: 600px;
  max-height: 600px;
  padding: 40px 40px 88px;
  border-radius: 24px;
  background: #114147;
}

.ecosystem-card--spot::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: inherit;
  z-index: 0;
  pointer-events: none;
  backface-visibility: hidden;
  background-image:
    radial-gradient(
      47.03% 47.03% at 105.75% 64.75%,
      #38b2a9 0%,
      rgba(24, 91, 100, 0) 94.79%
    ),
    radial-gradient(
      43.11% 43.11% at 24.83% 110.75%,
      #38b2a9 0%,
      rgba(24, 91, 100, 0) 94.79%
    ),
    radial-gradient(
      141.42% 141.42% at 100% 100%,
      #38b2a9 0%,
      rgba(24, 91, 100, 0) 94.79%
    ),
    linear-gradient(60deg, #185b64 0%, #114147 100%);
  background-repeat: no-repeat;
  background-position:
    105% 65%,
    25% 112%,
    100% 100%,
    center;
  background-size:
    135% 135%,
    130% 130%,
    145% 145%,
    100% 100%;
}

/* 600×600 asset — anchored bottom-right, fills card width at 1:1 on desktop */
.ecosystem-card__spot-visual {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  max-width: 600px;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  object-position: right bottom;
  pointer-events: none;
  user-select: none;
}

.ecosystem-card--app {
  grid-column: 2;
  grid-row: 1;
  min-height: 292px;
  height: 100%;
  background: #f4927e;
}

.ecosystem-card--app::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: inherit;
  z-index: 0;
  pointer-events: none;
  background-color: transparent;
  background-image: url("../assets/exchange-app-ecosystem.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}

.ecosystem-card--api {
  grid-column: 2;
  grid-row: 2;
  min-height: 292px;
  height: 100%;
  background: linear-gradient(180deg, #40bfc9 0%, #1a7c7a 100%);
}

.ecosystem-card--api::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: inherit;
  z-index: 0;
  pointer-events: none;
  transition: transform 0.3s ease-out;
  background-color: transparent;
  background-image: url("../assets/api-ecosystem.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
}

.ecosystem-card__text {
  position: relative;
  z-index: 2;
  max-width: 320px;
}

.ecosystem-card--spot .ecosystem-card__text {
  width: 520px;
  max-width: 100%;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.ecosystem-card--app .ecosystem-card__text {
  width: 520px;
  max-width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ecosystem-card--app .ecosystem-card__title {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  max-width: 520px;
  min-height: 40px;
  font-family: Manrope, sans-serif;
  font-weight: 600;
  color: #ffffff;
  font-size: 24px;
  line-height: 32px;
}

.ecosystem-card--api .ecosystem-card__text {
  width: 520px;
  max-width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.ecosystem-card--api .ecosystem-card__title {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  max-width: 520px;
  min-height: 40px;
  font-family: Manrope, sans-serif;
  font-weight: 600;
  color: #ffffff;
  font-size: 24px;
  line-height: 32px;
}

.ecosystem-card__title {
  margin: 0 0 12px;
  font-family: Manrope, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  color: #fff;
}

.ecosystem-card--spot .ecosystem-card__title {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
  z-index: 1;
  font-family: Manrope, sans-serif;
  font-weight: 600;
  color: #ffffff;
  font-size: 24px;
  line-height: 32px;
}

.ecosystem-card--spot .ecosystem-card__arrow {
  left: 40px;
  bottom: 40px;
}

@media (min-width: 900px) {
  .ecosystem-card--spot .ecosystem-card__title {
    font-size: 32px;
    line-height: 40px;
  }

  .ecosystem-card--app .ecosystem-card__title {
    font-size: 32px;
    line-height: 40px;
  }

  .ecosystem-card--api .ecosystem-card__title {
    font-size: 32px;
    line-height: 40px;
  }
}

.ecosystem-card__desc {
  margin: 0;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.92);
}

.ecosystem-card--spot .ecosystem-card__desc {
  display: block;
  margin: 16px 0 0 0;
  padding: 0;
  border: 0;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 80%;
  max-width: 416px;
  min-height: 48px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #ffffffcc;
}

.ecosystem-card--api .ecosystem-card__desc {
  display: block;
  margin: 16px 0 0 0;
  padding: 0;
  border: 0;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 80%;
  max-width: 416px;
  min-height: 48px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #ffffffcc;
}

.ecosystem-card__img {
  position: absolute;
  right: -8%;
  bottom: 0;
  width: min(72%, 360px);
  height: auto;
  max-height: 78%;
  object-fit: contain;
  object-position: right bottom;
  pointer-events: none;
  z-index: 1;
}

.ecosystem-card__arrow {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 3;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  padding: 8px;
  border: none;
  border-radius: 56px;
  background-color: #ffffff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease-out;
}

.ecosystem-card__arrow:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.ecosystem__placeholder {
  margin: 0;
  padding: 48px 24px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.55);
  text-align: center;
}

.ecosystem__dots {
  display: none;
}

/* ─── Recognition & media ─── */
.recognition {
  padding: 96px 24px 100px;
  background: #081317;
}

.recognition__inner {
  max-width: 1224px;
  margin: 0 auto;
  box-sizing: border-box;
}

.recognition__title {
  margin: 0 0 48px;
  width: 100%;
  max-width: 1224px;
  min-height: 48px;
  display: block;
  font-family: Manrope, sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  color: #ffffff;
  text-align: left;
}

.recognition__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
}

.recognition__dots {
  display: none;
}

.recognition-card {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  max-width: 382px;
  height: 200px;
  box-sizing: border-box;
  padding: 32px 32px 40px;
  border-radius: 24px;
  background-color: #192226;
  min-height: 0;
  justify-self: center;
}

.recognition-card__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 0;
  margin-bottom: 8px;
  width: 100%;
  flex-shrink: 1;
}

.recognition-card__logo-img {
  display: block;
  width: 100%;
  max-width: 200px;
  height: 64px;
  aspect-ratio: auto 300 / 64;
  max-height: 60px;
  object-fit: contain;
  filter: invert(0.5);
  margin: 0;
  padding: 0;
  border: 0;
}

.recognition-card__logo-img--fullcolor {
  filter: none;
}

.recognition-card__logo--fintech {
  gap: 12px;
}

.recognition-card__logo-hex {
  width: 38px;
  height: 38px;
  background: linear-gradient(135deg, #6366f1 0%, #22d3ee 45%, #f472b6 100%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.recognition-card__logo-text {
  font-family: Manrope, sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.06em;
  color: #9ba3af;
  text-transform: uppercase;
  line-height: 1.25;
}

.recognition-card__logo-text--sm {
  font-size: 11px;
  letter-spacing: 0.08em;
  max-width: 18em;
}

.recognition-card__logo-text--wordmark {
  text-transform: none;
  letter-spacing: 0.02em;
  font-size: 15px;
  font-weight: 600;
  color: #c5cdd6;
}

.recognition-card__logo-text--ccdata {
  font-size: 18px;
  letter-spacing: 0.14em;
  text-transform: none;
  font-weight: 700;
  color: #c5cdd6;
}

.recognition-card__logo-text--hedgeweek {
  color: #e8913a;
  text-transform: none;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.recognition-card__logo-text--kaiko {
  font-size: 19px;
  font-weight: 700;
  color: #f97316;
  text-transform: none;
  letter-spacing: 0.04em;
}

.recognition-card__logo-text--bi {
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: none;
  font-weight: 600;
  line-height: 1.35;
  max-width: 14em;
  color: #9ba3af;
}

.recognition-card__heading {
  margin: 0 0 6px;
  font-family: Manrope, sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
}

.recognition-card__heading--ccdata {
  width: 76.08px;
  max-width: 100%;
  margin: 24px 0 0;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
}

.recognition-card__heading--vetted {
  width: 142.47px;
  max-width: 100%;
  margin: 24px 0 0;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
}

.recognition-card__heading--defi {
  width: 216.8px;
  max-width: 100%;
  margin: 24px 0 0;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
}

.recognition-card__heading--hedgeweek {
  width: 125.39px;
  max-width: 100%;
  margin: 24px 0 0;
  padding: 0;
  border: 0;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
}

.recognition-card__heading--investopedia {
  width: 112.02px;
  max-width: 100%;
  margin: 24px 0 0;
  padding: 0;
  border: 0;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
  white-space: nowrap;
}

.recognition-card__heading--kaiko {
  width: 122.83px;
  max-width: 100%;
  min-height: 25px;
  margin: 24px 0 0;
  padding: 0;
  border: 0;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: rgb(255, 255, 255);
}

.recognition-card__heading--forbes {
  width: 117.55px;
  max-width: 100%;
  margin: 24px 0 0;
  padding: 0;
  border: 0;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: rgb(255, 255, 255);
}

.recognition-card__heading--business-insider {
  width: 271.2px;
  max-width: 100%;
  min-height: 26px;
  margin: 24px 0 0;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: rgb(255, 255, 255);
}

.recognition-card__meta {
  margin: 0;
  font-family: Manrope, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #9ba3af;
}

.recognition-card__meta--ccdata {
  width: 268.34px;
  max-width: 100%;
  margin: 8px 0 0;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}

.recognition-card__meta--vetted {
  width: 213.89px;
  max-width: 100%;
  margin: 8px 0 0;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}

.recognition-card__meta--defi {
  width: 132.27px;
  max-width: 100%;
  margin: 8px 0 0;
  padding: 0;
  border: 0;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}

.recognition-card__meta--hedgeweek {
  width: 159.06px;
  max-width: 100%;
  margin: 8px 0 0;
  padding: 0;
  border: 0;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}

.recognition-card__meta--investopedia {
  width: 88.66px;
  max-width: 100%;
  margin: 8px 0 0;
  padding: 0;
  border: 0;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  white-space: nowrap;
}

.recognition-card__meta--kaiko {
  width: 224.11px;
  max-width: 100%;
  margin: 8px 0 0;
  padding: 0;
  border: 0;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}

.recognition-card__meta--forbes {
  width: 224.11px;
  max-width: 100%;
  margin: 8px 0 0;
  padding: 0;
  border: 0;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}

.recognition-card__meta--business-insider {
  width: 88.41px;
  max-width: 100%;
  margin: 8px 0 0;
  padding: 0;
  border: 0;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  white-space: nowrap;
}

.recognition-media {
  margin-top: 64px;
  text-align: center;
}

.recognition-media__lead {
  width: 100%;
  max-width: 1224px;
  margin: 48px 0 0;
  padding: 0;
  border: 0;
  display: block;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: rgb(255, 255, 255);
}

.recognition-media__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
  gap: 0;
}

.recognition-media__item {
  flex: 0 0 calc(33.3333%);
  min-width: 0;
  width: 408px;
  height: 64px;
  margin: 0;
  padding: 0;
  border: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.recognition-media__logo-img {
  display: block;
  width: 100%;
  max-width: 240px;
  max-height: 64px;
  height: 64px;
  object-fit: contain;
  filter: invert(0.5);
  margin: 0;
  padding: 0;
  border: 0;
}

.recognition-media__item--text {
  justify-content: center;
}

.recognition-media__label {
  display: block;
  color: rgba(255, 255, 255, 0.55);
  font-family: Manrope, sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.recognition-media__label--lg {
  font-size: 24px;
  line-height: 28px;
}

.recognition-media__label--sm {
  font-size: 20px;
  line-height: 24px;
}

.recognition-media__label--hodl {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.recognition-media__dots {
  display: none;
}

/* ─── Around block ─── */
.around-block {
  padding: 32px 24px 80px;
  background: #081317;
}

.around-block__inner {
  max-width: 1224px;
  margin: 0 auto;
  box-sizing: border-box;
}

.around-block__title {
  margin: 0;
  width: 100%;
  max-width: 1224px;
  min-height: 48px;
  display: block;
  font-family: Manrope, sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  color: #ffffff;
  text-align: left;
}

.around-block__sub {
  margin: 12px 0 0;
  width: 100%;
  max-width: 1224px;
  min-height: 32px;
  display: block;
  padding: 0;
  border: 0;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  text-align: left;
  color: rgba(255, 255, 255, 0.6);
}

.around-block__grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(2, 600px);
  justify-content: space-between;
  gap: 24px;
}

.around-block__dots {
  display: none;
}

.around-block-card {
  position: relative;
  width: 600px;
  height: 600px;
  border-radius: 24px;
  overflow: hidden;
  background: #192226;
}

.around-block-card__flip-inner {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  transition: transform 0.6s ease;
}

.around-block-card.is-flipped .around-block-card__flip-inner {
  transform: rotateY(180deg);
}

.around-block-card__face {
  position: absolute;
  inset: 0;
  border-radius: 24px;
  overflow: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.around-block-card__face--front {
  background: #192226;
}

.around-block-card__face--back {
  background: #192226;
  transform: rotateY(180deg);
  padding: 32px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.around-block-card__title {
  position: relative;
  z-index: 1;
  width: 520px;
  max-width: calc(100% - 64px);
  min-height: 44px;
  margin: 0;
  padding: 32px 0 0 32px;
  border: 0;
  font-family: Manrope, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: initial;
  color: rgb(255, 255, 255);
  white-space: nowrap;
}

.around-block-card__title--back {
  width: 100%;
  max-width: none;
  min-height: 0;
  padding: 0;
  font-size: 42px;
  line-height: 1.05;
  white-space: normal;
}

.around-block-card__title--regulated-back {
  width: 520px;
  max-width: 100%;
  min-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  font-family: Manrope, sans-serif;
  font-size: 32px;
  line-height: initial;
  font-weight: 600;
  color: rgb(255, 255, 255);
  pointer-events: auto;
}

.around-block-card__title--global-back {
  width: 520px;
  max-width: 100%;
  min-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  font-family: Manrope, sans-serif;
  font-size: 32px;
  line-height: initial;
  font-weight: 600;
  color: rgb(255, 255, 255);
}

.around-block-card__copy {
  margin: 0;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  font-size: 31px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.92);
}

.around-block-card__copy--regulated-main {
  width: 520px;
  max-width: 100%;
  min-height: 72px;
  margin: 0;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
  border: 0;
  color: inherit;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.around-block-card__copy--regulated-extra {
  width: 520px;
  max-width: 100%;
  min-height: 72px;
  margin: 0;
  margin-top: 8px;
  margin-bottom: 0;
  padding: 0;
  border: 0;
  color: inherit;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.around-block-card__copy--global-main {
  width: 520px;
  max-width: 100%;
  min-height: 72px;
  margin: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  border: 0;
  color: inherit;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.around-block-card__copy--global-extra {
  width: 520px;
  max-width: 100%;
  min-height: 72px;
  margin: 0;
  margin-top: 8px;
  margin-bottom: 0;
  padding: 0;
  border: 0;
  color: inherit;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.around-block-card__link {
  color: #f18d73;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.around-block-card__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  transition: transform 0.3s ease-out;
  user-select: none;
  border-radius: 24px;
  margin: 0;
  padding: 0;
  border: 0;
}

.around-block-card__img--regulated {
  object-position: -33px bottom;
}

.around-block-card__img--global {
  object-position: 12px bottom;
}

/* ─── Member community ─── */
.member-community {
  padding: 84px 24px 92px;
  background: #081317;
}

.member-community__inner {
  max-width: 1224px;
  margin: 0 auto;
  box-sizing: border-box;
}

.member-community__title {
  margin: 0;
  width: 100%;
  max-width: 1224px;
  min-height: 48px;
  font-family: Manrope, sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  color: #ffffff;
  text-align: left;
}

.member-community__sub {
  margin: 12px 0 0;
  width: 100%;
  max-width: 1224px;
  min-height: 32px;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.6);
  text-align: left;
}

.member-community__panel {
  margin-top: 28px;
  width: 1224px;
  max-width: 100%;
  height: 485px;
  padding: 40px;
  gap: 90px;
  box-sizing: border-box;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(180deg, #010417 0%, #2b333f 100%);
  display: flex;
  flex-direction: row;
  align-items: center;
}

.member-community__map-wrap {
  position: relative;
  padding: 0;
  min-height: 0;
  flex: 1 1 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.member-community__map-wrap::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  width: 1px;
  height: calc(100% - 40px);
  background: rgba(255, 255, 255, 0.16);
}

.member-community__map {
  display: block;
  width: 100%;
  max-width: 560px;
  height: auto;
  object-fit: contain;
  user-select: none;
  pointer-events: none;
}

.member-community__map--hover {
  position: absolute;
  inset: 18px 24px 16px;
  width: auto;
  height: auto;
  opacity: 1;
  transition: opacity 0.25s ease;
}

.member-community__map--base {
  opacity: 0.72;
}

.member-community__map-wrap:hover .member-community__map--hover {
  opacity: 1;
}

.member-community__review {
  padding: 0;
  flex: 1 1 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.member-community__rating {
  display: block;
  margin: 24px 0 0;
  padding: 0;
  border: 0;
  width: 163.32px;
  height: 32px;
  aspect-ratio: auto 163 / 32;
  max-width: 100%;
}

.member-community__quote {
  margin: 24px 0 0;
  max-width: 100%;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.member-community__author {
  width: 68.61px;
  min-height: 32px;
  margin: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  text-align: center;
}

.member-community__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  margin: 24px 0 0;
  width: 285px;
  max-width: 100%;
  min-width: 64px;
  height: 56px;
  padding: 16px 32px;
  border-radius: 32px;
  border: 0;
  background-color: rgb(238, 130, 103);
  color: #ffffff;
  font-family: Manrope, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  text-transform: none;
  box-shadow: none;
  outline: 0;
  text-decoration: none;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.member-community__cta:hover {
  background: #f39a83;
}

/* ─── University ─── */
.university {
  padding: 84px 24px 96px;
  background: #081317;
}

.university__inner {
  max-width: 1224px;
  margin: 0 auto;
  box-sizing: border-box;
}

.university__title {
  margin: 0 0 48px;
  width: 100%;
  max-width: 1224px;
  min-height: 48px;
  display: block;
  font-family: Manrope, sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  color: #ffffff;
  text-align: left;
}

.university__layout {
  display: grid;
  grid-template-columns: 600px 1fr;
  gap: 24px;
  align-items: start;
}

.university-feature {
  position: relative;
  width: 600px;
  height: 600px;
  border-radius: 24px;
  overflow: hidden;
  background: #101a22;
}

.university-feature__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background:
    url("../assets/university-bg.png") no-repeat right bottom / contain,
    linear-gradient(203deg, #010417 0%, #2b333f 100%);
  transition: transform 0.3s ease-out;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 24px;
}

.university-feature__title {
  position: relative;
  z-index: 1;
  margin: 0;
  width: 395px;
  max-width: calc(100% - 64px);
  padding: 32px 0 0 32px;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  color: rgb(255, 255, 255);
}

.university-feature__desc {
  position: relative;
  z-index: 1;
  margin: 16px 0 0 32px;
  width: 294px;
  max-width: calc(100% - 64px);
  font-family: Manrope, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.7);
}

.university-feature__arrow {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 1;
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  color: #081317;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.26);
}

.university-list {
  width: 520px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 0;
}

.university-item {
  width: 100%;
  min-height: 132px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
  margin: 0;
  padding: 0;
  border: 0;
}

.university-item__thumb {
  position: relative;
  width: 125.47px;
  height: 132px;
  border-radius: 16px;
  overflow: hidden;
  background: rgb(8, 19, 23);
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.university-item__thumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s ease-out;
}

.university-item__thumb--1::before {
  background-image: url("../assets/university-item-1.png");
}

.university-item__thumb--2::before {
  background-image: url("../assets/university-item-2.png");
}

.university-item__thumb--3::before {
  background-image: url("../assets/university-item-3.png");
}

.university-item__thumb--4::before {
  background-image: url("../assets/university-item-4.png");
}

.university-item__body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.university-item__title {
  margin: 0;
  width: 371.11px;
  max-width: 100%;
  min-height: 26px;
  padding: 0;
  border: 0;
  font-family: Manrope, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: rgb(255, 255, 255);
}

.university-item__meta {
  margin: 8px 0 0;
  width: 371.11px;
  max-width: 100%;
  min-height: 24px;
  padding: 0;
  border: 0;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.6);
}

.university-item:hover .university-item__title {
  color: #f0f4ff;
}

/* ─── Sign up updates ─── */
.signup-updates {
  padding: 72px 24px 110px;
  background: #081317;
}

.signup-updates__inner {
  max-width: 1224px;
  margin: 0 auto;
  box-sizing: border-box;
}

.signup-updates__card {
  position: relative;
  width: 100%;
  min-height: 360px;
  border-radius: 24px;
  overflow: hidden;
  padding: 0;
  box-sizing: border-box;
  background: linear-gradient(180deg, #3dc8c0 0%, #2f8f90 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.signup-updates__card::before {
  content: "";
  position: absolute;
  top: -470px;
  left: -160%;
  z-index: 0;
  width: 6102.104px;
  height: 1861.36px;
  transform: rotate(-30deg);
  background: radial-gradient(50% 50% at 50% 50%, rgba(56, 178, 169, 0.42) 0%, rgba(24, 91, 100, 0) 94.79%);
  border-radius: 6102.104px;
  opacity: 0.48;
}

.signup-updates__content {
  width: 50%;
  max-width: 612px;
  min-height: 424px;
  padding: 80px 0 80px 80px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.signup-updates__title {
  margin: 0;
  width: 532px;
  max-width: 100%;
  font-family: Manrope, sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  color: #ffffff;
  text-align: left;
}

.signup-updates__sub {
  margin: 16px 0 0;
  width: 532px;
  max-width: 100%;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.6);
  text-align: left;
}

.signup-updates__form {
  margin-top: 28px;
  max-width: 560px;
}

.signup-updates__label {
  display: block;
  margin: 0 0 10px;
  width: 100%;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  font-size: 12px;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}

.signup-updates__row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.signup-updates__input {
  width: 320px;
  height: 55px;
  border-radius: 16px;
  border: 1px solid #ee8267;
  background: none;
  box-shadow: none;
  box-sizing: content-box;
  color: #ffffff;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 1.4375em;
  font-weight: 500;
  margin: 0;
  min-width: 0;
  display: block;
  -webkit-tap-highlight-color: transparent;
  padding: 0 18px;
  outline: none;
}

.signup-updates__input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.signup-updates__btn {
  width: 169px;
  height: 56px;
  border: 0;
  border-radius: 32px;
  background: #ee8267;
  color: #ffffff;
  font-family: Manrope, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  cursor: pointer;
}

.signup-updates__consent {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  border: 0;
}

.signup-updates__consent span {
  width: 249.7px;
  max-width: 100%;
  min-height: 20px;
  margin: 0;
  padding: 0;
  border: 0;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 500;
}

.signup-updates__check {
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  flex-shrink: 0;
}

.signup-updates__image-wrap {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 24px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.signup-updates__image {
  color: transparent;
  width: 550px;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
}

/* ─── Gateway content ─── */
.gateway-content {
  padding-left: 24px;
  padding-right: 24px;
  background: #081317;
}

.gateway-content__inner {
  width: 1272px;
  max-width: 100%;
  height: 300px;
  margin: 144px auto;
}

.gateway-content__article {
  height: 300px;
  margin: 0 auto;
  max-width: 720px;
  padding-right: 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  overflow-y: scroll;
  overflow-x: hidden;
  box-sizing: border-box;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.32) transparent;
}

.gateway-content__article::-webkit-scrollbar {
  width: 2px;
}

.gateway-content__article::-webkit-scrollbar-track {
  background: transparent;
}

.gateway-content__article::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

.gateway-content__article::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.26);
  border-radius: 999px;
}

.gateway-content__article::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.34);
}

.gateway-content__title {
  width: 701px;
  max-width: 100%;
  height: 169px;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  font-family: Manrope, sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 1.12;
  color: #ffffff;
  text-align: justify;
  text-justify: inter-word;
  text-align-last: left;
  overflow-wrap: break-word;
  word-break: normal;
}

.gateway-content__h3 {
  margin: 40px 0 14px;
  font-family: Manrope, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.26;
  color: #ffffff;
}

.gateway-content__p {
  margin: 0 0 18px;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.72);
}

.gateway-content__list {
  margin: 0 0 18px 22px;
  padding: 0;
  color: rgba(255, 255, 255, 0.72);
  font-family: Manrope, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}

.gateway-content__footnote {
  margin: 20px 0 0;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.6);
  font-style: italic;
}

.gateway-content__faq-item {
  margin: 34px 0 0;
}

.gateway-content__faq-q {
  margin: 0;
  font-family: Manrope, sans-serif;
  font-weight: 600;
  font-size: 44px;
  line-height: 1.2;
  color: #ffffff;
  text-align: left;
}

.gateway-content__faq-a {
  margin: 12px 0 0;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.72);
}

.gateway-content__link {
  color: #ee8267;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.around-block-card__btn {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  width: 56px;
  height: 56px;
  border: none;
  border-radius: 50%;
  background: #f18d73;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.28);
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.around-block-card__btn:hover {
  transform: scale(1.04);
  background: #f39a83;
}

.around-block-card.is-flipped .around-block-card__btn {
  background: #ffffff;
  color: #2f3940;
}

.around-block-card.is-flipped .around-block-card__btn .around-block-card__btn-icon {
  transform: rotate(45deg);
}

.around-block-card__btn-icon {
  width: 22px;
  height: 22px;
  transition: transform 0.2s ease;
}

/* ─── Footer ─── */
.site-footer {
  width: 100%;
  margin: 0;
  border: 0;
  background-color: #0e2026;
  color: #ffffff;
  padding: 48px 24px 48px;
}

.site-footer,
.site-footer * {
  font-family: "Open Sans", serif;
  vertical-align: baseline;
}

.site-footer__inner {
  max-width: 1272px;
  margin: 0 auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 0.9fr;
  column-gap: 40px;
  row-gap: 28px;
}

.footer-logo {
  width: 140px;
  height: 40px;
  margin-bottom: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-logo__svg {
  width: 140px;
  height: 40px;
  overflow: hidden;
}

.footer-newsletter__title {
  width: 320px;
  max-width: 100%;
  min-height: 32px;
  margin: 20px 0 34px;
  font-family: "Open Sans", serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #fff;
  text-align: start;
}

.footer-newsletter__label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.footer-newsletter__input {
  display: block;
  width: 100%;
  max-width: 320px;
  border: 0;
  border-bottom: 1px solid rgba(195, 214, 223, 0.68);
  background: transparent;
  color: #fff;
  font-family: "Open Sans", serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  padding: 0 0 8px;
  margin: 0 0 18px;
  outline: 0;
}

.footer-newsletter__input::placeholder {
  color: rgba(255, 255, 255, 0.64);
  opacity: 1;
}

.footer-newsletter__consent {
  margin-top: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: Manrope, sans-serif;
  font-size: 10px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.75);
}

.footer-newsletter__consent input {
  width: 14px;
  height: 14px;
}

.footer-newsletter__btn {
  margin-top: 34px;
  width: 100%;
  max-width: 360px;
  height: 56px;
  border: 0;
  border-radius: 32px;
  background: #ee8267;
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  cursor: pointer;
}

.footer-col {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.footer-col--newsletter {
  width: 320px;
  max-width: 100%;
}

.footer-col--information {
  grid-column: 2;
  grid-row: 2;
}

.footer-col--tools {
  grid-column: 3;
  grid-row: 2;
}

.footer-col__title {
  width: 237px;
  max-width: 100%;
  min-height: 26px;
  margin: 0 0 8px;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  color: #fff;
  text-align: left;
}

.footer-col a {
  display: block;
  width: 237px;
  max-width: 100%;
  min-height: 22px;
  margin: 0 0 8px;
  padding: 0;
  border: 0;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  cursor: pointer;
}

.footer-col__more {
  color: #ee8267 !important;
}

.footer-socials {
  width: 196px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

.footer-socials a {
  width: 40px;
  height: 40px;
  margin: 0;
  margin-right: 12px;
  padding: 0;
  border-radius: 100%;
  background-color: #0e2026;
  border: 1px solid #ffffff33;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.footer-socials a:last-child {
  margin-right: 0;
}

.footer-socials svg {
  width: 15.75px;
  height: 15.05px;
  display: block;
}

.footer-status {
  width: 196px;
  min-width: 196px;
  max-width: 196px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  background-color: #0e2026;
  color: #ffffff;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-size: 14px !important;
  line-height: 22px;
  cursor: pointer;
  transition: transform 0.3s;
  margin-bottom: 32px !important;
}

.footer-cards {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.footer-cards__visa {
  width: 64px;
  height: 20px;
  display: block;
}

.footer-cards__mastercard {
  width: 30px;
  height: 18px;
  display: block;
}

.footer-cards__pci {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  font-family: "Open Sans", serif;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
}

.footer-cards__pci span {
  margin-left: 2px;
  font-size: 11px;
  font-weight: 600;
  vertical-align: super;
}

.footer-legal {
  margin-top: 56px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-legal__row {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.footer-legal p {
  margin: 0 0 8px;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.48);
}

.footer-legal a {
  color: #ee8267;
  text-decoration: underline;
}

@media (max-width: 1200px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px 28px;
  }

  .footer-col--information,
  .footer-col--tools {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 640px) {
  .site-footer {
    padding: 40px 0 26px;
  }

  .site-footer__inner {
    padding: 0 6px;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 22px;
  }

  .footer-col--newsletter {
    width: 100%;
    grid-column: 1 / -1;
  }

  .footer-logo {
    margin-bottom: 28px;
    justify-content: flex-start;
  }

  .footer-newsletter__title {
    margin: 0 0 20px;
    width: auto;
    min-height: 0;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
  }

  .footer-newsletter__input {
    max-width: 100%;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 10px;
  }

  .footer-newsletter__consent {
    font-size: 10px;
    line-height: 15px;
    gap: 10px;
    margin-bottom: 0;
  }

  .footer-newsletter__consent input {
    width: 20px;
    height: 20px;
    border-radius: 4px;
  }

  .footer-newsletter__btn {
    max-width: 100%;
    margin-top: 20px;
    height: 56px;
    border-radius: 32px;
    font-size: 16px;
    line-height: 24px;
  }

  .footer-col__title {
    width: 100%;
    min-height: 0;
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
  }

  .footer-col a {
    width: 100%;
    min-height: 0;
    margin: 0 0 8px;
    font-size: 11px;
    line-height: 1.5;
    font-weight: 400;
    word-break: break-word;
  }

  .footer-col--services {
    grid-column: 1;
    grid-row: 2;
  }

  .footer-col--information {
    grid-column: 2;
    grid-row: 2;
  }

  .footer-col--about {
    grid-column: 1;
    grid-row: 3;
  }

  .footer-col--tools {
    grid-column: 2;
    grid-row: 3;
  }

  .footer-col--follow {
    grid-column: 1 / -1;
    grid-row: 4;
  }

  .footer-socials {
    margin-top: 8px;
    margin-bottom: 12px;
  }

  .footer-status {
    margin-bottom: 14px !important;
  }

  .footer-cards__pci {
    font-size: 24px;
  }

  .footer-legal {
    display: block;
    margin-top: 36px;
  }

  .footer-legal__row {
    flex-direction: column;
    gap: 0;
  }

  .footer-legal p {
    font-size: 11px;
    line-height: 1.45;
  }
}

@media (max-width: 480px) {
  .footer-socials {
    width: 100%;
    max-width: 196px;
  }

  .footer-status {
    width: 100%;
    min-width: 0;
    max-width: 196px;
  }
}

@media (min-width: 900px) {
  .recognition__title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 56px;
  }

  .around-block__title {
    font-size: 40px;
    line-height: 48px;
  }
}

@media (max-width: 1100px) {
  .university__layout {
    grid-template-columns: 1fr;
  }

  .university-feature {
    width: 100%;
    max-width: 600px;
    height: auto;
    aspect-ratio: 1 / 1;
  }

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

  .recognition-card {
    grid-column: span 1;
  }
}

@media (max-width: 640px) {
  .recognition {
    padding: 64px 16px 72px;
  }

  .recognition__title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 36px;
    min-height: 0;
  }

  .recognition-card {
    max-width: 100%;
    height: auto;
    min-height: 200px;
    padding: 28px 24px 36px;
  }

  .recognition-media {
    margin-top: 48px;
  }

  .recognition-media__lead {
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .recognition-media__logos {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 12px;
    margin-top: 0;
  }

  .recognition-media__item {
    flex: 0 0 auto;
    width: 100%;
    height: 56px;
    border-radius: 12px;
    background: #1d2529;
    justify-content: center;
    padding: 0 10px;
  }

  .recognition-media__logo-img {
    max-width: 140px;
    height: 30px;
  }

  .recognition-media__label--lg {
    font-size: 14px;
    line-height: 20px;
  }

  .recognition-media__label--sm {
    font-size: 12px;
    line-height: 18px;
  }

  .recognition-media__label--hodl {
    font-size: 11px;
    line-height: 16px;
  }

  .recognition-media__dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
  }

  .recognition-media__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.35);
  }

  .recognition-media__dot--active {
    background: var(--orange);
  }

  .around-block {
    padding: 24px 16px 64px;
  }

  .around-block__title {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    min-height: 0;
  }

  .around-block__sub {
    margin-top: 10px;
    text-align: center;
    font-size: 18px;
    line-height: 42px;
  }

  .around-block__grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    margin: 22px -16px 0;
    padding: 0 16px 8px;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 16px;
    -webkit-overflow-scrolling: touch;
  }

  .around-block-card {
    flex: 0 0 min(352px, calc(100vw - 48px));
    width: min(352px, calc(100vw - 48px));
    max-width: min(352px, calc(100vw - 48px));
    height: 344px;
    min-height: 344px;
    aspect-ratio: auto;
    scroll-snap-align: center;
  }

  .around-block-card__title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    padding: 24px 0 0 24px;
    max-width: calc(100% - 58px);
  }

  .around-block-card__title--back {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
  }

  .around-block-card--regulated .around-block-card__title,
  .around-block-card__title--regulated-back {
    font-size: 21px;
    line-height: 28px;
  }

  .around-block-card__face--back {
    padding: 24px;
    gap: 12px;
  }

  .around-block-card__title--back {
    font-size: 28px;
    line-height: 1.1;
  }

  .around-block-card__copy {
    font-size: 18px;
    line-height: 1.35;
  }

  .around-block-card__btn {
    right: 18px;
    bottom: 18px;
    width: 52px;
    height: 52px;
  }

  .around-block__dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
  }

  .around-block__dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.35);
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: background 0.2s ease, transform 0.2s ease;
  }

  .around-block__dot--active {
    background: var(--orange);
    transform: scale(1.15);
  }

  .around-block__grid {
    scrollbar-width: none;
  }

  .around-block__grid::-webkit-scrollbar {
    display: none;
  }

  .member-community {
    padding: 64px 16px 72px;
  }

  .member-community__title {
    font-size: 24px;
    line-height: 32px;
    min-height: 0;
    text-align: center;
  }

  .member-community__sub {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.4;
    min-height: 0;
    text-align: center;
  }

  .member-community__panel {
    margin-top: 20px;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 0;
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .member-community__map-wrap {
    min-height: 220px;
    padding: 18px 16px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
  }

  .member-community__map-wrap::after {
    display: none;
  }

  .member-community__map {
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  .member-community__map--hover {
    position: absolute;
    inset: 18px 18px 14px;
    width: auto;
    height: auto;
    opacity: 1;
  }

  .member-community__map--base {
    display: block;
    opacity: 0.72;
  }

  .member-community__review {
    padding: 16px 20px 20px;
    align-items: center;
    text-align: center;
  }

  .member-community__rating {
    margin: 8px 0 0;
    width: 132px;
    height: 24px;
  }

  .member-community__quote {
    margin: 18px 0 0;
    font-size: 18px;
    line-height: 1.4;
    max-width: 100%;
  }

  .member-community__author {
    margin-top: 10px;
    width: auto;
    min-height: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .member-community__cta {
    display: inline-flex;
    width: 100%;
    max-width: none;
    min-height: 56px;
    margin-top: 22px;
    font-size: 18px;
    line-height: 24px;
  }

  .university {
    padding: 64px 16px 72px;
  }

  .university__title {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
    min-height: 0;
  }

  .university__layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    align-items: start;
  }

  .university-feature {
    width: 100%;
    max-width: none;
    height: 360px;
    aspect-ratio: auto;
    border-radius: 24px;
  }

  .university-feature__bg {
    background:
      url("../assets/university-bg.png") no-repeat right bottom / 76%,
      linear-gradient(203deg, #010417 0%, #2b333f 100%);
  }

  .university-feature__title {
    width: auto;
    max-width: calc(100% - 48px);
    padding: 24px 0 0 24px;
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
  }

  .university-feature__desc {
    margin: 14px 0 0 24px;
    width: auto;
    max-width: calc(100% - 48px);
    font-size: 14px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.75);
  }

  .university-feature__arrow {
    left: 20px;
    bottom: 20px;
    width: 56px;
    height: 56px;
  }

  .university-list {
    width: 100%;
    gap: 12px;
  }

  .university-item {
    min-height: 0;
    gap: 12px;
    align-items: center;
    padding: 2px 0;
  }

  .university-item__thumb {
    width: 96px;
    height: 54px;
    border-radius: 6px;
    flex-shrink: 0;
  }

  .university-item__body {
    flex: 1;
    min-width: 0;
  }

  .university-item__title {
    width: auto;
    min-height: 0;
    font-size: 18px;
    line-height: 1.3;
    margin: 0 0 4px;
  }

  .university-item__meta {
    width: auto;
    min-height: 0;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
  }

  .signup-updates {
    padding: 56px 16px 76px;
  }

  .signup-updates__card {
    min-height: 320px;
    padding: 28px 20px 24px;
    display: block;
  }

  .signup-updates__content {
    width: 100%;
    max-width: none;
    min-height: 0;
    padding: 0;
  }

  .signup-updates__title {
    font-size: 32px;
    line-height: 40px;
    max-width: 360px;
  }

  .signup-updates__sub {
    font-size: 16px;
    line-height: 24px;
    max-width: 360px;
  }

  .signup-updates__row {
    flex-wrap: wrap;
  }

  .signup-updates__input,
  .signup-updates__btn {
    width: 100%;
  }

  .signup-updates__image-wrap {
    width: 100%;
    margin-top: 20px;
    padding-right: 0;
    justify-content: center;
  }

  .signup-updates__image {
    width: min(550px, 100%);
  }

  .gateway-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .gateway-content__inner {
    margin: 80px auto;
  }

  .gateway-content__article {
    max-width: 100%;
    padding-right: 0;
    border-right: 0;
  }

  .gateway-content__title {
    width: auto;
    max-width: 100%;
    height: auto;
    min-height: 0;
    font-size: 32px;
    line-height: 40px;
    text-align: left;
    text-justify: auto;
    text-align-last: auto;
  }

  .gateway-content__h3 {
    font-size: 28px;
    line-height: 1.25;
  }
}

@media (max-width: 480px) {
  .recognition__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1100px) {
  .earn-flex__cards {
    grid-template-columns: 1fr;
  }

  .earn-flex__title {
    width: 100%;
    min-width: 0;
    min-height: 0;
    height: auto;
    font-size: 28px;
    line-height: 36px;
  }
}

@media (max-width: 640px) {
  .earn-flex {
    padding: 48px 16px 64px;
  }

  .earn-flex__header {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 20px;
  }

  .earn-flex__title {
    width: auto;
    max-width: 100%;
    min-height: 0;
    margin: 0;
    text-align: center;
    white-space: nowrap;
    font-size: clamp(20px, 5.2vw, 24px);
    line-height: 1.3;
  }

  .earn-flex__link {
    display: inline-block;
    text-align: center;
  }

  /* Match ref: two side-by-side metric columns on mobile */
  .earn-staking__mid {
    grid-template-columns: 1fr auto;
    gap: 12px 16px;
    align-items: start;
  }

  .earn-staking__col--reward {
    text-align: right;
  }

  .earn-staking__col--reward .earn-staking__label,
  .earn-staking__col--reward .earn-staking__pct {
    text-align: right;
  }

  /* Match mobile ref: each earning row is label line + value line */
  .earn-staking__stats {
    gap: 16px;
  }

  .earn-staking__stat {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2px;
  }

  .earn-staking__stat-label {
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.65);
  }

  .earn-staking__stat-main {
    width: 100%;
    display: inline-flex;
    align-items: baseline;
    justify-content: flex-start;
    gap: 10px;
    text-align: left;
  }

  .earn-staking__stat-crypto {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .earn-staking__stat-fiat {
    font-size: 16px;
    line-height: 24px;
    color: #9ea5a8;
  }

  .earn-savings__grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 24px;
  }

  .earn-savings__tile {
    max-width: none;
    width: 100%;
    min-height: 0;
    height: 64px;
    padding: 12px 14px;
    border-radius: 16px;
    background: #273032;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    box-sizing: border-box;
    overflow: hidden;
  }

  .earn-savings__tile-top {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 56%;
    align-items: center;
    gap: 10px;
  }

  .earn-savings__coin-wrap {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    border-radius: 12px;
    background: #ffffff;
  }

  .earn-savings__coin-img {
    width: 40px;
    height: 40px;
  }

  .earn-savings__tile-meta {
    gap: 0;
    min-width: 0;
    overflow: hidden;
  }

  .earn-savings__name {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .earn-savings__tile-meta .earn-savings__ticker {
    font-size: 12px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.6);
  }

  .earn-card {
    padding: 24px;
  }

  .earn-card.earn-card--staking {
    max-width: none;
    min-height: 0;
    padding: 24px 24px 32px;
  }

  .earn-card.earn-card--staking .earn-card__name {
    width: auto;
    min-width: 0;
    min-height: 0;
    font-size: 22px;
    line-height: 28px;
  }

  .earn-card.earn-card--staking .earn-card__sub {
    width: auto;
    min-width: 0;
    min-height: 0;
  }

  .earn-card.earn-card--savings .earn-card__name {
    width: auto;
    min-width: 0;
    min-height: 0;
    font-size: 24px;
    line-height: 1.25;
  }

  .earn-card.earn-card--savings {
    padding: 24px;
    border-radius: 20px;
  }

  .earn-card.earn-card--savings .earn-card__head {
    margin-bottom: 16px;
  }

  .earn-card.earn-card--savings .earn-card__sub {
    font-size: 14px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.7);
  }

  .earn-savings__reward {
    width: auto;
    max-width: none;
    flex: 0 0 auto;
    min-height: 0;
    margin-top: 0;
    margin-left: 12px;
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
    text-align: right;
  }

  .earn-card.earn-card--savings .earn-card__cta {
    margin-top: 4px;
    height: 56px;
    border-radius: 999px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
  }
}

/* ─── Responsive ─── */
@media (max-width: 960px) {
  .ecosystem__grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    min-height: 0;
  }

  .ecosystem-card--spot,
  .ecosystem-card--app,
  .ecosystem-card--api {
    grid-column: 1;
    grid-row: auto;
    width: auto;
    max-height: none;
    height: auto;
    min-height: 320px;
  }

  .ecosystem-card--spot {
    min-height: 400px;
    padding: 28px 24px 80px;
  }

  .ecosystem-card--spot::before {
    background-size:
      135% 135%,
      130% 130%,
      145% 145%,
      100% 100%;
  }

  .ecosystem-card__spot-visual {
    right: 0;
    width: 100%;
    max-width: 100%;
  }

  .ecosystem-card--spot .ecosystem-card__arrow {
    left: 24px;
    bottom: 24px;
  }

  .ecosystem-card--app,
  .ecosystem-card--api {
    min-height: 320px;
  }

  .nav {
    display: none;
  }

  .hero__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hero__visual {
    max-width: 490px;
    margin: 0 auto;
  }

  .coin--usdt {
    left: -20px;
  }

  .coin--btc {
    right: -20px;
  }

  .coin--usdt img,
  .coin--btc img {
    width: 140px;
  }
}

@media (max-width: 540px) {
  body {
    padding-top: 72px;
  }

  .site-header {
    box-shadow: none;
  }

  .site-header__inner {
    min-height: 72px;
    padding: 16px;
    gap: 12px;
  }

  .logo__svg {
    width: 140px;
    height: 40px;
  }

  .site-header__actions {
    gap: 12px;
  }

  .site-header__actions .icon-btn,
  .site-header__actions .btn--ghost {
    display: none;
  }

  .site-header__actions .btn--primary.btn--sm {
    min-width: 92px;
    height: 40px;
    padding: 0 20px;
    border-radius: 24px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
  }

  .mobile-menu-btn {
    display: inline-flex;
  }

  .hero {
    padding: 32px 16px 40px;
  }

  .buy-card {
    width: 100%;
    min-height: auto;
    padding: 24px 20px;
  }

  .trust {
    flex-direction: column;
    gap: 20px;
  }

  .coin--usdt img {
    width: 100px;
  }

  .coin--btc img {
    width: 110px;
  }
}

/* ─── Mobile stabilization (no desktop impact) ─── */
@media (max-width: 960px) {
  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }

  .site-header,
  .hero,
  .below-hero,
  .promos,
  .markets,
  .opportunities,
  .site-footer {
    width: 100%;
    max-width: 100vw;
    box-sizing: border-box;
  }

  /* Dark band: curved top edge (no negative margin — avoids covering buy CTA) */
  .below-hero {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    position: relative;
    z-index: 1;
  }

  .hero {
    padding: 0 16px 32px;
    position: relative;
    z-index: 0;
  }

  .hero__grid {
    min-height: 0;
    height: auto;
    padding-top: 24px;
  }

  .hero__content {
    width: 100%;
    min-height: 0;
    height: auto;
    flex-direction: column;
    align-items: stretch;
    gap: 28px;
  }

  .hero__copy {
    width: 100%;
  }

  .hero__title,
  .hero__subtitle {
    width: 100%;
    max-width: 100%;
    min-height: 0;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .hero__title {
    margin-top: 8px;
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
  }

  .hero__subtitle {
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff99;
    font-weight: 500;
  }

  .trust {
    width: 100%;
    justify-content: center;
    gap: 28px;
  }

  .hero__visual {
    max-width: 100%;
    width: 100%;
    min-width: 0;
  }

  .buy-card {
    width: 100%;
    max-width: 100%;
    min-height: 0;
    padding: 20px;
    box-sizing: border-box;
  }

  .fields,
  .buy-card__meta,
  .buy-card__bottom {
    width: 100%;
  }

  .buy-card__meta {
    min-height: 44px;
    line-height: 20px;
  }

  .promos {
    padding: 40px 16px 8px;
  }

  .promos__inner {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    max-width: 100%;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
  }

  .promo-card {
    flex: 0 0 260px;
    min-height: 210px;
    scroll-snap-align: start;
  }

  .promo-card__desc {
    width: auto;
    min-height: 0;
  }

  .markets {
    padding: 0 16px;
    margin-top: 40px;
  }

  .markets__header {
    width: 100%;
    margin-bottom: 20px;
  }

  .markets__filters {
    overflow-x: auto;
    white-space: nowrap;
    gap: 10px;
    max-width: 100%;
    padding-bottom: 6px;
    margin-bottom: 20px;
  }

  .filter-pill {
    flex: 0 0 auto;
  }

  .markets__grid {
    overflow-x: auto;
    gap: 12px;
    max-width: 100%;
    padding-bottom: 8px;
  }

  .market-card {
    flex: 0 0 220px;
    min-height: 250px;
  }
}

@media (max-width: 640px) {
  body {
    padding-top: 72px;
  }

  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 60;
  }

  .site-header__inner {
    position: relative;
  }

  .hero__title {
    font-size: 24px;
    line-height: 32px;
  }

  .hero__subtitle {
    font-size: 16px;
    line-height: 24px;
  }

  .trust {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 24px;
  }

  .trust__label,
  .trust__mark {
    width: auto;
  }

  .coin {
    display: none;
  }

  .buy-card {
    border-radius: 18px;
    padding: 16px;
  }

  .field__row {
    gap: 8px;
    height: 52px;
    padding: 0 12px;
  }

  .field__input {
    font-size: 24px;
  }

  .buy-card__terms {
    margin: 20px 0 16px;
  }

  /* Generous inset below hero/buy — track doesn’t hug the section top (matches ref) */
  .promos {
    padding: 32px 12px 8px;
  }

  .promos__nav {
    display: inline-flex;
    width: 30px;
    height: 30px;
    font-size: 26px;
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(8, 19, 23, 0.75);
  }

  .promos__nav--prev {
    left: 2px;
  }

  .promos__nav--next {
    right: 2px;
  }

  .promos__inner {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 0 8px 8px;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 12px;
    -webkit-overflow-scrolling: touch;
  }

  /* Design spec: card 382×163 */
  .promo-card {
    flex: 0 0 min(382px, calc(100vw - 48px));
    width: min(382px, calc(100vw - 48px));
    max-width: 382px;
    height: 163px;
    min-height: 163px;
    max-height: 163px;
    box-sizing: border-box;
    border-radius: 16px;
    padding: 12px 14px 10px;
    text-align: left;
    align-items: flex-start;
    scroll-snap-align: center;
  }

  /* Text blocks: title 334×26, body 334×40 — all promo cards */
  .promo-card__title {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: 334px;
    max-width: 100%;
    height: 26px;
    min-height: 26px;
    max-height: 26px;
    margin: 0 0 4px;
    padding: 0;
    font-size: 13px;
    line-height: 26px;
    font-weight: 700;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .promo-card__desc {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: 334px;
    max-width: 100%;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    margin: 0;
    padding: 0;
    font-size: 11px;
    line-height: 13px;
    font-weight: 500;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow-wrap: anywhere;
  }

  .promo-card__img {
    z-index: 0;
  }

  .promo-card__img--br {
    width: 100px;
    right: 4px;
    bottom: 4px;
  }

  .promo-card__img--rebate {
    width: 56px;
  }

  .promo-card__img--competition {
    width: 80px;
  }

  .promo-card__footer {
    margin-top: auto;
    padding-top: 6px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
  }

  .promo-card__arrow {
    width: 28px;
    height: 28px;
    margin-top: 2px;
    padding: 5px;
  }

  .promo-card__arrow svg {
    width: 18px;
    height: 18px;
  }

  .markets {
    margin-top: 28px;
    padding: 0 12px 8px;
  }

  .markets__inner {
    min-height: 0;
  }

  .markets__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    margin-bottom: 16px;
  }

  .markets__title {
    font-size: 28px;
    line-height: 34px;
    text-align: center;
  }

  .markets__link {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: var(--orange);
    text-align: center;
  }

  .markets__link:hover {
    color: var(--orange-hover);
  }

  .markets__filters {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 380px;
    max-width: 100%;
    /* Air between pills and card row — matches ref spacing */
    margin: 0 auto 32px;
    padding: 0;
    overflow: visible;
    white-space: normal;
    box-sizing: border-box;
  }

  .markets__filters-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    box-sizing: border-box;
  }

  /* Spec: filter block 380×60 top band; first row pills 42px tall inside 60px row */
  .markets__filters-row--top {
    min-height: 60px;
  }

  .markets__filters-row--bottom {
    min-height: 45px;
  }

  /* Per design measurements (Top gainers 11.88 → 111.88px — 11.88px is too narrow for label) */
  .markets__filters-row--top .filter-pill:first-child {
    width: 111.88px;
    height: 42px;
    box-sizing: border-box;
  }

  .markets__filters-row--top .filter-pill:last-child {
    width: 130.72px;
    height: 42px;
    box-sizing: border-box;
  }

  .markets__filters-row--bottom .filter-pill:first-child {
    width: 128.54px;
    height: 45px;
    box-sizing: border-box;
  }

  .markets__filters-row--bottom .filter-pill:last-child {
    width: 182.05px;
    height: 42px;
    box-sizing: border-box;
  }

  /* Inactive: dark grey fill (slightly above page bg), thin light border — matches mobile ref */
  .filter-pill:not(.filter-pill--active) {
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgb(25, 34, 38);
    color: #fff;
  }

  .filter-pill:not(.filter-pill--active):hover {
    background: rgb(32, 42, 46);
    color: #fff;
  }

  .filter-pill--active {
    background: #fff;
    border-color: #fff;
    color: #081317;
  }

  .filter-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
    text-align: center;
    font-size: 12px;
    line-height: 1.2;
    border-radius: 999px;
    font-weight: 600;
    flex: 0 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .markets__grid {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 4px;
    scroll-snap-type: x mandatory;
  }

  .market-card {
    flex: 0 0 calc(50% - 5px);
    min-height: 168px;
    padding: 14px 10px;
    border-radius: 14px;
    scroll-snap-align: start;
  }

  .market-card__icon {
    width: 40px;
    height: 40px;
    margin-bottom: 6px;
  }

  .market-card__name {
    font-size: 14px;
  }

  .market-card__ticker {
    font-size: 12px;
  }

  .market-card__price {
    font-size: 14px;
    margin-top: 6px;
  }

  .market-card__change {
    font-size: 13px;
  }

  .market-card__buy {
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 10px;
  }

  .markets__nav {
    display: inline-flex;
    width: 30px;
    height: 30px;
    font-size: 26px;
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(8, 19, 23, 0.75);
  }

  .markets__nav--prev {
    left: 2px;
  }

  .markets__nav--next {
    right: 2px;
  }

  /* ─── Find your next crypto opportunity: swipe + dots; layout mirrors desktop (art bottom / left) ─── */
  .opportunities {
    padding: 40px 0 24px;
    overflow: visible;
  }

  .opportunities__inner {
    padding: 0 16px;
  }

  .opportunities__title {
    display: block;
    text-align: left;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 20px;
    padding: 0;
  }

  .opportunities__grid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 14px;
    margin: 0 -16px;
    padding: 0 16px 8px;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 16px;
    -webkit-overflow-scrolling: touch;
    grid-template-columns: none;
    grid-template-rows: none;
  }

  .opp-card,
  .opp-card--tall {
    flex: 0 0 322.19px;
    width: 322.19px;
    max-width: 322.19px;
    min-width: 322.19px;
    min-height: 344px;
    height: 344px;
    scroll-snap-align: center;
    grid-row: auto;
    padding: 0;
    border-radius: 24px;
  }

  .opp-card--tall {
    background: linear-gradient(203deg, #010417 0%, #2b333f 100%);
  }

  .opportunities__dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    padding: 0 8px;
  }

  .opportunities__dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.28);
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: background 0.2s ease, transform 0.2s ease;
  }

  .opportunities__dot--active {
    background: var(--orange);
    transform: scale(1.15);
  }

  /* Keep true flip layers on mobile (front and back occupy the same card area) */
  .opp-card--flip {
    perspective: 1200px;
  }

  .opp-card--flip .opp-card__flip-inner {
    position: absolute;
    inset: 0;
    transform-style: preserve-3d;
    transition: transform 0.55s ease;
    z-index: 0;
  }

  .opp-card--flip.is-flipped .opp-card__flip-inner {
    transform: rotateY(180deg);
  }

  .opp-card--flip .opp-card__face {
    position: absolute;
    inset: 0;
    border-radius: 24px;
    overflow: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }

  .opp-card--flip .opp-card__face--front {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 22px 20px;
    box-sizing: border-box;
    transform: rotateY(0deg) translateZ(1px);
  }


  .opp-card__bg-img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: contain;
    object-position: -33px bottom;
    transition: transform 0.3s ease-out;
  }

  .opp-card--flip .opp-card__face--back {
    transform: rotateY(180deg) translateZ(1px);
    background: #0a0e11;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding: 22px 20px 24px;
    box-sizing: border-box;
    gap: 10px;
  }

  .opp-card--flip .opp-card__title--back,
  .opp-card--tall.opp-card--flip .opp-card__title--back-tall {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 28px;
    font-size: 20px;
    line-height: 28px;
    margin: 0;
  }

  .opp-card--flip .opp-card__back-scroll,
  .opp-card--tall .opp-card__back-scroll--tall {
    flex: 1 1 auto;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 4px;
  }

  .opp-card--flip .opp-card__back-text {
    font-size: 14px;
    line-height: 22px;
  }

  .opp-card--flip .opp-card__back-cta {
    margin-top: auto;
  }

  .opp-card,
  .opp-card--tall {
    min-height: 344px;
    height: 344px;
  }

  .opp-card__text {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 0;
  }

  /* Tall card front: desktop-like composition */
  .opp-card--tall .opp-card__title,
  .opp-card--tall .opp-card__desc {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    padding-right: 64px;
    box-sizing: border-box;
  }

  .opp-card--tall .opp-card__title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin: 0 0 10px;
  }

  .opp-card--tall .opp-card__desc {
    color: rgba(160, 205, 208, 0.88);
  }

  .opp-card--tall .opp-card__bg-img {
    position: absolute;
    left: -40px;
    right: auto;
    top: auto;
    bottom: -18px;
    width: 138%;
    height: 58%;
    max-width: none;
    max-height: none;
    object-fit: contain;
    object-position: left bottom;
    z-index: 0;
    pointer-events: none;
  }

  .opp-card:not(.opp-card--tall) .opp-card__face--front .opp-card__bg-img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 62%;
    margin: 0;
    object-fit: contain;
    object-position: center bottom;
    transform: translateY(52px) scale(1.08);
    transform-origin: center bottom;
    z-index: 0;
  }

  .opp-card:not(.opp-card--tall) .opp-card__face--front .opp-card__text {
    position: relative;
    z-index: 1;
    padding-right: 56px;
  }

  .opp-card__btn {
    display: inline-flex;
    z-index: 4;
    bottom: 14px;
    right: 14px;
    width: 52px;
    height: 52px;
  }

  .opp-card--flip:not(.is-flipped):hover .opp-card__face--front .opp-card__bg-img,
  .opp-card--flip:not(.is-flipped):hover .opp-card__face--front .opp-card__bg-img--spot {
    transform: translateY(52px) scale(1.08) !important;
  }

  .opp-card--flip:not(.is-flipped):active .opp-card__face--front .opp-card__bg-img,
  .opp-card--flip:not(.is-flipped):active .opp-card__face--front .opp-card__bg-img--spot,
  .opp-card--flip:not(.is-flipped):focus-within .opp-card__face--front .opp-card__bg-img,
  .opp-card--flip:not(.is-flipped):focus-within .opp-card__face--front .opp-card__bg-img--spot {
    transform: translateY(52px) scale(1.08) !important;
  }

  .opp-card:not(.opp-card--tall) .opp-card__bg-img--spot {
    transform: translateY(52px) scale(1.08);
    transform-origin: center bottom;
  }

  .opp-card__title {
    font-size: 18px;
    line-height: 26px;
  }

  .opp-card__desc {
    font-size: 13px;
    line-height: 20px;
  }

  /* Mobile: hide "How to get started" block entirely */
  .get-started {
    display: none;
  }

  /* Recognition mobile: two cards per swipe column */
  .recognition {
    padding: 56px 16px 72px;
  }

  .recognition__title {
    text-align: center;
    margin: 0 0 24px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
  }

  .recognition__grid {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    grid-auto-columns: min(340px, calc(100vw - 40px));
    gap: 14px 12px;
    margin: 0 -16px;
    padding: 0 16px 8px;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 16px;
    -webkit-overflow-scrolling: touch;
  }

  .recognition-card {
    grid-column: auto;
    width: 100%;
    max-width: none;
    min-height: 186px;
    height: 186px;
    padding: 24px 20px 28px;
    border-radius: 24px;
    scroll-snap-align: center;
  }

  .recognition__dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
  }

  .recognition__dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.28);
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: background 0.2s ease, transform 0.2s ease;
  }

  .recognition__dot--active {
    background: var(--orange);
    transform: scale(1.15);
  }

  /* Ecosystem mobile: 2x2 tabs and horizontal swipe cards */
  .ecosystem {
    padding: 40px 16px 64px;
  }

  .ecosystem__head {
    margin-bottom: 20px;
  }

  .ecosystem__title {
    text-align: center;
    margin: 0;
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
  }

  .ecosystem__tabs {
    display: grid;
    grid-template-columns: repeat(2, 128px);
    justify-content: center;
    gap: 10px 12px;
    margin-bottom: 18px;
  }

  .ecosystem__tab {
    min-width: 0;
    width: 128px;
    min-height: 48px;
    padding: 10px 14px;
    border-radius: 24px;
    font-size: 15px;
    line-height: 22px;
    white-space: nowrap;
  }

  .ecosystem__grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    margin: 0 -16px;
    padding: 0 16px 8px;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 16px;
    -webkit-overflow-scrolling: touch;
    grid-template-columns: none;
    grid-template-rows: none;
  }

  .ecosystem-card--spot,
  .ecosystem-card--app,
  .ecosystem-card--api {
    flex: 0 0 min(348px, calc(100vw - 44px));
    width: min(348px, calc(100vw - 44px));
    max-width: min(348px, calc(100vw - 44px));
    min-height: 344px;
    height: 344px;
    padding: 28px 24px 28px;
    border-radius: 24px;
    scroll-snap-align: center;
  }

  .ecosystem-card--spot {
    background: #114147;
  }

  .ecosystem-card__spot-visual {
    right: 0;
    bottom: 0;
    width: 92%;
    max-width: none;
  }

  .ecosystem-card__text {
    max-width: 84%;
  }

  .ecosystem-card__title {
    font-size: 38px;
    line-height: 40px;
  }

  .ecosystem-card__desc {
    font-size: 14px;
    line-height: 22px;
    max-width: 100%;
  }

  .ecosystem-card__arrow {
    display: none;
  }

  .ecosystem__dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
  }

  .ecosystem__dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.28);
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: background 0.2s ease, transform 0.2s ease;
  }

  .ecosystem__dot--active {
    background: var(--orange);
    transform: scale(1.15);
  }

  .promos__inner,
  .markets__filters,
  .markets__grid,
  .opportunities__grid,
  .ecosystem__grid,
  .recognition__grid {
    scrollbar-width: none;
  }

  .promos__inner::-webkit-scrollbar,
  .markets__filters::-webkit-scrollbar,
  .markets__grid::-webkit-scrollbar,
  .opportunities__grid::-webkit-scrollbar,
  .ecosystem__grid::-webkit-scrollbar,
  .recognition__grid::-webkit-scrollbar {
    display: none;
  }
}
