@import "https://fonts.googleapis.com/css2?family=Fasthand&family=Ubuntu+Sans:ital,wght@0,300..800;1,300..800&display=swap";

:root {
  --blue: #1f66ff;
  --text: #1f1f1f;
  --muted: #7a7a7a;
  --soft: #a4a4a4;
  --dark: #1f1f1f;
  --page: #fefefe;
  --header-height: 115px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--page);
  color: var(--text);
  font-family: "Ubuntu Sans", system-ui, sans-serif;
}

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

a {
  color: inherit;
}

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

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  color: var(--text);
  box-shadow: none;
  transition: box-shadow 180ms ease;
}

.site-header--solid {
  background: transparent;
  box-shadow: 0 1px 0 rgba(31, 31, 31, 0.08);
}

.announcement {
  position: relative;
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 48px;
  background: var(--blue);
  color: #f5f5f5;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.announcement a {
  font-weight: 800;
  text-underline-offset: 2px;
}

.announcement__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.announcement__close::before,
.announcement__close::after {
  content: "";
  position: absolute;
  top: 19px;
  left: 18px;
  width: 12px;
  height: 1.6px;
  border-radius: 999px;
  background: #f5f5f5;
}

.announcement__close::before {
  transform: rotate(45deg);
}

.announcement__close::after {
  transform: rotate(-45deg);
}

.nav {
  display: grid;
  grid-template-columns: minmax(132px, 1fr) auto minmax(190px, 1fr);
  align-items: center;
  height: 75px;
  padding: 0 clamp(20px, 2.2vw, 42px);
  background: var(--page);
}

.nav__brand {
  display: inline-flex;
  width: 118px;
  align-items: center;
}

.nav__brand img {
  width: 118px;
  height: auto;
}

.nav__links,
.nav__actions {
  display: flex;
  align-items: center;
}

.nav__links {
  gap: 32px;
  color: #34383d;
  font-size: 16px;
  font-weight: 500;
}

.nav__links a,
.nav__actions a {
  text-decoration: none;
}

.nav__links a {
  color: #777;
}

.nav__links a:first-child {
  color: #34383d;
}

.nav__actions {
  justify-content: flex-end;
  gap: 20px;
  color: #34383d;
  font-size: 16px;
  font-weight: 500;
}

.nav__cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  text-decoration: none;
  white-space: nowrap;
}

.nav__cta {
  min-height: 48px;
  padding: 0 17px;
  background: var(--text);
  color: #fbfbfb;
  font-weight: 600;
}

.nav__menu {
  display: none;
}

main {
  padding-top: 40px;
}

.site-header--compact + main {
  padding-top: 0;
}

.section-anchor {
  scroll-margin-top: 115px;
}

.anchor-proxy {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  pointer-events: none;
}

.script {
  margin: 0 0 11px;
  color: var(--soft);
  font-family: "Fasthand", cursive;
  font-size: 32px;
  font-weight: 400;
  line-height: 0.875;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  margin-bottom: 0;
  color: var(--text);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: 0;
}

h1 {
  max-width: min(720px, calc(100vw - 48px));
  font-size: clamp(52px, calc(2.5vw + 20px), 68px);
  line-height: 0.95;
  text-align: center;
}

h1 span {
  color: var(--blue);
}

h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 0.95;
}

.hero {
  position: relative;
  min-height: clamp(840px, 54.8vw, 990px);
  overflow: hidden;
  background: var(--page);
  text-align: center;
}

.hero__copy {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(680px, calc(100vw - 48px));
  margin: 0 auto;
  justify-items: center;
  padding-top: clamp(160px, 12.7vw, 230px);
  text-align: center;
}

.hero .script {
  width: auto;
  margin-bottom: 13px;
  color: var(--soft);
  font-size: 32px;
  line-height: 0.875;
  text-align: center;
}

.hero__copy > p:not(.script) {
  width: min(clamp(548px, 34vw, 650px), 100%);
  margin: 13px auto 30px;
  color: #26313a;
  font-size: clamp(16px, 1.56vw, 20px);
  font-weight: 600;
  line-height: 1.22;
}

.button {
  min-width: 94px;
  height: 32px;
  padding: 0 14px;
  font-size: 13px;
  font-weight: 500;
}

.button--blue {
  background: var(--blue);
  color: #fbfbfb;
  box-shadow: 0 10px 28px rgba(31, 102, 255, 0.22);
}

.hero__city {
  position: absolute;
  z-index: 0;
  top: auto;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translateX(-50%);
  overflow: visible;
  pointer-events: none;
}

.hero__city-img {
  position: relative;
  display: block;
  left: 50%;
  width: clamp(1460px, 92.5vw, 1672px);
  height: auto;
  margin: 0;
  max-width: none;
  transform: translateX(-50%);
  object-fit: contain;
  object-position: center bottom;
}

.staking {
  display: grid;
  grid-template-columns: 433px 397px;
  gap: 84px;
  align-items: start;
  width: 914px;
  min-height: 610px;
  padding: 80px 0 0;
  margin: 0 auto;
  background: var(--page);
}

.staking__content h2 {
  margin-bottom: 12px;
  font-size: 40px;
}

.mega {
  margin-bottom: 24px;
  font-size: 96px;
  font-weight: 700;
  line-height: 0.8;
}

.lead {
  margin-bottom: 45px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.3;
}

.lead strong {
  color: var(--text);
}

.strong {
  font-weight: 600;
}

.check-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 16px;
}

.check-list li {
  position: relative;
  padding-left: 28px;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 16px;
  height: 16px;
  background: url("../public/figma/layer-assets/Vector-168-68.svg") center / contain no-repeat;
}

.check-list li:nth-child(2)::before {
  background-image: url("../public/figma/layer-assets/Vector-168-65.svg");
}

.check-list li:nth-child(3)::before {
  background-image: url("../public/figma/layer-assets/Vector-168-71.svg");
}

.staking__coin {
  width: 397px;
  margin-top: -3px;
}

.discount {
  padding: 17px 48px 78px;
  text-align: center;
}

.section-copy {
  width: min(720px, calc(100vw - 48px));
  margin: 24px auto 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.3;
}

.section-copy strong,
.section-head p:not(.script) strong,
.price__copy > p:not(.script) strong,
.about p:not(.script) strong {
  color: var(--text);
}

.benefit-strip {
  display: flex;
  justify-content: center;
  gap: 48px;
  margin-top: 43px;
  color: var(--blue);
  font-size: 16px;
  font-weight: 700;
}

.benefit-strip span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.benefit-strip span::before {
  content: "";
  width: 13px;
  height: 13px;
  background: url("../public/figma/layer-assets/Vector-253-214.svg") center / contain no-repeat;
}

.mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 234px));
  gap: 84px;
  justify-content: center;
  margin-top: 92px;
  text-align: left;
}

.mini-grid article {
  position: relative;
}

.mini-grid article + article {
  padding-left: 42px;
  border-left: 1px solid rgba(31, 31, 31, 0.08);
}

.mini-grid article::before {
  content: "";
  display: block;
  margin-bottom: 18px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}

.mini-grid article:nth-child(1)::before {
  width: 21px;
  height: 18px;
  background-image: url("../public/figma/layer-assets/Vector-253-229.svg");
}

