:root {
  --blue: #3575ff;
  --deep-blue: #2133ff;
  --ink: #050505;
  --muted: #99a1af;
  --panel: #232323;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 16px;
}

button,
input {
  font: inherit;
}

button {
  border: 0;
  cursor: pointer;
}

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

img {
  display: block;
  max-width: 100%;
}

.sr-only {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.site-header {
  align-items: center;
  background: rgba(0, 0, 0, 0.92);
  border-bottom: 1px solid rgba(33, 51, 255, 0.15);
  color: #fff;
  display: flex;
  height: 67px;
  justify-content: space-between;
  padding: 0 clamp(28px, 7.9vw, 140px);
  position: sticky;
  top: 0;
  z-index: 20;
}

.logo,
.footer-logo {
  color: #fff;
  font-size: 31px;
  font-weight: 800;
  line-height: 1;
}

.desktop-nav {
  display: flex;
  gap: 32px;
  margin-right: auto;
  margin-left: 66px;
}

.desktop-nav a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}

.header-actions {
  align-items: center;
  display: flex;
  gap: 16px;
}

.icon-button,
.ghost-button,
.muted-button {
  align-items: center;
  border-radius: 10px;
  color: #fff;
  display: inline-flex;
  height: 36px;
  justify-content: center;
}

.icon-button {
  background: transparent;
  width: 36px;
}

.ghost-button {
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 14px;
  padding: 0 17px;
}

.muted-button {
  background: #4e4e4e;
  font-size: 14px;
  padding: 0 22px;
}

.dot-icon {
  background: #777;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.08);
  height: 5px;
  width: 5px;
}

.globe-icon {
  border: 1px solid #777;
  border-radius: 50%;
  height: 14px;
  position: relative;
  width: 14px;
}

.globe-icon::before,
.globe-icon::after {
  background: #777;
  content: "";
  position: absolute;
}

.globe-icon::before {
  height: 1px;
  left: 2px;
  right: 2px;
  top: 6px;
}

.globe-icon::after {
  bottom: 2px;
  left: 6px;
  top: 2px;
  width: 1px;
}

.hero {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 70%, rgba(203, 224, 239, 0.22) 100%),
    #fdfdfd;
  height: clamp(680px, 54.4vw, 964px);
  overflow: hidden;
  position: relative;
}

.hero::after {
  background: linear-gradient(96deg, transparent 0%, rgba(255, 255, 255, 0.32) 46%, transparent 64%);
  content: "";
  height: 100%;
  left: -36%;
  opacity: 0.55;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: skewX(-12deg);
  width: 30%;
  z-index: 0;
  animation: heroSheen 9s ease-in-out infinite;
}

.hero-machine {
  height: auto;
  left: 50%;
  max-width: none;
  object-fit: cover;
  pointer-events: none;
  position: absolute;
  top: clamp(180px, 11.3vw, 200px);
  transform: translate3d(-50%, 0, 0);
  transform-origin: 50% 68%;
  width: max(1080px, min(108.3vw, 1920px));
  animation: heroFloat 8s ease-in-out infinite;
  will-change: transform;
}

.hero-content {
  left: clamp(32px, 6.4vw, 113px);
  max-width: 1460px;
  position: absolute;
  right: 32px;
  top: 110px;
  z-index: 1;
}

