@font-face {
    font-family: 'Basic Sans';
    src: url('font/BasicSans-Bold.woff2') format('woff2'),
        url('font/BasicSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Basic Sans';
    src: url('font/BasicSans-Black.woff2') format('woff2'),
        url('font/BasicSans-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Basic Sans';
    src: url('font/BasicSans-Regular.woff2') format('woff2'),
        url('font/BasicSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



:root {
  --bg: #ffffff;
  --fg: #000000;
  --muted: #666666;
  --bar: #0a0a0a;
  --footer: #000000;
  --pill: #111111;
  --radius: 12px;
  --maxw: 1200px;
}

* {
  box-sizing: border-box
}

html, body {
  height: 100%;
  margin: 0;
}

body {
  font-family: 'Basic Sans';
  color: var(--fg);
  background: var(--bg);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Top Announcement Bar */
.topbar {
  background: var(--bar);
  color: #fff;
}

.topbar-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between
}

.topbar .left {
  font-size: 15px;
  text-align: center;
}

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

.icon-btn {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 7px;
  cursor: pointer;
  transition: .3s;
}

.icon-btn svg {
  width: 22px;
  height: 22px;
  fill: #fff;
  stroke: #fff
}

.wallet-btn {
  background: #fff;
  color: #000;
  border-radius: 8px;
  border: none;
  font-weight: 600;
  cursor: pointer;
  font-size: 18px;
  transition: .3s;
  border: 2px solid transparent;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 10px;
}

.hero__logo img {
  width: 465px;
}

.base-wrap img {
  width: 240px;
}

.powered {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.wallet-btn:hover {
  background: #000;
  color: #fff;
  border-color: #fff;
}

.icon-btn:hover {
  transform: scale(1.1);
}

.bullets li:first-child {
  margin-top: 0;
}



/* Hero */
.hero {
  display: grid;
  place-items: center;
  min-height: 56vh;
}

.lockup {
  text-align: center;
}

.lockup .kicker {
  letter-spacing: 0.8em;
  color: var(--muted);
  font-size: 18px;
  margin-bottom: 6px
}

.lockup .brand {
  font-size: 140px;
  line-height: 1;
  font-weight: 900;
  text-transform: lowercase
}

.lockup .brand .dot {
  font-weight: 900
}

/* Footer */
.footer {
  background: var(--footer);
  color: #fff
}

.footer-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 40px 20px;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 28px;
  align-items: start
}

.footer p {
  color: #d6d6d6;
  margin: 0
}

.bullets {
  list-style: none;
  padding: 0;
  margin: 0
}

.bullets li {
  position: relative;
  padding-left: 18px;
  margin: 10px 0;
  color: #ededed
}

.bullets li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
}

.powered .by {
  font-size: 12px;
  color: #bcbcbc;
  letter-spacing: 0.1em
}

.powered .base-wrap {
  display: flex;
  align-items: center;
  gap: 12px
}

.bullets a {
  color: white;
  text-decoration: none;
}
  
.icon-btn a {
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.icon-btn a img {
  width: 100%;
  height: 100%;
}

.base-icon {
  width: 24px;
  height: 23px;
  background: #0A0A0A;
  border-radius: 6px;
}














/*============================== Responsive ==============================*/
@media (max-width: 1024px) {
  .lockup .brand {
    font-size: 110px
  }

  .footer-inner {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .powered {
    justify-content: flex-start
  }

  .hero__logo img {
    width: 330px;
  }

  .wallet-btn {
    font-size: 14px;
  }

  .bullets a {
    font-size: 14px;
  }

  .footer p {
    font-size: 14px;
  }

  .base-wrap img {
    width: 170px;
  }
}

@media (max-width: 700px) {
  .topbar-inner {
    flex-wrap: wrap;
    gap: 10px
  }

  .lockup .kicker {
    font-size: 14px;
    letter-spacing: 0.5em
  }

  .lockup .brand {
    font-size: 72px
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

  .hero__logo img {
    width: 260px;
  }
.icon-btn {
    width: 37px;
    height: 34px;
}


  .wallet-btn {
    padding: 10px 15px;
    font-size: 16px;
  }

  .topbar-inner {
    justify-content: center;
  }

  .base-wrap img {
    width: 150px;
  }

  .wallet-btn {
    font-size: 14px;
  }

  .bullets a {
    font-size: 14px;
  }

  .footer p {
    font-size: 14px;
  }

  .base-wrap img {
    width: 170px;
  }

  .icon-btn a {
    width: 20px;
  }

  .base-icon {
    height: 20px;
    border-radius: 4px;
  }
  
}