.mini-grid article:nth-child(2)::before {
  width: 22px;
  height: 13px;
  background-image: url("../public/figma/layer-assets/Vector-116-6.svg");
}

.mini-grid article:nth-child(3)::before {
  width: 23px;
  height: 21px;
  background-image: url("../public/figma/layer-assets/Vector-116-9.svg");
}

.mini-grid h3,
.benefit-cards h3,
.token-features h3 {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
}

.mini-grid p,
.benefit-cards p,
.token-features p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.3;
}

.price {
  position: relative;
  display: block;
  width: 914px;
  min-height: 685px;
  padding: 0;
  margin: 0 auto;
}

.price__copy {
  width: 600px;
  padding-top: 75px;
}

.price__copy h2 {
  width: 620px;
  font-size: 40px;
  line-height: 1.18;
}

.price__copy > p:not(.script) {
  width: min(600px, 100%);
  margin: 17px 0 54px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.3;
}

.rate-table {
  width: min(442px, 100%);
  border-collapse: separate;
  border-spacing: 0;
  background: transparent;
}

.rate-table tbody {
  display: grid;
  gap: 8px;
}

.rate-table tr {
  display: grid;
  grid-template-columns: 1fr auto;
  width: 442px;
  max-width: 100%;
  color: var(--muted);
}

.rate-table .active {
  width: 350px;
}

.rate-table th,
.rate-table td {
  display: flex;
  min-height: 50px;
  align-items: center;
  padding: 0 14px;
  background: #f4f4f4;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
}

.rate-table th {
  border-radius: 8px 0 0 8px;
  white-space: nowrap;
}

.rate-table td {
  border-radius: 0 8px 8px 0;
  justify-content: flex-end;
  text-align: right;
  white-space: nowrap;
}

.rate-table .active th,
.rate-table .active td {
  background: var(--blue);
  color: #f5f5f5;
}

.rate-table th::before {
  content: "";
  display: inline-grid;
  width: 24px;
  height: 24px;
  place-items: center;
  margin-right: 14px;
  border-radius: 3px;
  background: #fff;
  color: var(--blue);
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  vertical-align: middle;
}

.rate-table .active th::before {
  content: "KX";
}

.rate-table tr:nth-child(2) th::before {
  content: "••";
  color: #333;
  letter-spacing: -2px;
}

.rate-table tr:nth-child(3) th::before {
  content: "↗";
  color: #64df62;
  font-size: 12px;
}

.rate-table tr:nth-child(4) th::before {
  content: "c6";
  color: #333;
  font-size: 9px;
}

.price small {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 600;
}

.price img {
  position: absolute;
  top: -81px;
  left: min(750px, calc(100vw - 740px));
  width: 432px;
  height: 611px;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.benefits {
  position: relative;
  padding: 0 0 88px;
}

.section-head {
  width: min(720px, calc(100vw - 48px));
  margin: 0 auto;
  text-align: center;
}

.section-head--left {
  width: min(914px, calc(100vw - 96px));
  margin-bottom: 46px;
  text-align: left;
}

.section-head p:not(.script) {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.3;
}

.section-head--left p:not(.script) {
  width: 600px;
  max-width: 100%;
}

.benefit-cards {
  display: grid;
  grid-template-columns: repeat(4, 346px);
  gap: 25px;
  width: min(1459px, calc(100vw - 96px));
  margin: 0 auto;
  padding: 0 0 6px;
  justify-content: start;
  overflow-x: auto;
  overflow-y: hidden;
  cursor: grab;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
}

.benefit-cards::-webkit-scrollbar {
  display: none;
}

.benefit-cards.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
  scroll-snap-type: none;
  user-select: none;
}

.benefit-cards article {
  min-width: 0;
  scroll-snap-align: start;
  user-select: none;
}

.benefits__controls {
  position: absolute;
  z-index: 3;
  display: none;
  gap: 10px;
}

.benefits__arrow {
  position: relative;
  width: 39px;
  height: 39px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #f7f7f7;
  cursor: pointer;
}

.benefits__arrow::before {
  content: "";
  position: absolute;
  top: 13px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #9a9a9a;
  border-right: 2px solid #9a9a9a;
}

.benefits__arrow--prev::before {
  left: 16px;
  transform: rotate(-135deg);
}

.benefits__arrow--next::before {
  right: 16px;
  transform: rotate(45deg);
}

.benefit-cards img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 0;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

.benefit-cards h3 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 19px;
  font-weight: 500;
}

.benefit-cards h3::before {
  content: "";
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.82;
}

.benefit-cards article:nth-child(1) h3::before {
  width: 15px;
  background-image: url("../public/figma/layer-assets/Vector-253-312.svg");
}

.benefit-cards article:nth-child(2) h3::before {
  background-image: url("../public/figma/layer-assets/Vector-253-320.svg");
}

.benefit-cards article:nth-child(3) h3::before {
  background-image: url("../public/figma/layer-assets/Vector-253-328.svg");
}

.benefit-cards article:nth-child(4) h3::before {
  width: 21px;
  background-image: url("../public/figma/layer-assets/Vector-253-336.svg");
}

.token {
  position: relative;
  overflow: hidden;
  min-height: 828px;
  padding: 50px 0 0;
  background: var(--dark);
  color: #f5f5f5;
}

.token h2 {
  color: #f5f5f5;
}

.token .section-head p:not(.script) {
  color: #d6d6d6;
  font-weight: 400;
}

.token .section-head p:not(.script) strong {
  color: #f5f5f5;
}

.token__orbit {
  display: none;
  width: min(540px, 70vw);
  height: 250px;
  margin: 70px auto 0;
  place-items: center;
  border-top: 2px dashed rgba(245, 245, 245, 0.38);
  border-radius: 50% 50% 0 0;
}

.token__center {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  box-shadow: 0 0 0 12px var(--blue);
}

.token-features {
  position: relative;
  display: block;
  width: 914px;
  height: 480px;
  margin: 47px auto 0;
}

.token-features article {
  position: absolute;
  overflow: visible;
  color: #f5f5f5;
}

.token-features img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: lighten;
  border-radius: 0;
}

.token-features article:nth-child(1) img,
.token-features article:nth-child(2) img {
  top: 90px;
  bottom: auto;
  height: 145px;
  object-fit: cover;
}

.token-features h3 {
  position: absolute;
  left: 19px;
  z-index: 1;
  color: #f5f5f5;
  font-size: 20px;
  font-weight: 600;
}

.token-features p {
  position: absolute;
  left: 19px;
  z-index: 1;
  width: 235px;
  color: var(--soft);
  font-size: 14px;
  line-height: 1.25;
}

.token-features article:nth-child(1) {
  top: 0;
  left: 308px;
  width: 298px;
  height: 235px;
}

.token-features article:nth-child(2) {
  top: 245px;
  left: 308px;
  width: 298px;
  height: 235px;
}

.token-features article:nth-child(3) {
  top: 0;
  left: 0;
  width: 298px;
  height: 480px;
}

.token-features article:nth-child(4) {
  top: 0;
  left: 615px;
  width: 298px;
  height: 480px;
}

.token-features article:nth-child(1) h3,
.token-features article:nth-child(2) h3 {
  top: 17px;
}

.token-features article:nth-child(1) p,
.token-features article:nth-child(2) p {
  top: 48px;
}

