@font-face {
  font-family: "e-Ukraine";
  src: url("../fonts/e-Ukraine-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "e-Ukraine";
  src: url("../fonts/e-Ukraine-UltraLight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "e-Ukraine";
  src: url("../fonts/e-Ukraine-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "e-Ukraine";
  src: url("../fonts/e-Ukraine-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "e-Ukraine";
  src: url("../fonts/e-Ukraine-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "e-Ukraine";
  src: url("../fonts/e-Ukraine-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --blue: #0367c8;
  --white: #ffffff;
  --yellow: #ffea00;
  --light-blue: #8cc6ff;
  --black: #000000;
  --grey: #4d4d4d;
  --light-grey: #b4b4b4;
  --page-bg: #001020;
  --roadmap-bg: #00203f;
  --footer-bg: #000c18;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
button,
a,
input,
.circle-btn,
.mnav {
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
body {
  background: var(--page-bg);
  font-family: "e-Ukraine", "Manrope", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img {
  display: block;
}
.h1,
.h2 {
  font-family: "Unbounded", sans-serif;
  font-weight: 600;
  color: #fff;
  line-height: normal;
}
.ue {
  font-family: "e-Ukraine", "Manrope", sans-serif;
}
.stage {
  width: 100%;
  overflow: hidden;
}
.page {
  width: 1512px;
  position: relative;
  transform-origin: top left;
  background: var(--page-bg);
  display: flex;
  flex-direction: column;
}
.page > .hero {
  order: 1;
}
.page > .roadmap {
  order: 2;
}
.page > .band {
  order: 3;
}
.page > .money {
  order: 4;
}
.page > .partners {
  order: 5;
}
.page > .members {
  order: 6;
}
.page > .megablue {
  order: 7;
}
.page > .uni {
  order: 8;
}
.page > .newsletter-wrap {
  order: 9;
}
.page > .videowrap {
  order: 10;
}
.page > .faq {
  order: 11;
}
.abs {
  position: absolute;
}
.of {
  overflow: hidden;
}

.navbar {
  position: absolute;
  left: calc(50% - 1456px / 2);
  top: 28px;
  width: 1456px;
  height: 76px;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 32px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
}
.logo {
  position: relative;
  width: 210px;
  height: 56px;
  overflow: hidden;
}
.logo .mark {
  position: absolute;
  left: 0;
  top: 8.4px;
  width: 29.469px;
  height: 22.746px;
}
.logo .word {
  position: absolute;
  left: 32.01px;
  top: 7.27px;
  width: 163.879px;
  height: 24.966px;
}
.logo .ua {
  position: absolute;
  left: 114.39px;
  top: 33.37px;
  width: 87.704px;
  height: 12.409px;
}
.navlinks {
  display: flex;
  align-items: center;
  gap: 40px;
}
.navlinks a {
  position: relative;
  font-size: 16px;
  color: var(--light-grey);
  text-decoration: none;
  padding: 8px 0 14px;
  white-space: nowrap;
  transition: color 0.2s;
}
.navlinks a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 2px;
  border-radius: 999px;
  background: transparent;
  transition: background 0.2s;
}
.navlinks a:hover {
  color: var(--light-blue);
}
.navlinks a:hover::after {
  background: var(--light-blue);
}

.hero {
  position: relative;
  isolation: isolate;
  width: 1512px;
  height: 900px;
  overflow: hidden;
}
.hero .glow {
  position: absolute;
  z-index: 0;
  left: calc(50% - 531px / 2 - 6.5px);
  top: 107px;
  width: 531px;
  height: 428px;
  border-radius: 50%;
  background: #02b2fd;
  filter: blur(500px);
  pointer-events: none;
}
.hero .wheat-r {
  position: absolute;
  right: -64px;
  bottom: -183px;
  width: 340px;
  height: 679px;
}
.hero .wheat-l {
  position: absolute;
  left: -15px;
  top: 99px;
  width: 191.3px;
  height: 382px;
  transform: rotate(180deg);
}
.hero-content {
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  top: 264px;
  width: 1148px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.hero-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hl-row {
  display: flex;
  align-items: center;
  height: 72px;
  margin-bottom: -4px;
  position: relative;
}
.hl-row.r1 {
  gap: 24px;
}
.hl-row.r2,
.hl-row.r3 {
  gap: 12px;
}
.hl-row .hi {
  position: absolute;
  left: -10px;
  top: 6px;
  width: 609px;
  height: 61px;
  background: var(--blue);
}
.hl-row p {
  position: relative;
  font-family: "Unbounded", sans-serif;
  font-weight: 600;
  font-size: 48px;
  color: #fff;
  white-space: nowrap;
  line-height: normal;
}
.hl-row .solana {
  position: relative;
  width: 38.598px;
  height: 38.598px;
  flex: none;
}
.hl-row .star {
  position: relative;
  width: 66px;
  height: 66px;
  flex: none;
}
.wheat-stack {
  position: relative;
  width: 68px;
  height: 72px;
  overflow: hidden;
  flex: none;
}
.wheat-stack img {
  position: absolute;
  left: 10.5px;
  width: 47.046px;
  height: 23.548px;
}
.btn-yellow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--yellow);
  border-radius: 8px;
  padding: 16px 24px;
  border: none;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  white-space: nowrap;
  font-family: "e-Ukraine", "Manrope", sans-serif;
}
.btn-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #fff;
  border-radius: 8px;
  padding: 16px 24px;
  border: none;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  white-space: nowrap;
  font-family: "e-Ukraine", "Manrope", sans-serif;
  text-decoration: none;
  transition:
    transform 0.15s,
    background 0.2s,
    box-shadow 0.2s;
}
.btn-yellow {
  text-decoration: none;
  transition:
    transform 0.15s,
    filter 0.2s,
    box-shadow 0.2s;
}
@media (hover: hover) {
  .btn-yellow:hover {
    filter: brightness(1.06);
    box-shadow: 0 8px 24px rgba(255, 234, 0, 0.28);
    transform: translateY(-2px);
  }
  .btn-white:hover {
    background: #eef2f7;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    transform: translateY(-2px);
  }
}
.btn-yellow:active,
.btn-white:active {
  transform: translateY(0);
}
.soc {
  transition:
    transform 0.15s,
    background 0.2s;
  text-decoration: none;
}
.soc:hover {
  background: var(--yellow);
  transform: translateY(-2px);
}
.rm-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition:
    color 0.2s,
    opacity 0.2s;
  padding-bottom: 6px;
  text-decoration: none;
}
.rm-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  border-radius: 999px;
  background: transparent;
  transition: background 0.2s;
}
.rm-link:hover {
  color: var(--light-blue);
  opacity: 1;
}
.rm-link:hover::after {
  background: var(--light-blue);
}
.ico24 {
  width: 24px;
  height: 24px;
  position: relative;
  overflow: hidden;
  flex: none;
}
.ico24 .arr {
  position: absolute;
  left: 16.67%;
  right: 16.67%;
  top: 17.59%;
  bottom: 17.59%;
  transform: rotate(90deg);
}
.ico24 .arr img {
  width: 100%;
  height: 100%;
}

.roadmap {
  position: relative;
  width: 1512px;
  background: var(--roadmap-bg);
  border-radius: 40px;
  padding: 120px 64px 240px;
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: flex-start;
}
.rm-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.rm-head .h1 {
  font-size: 48px;
  white-space: nowrap;
}
.arrows {
  display: flex;
  gap: 12px;
  align-items: center;
}
.mnav {
  display: none;
}
.circle-btn {
  width: 48px;
  height: 48px;
  border-radius: 10000px;
  background: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex: none;
  padding: 0;
}
.circle-btn.dim {
  opacity: 1;
}
.circle-btn img {
  width: 20px;
  height: 20px;
  transform: none;
  transition: transform 0.2s;
}
.circle-btn.dim img {
  transform: rotate(180deg);
}
.circle-btn {
  transition:
    background 0.2s,
    transform 0.2s;
}
.circle-btn:hover {
  background: var(--yellow);
}
.circle-btn:active {
  transform: scale(0.92);
}
.rm-track {
  display: flex;
  gap: 32px;
  align-items: center;
  overflow-x: auto;
  width: 1384px;
  scrollbar-width: none;
}
.rm-track::-webkit-scrollbar {
  display: none;
}
.rm-card {
  position: relative;
  width: 600px;
  height: 480px;
  flex: none;
  background: var(--blue);
  border-radius: 24px;
  padding: 32px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.rm-num {
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  background: var(--yellow);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  flex: none;
}
.rm-title {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  line-height: normal;
}
.rm-sub {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  line-height: normal;
}
.rm-top {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.rm-txt {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.rm-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  align-self: flex-start;
}
.rm-link .ic {
  width: 20px;
  height: 20px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rm-link .ic img {
  width: 12px;
  height: 12px;
  transform: rotate(90deg);
  transition: filter 0.2s;
}
.rm-link:hover .ic img {
  filter: brightness(0) saturate(100%) invert(74%) sepia(33%) saturate(1657%)
    hue-rotate(171deg) brightness(104%) contrast(101%);
}
.rm-socials {
  display: flex;
  gap: 16px;
  align-items: center;
  width: 100%;
}
.soc {
  width: 48px;
  height: 48px;
  border-radius: 10000px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex: none;
}
.rm-photo {
  position: absolute;
  left: -33px;
  top: 261px;
  width: 603px;
  height: 191px;
  overflow: hidden;
}
.rm-photo img {
  position: absolute;
  left: -8.13%;
  top: -55.42%;
  width: 118.74%;
  height: 210.96%;
}
.rm-cardimg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 54%;
  z-index: 1;
  pointer-events: none;
}
.rm-cardimg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right bottom;
  display: block;
}
.rm-card:nth-child(2) .rm-cardimg img {
  position: absolute;
  right: -2%;
  bottom: -2%;
  width: min(88%, 520px);
  max-width: none;
  height: auto;
  object-fit: initial;
  object-position: initial;
}

.band {
  position: relative;
  width: 1512px;
  height: 378px;
  overflow: hidden;
  margin-top: -140px;
}
.band .yellow {
  position: absolute;
  left: -126.2px;
  top: 130.2px;
  width: 1751px;
  height: 113px;
  background: var(--yellow);
  transform: rotate(5deg);
}
.band .blue {
  position: absolute;
  left: -222.8px;
  top: 132.7px;
  width: 1751px;
  height: 113px;
  background: var(--blue);
  transform: rotate(-3deg);
}
.band .money-txt {
  position: absolute;
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: rgba(255, 255, 255, 0.5);
  white-space: nowrap;
  line-height: normal;
}
.band .m1 {
  left: calc(50% - 462.78px);
  top: 140.21px;
  transform: translate(-50%, -50%) rotate(6.13deg);
}
.band .m2 {
  left: calc(50% + 497.72px);
  top: 230.56px;
  transform: translate(-50%, -50%) rotate(6.13deg);
}
.band .leaves {
  position: absolute;
  inset: 0;
  pointer-events: none;
  display: none;
}
.band .lf {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.band .lf > span {
  display: block;
  width: 150.299px;
  height: 75.229px;
  flex: none;
  background: #1258b7;
  -webkit-mask-image: url("../assets/icons/59ae22622f89e819e0667f0ca68bff72a27a2b6f.svg");
  mask-image: url("../assets/icons/59ae22622f89e819e0667f0ca68bff72a27a2b6f.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 1754.514px 204.486px;
  mask-size: 1754.514px 204.486px;
}
.band .lf img {
  width: 100%;
  height: 100%;
  display: block;
}
.band .title {
  position: absolute;
  left: calc(50% + 1.01px);
  top: 179.58px;
  transform: translate(-50%, -50%) rotate(-3deg);
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #fff;
  white-space: nowrap;
  line-height: normal;
}

.money {
  position: relative;
  width: 1512px;
  padding: 0 64px;
}
.cards-row {
  display: flex;
  gap: 16px;
  align-items: center;
  width: 1384px;
}
.cards-row2 {
  display: flex;
  gap: 16px;
  align-items: center;
  width: 916px;
  margin: 20px auto 0;
}
.mcard {
  position: relative;
  height: 276px;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
  flex: 1 0 0;
  min-width: 0;
}
.cards-row2 .mcard {
  flex: none;
  width: 450px;
}
.mcard .txt {
  position: absolute;
  left: 28px;
  top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  z-index: 3;
}
.mcard .t {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  line-height: normal;
}
.mcard .d {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  line-height: normal;
  position: relative;
}
.mcard .d b {
  font-weight: 400;
  color: #000;
  background: var(--yellow);
  box-shadow: 0 0 0 2px var(--yellow);
}
.mcard .wheat {
  position: absolute;
  right: 19.67px;
  bottom: 20px;
  width: 55px;
  height: 161px;
  z-index: 2;
}
.mcard .gfx {
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1;
}
.mcard .mg {
  position: absolute;
  object-fit: fill;
  max-width: none;
}
.mcardimg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 66%;
  z-index: 1;
  pointer-events: none;
}
.mcardimg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  display: block;
}

.partners {
  position: relative;
  width: 1512px;
  padding: 0 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  margin-top: 180px;
  overflow: hidden;
}
.partners .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  width: 100%;
}
.sec-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 100%;
}
.sec-head .lf {
  width: 25px;
  height: 46px;
  flex: none;
}
.sec-head .rt {
  width: 25px;
  height: 46px;
  flex: none;
  transform: rotate(180deg);
}
.sec-head .h1 {
  font-size: 48px;
  white-space: nowrap;
}
.plogos {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  flex: none;
}
.plogo {
  width: 100px;
  height: 100px;
  border-radius: 6.667px;
  overflow: hidden;
  flex: none;
}
.plogo.b {
  border: 0.556px solid var(--grey);
}
.plogo.b2 {
  border: 0.556px solid #848484;
  background: #000;
}
.plogo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6.667px;
}
.pbottom {
  display: flex;
  gap: 48px;
  align-items: center;
}
.pbottom .l1 {
  width: 222px;
  height: 55px;
  overflow: hidden;
}
.pbottom .l2 {
  width: 188px;
  height: 55px;
  border-radius: 10.605px;
  overflow: hidden;
  backdrop-filter: blur(30.4px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.members {
  position: relative;
  width: 1512px;
  padding: 0 64px;
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: flex-start;
  margin-top: 180px;
}
.members .glow {
  position: absolute;
  left: calc(50% - 675px / 2 + 0.5px);
  top: 299px;
  width: 675px;
  height: 513px;
  border-radius: 50%;
  background: #02b2fd;
  filter: blur(500px);
  pointer-events: none;
}
.mem-box {
  position: relative;
  width: 1384px;
  height: 800px;
  border: 1px solid var(--grey);
  border-radius: 24px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  overflow: hidden;
}
.mem-row {
  display: flex;
  gap: 20px;
  align-items: center;
  width: 100%;
}
.mem-card {
  flex: 1 0 0;
  min-width: 0;
  height: 280px;
  border-radius: 16px;
  padding: 32px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(25px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}
.mem-card .ava {
  border: 1px solid var(--grey);
  border-radius: 12px;
  padding: 4px;
  display: flex;
  align-items: center;
}
.mem-card .ava img {
  width: 92px;
  height: 92px;
  border-radius: 8px;
  object-fit: cover;
}
.mem-card .nm {
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
}

.uni {
  position: relative;
  width: 1512px;
  height: 1182px;
  margin-top: -42px;
}
.uni .bgimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 1512px;
  height: 756px;
  overflow: hidden;
  filter: blur(1px);
}
.uni .bgimg img {
  position: absolute;
  left: 0;
  top: -32.87%;
  width: 100%;
  height: 190.28%;
  opacity: 0.6;
}
.uni .bgov {
  position: absolute;
  left: 0;
  top: 0;
  width: 1512px;
  height: 756px;
  background:
    linear-gradient(
      66.2188deg,
      rgba(0, 16, 32, 0.9) 6.25%,
      rgba(0, 16, 32, 0) 90.99%
    ),
    linear-gradient(rgba(0, 16, 32, 0) 0%, rgba(0, 16, 32, 0.6) 100%),
    linear-gradient(90deg, rgba(0, 16, 32, 0.2) 0%, rgba(0, 16, 32, 0.2) 100%);
}
.uni .star {
  position: absolute;
  left: 1200px;
  top: 104px;
  width: 86px;
  height: 86px;
}
.uni-inner {
  position: absolute;
  left: 64px;
  top: 160px;
  width: 1380px;
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: center;
}
.uni-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.uni-top {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}
.uni-top .h1 {
  font-size: 48px;
  white-space: nowrap;
}
.checks {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 562px;
}
.chk {
  display: flex;
  gap: 16px;
  align-items: center;
}
.chk img {
  width: 24px;
  height: 24px;
  flex: none;
}
.chk p {
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
}
.uni-photos-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-end;
  width: 100%;
}
.uni-photos {
  display: flex;
  gap: 24px;
  align-items: center;
  width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
}
.uni-photos::-webkit-scrollbar {
  display: none;
}
.uni-photos .ph {
  width: 320px;
  height: 320px;
  border-radius: 9.6px;
  overflow: hidden;
  flex: none;
}
.uni-photos .ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.uni-logos {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.ulogo {
  width: 140.5px;
  height: 80px;
  position: relative;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ulogo .msk {
  position: absolute;
  background: #fff;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.ulogo img {
  max-width: 78%;
  max-height: 64%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.uni-logos img {
  filter: brightness(0) invert(1);
}
.uni-cta {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
.uni-cta p {
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
}

.megablue {
  position: relative;
  width: 1512px;
  background: var(--roadmap-bg);
  border-radius: 40px;
  padding: 120px 0;
  display: flex;
  flex-direction: column;
  gap: 180px;
  align-items: flex-start;
  overflow: hidden;
  margin-top: 180px;
}
.megablue .glow {
  position: absolute;
  width: 531px;
  height: 428px;
  background: #02b2fd;
  filter: blur(500px);
  border-radius: 50%;
  pointer-events: none;
}
.megablue .g1 {
  left: 1040px;
  top: 421px;
}
.megablue .g2 {
  left: -325px;
  top: 2108px;
}
.megablue .starfloat {
  position: absolute;
  left: 131px;
  top: 2208px;
  width: 60px;
  height: 60px;
}

.events {
  position: relative;
  width: 1512px;
  padding: 0 64px;
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: center;
  z-index: 3;
}
.events .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1384px;
}
.events .head .h1 {
  font-size: 48px;
  white-space: nowrap;
}
.ev-track {
  display: flex;
  gap: 20px;
  align-items: stretch;
  width: 1384px;
  overflow-x: auto;
  scrollbar-width: none;
}
.ev-track::-webkit-scrollbar {
  display: none;
}
.ev-card {
  width: 360px;
  flex: none;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: space-between;
  align-items: flex-start;
  overflow: hidden;
}
.ev-card .thumb {
  width: 100%;
  height: 240px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.ev-card .thumb img {
  position: absolute;
  left: 50%;
  top: calc(50% - 32px);
  transform: translate(-50%, -50%);
  width: 320px;
  height: 320px;
  object-fit: cover;
}
.ev-card .body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.ev-card .t {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  line-height: normal;
}
.ev-meta {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.ev-row {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  max-width: 289.19px;
}
.ev-row img {
  width: 16px;
  height: 16px;
  flex: none;
  margin-top: 2px;
}
.ev-row p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  line-height: normal;
}

.review {
  position: relative;
  width: 1512px;
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: center;
  z-index: 5;
}
.review-head {
  position: relative;
  width: 1084px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
.review-head .h2 {
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #fff;
  white-space: nowrap;
}
.review-head .sub {
  position: relative;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.6);
  white-space: nowrap;
}
.review-head .sub b {
  font-weight: 400;
  color: #000;
  background: var(--yellow);
  box-shadow: 0 0 0 3px var(--yellow);
}
.review-body {
  position: relative;
  width: 1384px;
  height: 594px;
}
.rev-card {
  position: absolute;
  border-radius: 11.939px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.rev-left {
  left: 0;
  top: 0;
  width: 785px;
  height: 593px;
  background: var(--blue);
  padding: 23.755px 23.012px 23.755px 28.209px;
  gap: 28.209px;
}
.rev-right {
  left: 807px;
  top: 0;
  width: 577px;
  height: 593px;
  display: flex;
  flex-direction: column;
  gap: 21.528px;
  background: none;
  overflow: visible;
}
.rev-sub {
  background: rgba(3, 103, 200, 0.24);
  border-radius: 11.939px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}
.rev-sub.a {
  height: 282px;
  padding: 23.755px 23.755px 23.755px 28.209px;
  gap: 33.4px;
}
.rev-sub.b {
  height: 289px;
  padding: 23.755px 0 23.755px 26.724px;
  gap: 31.18px;
}
.rev-title {
  display: flex;
  gap: 31.92px;
  align-items: center;
  width: 100%;
}
.rev-title p {
  flex: 1;
  font-family: "Unbounded", sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #fff;
  line-height: 1.2;
}
.rev-icon {
  width: 35.632px;
  height: 35.632px;
  background: var(--yellow);
  position: relative;
  flex: none;
}
.rev-icon img {
  position: absolute;
  left: 8.17px;
  top: 8.17px;
  width: 19.3px;
  height: 19.3px;
}
.stat {
  display: flex;
  flex-direction: column;
  gap: 13.362px;
}
.stat .n {
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: 17.82px;
  color: #fff;
  line-height: 1.03;
}
.stat .l {
  font-size: 9.65px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
}
.stat-row {
  display: flex;
  gap: 16.331px;
  align-items: flex-start;
  width: 100%;
}
.pillbox {
  background: #1258b7;
  border-radius: 8px;
  padding: 18.558px 21.528px;
  display: flex;
  gap: 12.62px;
  align-items: center;
}
.mapwrap {
  position: absolute;
  left: 449.86px;
  top: 259.07px;
  width: 445.338px;
  height: 305.375px;
  overflow: hidden;
}
.mapwrap > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.city {
  position: absolute;
  background: #fff;
  padding: 3.181px 4.453px;
  font-family: "e-Ukraine", "Manrope", sans-serif;
  font-weight: 600;
  font-size: 10.179px;
  color: #000;
  white-space: nowrap;
  line-height: 1.5;
  transform: translate(-50%, -50%);
}

.newsletter-wrap {
  width: 1512px;
  padding: 0 64px;
  display: flex;
  justify-content: center;
  margin-top: 180px;
}
.newsletter {
  position: relative;
  width: 1384px;
  height: 340px;
  background: var(--blue);
  border-radius: 16px;
  padding: 80px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: center;
  overflow: hidden;
}
.newsletter h3 {
  position: relative;
  z-index: 2;
  font-family: "e-Ukraine", "Manrope", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #fff;
  text-align: center;
  line-height: normal;
}
.nl-form {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 12px;
  align-items: center;
}
.nl-form input {
  width: 480px;
  height: 56px;
  border: none;
  border-radius: 8px;
  padding: 13px 16px;
  font-family: "e-Ukraine", "Manrope", sans-serif;
  font-size: 18px;
  color: #000;
  outline: none;
}
.nl-form input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.nl-msg {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 14px;
  min-height: 18px;
  text-align: center;
  font-size: 15px;
  color: #fff;
}
.nl-msg.ok {
  color: #d6ffe2;
}
.nl-msg.err {
  color: #ffd9d0;
}

.videowrap {
  width: 1512px;
  padding: 0 48px;
  margin-top: 180px;
}
.video {
  position: relative;
  width: 1416px;
  height: 797px;
  border-radius: 24px;
  overflow: hidden;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    linear-gradient(135deg, #123a63, #06182e 60%, #000c18);
  display: flex;
  align-items: center;
  justify-content: center;
}
.playbtn {
  width: 114px;
  height: 114px;
  border-radius: 100px;
  background: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.playbtn .tri {
  width: 0;
  height: 0;
  border-left: 32px solid var(--blue);
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  margin-left: 6px;
}

.faq {
  width: 1512px;
  min-height: 700px;
  padding: 0 80px;
  display: flex;
  gap: 80px;
  align-items: flex-start;
  margin-top: 180px;
}
.faq-left {
  position: relative;
  width: 592px;
  display: flex;
  flex-direction: column;
  gap: 122px;
}
.faq-left .head {
  display: flex;
  gap: 24px;
  align-items: center;
  width: 100%;
}
.faq-left .head .h2 {
  font-family: "Unbounded", sans-serif;
  font-weight: 600;
  font-size: 40px;
  color: #fff;
}
.faq-art {
  position: relative;
  width: 477px;
  height: 474px;
  overflow: hidden;
}
.faq-art .leaf {
  position: absolute;
  left: 165.12px;
  width: 271px;
  height: 135.642px;
}
.faq-art .ysq {
  position: absolute;
  left: 71.18px;
  top: 133.49px;
  width: 74.087px;
  height: 74.087px;
  background: var(--yellow);
  transform: rotate(71.47deg);
}
.faq-art .photo {
  position: absolute;
  left: -8.57px;
  top: 74.77px;
  width: 463.413px;
  height: 431.481px;
  overflow: hidden;
}
.faq-art .photo img {
  position: absolute;
  left: -15.8%;
  top: -57.31%;
  width: 115.8%;
  height: 186.46%;
}
.faq-left .star {
  position: absolute;
  left: 368px;
  top: 508px;
  width: 95px;
  height: 95px;
}
.faq-right {
  width: 680px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.faq-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 28px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.6);
}
.faq-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.faq-q {
  display: flex;
  gap: 80px;
  align-items: flex-start;
  width: 100%;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  text-align: left;
  font-family: inherit;
}
.faq-q p {
  flex: 1;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  line-height: normal;
}
.faq-ic {
  width: 32px;
  height: 32px;
  flex: none;
  transition: transform 0.3s ease;
  transform: rotate(180deg);
}
.faq-item.open .faq-ic {
  transform: rotate(0deg);
}
.faq-a-wrap {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.faq-item.open .faq-a-wrap {
  max-height: 400px;
}
.faq-a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.4;
  padding-top: 20px;
}

.perks {
  position: relative;
  width: 1512px;
  padding: 0 64px;
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: center;
  z-index: 2;
}
.perks-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: flex-start;
  justify-content: center;
  width: 1384px;
}
.pcard {
  position: relative;
  width: 450px;
  height: 320px;
  background: var(--blue);
  border-radius: 12px;
  overflow: hidden;
  flex: none;
}
.pcard.wide {
  width: 683px;
  height: 280px;
}
.pcard .txt {
  position: absolute;
  left: 28px;
  top: 24px;
  width: 360px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 3;
}
.pcard .t {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  line-height: normal;
}
.pcard .d {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  line-height: normal;
}
.tag {
  position: absolute;
  border-radius: 100px;
  padding: 10px;
  background: var(--light-blue);
  font-size: 14px;
  color: #000;
  white-space: nowrap;
  z-index: 4;
  line-height: normal;
}
.tag.y {
  background: var(--yellow);
}

.foot {
  position: relative;
  width: 100%;
  background:
    radial-gradient(circle at 50% 125%, rgba(2, 178, 253, 0.28) 0, rgba(2, 178, 253, 0.08) 28%, transparent 56%),
    #001020;
  border-top: 1px solid var(--grey);
  padding: 48px 60px 40px;
  display: flex;
  flex-direction: column;
  gap: 117px;
  overflow: hidden;
  height: 620px;
  margin-top: 180px;
}
.foot .wheatbg {
  position: absolute;
  z-index: 0;
  right: clamp(72px, calc(82.8vw - 880px), 760px);
  bottom: -675px;
  width: 585px;
  height: 1175px;
  transform: rotate(-90deg) scaleY(-1);
  transform-origin: center;
  pointer-events: none;
  opacity: 0.9;
}
.foot .word {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 136.791px;
}
.foot .word img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.foot-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  flex: 1;
  position: relative;
  z-index: 2;
}
.foot-nav {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.foot-nav a {
  font-size: 16px;
  color: var(--light-grey);
  text-decoration: none;
  padding: 8px 0;
}
.foot-right {
  width: min(862px, 64vw);
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0;
}
.socials {
  display: flex;
  gap: 24px;
  align-items: center;
}
.socials .s {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.socials a {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  transition: opacity 0.2s;
}
.socials a:hover {
  opacity: 0.75;
}
.foot-legal {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}
.foot-legal p {
  font-size: 14px;
  color: var(--light-grey);
  white-space: nowrap;
}
.foot-legal button {
  border: 0;
  color: var(--light-grey);
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  text-align: left;
}

.privacy-dialog {
  width: min(520px, calc(100% - 32px));
  margin: auto;
  padding: 28px;
  border: 1px solid rgba(140, 198, 255, 0.28);
  border-radius: 18px;
  color: #fff;
  background: #00203f;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.5);
}
.privacy-dialog::backdrop {
  background: rgba(0, 16, 32, 0.76);
  backdrop-filter: blur(8px);
}
.privacy-dialog__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.privacy-dialog h2 {
  font: 600 20px/1.2 "Unbounded", sans-serif;
}
.privacy-dialog p {
  margin-top: 20px;
  color: #c5d3e1;
  font-size: 13px;
  line-height: 1.55;
}
.privacy-dialog__head button {
  border: 0;
  color: #fff;
  background: transparent;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
}

html {
  scroll-behavior: smooth;
}
.topnav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 28px;
  pointer-events: none;
}
.topnav__inner {
  pointer-events: auto;
  position: relative;
  z-index: 2;
  width: min(1456px, calc(100% - 56px));
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 10px 16px 10px 32px;
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
}
.topnav__logo {
  display: block;
  flex: none;
  margin-right: auto;
}
.topnav__logo .logo {
  display: block;
}
.topnav__links {
  display: flex;
  align-items: center;
  gap: 40px;
}
.topnav__links a {
  font-size: 16px;
  color: var(--light-grey);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s;
}
.topnav__links a:hover {
  color: #fff;
}
.topnav__cta,
.topnav__mobile-cta {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 6px;
  background: var(--yellow);
  color: #000;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  transition:
    filter 0.2s,
    transform 0.15s;
}
@media (hover: hover) {
  .topnav__cta:hover,
  .topnav__mobile-cta:hover {
    color: #000;
    filter: brightness(1.06);
    transform: translateY(-1px);
  }
}
.topnav__burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  flex: none;
}
.topnav__burger span {
  display: block;
  height: 2px;
  width: 24px;
  background: #fff;
  border-radius: 2px;
  transition:
    transform 0.3s,
    opacity 0.3s;
}
.topnav__burger.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.topnav__burger.open span:nth-child(2) {
  opacity: 0;
}
.topnav__burger.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.topnav__mobile {
  display: none;
}

.pmarquee {
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent,
    #000 6%,
    #000 94%,
    transparent
  );
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 6%,
    #000 94%,
    transparent
  );
}
.ptrack {
  display: flex;
  gap: 24px;
  width: max-content;
  animation: pscroll 45s linear infinite;
}
.pmarquee:hover .ptrack {
  animation-play-state: paused;
}
@keyframes pscroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 12px));
  }
}
@media (prefers-reduced-motion: reduce) {
  .ptrack {
    animation: none;
  }
}

@media (max-width: 1400px) {
  .topnav__inner {
    background: rgba(107, 107, 107, 0.13);
  }
  .topnav__links {
    display: none;
  }
  .topnav__cta {
    margin-left: auto;
  }
  .topnav__burger {
    display: flex;
  }
  .topnav__mobile {
    pointer-events: auto;
    position: absolute;
    z-index: 1;
    top: 103px;
    right: 28px;
    left: 28px;
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 28px 24px;
    gap: 4px;
    border-radius: 0 0 16px 16px;
    border: 1px solid rgba(140, 198, 255, 0.16);
    border-top: 0;
    background: rgba(107, 107, 107, 0.13);
    box-shadow: none;
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition:
      opacity 0.22s,
      transform 0.22s,
      visibility 0.22s;
  }
  .topnav__mobile.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .topnav:has(.topnav__burger.open) .topnav__inner {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .topnav__mobile > a:not(.topnav__mobile-cta) {
    padding: 11px 12px;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    transition: background 0.2s;
  }
  .topnav__mobile > a:not(.topnav__mobile-cta):hover {
    background: rgba(255, 255, 255, 0.08);
  }
  .topnav__mobile-cta {
    width: 100%;
    margin: 0 0 14px;
  }
}
@media (max-width: 820px) {
  .topnav {
    padding-top: 12px;
  }
  .topnav__inner {
    width: calc(100% - 24px);
    min-height: 68px;
    padding: 10px 16px;
    background: rgba(107, 107, 107, 0.13);
  }
  .topnav__logo {
    width: 181px;
    height: 48px;
    overflow: hidden;
  }
  .topnav__logo .logo {
    transform: scale(0.862);
    transform-origin: left top;
  }
  .topnav__cta {
    display: none;
  }
  .topnav__mobile {
    top: 79px;
    left: 12px;
    right: 12px;
  }
  .topnav:has(.topnav__burger.open) .topnav__inner {
    border-bottom-color: rgba(255, 255, 255, 0.06);
    border-radius: 12px 12px 0 0;
  }
}
@media (max-width: 480px) {
  .topnav__mobile {
    left: 12px;
    right: 12px;
    width: auto;
    gap: 40px;
    padding: 48px 24px;
    border: 0;
    border-radius: 0 0 12px 12px;
    background: rgba(107, 107, 107, 0.13);
    box-shadow: none;
  }
  .topnav__mobile > a:not(.topnav__mobile-cta) {
    padding: 0;
    font-size: 18px;
  }
  .topnav__mobile-cta {
    min-height: 48px;
    margin: 0;
    padding: 14px 18px;
  }
}

@media (min-width: 1600px) {
  .topnav__inner {
    width: min(1900px, calc(100% - 80px));
    min-height: 84px;
    gap: 44px;
    padding: 12px 18px 12px 36px;
  }
  .topnav__logo {
    width: 230px;
    height: 60px;
    overflow: hidden;
  }
  .topnav__logo .logo {
    transform: scale(1.095);
    transform-origin: left top;
  }
  .topnav__links {
    gap: 44px;
  }
  .topnav__links a {
    font-size: 17px;
  }
  .topnav__cta {
    min-height: 52px;
    padding-inline: 20px;
    font-size: 17px;
  }
}

@media (max-width: 899px) {
  .stage {
    overflow: visible;
  }
  .page {
    width: 100% !important;
    transform: none !important;
    margin: 0 !important;
  }

  .page > section,
  .page > div,
  .page > footer {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
  }

  .hero {
    padding: 110px 20px 60px;
    overflow: hidden;
  }
  .hero .glow {
    left: 50%;
    transform: translateX(-50%);
    width: 80vw;
    max-width: 420px;
  }
  .hero .wheat-l,
  .hero .wheat-r {
    display: none;
  }
  .hero-content {
    position: relative;
    transform: none;
    left: auto;
    top: auto;
    width: 100%;
    gap: 28px;
  }
  .hero-text {
    gap: 6px;
    align-items: center;
  }
  .hl-row {
    position: static;
    height: auto;
    margin: 0;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px !important;
  }
  .hl-row .hi {
    display: none;
  }
  .hl-row p {
    font-size: clamp(20px, 6.4vw, 30px);
    white-space: normal;
    text-align: center;
  }
  .hl-row.r1 {
    gap: 0 !important;
  }
  .hl-row.r1 .solana {
    background: var(--blue);
    padding: 6px;
    border-radius: 6px 0 0 6px;
    box-sizing: content-box;
  }
  .hl-row.r1 p:first-of-type {
    background: var(--blue);
    padding: 3px 10px 3px 6px;
    border-radius: 0 6px 6px 0;
  }
  .hl-row.r1 p:last-of-type {
    margin-left: 8px;
  }
  .hl-row .solana {
    width: 28px;
    height: 28px;
  }
  .hl-row .star {
    width: 40px;
    height: 40px;
  }
  .wheat-stack {
    width: 44px;
    height: 46px;
  }
  .wheat-stack img {
    width: 30px;
    height: 15px;
    left: 7px;
  }
  .wheat-stack img:nth-child(1) {
    top: 2.5px;
  }
  .wheat-stack img:nth-child(2) {
    top: 16px;
  }
  .wheat-stack img:nth-child(3) {
    top: 29.5px;
  }

  .roadmap {
    padding: 56px 0 64px;
    border-radius: 0;
    gap: 28px;
  }
  .rm-head {
    padding: 0 16px;
  }
  .rm-head .h1 {
    font-size: 26px;
    white-space: normal;
  }
  .rm-track {
    width: 100%;
    gap: 16px;
    padding: 0 5vw;
    scroll-snap-type: x mandatory;
  }
  .rm-card {
    flex: 0 0 90vw;
    width: 90vw;
    max-width: 440px;
    min-height: 460px;
    height: auto;
    scroll-snap-align: center;
  }
  .rm-title {
    font-size: 21px;
  }
  .rm-cardimg {
    height: 38%;
  }
  .rm-cardimg img {
    object-position: center bottom;
  }

  .band {
    height: 150px !important;
    margin: 0 !important;
  }
  .band .yellow {
    top: 50% !important;
    transform: translateY(-50%) rotate(5deg) !important;
  }
  .band .blue {
    top: 50% !important;
    transform: translateY(-50%) rotate(-3deg) !important;
  }
  .band .money-txt {
    display: none;
  }
  .band .title {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) rotate(-3deg) !important;
    font-size: clamp(20px, 5.6vw, 28px);
  }
  .band .leaves {
    display: none;
  }

  .mnav {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    gap: 12px;
    justify-content: flex-start;
    padding: 0 16px 14px;
  }

  .money {
    padding: 40px 0 0;
  }
  .money-track {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 16px;
    overflow-x: auto;
    padding: 0 5vw 4px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .money-track::-webkit-scrollbar {
    display: none;
  }
  .money .cards-row,
  .money .cards-row2 {
    display: contents;
  }
  .mcard {
    flex: 0 0 90vw !important;
    width: 90vw !important;
    max-width: 440px;
    margin: 0 !important;
    scroll-snap-align: center;
  }
  .mcard .txt {
    width: auto !important;
    right: 90px;
  }
  .mcard .txt .d {
    width: auto !important;
  }

  .partners {
    margin-top: 0 !important;
    padding: 64px 0;
  }
  .partners .inner {
    gap: 36px;
    padding: 0 16px;
  }
  .partners .h1 {
    font-size: 26px;
    white-space: normal;
    text-align: center;
  }
  .pbottom {
    flex-wrap: wrap;
    gap: 28px;
    justify-content: center;
  }

  .megablue {
    margin-top: 0 !important;
    padding: 64px 0;
    gap: 72px;
    border-radius: 0;
    align-items: stretch;
  }
  .megablue .glow,
  .megablue .starfloat {
    display: none;
  }
  .perks,
  .events,
  .review {
    width: 100% !important;
  }

  .perks {
    padding: 0;
    gap: 24px;
  }
  .perks .sec-head {
    padding: 0 16px;
  }
  .perks h2,
  .perks .h1 {
    font-size: 26px;
    white-space: normal;
  }
  .perks-grid {
    flex-wrap: nowrap;
    width: 100%;
    gap: 12px;
    justify-content: flex-start;
    align-items: flex-start;
    overflow-x: auto;
    padding: 0 5vw 4px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .perks-grid::-webkit-scrollbar {
    display: none;
  }

  .pcard {
    flex: 0 0 450px;
    width: 450px;
    height: 320px;
    scroll-snap-align: center;
  }

  .pcard.wide {
    flex: 0 0 450px;
    width: 450px;
    height: 320px;
    scroll-snap-align: center;
  }
  .pcard.bd .bd-leaf {
    display: none;
  }
  .pcard.bd .bd-photo {
    left: auto !important;
    right: 0 !important;
    top: auto !important;
    bottom: 0 !important;
    width: 240px !important;
    height: 172px !important;
    border-radius: 12px 0 0 0;
  }
  .pcard.bd .bd-photo img {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
  .pcard.bd .txt {
    left: 28px !important;
    top: 24px !important;
    width: 390px !important;
    transform: none !important;
  }
  .pcard.mb .mb-fly {
    right: -12px !important;
    top: auto !important;
    bottom: -12px !important;
    transform: none !important;
    width: 150px !important;
    height: 153px !important;
  }
  .pcard.mb .txt {
    left: 28px !important;
    top: 24px !important;
    width: 392px !important;
  }
  .perks > .btn-yellow {
    margin: 16px 16px 0;
  }

  .events {
    padding: 0;
    gap: 28px;
  }
  .events .head {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    padding: 0 16px;
  }
  .events .head .h1 {
    font-size: 24px;
    white-space: normal;
    flex: 1;
    min-width: 60%;
  }
  .events .head .arrows {
    flex: none;
  }
  .ev-track {
    width: 100%;
    padding: 0 5vw;
    scroll-snap-type: x mandatory;
  }
  .ev-card {
    flex: 0 0 82vw;
    width: 82vw;
    max-width: 360px;
    scroll-snap-align: center;
  }

  .review {
    gap: 32px;
  }
  .review-head {
    width: 100%;
    padding: 0 16px;
  }
  .review-head .h2 {
    font-size: 26px;
    white-space: normal;
    text-align: center;
  }
  .review-head .sub {
    font-size: 14px;
    white-space: normal;
    text-align: center;
  }
  .review-body {
    position: static;
    width: 100%;
    height: auto;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .rev-card {
    position: static !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
  }
  .rev-left,
  .rev-right {
    width: 100% !important;
    height: auto !important;
  }
  .rev-left {
    gap: 20px;
  }
  .mapwrap {
    display: none;
  }
  .rev-left {
    padding: 22px;
    background: var(--blue);
    border-radius: 11.939px;
  }
  .rev-sub.a,
  .rev-sub.b {
    height: auto;
    padding: 22px;
  }
  .stat .n {
    font-size: 20px;
  }
  .stat .l {
    font-size: 12px;
  }

  .rev-card [style*="px"] {
    max-width: 100%;
  }
  .rev-card .stat-row,
  .rev-card [style*="509.983px"],
  .rev-card [style*="514.437px"],
  .rev-card [style*="gap:15.589px"],
  .rev-card [style*="gap:20.043px"],
  .rev-card [style*="gap:23.755px"] {
    width: 100% !important;
    flex-wrap: wrap;
    gap: 20px 14px !important;
  }
  .rev-card .stat {
    width: 43% !important;
  }
  .rev-card .pillbox {
    flex: 1 1 100%;
    box-sizing: border-box;
  }
  .rev-card [style*="border-top"] {
    width: 100% !important;
    flex-basis: 100%;
  }
  .rev-card [style*="font-size:32px"] {
    font-size: 24px !important;
  }

  .uni {
    height: auto !important;
    margin-top: 0 !important;
    padding: 56px 0;
    overflow: hidden;
  }
  .uni .bgimg,
  .uni .bgov {
    height: 100% !important;
  }
  .uni .star {
    display: none;
  }
  .uni-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    left: auto;
    top: auto;
    padding: 0 16px;
    gap: 36px;
  }
  .uni-top .h1 {
    font-size: 26px;
    white-space: normal;
  }
  .checks {
    width: 100%;
  }
  .chk p {
    white-space: normal;
  }
  .uni-photos {
    width: 100%;
  }
  .uni-photos .ph {
    flex: 0 0 70vw;
    width: 70vw;
    height: 56vw;
    max-width: 320px;
    max-height: 320px;
  }
  .uni-logos {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 24px;
  }
  .uni-cta p {
    white-space: normal;
    text-align: center;
  }

  .newsletter-wrap {
    margin-top: 0 !important;
    padding: 56px 16px;
  }
  .newsletter {
    width: 100%;
    height: auto;
    padding: 40px 24px;
    gap: 28px;
    border-radius: 16px;
  }
  .newsletter h3 {
    font-size: 24px;
  }
  .nl-form {
    flex-direction: column;
    width: 100%;
  }
  .nl-form input {
    width: 100%;
  }
  .nl-form .btn-yellow {
    width: 100%;
  }

  .videowrap {
    margin-top: 0 !important;
    padding: 48px 16px;
  }
  .video {
    width: 100%;
    height: auto;
    aspect-ratio: 16/10;
  }
  .playbtn {
    width: 76px;
    height: 76px;
  }
  .playbtn .tri {
    border-left-width: 22px;
    border-top-width: 13px;
    border-bottom-width: 13px;
  }

  .faq {
    flex-direction: column;
    min-height: 0;
    padding: 56px 16px;
    gap: 32px;
    margin-top: 0 !important;
  }
  .faq-left {
    width: 100%;
    gap: 32px;
  }
  .faq-left .head .h2,
  .faq-left .head {
    justify-content: center;
  }
  .faq-art {
    display: none;
  }
  .faq-left .star {
    display: none;
  }
  .faq-right {
    width: 100%;
  }
  .faq-q {
    gap: 20px;
  }
  .faq-q p {
    font-size: 19px;
  }
  .faq-a {
    font-size: 15px;
  }

  .foot {
    height: auto !important;
    min-height: 620px;
    margin-top: 0 !important;
    padding: 32px 16px 40px;
    gap: 40px;
    background: #000c18;
  }
  .foot .wheatbg {
    position: absolute;
    z-index: 0;
    top: 190px;
    right: -54px;
    bottom: auto;
    width: 222px;
    height: 447px;
    margin: 0;
    transform: none;
    opacity: 0.62;
  }
  .foot .word {
    position: relative;
    width: 370px;
    max-width: 100%;
    height: auto;
    aspect-ratio: 370 / 36;
  }
  .foot .word img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left center;
  }
  .foot-bottom {
    flex: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 44px;
  }
  .foot-right {
    width: 100%;
    display: contents;
  }
  .socials {
    order: -1;
    gap: 24px;
  }
  .foot-nav a {
    font-size: 14px;
  }
  .foot-legal {
    gap: 24px;
  }
  .foot-legal p {
    font-size: 13px;
    white-space: normal;
  }
  .foot-legal button {
    font-size: 13px;
  }
}

@media (max-width: 520px) {
  .rev-left .stat,
  .rev-right .stat {
    width: 100% !important;
  }
  .hl-row p {
    font-size: clamp(19px, 7vw, 26px);
  }
}

/* Shared header/footer and responsive QA fixes (main + Startup Terminal). */
.topnav__logo {
  width: 210px;
  height: 56px;
  overflow: visible;
}
.topnav__logo .logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
  transform: none;
}

.mcard .txt {
  right: 76px;
}
.mcard .t {
  max-width: 100%;
  white-space: normal;
  line-height: 1.18;
}
.mcard .d {
  max-width: 100%;
  line-height: 1.35;
}

.foot {
  min-height: clamp(520px, 41vw, 620px);
  height: auto;
  gap: clamp(68px, 7.75vw, 117px);
}
.foot .word {
  width: 100%;
  height: auto;
  aspect-ratio: 1432 / 137;
}
.foot .word img {
  position: static;
  object-fit: contain;
  object-position: center;
}

@media (min-width: 1600px) {
  .topnav__logo {
    width: 230px;
    height: 60px;
  }
  .topnav__logo .logo {
    transform: none;
  }
  .foot {
    padding-inline: max(64px, calc((100vw - 1900px) / 2));
  }
}

@media (max-width: 899px) {
  /* The generic .page > div rule previously collapsed this element to 0px. */
  .page > .band {
    height: 150px !important;
    min-height: 150px;
  }

  .hl-row.r1 {
    width: 100%;
  }
  .hl-row.r1 .solana {
    width: 25px;
    height: 25px;
    padding: 5px;
  }
  .hl-row.r1 p:first-of-type {
    flex: 0 1 auto;
    padding: 3px 7px 3px 4px;
    font-size: clamp(18px, 5.75vw, 24px);
    white-space: nowrap;
  }
  .hl-row.r1 p:last-of-type {
    flex-basis: 100%;
    margin: 5px 0 0;
    font-size: clamp(22px, 7vw, 28px);
  }

  .mcard {
    min-height: 300px;
  }
  .mcard .txt {
    left: 22px;
    top: 22px;
    right: 70px;
    gap: 12px;
  }
  .mcard .t {
    font-size: clamp(18px, 5.2vw, 22px);
  }
  .mcard .d {
    font-size: 14px;
  }

  .events .head {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 22px;
  }
  .events .head .h1 {
    flex: none;
    width: min(100%, 340px);
    min-width: 0;
    font-size: clamp(24px, 7vw, 30px);
    line-height: 1.12;
  }
  .events .head .arrows {
    align-self: flex-start;
  }

  .foot {
    min-height: 560px;
    padding: 32px 20px 36px;
    gap: 34px;
    background:
      radial-gradient(circle at 82% 84%, rgba(2, 178, 253, 0.14), transparent 48%),
      #001020;
  }
  .foot .word {
    width: 100%;
    aspect-ratio: 1432 / 137;
  }
  .foot .wheatbg {
    top: 185px;
    right: -54px;
    opacity: 0.62;
  }
  .foot-bottom {
    gap: 34px;
  }
}

@media (max-width: 820px) {
  .topnav__logo {
    width: 181px;
    height: 48px;
  }
  .topnav__logo .logo {
    transform: none;
  }
}

@media (max-width: 420px) {
  .hl-row.r1 p:first-of-type {
    font-size: clamp(17px, 5.45vw, 22px);
  }
}

/* Figma-aligned compact hero title. The desktop title stays unchanged. */
.hero-text--compact {
  display: none;
}

@media (max-width: 899px) {
  .hero {
    min-height: 986px;
    padding: 0 16px 60px;
  }
  .hero-content {
    position: absolute;
    top: 268px;
    left: 50%;
    width: calc(100% - 32px);
    gap: 48px;
    transform: translateX(-50%);
  }
  .hero-text--desktop {
    display: none;
  }
  .hero-text--compact {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 0;
    text-align: center;
    color: #fff;
    font: 600 clamp(20px, 6.2vw, 28px)/1.42 "Unbounded", sans-serif;
    letter-spacing: -0.035em;
  }
  .hero-title-brand {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 3px 9px 3px 6px;
    border-radius: 4px;
    background: var(--blue);
    line-height: 1.05;
    white-space: nowrap;
  }
  .hero-title-brand img {
    width: 28px;
    height: 28px;
    object-fit: contain;
  }
  .hero-title-line {
    display: flex;
    min-height: 1.42em;
    align-items: center;
    justify-content: center;
    gap: 7px;
    white-space: nowrap;
  }
  .hero-title-star {
    width: 36px;
    height: 36px;
    flex: 0 0 auto;
    object-fit: contain;
  }
  .hero-title-wheat {
    position: relative;
    width: 31px;
    height: 40px;
    flex: 0 0 31px;
  }
  .hero-title-wheat img {
    position: absolute;
    left: 1px;
    width: 29px;
    height: 15px;
    object-fit: contain;
  }
  .hero-title-wheat img:nth-child(1) { top: 0; }
  .hero-title-wheat img:nth-child(2) { top: 12px; }
  .hero-title-wheat img:nth-child(3) { top: 24px; }
  .hero-content .btn-yellow {
    width: min(90%, 426px);
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .hero {
    min-height: 900px;
  }
  .hero-content {
    top: 240px;
  }
  .hero-text--compact {
    font-size: clamp(28px, 4.4vw, 36px);
  }
}

/* On tablets the crossing ribbons are replaced by the clean Figma heading. */
@media (min-width: 768px) and (max-width: 1400px) {
  .page > .band {
    height: 150px !important;
    min-height: 150px;
    overflow: hidden;
    background: #001020;
  }
  .band .yellow,
  .band .blue,
  .band .money-txt,
  .band .leaves {
    display: none !important;
  }
  .band .title {
    top: 50%;
    left: 50%;
    width: auto;
    color: #fff;
    font-size: clamp(28px, 4vw, 42px);
    white-space: nowrap;
    transform: translate(-50%, -50%) !important;
  }
}

/* A small optical lift makes the footer wheat sit like the Figma master. */
.foot .wheatbg {
  bottom: -650px;
}
@media (max-width: 899px) {
  .foot .wheatbg {
    top: 175px;
    right: -48px;
    bottom: auto;
  }
}