.hero h1 {
  font-size: clamp(48px, 5.4vw, 96px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.94;
  margin: 0 0 36px;
  text-transform: uppercase;
}

@keyframes heroFloat {
  0%,
  100% {
    transform: translate3d(-50%, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(-50%, -12px, 0) scale(1.012);
  }
}

@keyframes heroSheen {
  0%,
  35% {
    left: -36%;
  }

  70%,
  100% {
    left: 112%;
  }
}

.hero h1 span,
.section-heading h2 span {
  background: linear-gradient(94deg, var(--deep-blue), #bac7da);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero p {
  color: var(--muted);
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 24px;
  max-width: 552px;
}

.signup-form {
  display: flex;
  gap: 12px;
  max-width: 576px;
}

.signup-form input {
  border: 1px solid #000;
  border-radius: 10px;
  height: 56px;
  padding: 0 24px;
  width: 100%;
}

.signup-form button,
.primary-cta {
  background: var(--blue);
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  height: 56px;
  min-width: 139px;
}

.social-login {
  display: flex;
  gap: 12px;
  margin-top: 32px;
}

.social-login button {
  align-items: center;
  background: var(--panel);
  border-radius: 16px;
  color: #fff;
  display: flex;
  font-size: 28px;
  font-weight: 800;
  height: 64px;
  justify-content: center;
  width: 64px;
}

.social-login svg {
  display: block;
  height: 31px;
  width: 31px;
}

.brand-button {
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08) inset;
}

.apple-button svg,
.telegram-button svg {
  fill: #fff;
}

.grid-glyph {
  display: grid;
  gap: 3px;
  grid-template-columns: repeat(2, 8px);
}

.grid-glyph::before,
.grid-glyph::after {
  content: "";
}

.grid-glyph,
.grid-glyph::before,
.grid-glyph::after {
  background:
    linear-gradient(#fff 0 0) left top / 8px 8px no-repeat,
    linear-gradient(#fff 0 0) right top / 8px 8px no-repeat,
    linear-gradient(#fff 0 0) left bottom / 8px 8px no-repeat,
    linear-gradient(#fff 0 0) right bottom / 8px 8px no-repeat;
  height: 19px;
  width: 19px;
}

.partner-strip {
  background: var(--panel);
  height: 140px;
  overflow: hidden;
  position: relative;
}

.partner-track {
  align-items: center;
  color: #fff;
  display: flex;
  gap: clamp(48px, 5.6vw, 100px);
  height: 100%;
  justify-content: center;
  min-width: 1800px;
  transform: translateX(-7vw);
}

.partner-track img {
  filter: brightness(0) invert(1);
  max-height: 48px;
  object-fit: contain;
  width: auto;
}

.partner-track strong {
  font-size: 28px;
  letter-spacing: 0;
  white-space: nowrap;
}

.trading-section {
  align-items: center;
  background: linear-gradient(180deg, #e5f7ff 0%, #fff 100%);
  display: flex;
  flex-direction: column;
  padding: 70px 32px 90px;
  position: relative;
}

.trading-section::before {
  background: rgba(53, 117, 255, 0.1);
  border-radius: 50%;
  content: "";
  filter: blur(160px);
  height: 520px;
  position: absolute;
  top: 120px;
  width: min(100%, 1280px);
}

.section-heading {
  margin: 0 auto 48px;
  max-width: 1216px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.eyebrow {
  background: rgba(33, 51, 255, 0.1);
  border: 1px solid rgba(33, 51, 255, 0.3);
  border-radius: 999px;
  color: var(--blue);
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 42px;
  padding: 9px 16px;
}

.section-heading h2 {
  font-size: clamp(34px, 2.7vw, 48px);
  font-weight: 700;
  line-height: 1;
  margin: 0 0 35px;
  text-transform: uppercase;
}

.section-heading p {
  color: #797979;
  font-size: 18px;
  margin: 0;
}

.terminal-frame {
  border: 4px solid rgba(53, 118, 255, 0.31);
  border-radius: 10px;
  box-shadow: 0 30px 80px rgba(33, 51, 255, 0.12);
  max-width: 1148px;
  overflow: hidden;
  position: relative;
  width: min(100%, 1148px);
  z-index: 1;
}

.terminal-frame img {
  width: 100%;
}

.feature-row {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 70px auto 34px;
  max-width: 1216px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.feature-row article {
  min-width: 0;
}

.feature-row h3 {
  font-size: 17px;
  margin: 12px 0 10px;
}

.feature-row p {
  color: #99a1af;
  font-size: 14px;
  margin: 0;
}

.feature-icon {
  height: 54px;
  margin: 0 auto;
  position: relative;
  width: 76px;
}

.spread-icon::before,
.spread-icon::after {
  border-radius: 16px;
  content: "";
  position: absolute;
  width: 20px;
}

.spread-icon::before {
  background: linear-gradient(#fff, #eaf1ff);
  border: 2px solid #83ffb3;
  height: 36px;
  left: 16px;
  top: 12px;
}

.spread-icon::after {
  background: linear-gradient(180deg, #4b6dff, #b6c9ff);
  height: 48px;
  right: 16px;
  top: 2px;
}

.liquidity-icon {
  background:
    radial-gradient(circle at 50% 12%, #fff 0 11px, #68ffac 12px 14px, transparent 15px),
    radial-gradient(circle at 26% 70%, #fff 0 14px, #6a75ff 15px 18px, transparent 19px),
    radial-gradient(circle at 74% 70%, #fff 0 14px, #6a75ff 15px 18px, transparent 19px);
}

.api-icon {
  background:
    radial-gradient(circle at 50% 53%, #6a75ff 0 24px, transparent 25px),
    radial-gradient(circle at 28% 70%, #8bf4ad 0 13px, transparent 14px),
    radial-gradient(circle at 72% 70%, #8bf4ad 0 13px, transparent 14px);
}

.black-cta {
  background: #000;
  border-radius: 10px;
  color: #fff;
  height: 48px;
  width: 187px;
}

.markets-section {
  background: #fff;
  padding: 76px clamp(18px, 5vw, 32px) 150px;
}

.section-heading.compact {
  margin-bottom: 52px;
}

.section-heading.compact h2 {
  margin-bottom: 12px;
}

.section-heading.compact p {
  color: #99a1af;
  font-size: 14px;
}

.markets-table {
  margin: 0 auto;
  max-width: 860px;
  width: 100%;
}

.table-row {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: 150px 70px 104px 112px 100px 62px;
  justify-content: center;
  min-height: 70px;
}

.table-row span {
  font-size: 13px;
  white-space: nowrap;
}

.asset-name {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  font-weight: 600;
}

.table-head span {
  color: #4b5563;
  font-size: 11px;
  font-weight: 500;
}

.table-row i {
  align-items: center;
  background:
    radial-gradient(circle at 36% 28%, rgba(255, 255, 255, 0.85) 0 2px, transparent 3px),
    linear-gradient(135deg, #9bb7ff 0%, #263dff 72%);
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(33, 51, 255, 0.18);
  color: #fff;
  display: flex;
  font-style: normal;
  font-weight: 700;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.table-row button {
  background: var(--blue);
  border-radius: 7px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  height: 30px;
  width: 58px;
}

.up {
  color: #11c978;
}

.down {
  color: #ff5e76;
}

.why-section {
  background: #1d1d1d;
  display: grid;
  grid-template-columns: minmax(360px, 530fr) 395fr 435fr 413fr;
  min-height: 824px;
  overflow: hidden;
  scroll-margin-top: 67px;
}

.why-intro {
  background: #1f1f1f;
  color: #fff;
  padding: 91px 42px;
}

.why-intro h2 {
  font-size: clamp(34px, 2.75vw, 48px);
  font-weight: 800;
  line-height: 1;
  margin: 0 0 17px;
  text-transform: uppercase;
}

.why-intro p {
  color: #a7adb7;
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
}

.why-card {
  isolation: isolate;
  min-height: 824px;
  overflow: hidden;
  position: relative;
}

.image-card {
  background: #1c1c1c;
}

.image-card::before,
.image-card::after {
  display: none;
}

.image-card img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.why-card::before {
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.28) 0 1px, transparent 1.3px) 0 0 / 13px 13px,
    linear-gradient(90deg, rgba(255, 255, 255, 0.06), transparent 28%, rgba(0, 0, 0, 0.18) 100%);
  content: "";
  inset: 0;
  mix-blend-mode: screen;
  opacity: 0.42;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.why-card::after {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.1) 45%, rgba(0, 0, 0, 0.82) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.18), transparent 35%, rgba(0, 0, 0, 0.28));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 3;
}

.why-visual {
  inset: 0;
  overflow: hidden;
  position: absolute;
  z-index: 1;
}

.why-visual img {
  height: 100%;
  width: 100%;
}

.coin-card {
  background:
    linear-gradient(180deg, #dbe5e4 0%, #7b8b90 42%, #253039 100%);
}

.coin-visual {
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.32), transparent 28%),
    radial-gradient(circle at 46% 34%, rgba(255, 255, 255, 0.78), rgba(174, 196, 198, 0.45) 32%, rgba(35, 43, 47, 0.2) 62%, transparent 63%);
}

.coin-shadow {
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.45), transparent 62%);
  bottom: 222px;
  filter: blur(8px);
  height: 64px;
  left: 12%;
  position: absolute;
  right: 7%;
}

.coin-disc {
  aspect-ratio: 1;
  background:
    radial-gradient(circle at 42% 35%, #e9f4f3 0%, #adc0c0 24%, #536064 58%, #20272a 100%);
  border: 5px solid rgba(220, 238, 239, 0.78);
  border-radius: 50%;
  box-shadow:
    inset 12px 12px 26px rgba(255, 255, 255, 0.4),
    inset -18px -20px 32px rgba(0, 0, 0, 0.38),
    0 26px 40px rgba(0, 0, 0, 0.35);
  display: block;
  left: 50%;
  max-width: 360px;
  position: absolute;
  top: 124px;
  transform: translateX(-50%);
  width: 76%;
}

.coin-disc::before {
  border: 3px solid rgba(24, 31, 33, 0.42);
  border-radius: inherit;
  content: "";
  inset: 25px;
  position: absolute;
}

.coin-ring {
  height: 70%;
  left: 10%;
  opacity: 0.36;
  position: absolute;
  top: 7%;
  transform: rotate(-16deg);
  width: 80%;
}

.coin-mark {
  filter: drop-shadow(0 2px 2px rgba(255, 255, 255, 0.18));
  height: 30%;
  left: 25%;
  opacity: 0.72;
  position: absolute;
  top: 35%;
  width: 50%;
}

.face-card {
  background:
    linear-gradient(180deg, #868a86 0%, #535957 48%, #282b2b 100%);
}

.face-visual {
  background:
    radial-gradient(circle at 55% 38%, rgba(210, 216, 208, 0.46), transparent 26%),
    linear-gradient(115deg, #a8aba6 0%, #5f6461 45%, #1d2020 100%);
}

.face-visual::before {
  background-image: url("data:image/svg+xml,%3Csvg width='260' height='180' viewBox='0 0 260 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='rgba(255,255,255,0.46)' font-family='Courier New, monospace' font-size='16'%3E%3Ctext x='0' y='16'%3E45 45 45 45 45 45%3C/text%3E%3Ctext x='20' y='38'%3E45 45 45 45 45 45%3C/text%3E%3Ctext x='4' y='60'%3E45 45 45 45 45 45%3C/text%3E%3Ctext x='30' y='82'%3E45 45 45 45 45 45%3C/text%3E%3Ctext x='8' y='104'%3E45 45 45 45 45 45%3C/text%3E%3Ctext x='24' y='126'%3E45 45 45 45 45 45%3C/text%3E%3Ctext x='0' y='148'%3E45 45 45 45 45 45%3C/text%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 260px 180px;
  content: "";
  height: 410px;
  left: 13%;
  opacity: 0.62;
  position: absolute;
  right: 9%;
  top: 74px;
  transform: skewY(-8deg);
}

.face-visual img {
  filter: grayscale(1) contrast(1.35) brightness(0.92);
  height: 72%;
  left: -8%;
  opacity: 0.82;
  position: absolute;
  top: 68px;
  width: 112%;
}

.tower-card {
  background:
    linear-gradient(180deg, #717a7c 0%, #526066 42%, #24282b 78%, #202020 100%);
}

.tower-visual {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 40%),
    linear-gradient(150deg, rgba(210, 142, 103, 0.5) 0%, rgba(120, 132, 137, 0.58) 38%, rgba(28, 31, 33, 0.94) 100%);
}

.tower {
  bottom: 0;
  position: absolute;
}

.tower-left {
  background:
    repeating-linear-gradient(0deg, rgba(240, 245, 245, 0.16) 0 3px, transparent 3px 14px),
    repeating-linear-gradient(90deg, rgba(240, 245, 245, 0.18) 0 3px, transparent 3px 22px),
    linear-gradient(180deg, rgba(96, 108, 113, 0.86), rgba(35, 40, 43, 0.95));
  height: 68%;
  left: 14%;
  transform: skewY(-3deg);
  width: 32%;
}

.tower-right {
  background:
    repeating-linear-gradient(0deg, rgba(237, 242, 242, 0.16) 0 3px, transparent 3px 16px),
    repeating-linear-gradient(90deg, rgba(237, 242, 242, 0.14) 0 3px, transparent 3px 20px),
    linear-gradient(180deg, rgba(84, 97, 104, 0.9), rgba(30, 35, 39, 0.98));
  height: 78%;
  right: -5%;
  top: 118px;
  transform: perspective(600px) rotateY(-12deg);
  width: 54%;
}

.tower-glass {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.22), transparent 34%),
    linear-gradient(180deg, rgba(191, 206, 208, 0.25), rgba(32, 40, 43, 0.44));
  clip-path: polygon(12% 0, 100% 12%, 92% 100%, 0 92%);
  height: 64%;
  right: 12%;
  top: 150px;
  width: 60%;
}

.why-copy {
  bottom: 44px;
  left: 31px;
  max-width: 260px;
  position: absolute;
  right: 24px;
  z-index: 4;
}

.why-card h3 {
  color: #fff;
  font-size: clamp(28px, 2.05vw, 36px);
  font-weight: 800;
  line-height: 1.05;
  margin: 0 0 14px;
}

.why-card button {
  background: var(--blue);
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  height: 34px;
  padding: 0 22px;
}

@media (prefers-reduced-motion: reduce) {
  .hero::after,
  .hero-machine {
    animation: none;
  }
}

.faq-section {
  padding: 78px 32px 94px;
  text-align: center;
}

.faq-list {
  display: grid;
  gap: 16px;
  margin: 0 auto 58px;
  max-width: 766px;
  text-align: left;
}

.faq-list details {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  overflow: hidden;
}

.faq-list summary {
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  list-style: none;
  padding: 18px 54px 18px 25px;
  position: relative;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  border-bottom: 1px solid #111;
  border-right: 1px solid #111;
  content: "";
  height: 7px;
  position: absolute;
  right: 26px;
  top: 20px;
  transform: rotate(45deg);
  width: 7px;
}

.faq-list details[open] summary::after {
  top: 24px;
  transform: rotate(225deg);
}

.faq-list p {
  color: #667085;
  font-size: 14px;
  line-height: 1.55;
  margin: -6px 25px 18px;
}

.support-copy {
  color: #99a1af;
  margin-bottom: 18px;
}

.primary-cta {
  height: 48px;
  min-width: 187px;
}

.site-footer {
  background: #1d1d1d;
  color: #fff;
  padding: 74px 74px 37px;
}

.footer-main {
  display: flex;
  gap: 74px;
  margin: 0 auto;
  max-width: 1626px;
}

.footer-logo {
  flex: 0 0 262px;
  font-size: 62px;
}

.footer-links {
  display: grid;
  flex: 1;
  gap: 52px;
  grid-template-columns: repeat(5, minmax(130px, 1fr));
}

.footer-links section {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.footer-links h2 {
  font-size: 15px;
  margin: 0 0 12px;
}

.footer-links a,
.copyright {
  color: #9ea0a9;
  font-size: 13px;
  line-height: 1.45;
}

.footer-links .dimmed h2,
.footer-links .dimmed a {
  color: #595b61;
}

.footer-social {
  align-items: center;
  display: flex;
  gap: 24px;
  margin: 70px auto 0;
  max-width: 1626px;
}

.footer-social span {
  font-size: 15px;
}

.footer-social a {
  color: #b8bcc7;
  font-size: 13px;
  font-weight: 700;
}

.copyright {
  border-top: 1px solid rgba(158, 216, 250, 0.2);
  margin: 70px auto 0;
  max-width: 1626px;
  padding-top: 37px;
  text-align: center;
}

@media (max-width: 1100px) {
  .desktop-nav {
    display: none;
  }

  .hero {
    height: 720px;
  }

  .hero-machine {
    left: 55%;
    top: 252px;
    width: 1500px;
  }

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

  .why-card {
    min-height: 520px;
  }

  .image-card {
    min-height: auto;
  }

  .image-card img {
    height: auto;
    object-fit: contain;
  }

  .why-intro {
    min-height: 320px;
  }

  .coin-disc {
    max-width: 280px;
    top: 74px;
  }

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

  .footer-main {
    display: block;
  }

  .footer-logo {
    display: inline-block;
    margin-bottom: 48px;
  }
}

@media (max-width: 760px) {
  .site-header {
    height: auto;
    min-height: 62px;
    padding: 14px 18px;
  }

  .header-actions .icon-button,
  .ghost-button {
    display: none;
  }

  .logo {
    font-size: 26px;
  }

  .hero {
    height: 710px;
    min-height: 710px;
  }

  .hero-content {
    left: 22px;
    right: 22px;
    top: 70px;
  }

  .hero h1 {
    font-size: 44px;
    line-height: 1.02;
    max-width: 520px;
  }

  .hero p {
    font-size: 16px;
  }

  .signup-form {
    flex-direction: column;
  }

  .signup-form button {
    width: 100%;
  }

  .social-login button {
    border-radius: 12px;
    height: 52px;
    width: 52px;
  }

  .hero-machine {
    left: 56%;
    top: 360px;
    width: 1080px;
  }

  .partner-strip {
    height: 96px;
  }

  .partner-track {
    justify-content: flex-start;
    min-width: 1100px;
    padding-left: 24px;
    transform: none;
  }

  .partner-track strong {
    font-size: 20px;
  }

  .trading-section,
  .markets-section,
  .faq-section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .eyebrow {
    margin-bottom: 28px;
  }

  .section-heading h2 {
    font-size: 30px;
    line-height: 1.08;
  }

  .section-heading p {
    font-size: 15px;
  }

  .feature-row {
    grid-template-columns: 1fr;
  }

  .markets-table {
    overflow: visible;
  }

  .table-row {
    gap: clamp(4px, 1.3vw, 9px);
    grid-template-columns: minmax(88px, 1.4fr) 34px 58px 62px 56px 42px;
    justify-content: space-between;
    min-height: 56px;
    min-width: 0;
  }

  .table-row span {
    font-size: 10px;
  }

  .asset-name {
    gap: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .table-head span {
    font-size: 9px;
  }

  .table-row i {
    font-size: 10px;
    height: 23px;
    width: 23px;
  }

  .table-row button {
    border-radius: 6px;
    font-size: 9px;
    height: 24px;
    width: 42px;
  }

  .why-intro {
    padding: 48px 24px;
  }

  .why-copy {
    left: 24px;
  }

  .why-card {
    min-height: 430px;
  }

  .image-card {
    min-height: auto;
  }

  .why-intro {
    min-height: 220px;
  }

  .coin-disc {
    top: 50px;
    width: 245px;
  }

  .face-visual img {
    left: 0;
    width: 100%;
  }

  .site-footer {
    padding: 52px 24px 32px;
  }

  .footer-logo {
    font-size: 44px;
  }

  .footer-links {
    gap: 34px 24px;
    grid-template-columns: 1fr;
  }
}