.token-features article:nth-child(3) h3,
.token-features article:nth-child(4) h3 {
  top: 397px;
}

.token-features article:nth-child(3) p,
.token-features article:nth-child(4) p {
  top: 428px;
}

.airdrop,
.invite,
.faq,
.about {
  padding: 86px 48px;
  text-align: center;
}

.airdrop {
  position: relative;
  overflow: hidden;
  padding-top: 68px;
}

.airdrop::before,
.airdrop::after {
  content: "";
  position: absolute;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
}

.airdrop::before {
  top: 20px;
  left: -117px;
  width: 374px;
  height: 546px;
  background-image: url("../public/figma/layer-assets/image-31-16d63e1a4d.webp");
}

.airdrop::after {
  top: 28px;
  right: -107px;
  width: 372px;
  height: 499px;
  background-image: url("../public/figma/layer-assets/image-32-04c3639010.webp");
}

.airdrop > * {
  position: relative;
  z-index: 1;
}

.reward-panel {
  position: relative;
  width: min(700px, calc(100vw - 80px));
  margin: 43px auto 0;
  padding: 0 0 39px;
  border-radius: 0;
  background: transparent;
  justify-items: center;
}

.reward-track::before,
.reward-track::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.reward-track {
  position: relative;
  width: 100%;
  height: 52px;
  margin-bottom: 46px;
}

.reward-track::before,
.reward-track::after {
  top: 18px;
  left: 0;
  height: 12px;
  border-radius: 999px;
}

.reward-track::before {
  width: 100%;
  background: #f5f5f5;
}

.reward-track::after {
  width: var(--tier-progress);
  background: var(--blue);
}

.reward-marker {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: var(--tier-progress);
  width: 28px;
  height: 28px;
  border: 2px solid #1f1f1f;
  border-radius: 999px;
  background: #fff;
  transform: translateX(-50%);
  pointer-events: none;
}

.reward-input {
  position: absolute;
  z-index: 3;
  top: -22px;
  left: 0;
  width: 100%;
  height: 96px;
  margin: 0;
  cursor: grab;
  opacity: 0.001;
}

.reward-input:active {
  cursor: grabbing;
}

.reward-track:has(.reward-input:focus-visible) {
  border-radius: 999px;
  outline: 2px solid rgba(31, 102, 255, 0.42);
  outline-offset: 8px;
}

.reward-steps {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 26px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.reward-steps .is-active {
  color: var(--blue);
}

.reward-steps span {
  position: relative;
  min-width: 28px;
  text-align: center;
}

.reward-steps span::after {
  content: "";
  position: absolute;
  top: 24px;
  left: 50%;
  width: 2px;
  height: 16px;
  border-radius: 999px;
  background: #dce7ff;
  transform: translateX(-50%);
}

.reward-steps span:last-child {
  color: var(--muted);
}

.reward-steps span:not(.is-active)::after {
  background: #f0f0f0;
}

.reward-tooltip {
  position: absolute;
  top: 112px;
  left: 50%;
  padding: 7px 14px;
  border-radius: 12px;
  background: var(--text);
  color: #f5f5f5;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -4px);
  transition: opacity 140ms ease, transform 140ms ease;
}

.reward-panel:hover .reward-tooltip,
.reward-panel:focus-within .reward-tooltip,
.reward-panel.is-interacting .reward-tooltip {
  opacity: 1;
  transform: translateX(-50%);
}

.reward-amount {
  margin: 0 0 10px;
  font-size: clamp(68px, 8vw, 128px);
  font-weight: 500;
  line-height: 0.95;
}

.winner {
  margin: 0;
  color: var(--blue);
  font-size: 16px;
}

.invite-cloud {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: none;
  height: 120px;
  margin: 48px 0 40px;
  overflow: hidden;
  transform: translateX(-50%);
}

.invite-cloud__row {
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.invite-cloud__row--top {
  top: 0;
}

.invite-cloud__row--bottom {
  top: 68px;
}

.invite-cloud__track {
  display: flex;
  width: max-content;
  gap: 16px;
  padding-right: 16px;
  will-change: transform;
}

.invite-cloud__row--top .invite-cloud__track {
  animation: invite-marquee-seamless-left 30s linear infinite;
}

.invite-cloud__row--bottom .invite-cloud__track {
  animation: invite-marquee-seamless-right 32s linear infinite;
}

.invite-cloud__tag {
  display: inline-flex;
  align-items: center;
  min-height: 52px;
  gap: 8px;
  padding: 12px 16px 12px 12px;
  border: 1px solid #ebebeb;
  border-radius: 999px;
  background: var(--page);
  color: var(--text);
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.invite-cloud__tag.is-compact {
  min-height: 48px;
}

.invite-cloud__tag::before {
  content: "";
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: url("../public/figma/layer-assets/9eaaec861dd49a325f53cfcb59710d6e6f0284a7-200x200-1-bc88cd1633.webp") center / cover no-repeat;
}

@keyframes invite-marquee-seamless-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes invite-marquee-seamless-right {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

.invite .button {
  background: var(--text);
  color: #fbfbfb;
}

.faq__panel {
  display: grid;
  gap: 6px;
  width: min(800px, calc(100vw - 48px));
  margin: 48px auto 0;
  padding: 2px 6px 6px;
  border: 6px solid #050505;
  border-radius: 24px;
  background: #050505;
  text-align: left;
}

.faq details {
  overflow: hidden;
  border-radius: 16px;
  background: #1f1f1f;
  color: #f5f5f5;
}

.faq summary {
  position: relative;
  min-height: 54px;
  padding: 17px 58px 16px 20px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  list-style: none;
}

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

.faq summary::after {
  content: "+";
  position: absolute;
  top: 12px;
  right: 18px;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: #292929;
  font-size: 24px;
}

.faq details[open] summary::after {
  content: "+";
}

.faq details p {
  margin: -8px 20px 12px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.about {
  width: min(820px, calc(100vw - 48px));
  margin: 0 auto;
  padding-bottom: 56px;
}

.about p:not(.script) {
  margin: 32px 0 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.55;
}

.footer-wordmark {
  position: relative;
  z-index: 0;
  display: flex;
  height: 164px;
  align-items: flex-end;
  justify-content: center;
  margin-top: 48px;
  margin-bottom: -8px;
  overflow: hidden;
  background: var(--page);
}

.footer-wordmark img {
  display: block;
  width: min(1478px, calc(46.5vw + 608px));
  max-width: none;
  height: auto;
  transform: translateY(8px);
}

@media (min-width: 768px) {
  .airdrop {
    padding-bottom: 35px;
  }

  .invite {
    padding-bottom: 70px;
  }

  .faq {
    padding-bottom: 0;
  }

  .about {
    padding-top: 118px;
  }

  .footer-wordmark {
    height: 386px;
    margin-top: 0;
  }
}

@media (min-width: 769px) {
  .nav__links a,
  .nav__actions a {
    display: inline-flex;
    height: 40px;
    align-items: center;
  }

  .nav__links a {
    min-width: 40px;
    justify-content: center;
  }

  .nav__cta {
    min-height: 40px;
    padding: 0 14px;
    font-weight: 500;
  }
}

@media (min-width: 769px) and (max-width: 1499px) {
  .section-head--left p:not(.script) {
    margin-top: 10px;
  }
}

@media (min-width: 1200px) {
  .staking {
    min-height: 640px;
    margin-top: 174px;
  }

  .discount {
    min-height: 740px;
  }

  .price {
    min-height: 860px;
  }

  .benefits {
    min-height: 890px;
  }

  .airdrop {
    min-height: 0;
  }

  .invite {
    min-height: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .nav__links {
    gap: 29px;
  }
}

@media (min-width: 1200px) and (max-width: 1339px) {
  .staking {
    min-height: 512px;
    margin-top: 80px;
  }

  .discount {
    min-height: 592px;
  }

  .price {
    min-height: 688px;
  }

  .benefits {
    min-height: 712px;
  }

  .airdrop {
    min-height: 0;
  }

  .invite {
    min-height: 0;
  }
}

@media (min-width: 1340px) and (max-width: 1499px) {
  .staking {
    grid-template-columns: 433px 397px;
    gap: 112px;
    width: 970px;
    min-height: 644px;
    margin-top: 140px;
  }

  .discount {
    min-height: 629px;
  }

  .price {
    min-height: 731px;
  }

  .benefits {
    min-height: 757px;
  }

  .airdrop {
    min-height: 0;
  }

  .invite {
    min-height: 0;
  }
}

@media (min-width: 1340px) and (max-width: 1499px) {
  .price {
    width: 970px;
    margin-top: -59px;
  }

  .price__copy h2 {
    font-size: 34px;
  }

  .price__copy > p:not(.script) {
    margin-bottom: 65px;
  }

  .rate-table {
    width: 458px;
  }

  .rate-table tr {
    width: 458px;
  }

  .rate-table .active {
    width: 372px;
  }

  .rate-table th,
  .rate-table td {
    min-height: 52px;
    font-size: 21px;
  }

  .rate-table th {
    padding-right: 14px;
    padding-left: 19px;
  }

  .rate-table td {
    padding-right: 21px;
    padding-left: 14px;
  }

  .price small {
    margin-top: 11px;
  }

  .price img {
    top: -22px;
    left: 855px;
  }

  .section-head--left {
    width: 970px;
  }

  .benefits__controls {
    top: 89px;
    left: calc((100vw - 970px) / 2 + 895px);
    display: flex;
  }
}

@media (min-width: 1500px) and (max-width: 1859px) {
  .staking {
    min-height: 616px;
    margin-top: 129px;
  }

  .discount {
    min-height: 712px;
  }

  .price {
    min-height: 828px;
  }

  .benefits {
    min-height: 857px;
  }

  .airdrop {
    min-height: 0;
  }

  .invite {
    min-height: 0;
  }
}

@media (min-width: 1500px) {
  .airdrop::before {
    left: 64px;
  }

  .airdrop::after {
    right: 70px;
  }

  .staking {
    grid-template-columns: 433px 397px;
    gap: 255px;
    width: 1125px;
  }

  .discount {
    min-height: 645px;
  }

  .price {
    width: 1125px;
    min-height: 860px;
  }

  .price img {
    top: -33px;
    left: 977px;
    width: 532px;
    height: 753px;
  }

  .price__copy > p:not(.script) {
    margin-bottom: 98px;
  }

  .rate-table {
    width: 546px;
  }

  .rate-table tr {
    width: 546px;
  }

  .rate-table .active {
    width: 432px;
  }

  .rate-table th,
  .rate-table td {
    min-height: 62px;
    font-size: 24px;
  }

  .rate-table th {
    padding-right: 14px;
    padding-left: 28px;
  }

  .rate-table td {
    padding-right: 25px;
    padding-left: 14px;
  }

  .price small {
    margin-top: 11px;
  }

  .section-head--left {
    width: 1125px;
  }

  .benefit-cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 31px;
    width: min(1459px, calc(100vw - 96px));
    max-width: 1459px;
    margin-right: auto;
    margin-left: auto;
  }

  .benefits__controls {
    display: none;
  }

  .token {
    min-height: 999px;
  }

  .token-features {
    width: 1125px;
    height: 592px;
    margin-top: 72px;
  }

  .token-features article:nth-child(1) {
    top: 0;
    left: 379px;
    width: 368px;
    height: 290px;
  }

  .token-features article:nth-child(2) {
    top: 301px;
    left: 379px;
    width: 368px;
    height: 290px;
  }

  .token-features article:nth-child(3) {
    top: 0;
    left: 0;
    width: 367px;
    height: 592px;
  }

  .token-features article:nth-child(4) {
    top: 0;
    left: 758px;
    width: 367px;
    height: 592px;
  }

  .token-features article:nth-child(1) img,
  .token-features article:nth-child(2) img {
    top: 96px;
    height: 190px;
  }

  .token-features h3,
  .token-features p {
    left: 23px;
  }

  .token-features article:nth-child(1) h3,
  .token-features article:nth-child(2) h3 {
    top: 23px;
  }

  .token-features article:nth-child(1) p,
  .token-features article:nth-child(2) p {
    top: 54px;
    width: 305px;
  }

  .token-features article:nth-child(3) h3,
  .token-features article:nth-child(4) h3 {
    top: 495px;
  }

  .token-features article:nth-child(3) p,
  .token-features article:nth-child(4) p {
    top: 526px;
    width: 330px;
  }

  .airdrop {
    min-height: 699px;
  }

  .invite {
    min-height: 644px;
  }
}

@media (min-width: 1900px) {
  .staking {
    min-height: 726px;
  }
}

@media (min-width: 769px) and (max-width: 1199px) {
  .nav__links {
    gap: 20px;
  }

  .airdrop::before {
    left: -194px;
  }

  .airdrop::after {
    right: -181px;
  }

  .staking__content h2 {
    font-size: 32px;
  }

  .mega {
    font-size: 72px;
  }

  .lead,
  .check-list {
    font-size: 14px;
  }

  .staking {
    grid-template-columns: 397px 300px;
    gap: 127px;
    width: 824px;
  }

  .staking__coin {
    width: 520px;
    margin-left: -80px;
  }

  .staking {
    min-height: calc(19.43vw + 362px);
  }

  .discount {
    min-height: calc(23.43vw + 293px);
    padding-bottom: 48px;
  }

  .price {
    min-height: calc(26.86vw + 344px);
  }

  .benefits {
    min-height: calc(27.43vw + 360px);
    padding-bottom: 52px;
  }

  .airdrop {
    min-height: 0;
    padding-top: 48px;
    padding-bottom: 24px;
  }

  .airdrop .section-copy {
    margin-top: 18px;
  }

  .reward-panel {
    margin-top: 30px;
  }

  .invite {
    min-height: 0;
    padding-top: 52px;
    padding-bottom: 38px;
  }

  .invite .script,
  .faq .script {
    font-size: 26px;
  }

  .invite h2,
  .faq h2 {
    font-size: 32px;
  }

  .invite .section-copy {
    font-size: 16px;
    line-height: 1.28;
  }

  .invite-cloud {
    height: 106px;
    margin: 38px 0 32px;
  }

  .invite-cloud__row--bottom {
    top: 62px;
  }

  .invite-cloud__tag {
    min-height: 42px;
    gap: 7px;
    padding: 9px 13px 9px 9px;
    font-size: 16px;
  }

  .invite-cloud__tag.is-compact {
    min-height: 39px;
  }

  .invite-cloud__tag::before {
    width: 23px;
    height: 23px;
  }

  .benefit-strip {
    gap: 32px;
    font-size: 12px;
  }

  .mini-grid {
    gap: 42px;
  }

  .price {
    width: 824px;
  }

  .price img {
    top: -81px;
    left: 670px;
    width: 432px;
    height: 611px;
  }

  .section-head--left {
    width: 824px;
  }

  .faq__panel {
    width: min(720px, calc(100vw - 96px));
  }

  .faq summary {
    min-height: 60px;
    padding: 14px 56px 14px 18px;
    font-size: 16px;
    line-height: 1.2;
  }

  .faq summary::after {
    top: 14px;
    width: 32px;
    height: 32px;
  }

  .faq details p {
    font-size: 14px;
  }
}

@media (min-width: 769px) and (max-width: 1099px) {
  .benefit-cards {
    grid-template-columns: repeat(4, 311px);
    width: calc(100vw - max(48px, calc((100vw - 824px) / 2)));
    margin-right: 0;
    margin-left: max(48px, calc((100vw - 824px) / 2));
    gap: 23px;
    justify-content: start;
    overflow-x: auto;
  }

  .section-head--left {
    margin-bottom: 13px;
  }

  .airdrop {
    padding-top: 28px;
    padding-bottom: 16px;
  }

  .reward-panel {
    margin-top: 24px;
  }

  .invite {
    padding-top: 38px;
  }
}

.footer {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 420px 182px 125px 86px 110px 82px 160px 145px 160px;
  column-gap: 0;
  row-gap: 0;
  margin-bottom: 0;
  padding: 61px max(45px, calc((100vw - 1470px) / 2)) 62px;
  background: var(--dark);
  color: var(--soft);
  font-size: 14px;
}

.footer__intro {
  grid-column: 1;
}

.footer nav[aria-label="Corporation"] {
  grid-column: 3;
}

.footer nav[aria-label="Products"] {
  grid-column: 5;
}

.footer nav[aria-label="Follow Us"] {
  grid-column: 7;
}

.footer__legal {
  grid-column: 9;
}

.footer nav,
.footer > div {
  display: grid;
  align-content: start;
  gap: 9px;
}

.footer a {
  color: var(--soft);
  text-decoration: none;
}

.footer__email,
.footer__language,
.footer__mainnet {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 8px;
}

.footer__email {
  text-decoration: underline;
}

.footer__email::before {
  content: "";
  width: 14px;
  height: 11px;
  flex: 0 0 auto;
  background: url("../public/figma/layer-assets/Vector-253-623.svg") center / contain no-repeat;
}

.footer__language::before {
  content: "";
  width: 20px;
  height: 14px;
  flex: 0 0 auto;
  background: url("../public/figma/layer-assets/us-flag.svg") center / cover no-repeat;
}

.footer__language::after {
  content: "";
  width: 5px;
  height: 5px;
  margin: -3px 0 0 7px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
}

.footer__mainnet {
  padding: 7px 13px;
  border-radius: 999px;
  background: #050505;
  color: #f5f5f5;
  font-size: 12px;
  line-height: 1;
}

.footer__mainnet::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00df4d;
}

.footer strong {
  color: #f5f5f5;
  font-weight: 600;
}

.footer__brand {
  font-size: 20px;
  line-height: 1.2;
}

.footer__legal {
  font-size: 14px;
}

.footer__trust {
  grid-column: 1 / -1;
  margin: 115px 0 0;
  padding-top: 66px;
  border-top: 1px solid rgba(245, 245, 245, 0.05);
}

@media (max-width: 1023px) {
  .hero {
    text-align: center;
  }

  .hero__copy {
    width: min(680px, calc(100vw - 48px));
    margin: 0 auto;
    justify-items: center;
    text-align: center;
  }

  .hero .script,
  h1 {
    text-align: center;
  }

  .hero__copy > p:not(.script) {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 769px) and (max-width: 1023px) {
  .staking,
  .price,
  .token-features {
    width: calc(100vw - 80px);
  }

  .staking {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.9fr);
    gap: clamp(34px, 4.4vw, 52px);
  }

  .staking__coin {
    width: min(360px, 100%);
  }

  .price__copy {
    width: min(520px, 58vw);
  }

  .price__copy h2 {
    width: 100%;
  }

  .price img {
    right: 0;
    left: auto;
    width: min(370px, 40vw);
    height: auto;
  }

  .token-features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    height: auto;
    overflow: hidden;
  }

  .token-features article:nth-child(n) {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 330px;
  }

  .token-features article:nth-child(n) img {
    top: 0;
    bottom: auto;
    height: 100%;
  }

  .token-features article:nth-child(n) h3 {
    top: auto;
    bottom: 52px;
  }

  .token-features article:nth-child(n) p {
    top: auto;
    bottom: 18px;
    width: calc(100% - 38px);
  }
}

@media (min-width: 1100px) and (max-width: 1259px) {
  .benefit-cards {
    grid-template-columns: repeat(4, 346px);
    width: calc(100vw - max(48px, calc((100vw - 824px) / 2)));
    margin-right: 0;
    margin-left: max(48px, calc((100vw - 824px) / 2));
    justify-content: start;
    overflow-x: auto;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .token {
    min-height: 840px;
    padding-bottom: 60px;
  }

  .token-features {
    width: min(1030px, calc(100vw - 80px));
    height: 500px;
  }

  .token-features article:nth-child(1),
  .token-features article:nth-child(2) {
    left: calc((100% - 300px) / 2);
    width: 300px;
    height: 240px;
  }

  .token-features article:nth-child(2) {
    top: 260px;
  }

  .token-features article:nth-child(3) {
    left: 0;
    width: 320px;
    height: 500px;
  }

  .token-features article:nth-child(4) {
    right: 0;
    left: auto;
    width: 320px;
    height: 500px;
  }

  .token-features article:nth-child(1) img {
    top: 88px;
    height: 148px;
  }

  .token-features article:nth-child(2) img {
    top: 106px;
    height: 130px;
  }

  .token-features article:nth-child(3) h3,
  .token-features article:nth-child(4) h3 {
    top: 404px;
  }

  .token-features article:nth-child(3) p,
  .token-features article:nth-child(4) p {
    top: 435px;
  }
}

@media (min-width: 1260px) and (max-width: 1499px) {
  .benefit-cards {
    grid-template-columns: repeat(4, 370px);
    width: calc(100vw - max(48px, calc((100vw - 970px) / 2)));
    gap: 25px;
    margin-left: calc((100vw - 970px) / 2);
    margin-right: 0;
    justify-content: start;
    overflow-x: auto;
  }
}

@media (min-width: 769px) and (max-width: 1279px) {
  .footer-wordmark img {
    width: 100vw;
  }

  .footer {
    grid-template-columns: minmax(260px, 1fr) minmax(96px, auto) minmax(92px, auto) minmax(128px, auto) minmax(104px, auto);
    gap: 24px;
  }

  .footer__intro,
  .footer nav[aria-label="Corporation"],
  .footer nav[aria-label="Products"],
  .footer nav[aria-label="Follow Us"],
  .footer__legal {
    grid-column: auto;
  }
}

@media (max-width: 768px) {
  :root {
    --header-height: 100px;
  }

  .announcement {
    height: 40px;
    padding: 0 42px;
    font-size: 12px;
  }

  .announcement__close {
    width: 42px;
    height: 40px;
  }

  .announcement__close::before,
  .announcement__close::after {
    left: 15px;
  }

  .nav {
    position: relative;
    grid-template-columns: 1fr auto;
    height: 60px;
    padding: 0 20px;
  }

  .nav__brand {
    width: 104px;
  }

  .nav__brand img {
    width: 104px;
  }

  .nav__menu {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    padding: 10px;
    border: 0;
    background: transparent;
  }

  .nav__menu:focus-visible {
    border-radius: 8px;
    outline: 2px solid rgba(31, 102, 255, 0.65);
    outline-offset: 2px;
  }

  .nav__menu span:not(.sr-only) {
    width: 18px;
    height: 2px;
    background: var(--text);
  }

  .nav__links {
    position: absolute;
    top: 70px;
    right: 20px;
    left: 20px;
    display: none;
    padding: 12px;
    border: 1px solid rgba(31, 31, 31, 0.08);
    border-radius: 20px;
    background: var(--page);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
  }

  .nav__links--open {
    display: grid;
  }

  .nav__links a {
    padding: 14px 16px;
    border-radius: 14px;
    color: var(--text);
    font-weight: 700;
  }

  .nav__actions {
    display: none;
  }

  main {
    padding-top: 40px;
  }

  .site-header--compact + main {
    padding-top: 0;
  }

  .section-anchor {
    scroll-margin-top: 100px;
  }

  .hero {
    display: block;
    min-height: clamp(760px, calc(16.75vw + 695px), 795px);
    text-align: center;
  }

  .hero__copy {
    width: 100%;
    margin: 0;
    justify-items: center;
    padding: 106px 20px 0;
    text-align: center;
  }

  .hero .script {
    width: auto;
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 1;
    text-align: center;
  }

  h1 {
    max-width: 349px;
    font-size: 32px;
    line-height: 1.06;
    text-align: center;
  }

  .hero__copy > p:not(.script) {
    width: 285px;
    margin: 12px auto 31px;
    font-size: 14px;
    line-height: 1.17;
    text-align: center;
  }

  .button {
    min-width: 94px;
    height: 32px;
    padding: 0 11px;
    font-size: 14px;
  }

  .hero__city {
    top: clamp(270px, calc(4.55vw + 253px), 280px);
    bottom: auto;
    left: calc(50% + 128px);
    width: 1120px;
    height: clamp(480px, calc(7.12vw + 452px), 495px);
    transform: translateX(-50%);
    overflow: hidden;
  }

  .hero__city-img {
    position: absolute;
    top: -126px;
    left: 50%;
    width: 1120px;
    margin: 0;
    transform: translateX(-50%);
  }

  .staking {
    grid-template-columns: 1fr;
    gap: 44px;
    width: auto;
    min-height: 0;
    padding: 67px 40px 0;
  }

  .staking__content,
  .discount > .script,
  .discount > h2,
  .discount > .section-copy,
  .discount > .benefit-strip,
  .discount > .mini-grid,
  .price__copy,
  .section-head,
  .airdrop > .script,
  .airdrop > h2,
  .airdrop > .section-copy,
  .reward-panel,
  .invite > .script,
  .invite > h2,
  .invite > .section-copy,
  .faq > .script,
  .faq > h2,
  .faq__panel,
  .about > .script,
  .about > h2,
  .about p:not(.script) {
    width: min(320px, 100%);
    margin-right: auto;
    margin-left: auto;
  }

  .script {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 1;
  }

  .staking__content h2 {
    font-size: 32px;
  }

  .mega {
    margin-bottom: 18px;
    font-size: 64px;
    line-height: 0.98;
  }

  .lead,
  .check-list {
    font-size: 16px;
    line-height: 1.28;
  }

  .lead {
    margin-bottom: 38px;
  }

  .check-list {
    gap: 13px;
  }

  .staking__coin {
    width: 320px;
    max-width: none;
    margin-top: 0;
    justify-self: center;
  }

  .discount,
  .price,
  .benefits,
  .airdrop,
  .invite,
  .faq,
  .about {
    padding-right: 40px;
    padding-left: 40px;
  }

  .discount {
    padding-top: 16px;
    padding-bottom: 90px;
  }

  h2 {
    font-size: 32px;
    line-height: 1.16;
  }

  .section-copy,
  .section-head p:not(.script),
  .price__copy > p:not(.script),
  .about p:not(.script) {
    font-size: 18px;
  }

  .benefit-strip {
    gap: 13px;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    font-size: 12px;
    white-space: nowrap;
  }

  .benefit-strip span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
  }

  .benefit-strip span::before {
    width: 13px;
    height: 13px;
  }

  .mini-grid,
  .price {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .mini-grid {
    margin-top: 57px;
    gap: 35px;
  }

  .mini-grid article + article {
    padding-left: 0;
    border-left: 0;
  }

  .mini-grid article::before {
    margin-bottom: 23px;
  }

  .mini-grid h3 {
    margin-bottom: 9px;
    font-size: 20px;
  }

  .mini-grid p {
    font-size: 16px;
    line-height: 1.3;
  }

  .price {
    display: grid;
    gap: 31px;
    padding-top: 48px;
    width: auto;
    min-height: 0;
  }

  .price__copy {
    width: min(320px, 100%);
    padding-top: 0;
  }

  .price__copy h2 {
    width: auto;
  }

  .price__copy > p:not(.script) {
    margin-bottom: 41px;
    font-size: 16px;
    line-height: 1.25;
  }

  .price img {
    position: static;
    width: min(350px, calc(100vw - 40px));
    height: auto;
    max-width: none;
    justify-self: end;
    margin-right: -40px;
  }

  .rate-table th,
  .rate-table td {
    min-height: 41px;
    padding: 0 13px;
    font-size: 15px;
  }

  .rate-table {
    width: 312px;
    max-width: 100%;
  }

  .rate-table tr {
    width: 312px;
  }

  .rate-table .active {
    width: 247px;
  }

  .rate-table th::before {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    font-size: 7px;
  }

  .rate-table tr:nth-child(3) th::before {
    font-size: 9px;
  }

  .rate-table tr:nth-child(4) th::before {
    font-size: 7px;
  }

  .section-head,
  .section-head--left {
    text-align: center;
  }

  .section-head--left {
    text-align: left;
  }

  .benefit-cards {
    grid-template-columns: none;
    grid-auto-flow: column;
    width: 100vw;
    margin-left: -40px;
    padding: 0 max(40px, calc((100vw - 320px) / 2)) 0;
    grid-auto-columns: 300px;
    gap: 22px;
    justify-content: start;
    overflow-x: auto;
  }

  .benefit-cards article {
    scroll-snap-align: center;
  }

  .benefits {
    padding-top: 45px;
    padding-bottom: 88px;
  }

  .token {
    width: min(402px, 100%);
    min-height: 2090px;
    margin-right: auto;
    margin-left: auto;
    padding: 84px 40px 0;
  }

  .token-features {
    width: 310px;
    height: 1760px;
    margin-top: 52px;
  }

  .token__orbit {
    height: 180px;
  }

  .token-features article:nth-child(n) {
    left: 0;
    width: 310px;
    height: 640px;
    overflow: visible;
  }

  .token-features article:nth-child(1) {
    top: 602px;
  }

  .token-features article:nth-child(2) {
    top: 1467px;
  }

  .token-features article:nth-child(3) {
    top: 0;
  }

  .token-features article:nth-child(4) {
    top: 851px;
  }

  .token-features article:nth-child(n) img {
    top: -48px;
    left: -38px;
    bottom: auto;
    width: 386px;
    height: auto;
    max-width: none;
    object-fit: contain;
  }

  .token-features article:nth-child(3) img,
  .token-features article:nth-child(4) img {
    object-fit: contain;
  }

  .token-features article:nth-child(n) h3 {
    top: 486px;
  }

  .token-features article:nth-child(n) p {
    top: 517px;
    width: 250px;
  }

  .token-features article:nth-child(1) h3,
  .token-features article:nth-child(2) h3 {
    top: 0;
  }

  .token-features article:nth-child(1) p,
  .token-features article:nth-child(2) p {
    top: 31px;
  }

  .token-features article:nth-child(2) p {
    width: 130px;
  }

  .token-features article:nth-child(1) img {
    top: 140px;
    left: 40px;
    width: 300px;
  }

  .token-features article:nth-child(2) img {
    top: 55px;
    left: 160px;
    width: 190px;
  }

  .reward-panel {
    position: relative;
    width: min(322px, 100%);
    margin-top: 32px;
    padding: 0;
    border-radius: 0;
    background: transparent;
  }

  .reward-steps {
    font-size: 14px;
  }

  .reward-track {
    margin-bottom: 46px;
  }

  .reward-steps span::after {
    top: 32px;
  }

  .reward-tooltip {
    top: 112px;
    font-size: 14px;
  }

  .reward-amount {
    font-size: 64px;
    white-space: nowrap;
  }

  .reward-panel--long-amount .reward-amount {
    font-size: clamp(48px, 13.6vw, 56px);
  }

  .airdrop .section-copy {
    margin-top: 70px;
  }

  .invite .section-copy {
    font-size: 16px;
    line-height: 1.28;
  }

  .invite-cloud {
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: none;
    height: 88px;
    overflow: hidden;
    transform: translateX(-50%);
  }

  .invite-cloud__row--bottom {
    top: 52px;
  }

  .invite-cloud__track {
    gap: 8px;
    padding-right: 8px;
  }

  .invite-cloud__tag {
    font-size: 14px;
    min-height: 36px;
    gap: 6px;
    padding: 8px 12px 8px 8px;
  }

  .invite-cloud__tag.is-compact {
    min-height: 33px;
  }

  .invite-cloud__tag::before {
    width: 19px;
    height: 19px;
  }

  .invite .button {
    background: var(--text);
  }

  .airdrop {
    padding-bottom: 36px;
  }

  .invite {
    padding-bottom: 24px;
  }

  .airdrop::before,
  .airdrop::after {
    display: none;
  }

  .faq {
    padding-top: 86px;
    padding-bottom: 18px;
  }

  .faq__panel {
    border-width: 6px;
    gap: 6px;
  }

  .faq summary {
    min-height: 58px;
    padding: 15px 56px 14px 18px;
    font-size: 16px;
    line-height: 1.15;
  }

  .faq summary::after {
    top: 11px;
    right: 15px;
    width: 30px;
    height: 30px;
    font-size: 22px;
  }

  .faq details p {
    margin: -3px 18px 16px;
    font-size: 14px;
    line-height: 1.3;
  }

  .about {
    width: 100%;
    padding-top: 84px;
    padding-bottom: 46px;
  }

  .about p:not(.script) {
    font-size: 16px;
    line-height: 1.36;
  }

  .footer-wordmark {
    height: 112px;
    margin-top: 48px;
    margin-bottom: -2px;
  }

  .footer-wordmark img {
    width: min(420px, calc(84.7vw + 9px));
    transform: translateY(3px);
  }

  .footer {
    display: block;
    margin-bottom: 0;
    padding: 152px 40px 55px;
  }

  .footer__intro {
    display: block;
    margin-bottom: 68px;
  }

  .footer__intro p {
    margin: 10px 0 16px;
  }

  .footer__intro a {
    display: block;
  }

  .footer__intro .footer__email,
  .footer__intro .footer__language {
    display: flex;
  }

  .footer__intro .footer__email {
    margin-top: 20px;
  }

  .footer__intro .footer__language {
    margin-top: 44px;
  }

  .footer__intro a + a {
    margin-top: 44px;
  }

  .footer nav {
    gap: 10px;
    margin-bottom: 58px;
  }

  .footer nav strong {
    margin-bottom: 9px;
  }

  .footer nav[aria-label="Follow Us"] {
    margin-bottom: 67px;
  }

  .footer nav[aria-label="Products"] {
    margin-bottom: 98px;
  }

  .footer__legal {
    gap: 23px;
    margin-bottom: 49px;
  }

  .footer__trust {
    margin: 0;
    padding-top: 49px;
    border-top: 1px solid rgba(245, 245, 245, 0.05);
  }
}

@media (max-width: 479px) {
  .price__copy h2 {
    font-size: 32px;
  }

  .benefits .section-head p:not(.script) {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.3;
  }

  .benefit-cards {
    grid-auto-columns: 291px;
    gap: 12px;
    padding-right: 39px;
    padding-left: 39px;
    scroll-padding-right: 39px;
    scroll-padding-left: 39px;
  }

  .benefit-cards h3 {
    margin-top: 19px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
  }
}

@media (min-width: 480px) and (max-width: 768px) {
  .hero {
    min-height: 965px;
  }

  .hero__copy {
    padding-top: 145px;
  }

  .hero .script {
    margin-bottom: 20px;
    font-size: 20px;
  }

  h1 {
    max-width: 560px;
    font-size: 40px;
    line-height: 1.05;
  }

  .hero__copy > p:not(.script) {
    width: 450px;
    margin-top: 18px;
    margin-bottom: 31px;
    font-size: 18px;
    line-height: 1.18;
  }

  .hero .button {
    min-width: 118px;
    height: 42px;
    padding: 0 18px;
    font-size: 16px;
  }

  .hero__city {
    top: 325px;
  }

  .hero__city-img {
    width: 1200px;
  }

  .staking__content,
  .discount > .script,
  .discount > h2,
  .discount > .section-copy,
  .discount > .benefit-strip,
  .discount > .mini-grid,
  .price__copy,
  .section-head,
  .airdrop > .script,
  .airdrop > h2,
  .airdrop > .section-copy,
  .reward-panel,
  .invite > .script,
  .invite > h2,
  .invite > .section-copy,
  .faq > .script,
  .faq > h2,
  .faq__panel,
  .about > .script,
  .about > h2,
  .about p:not(.script) {
    width: min(386px, 100%);
  }

  h2,
  .staking__content h2 {
    font-size: 40px;
    line-height: 1.16;
  }

  .mega {
    font-size: 76px;
  }

  .lead,
  .check-list {
    font-size: 20px;
    line-height: 1.28;
  }

  .section-copy,
  .section-head p:not(.script),
  .price__copy > p:not(.script),
  .about p:not(.script) {
    font-size: 20px;
    line-height: 1.28;
  }

  .benefit-strip {
    margin-top: 54px;
  }

  .mini-grid {
    margin-top: 82px;
    gap: 78px;
  }

  .mini-grid article::before {
    margin-bottom: 29px;
  }

  .mini-grid h3 {
    margin-bottom: 13px;
    font-size: 26px;
    line-height: 1.1;
  }

  .mini-grid p {
    font-size: 20px;
    line-height: 1.28;
  }

  .staking__coin {
    width: 397px;
    max-width: 100%;
    margin-top: 24px;
  }

  .price {
    min-height: 1255px;
  }

  .price__copy {
    width: min(386px, 100%);
  }

  .price__copy h2 {
    width: 335px;
  }

  .rate-table,
  .rate-table tr {
    width: 386px;
    max-width: 100%;
  }

  .rate-table .active {
    width: 306px;
  }

  .rate-table th,
  .rate-table td {
    min-height: 50px;
    font-size: 18px;
  }

  .rate-table th {
    padding-right: 12px;
    padding-left: 18px;
  }

  .rate-table td {
    padding-right: 18px;
    padding-left: 12px;
  }

  .price img {
    width: min(430px, calc(100vw - 40px));
    margin-right: -49px;
  }

  .benefit-cards {
    margin-left: -40px;
    padding-right: calc((100vw - 386px) / 2);
    padding-left: calc((100vw - 386px) / 2);
    grid-auto-columns: 386px;
    gap: 18px;
    scroll-padding-right: calc((100vw - 386px) / 2);
    scroll-padding-left: calc((100vw - 386px) / 2);
  }

  .benefit-cards article {
    scroll-snap-align: center;
  }

  .token {
    width: min(482px, 100%);
    min-height: 2570px;
  }

  .token-features {
    width: 386px;
    height: 2140px;
  }

  .token-features article:nth-child(n) {
    width: 386px;
    height: 760px;
  }

  .token-features article:nth-child(1) {
    top: 750px;
  }

  .token-features article:nth-child(2) {
    top: 1820px;
  }

  .token-features article:nth-child(3) {
    top: 0;
  }

  .token-features article:nth-child(4) {
    top: 1038px;
  }

  .token-features article:nth-child(n) img {
    top: -35px;
    left: -48px;
    width: 482px;
    height: auto;
  }

  .token-features article:nth-child(n) h3 {
    top: 622px;
  }

  .token-features article:nth-child(n) p {
    top: 653px;
    width: 320px;
  }

  .token-features article:nth-child(1) h3,
  .token-features article:nth-child(2) h3 {
    top: 0;
  }

  .token-features article:nth-child(1) p,
  .token-features article:nth-child(2) p {
    top: 31px;
  }

  .token-features article:nth-child(2) p {
    width: 160px;
  }

  .token-features article:nth-child(1) img {
    top: 170px;
    left: 50px;
    width: 380px;
  }

  .token-features article:nth-child(2) img {
    top: 75px;
    left: 190px;
    width: 240px;
  }

  .footer-wordmark,
  .footer {
    width: min(482px, 100%);
    margin-right: auto;
    margin-left: auto;
  }

  .footer {
    padding-right: 49px;
    padding-left: 49px;
  }

  .faq__panel {
    width: min(434px, 100%);
    border-width: 10px;
    gap: 10px;
  }

  .invite {
    padding-bottom: 104px;
  }

  .invite-cloud {
    margin-top: 92px;
    margin-bottom: 78px;
  }

  .faq summary {
    min-height: 80px;
    padding: 24px 72px 22px 24px;
    font-size: 20px;
    line-height: 1.15;
  }

  .faq summary::after {
    top: 21px;
    right: 20px;
    width: 40px;
    height: 40px;
    font-size: 28px;
  }

  .faq details p {
    margin: -4px 24px 24px;
    font-size: 18px;
    line-height: 1.25;
  }
}

@media (max-width: 359px) {
  .hero__copy {
    padding-right: 16px;
    padding-left: 16px;
  }

  h1 {
    max-width: 300px;
    font-size: 30px;
  }

  .staking,
  .discount,
  .price,
  .benefits,
  .airdrop,
  .invite,
  .faq,
  .about,
  .token,
  .footer {
    padding-right: 24px;
    padding-left: 24px;
  }

  .staking__content,
  .discount > .script,
  .discount > h2,
  .discount > .section-copy,
  .discount > .benefit-strip,
  .discount > .mini-grid,
  .price__copy,
  .section-head,
  .airdrop > .script,
  .airdrop > h2,
  .airdrop > .section-copy,
  .reward-panel,
  .invite > .script,
  .invite > h2,
  .invite > .section-copy,
  .faq > .script,
  .faq > h2,
  .faq__panel,
  .about > .script,
  .about > h2,
  .about p:not(.script),
  .staking__coin,
  .token,
  .token-features,
  .rate-table,
  .rate-table tr {
    width: 100%;
  }

  .benefit-cards {
    margin-left: -24px;
    padding-right: 24px;
    padding-left: 24px;
    grid-auto-columns: min(300px, calc(100vw - 48px));
  }

  .token-features article:nth-child(n) {
    width: 100%;
  }

  .token-features article:nth-child(n) p {
    width: calc(100% - 60px);
  }

  .footer-wordmark img {
    width: min(420px, calc(84.7vw + 9px));
  }
}

@media (max-width: 768px) {
  .token {
    min-height: 0;
    padding-bottom: 88px;
  }

  .token-features {
    display: grid;
    gap: 46px;
    width: min(330px, 100%);
    height: auto;
    margin-top: 52px;
  }

  .token-features article:nth-child(n) {
    position: relative;
    top: auto;
    left: auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  .token-features article:nth-child(n) h3,
  .token-features article:nth-child(n) p {
    position: relative;
    top: auto;
    left: auto;
    width: min(296px, 100%);
  }

  .token-features article:nth-child(n) h3 {
    order: 0;
  }

  .token-features article:nth-child(n) p {
    order: 1;
    margin-top: 7px;
  }

  .token-features article:nth-child(n) img {
    position: relative;
    inset: auto;
    order: 2;
    display: block;
    width: min(310px, calc(100vw - 72px));
    height: auto;
    max-width: none;
    margin: 16px 0 0 50%;
    object-fit: contain;
    transform: translateX(-50%);
  }

  .token-features article:nth-child(1) img {
    width: min(310px, calc(100vw - 72px));
    margin-top: 12px;
  }

  .token-features article:nth-child(2) img {
    width: min(310px, calc(100vw - 72px));
    margin-top: 12px;
  }

  .token-features article:nth-child(2) p {
    width: min(296px, 100%);
  }
}

@media (min-width: 768px) and (max-width: 768px) {
  :root {
    --header-height: 115px;
  }

  .nav {
    grid-template-columns: 118px 1fr 118px;
    height: 75px;
    padding: 0 19px;
  }

  .nav__brand {
    width: 118px;
  }

  .nav__brand img {
    width: 118px;
  }

  .nav__menu {
    grid-column: 2;
    justify-self: center;
  }

  .section-anchor {
    scroll-margin-top: 115px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .invite-cloud__track {
    animation: none;
  }
}
