@charset "UTF-8";
:root {
  --paper: #f6f7f9;
  --ink: #171c1a;
  --muted: #606862;
  --lime: #d1ff43;
  --line: #dadddf;
  --dark: #171c1a;
  --radius: 24px;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  color-scheme: light;
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #4b7210;
  outline-offset: 6px;
}
::selection {
  background: var(--lime);
  color: var(--ink);
}
[hidden] {
  display: none !important;
}
.wrap {
  width: min(1320px, calc(100% - 88px));
  margin-inline: auto;
}
.skip {
  position: fixed;
  left: 20px;
  top: -100px;
  z-index: 10;
  padding: 16px;
  background: var(--lime);
}
.skip:focus {
  top: 20px;
}
.header {
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -1.8px;
  line-height: 1;
}
.brand > svg {
  width: 31px;
  height: 31px;
}
.brand-dot {
  font-size: 13px;
  vertical-align: top;
  margin-left: 3px;
  letter-spacing: 0;
}
.header nav {
  display: flex;
  gap: 29px;
  font-size: 14px;
}
.header nav a {
  padding: 10px 0;
}
.header nav a:hover,
.text-link:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 25px;
}
.languages {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  letter-spacing: 0.035em;
}
.languages a {
  padding: 9px 2px;
  color: #747c76;
}
.languages a[aria-current] {
  color: var(--ink);
  font-weight: 700;
}
.languages > span {
  color: #a9afab;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
  padding: 21px 25px;
  background: var(--lime);
  color: var(--ink);
  border: 1px solid transparent;
  border-radius: 9px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button > span {
  font-size: 24px;
  line-height: 20px;
  font-weight: 400;
}
.button:hover {
  background: #c3f233;
  transform: translateY(-2px);
}
.button.dark {
  background: var(--ink);
  color: #fff;
}
.button.dark:hover {
  background: #343e35;
}
.button.small {
  padding: 14px 17px;
  font-size: 14px;
  gap: 21px;
}
.button.small > span {
  font-size: 20px;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.55;
  font-weight: 600;
  margin: 0 0 26px;
}
.mono {
  font-family: "Courier New", monospace;
  font-size: 12px;
  letter-spacing: 0.04em;
}
.hero {
  display: grid;
  grid-template-columns: 1.11fr 1fr;
  gap: 38px;
  padding-top: 48px;
  padding-bottom: 68px;
  align-items: center;
}
.hero-copy {
  padding-block: 12px;
}
.mini-mark {
  font-size: 22px;
  font-weight: 400;
  color: #536525;
}
.hero h1 {
  font-size: clamp(62px, 6.5vw, 96px);
  letter-spacing: -0.072em;
  line-height: 0.98;
  font-weight: 500;
  margin: 0 0 28px;
}
.hero h1 span {
  display: block;
}
.hero h1 span:last-child {
  display: table;
  position: relative;
  z-index: 0;
}
.hero h1 span:last-child:before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: -4px;
  right: -10px;
  height: 35%;
  background: var(--lime);
  z-index: -1;
  transform: rotate(-2deg);
}
.hero-intro {
  font-size: 17px;
  line-height: 1.7;
  color: var(--muted);
  max-width: 470px;
  margin: 0 0 29px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 27px;
  flex-wrap: wrap;
}
.text-link {
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 17px;
}
.text-link > span {
  font-size: 21px;
}
.access-note {
  font-size: 12px;
  line-height: 1.6;
  color: var(--muted);
  margin: 18px 0 0;
  max-width: 430px;
}
.asset-universe {
  aspect-ratio: 1 / 1.03;
  position: relative;
  isolation: isolate;
  border-radius: 26px;
  background-color: var(--dark);
  color: white;
  overflow: hidden;
  background-image:
    linear-gradient(#ffffff04 1px, transparent 1px),
    linear-gradient(90deg, #ffffff04 1px, transparent 1px);
  background-size: 46px 46px;
}
.universe-header,
.universe-footer {
  position: absolute;
  left: 27px;
  right: 27px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Courier New", monospace;
  font-size: 10px;
  letter-spacing: 0.065em;
  z-index: 2;
  color: #c0c8bd;
}
.universe-header {
  top: 28px;
  gap: 12px;
}
.universe-header > span:first-child,
.universe-header > span:last-child {
  font-size: 19px;
  color: #697765;
}
.universe-footer {
  bottom: 23px;
  border-top: 1px solid #ffffff19;
  padding-top: 15px;
}
.grid-mark {
  font-size: 22px;
  color: var(--lime);
}
.orbit {
  position: absolute;
  left: 50%;
  top: 49%;
  border: 1px solid #818f7340;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.orbit-one {
  width: 47%;
  aspect-ratio: 1;
}
.orbit-two {
  width: 72%;
  aspect-ratio: 1;
}
.orbit-three {
  width: 99%;
  aspect-ratio: 1;
  border-style: dashed;
  border-color: #a2af9230;
}
.orbit-axis {
  position: absolute;
  left: 50%;
  top: 49%;
  width: 112%;
  border-top: 1px solid #84977520;
  transform-origin: center;
}
.axis-one {
  transform: translate(-50%, -50%) rotate(45deg);
}
.axis-two {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.central-node {
  position: absolute;
  left: 50%;
  top: 49%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 48%;
}
.central-mark {
  background: var(--lime);
  width: 88px;
  height: 88px;
  border-radius: 25px;
  display: grid;
  place-items: center;
  color: var(--ink);
  box-shadow: 0 0 60px #d1ff4310;
  transform: rotate(-7deg);
  margin-bottom: 13px;
}
.central-mark svg {
  width: 50px;
  height: 50px;
  transform: rotate(7deg);
}
.central-node strong {
  font-size: 35px;
  letter-spacing: -2px;
  font-weight: 600;
}
.central-node > span {
  font-size: 12px;
  color: #bac5b3;
  margin-top: 7px;
  line-height: 1.5;
}
.asset-node {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 16px;
  border: 1px solid #4b5747;
  background: #242d24;
  border-radius: 14px;
  box-shadow: 0 8px 25px #0002;
  animation: float 7s ease-in-out infinite;
}
.asset-node > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.asset-node strong {
  font-size: 14px;
  font-weight: 500;
}
.asset-node div > span {
  font-size: 10px;
  letter-spacing: 0.035em;
  color: #afbcab;
}
.asset-symbol {
  display: grid;
  place-items: center;
  background: #efac44;
  color: #201f15;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 25px;
  flex-shrink: 0;
}
.bitcoin {
  left: 10%;
  top: 16%;
  transform: rotate(-7deg);
}
.ethereum {
  right: 5%;
  top: 28%;
  animation-delay: -2s;
}
.eth-symbol {
  background: #c8cdef;
  font-size: 32px;
}
.tron {
  left: 6%;
  bottom: 29%;
  animation-delay: -3s;
}
.tron-symbol {
  background: #f0b2a6;
  font-size: 34px;
}
.tether {
  right: 8%;
  bottom: 15%;
  animation-delay: -4s;
}
.tether-symbol {
  background: #a3dab7;
}
.orbit-spark {
  width: 7px;
  height: 7px;
  position: absolute;
  background: var(--lime);
  border-radius: 50%;
  box-shadow: 0 0 12px #d1ff4330;
}
.spark-one {
  right: 26%;
  top: 18%;
}
.spark-two {
  left: 26%;
  bottom: 16%;
}
.spark-three {
  right: 16%;
  bottom: 40%;
  width: 4px;
  height: 4px;
}
.value-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  padding: 27px 0 34px;
  border-top: 1px solid var(--line);
}
.value-strip > div {
  display: flex;
  align-items: center;
  gap: 17px;
  font-size: 14px;
}
.value-strip .mono {
  color: #747d76;
}
.strip-star {
  margin-left: auto;
  font-size: 25px;
  color: #8b9980;
}
.capabilities {
  background: var(--dark);
  color: var(--paper);
  padding: 95px 0 67px;
  margin-top: 16px;
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 44px;
}
.section-heading h2 {
  font-size: clamp(35px, 3.7vw, 54px);
  letter-spacing: -0.05em;
  line-height: 1.12;
  font-weight: 500;
  margin: 0;
}
.section-heading h2 > span {
  display: block;
}
.section-intro {
  max-width: 330px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--muted);
  margin: 0 0 4px;
}
.capabilities .eyebrow {
  color: #b6c8a2;
}
.capabilities .section-intro {
  color: #b6beb7;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.feature {
  border: 1px solid #ffffff29;
  border-radius: 18px;
  padding: 25px 24px 0;
  overflow: hidden;
  background: #ffffff02;
  display: flex;
  flex-direction: column;
}
.feature-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #bdc7b8;
  margin-bottom: 28px;
}
.feature-icon {
  background: #323c2c;
  color: var(--lime);
  border-radius: 9px;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  font-size: 29px;
}
.feature h3 {
  font-size: 29px;
  letter-spacing: -0.035em;
  line-height: 1.12;
  max-width: 285px;
  font-weight: 500;
  margin: 0 0 17px;
  min-height: 65px;
}
.feature > p {
  font-size: 15px;
  line-height: 1.7;
  color: #b6beb7;
  margin: 0 0 25px;
  min-height: 104px;
}
.feature-visual {
  height: 195px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 15px 4px;
  margin-top: auto;
}
.wallet-line {
  display: flex;
  align-items: center;
  gap: 13px;
  border: 1px solid #586251;
  border-radius: 8px;
  background: #2b342b;
  font-size: 12px;
  padding: 12px;
  margin-top: -3px;
}
.wallet-line:nth-child(1) {
  transform: rotate(-5deg);
  margin-inline: 0 18px;
}
.wallet-line:nth-child(2) {
  transform: rotate(1deg);
  margin-inline: 11px 5px;
}
.wallet-line:nth-child(3) {
  transform: rotate(5deg);
  margin-inline: 24px 0;
}
.wallet-square {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: #4f5f3c;
  color: var(--lime);
  font-family: monospace;
  font-size: 13px;
}
.line-end {
  margin-left: auto;
  color: var(--lime);
  font-size: 19px;
}
.document-shape {
  width: 92%;
  margin: auto;
  background: #d6decd;
  border-radius: 10px;
  color: var(--ink);
  padding: 17px;
  transform: rotate(-3deg);
  position: relative;
}
.document-mark {
  position: absolute;
  right: 15px;
  top: 7px;
  font-size: 26px;
}
.fake-line {
  height: 6px;
  width: 52%;
  background: #9faa91;
  margin: 9px 0;
}
.fake-line.short {
  width: 35%;
}
.document-flow {
  display: flex;
  gap: 4px;
  justify-content: space-between;
  margin-top: 27px;
  border-top: 1px solid #99a28d;
  padding-top: 13px;
}
.document-flow > span {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 10px;
}
.document-flow i {
  font-family: monospace;
  font-style: normal;
  font-size: 12px;
}
.permission-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #485041;
  padding: 20px 0;
  font-size: 13px;
}
.permission-line:first-child {
  border-top: 1px solid #485041;
}
.permission-blocks {
  display: flex;
  gap: 5px;
}
.permission-blocks > i {
  width: 17px;
  height: 17px;
  border: 1px solid #6b7a5b;
  border-radius: 3px;
}
.permission-blocks > i.filled {
  background: var(--lime);
  border-color: var(--lime);
}
.feature-footer {
  padding: 22px 0;
  margin-top: 25px;
  border-top: 1px solid #ffffff1c;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  font-size: 12px;
  color: #b6beb7;
}
.feature-footer > span:last-child {
  font-size: 22px;
  color: var(--lime);
}
.diagram-note {
  text-align: right;
  color: #8f9c89;
  font-family: "Courier New", monospace;
  font-size: 10px;
  letter-spacing: 0.09em;
  margin: 15px 0 0;
}
.audience {
  padding-top: 108px;
  padding-bottom: 105px;
}
.audience .section-heading > div:last-child {
  min-width: 330px;
}
.audience-tabs {
  display: none;
  padding: 5px;
  background: #e7eae4;
  border: 1px solid #dce0d8;
  border-radius: 11px;
  margin-top: 22px;
  width: fit-content;
}
.enhanced .audience-tabs {
  display: flex;
}
.audience-tabs button {
  border: 0;
  background: none;
  border-radius: 7px;
  padding: 13px 18px;
  font-size: 14px;
  cursor: pointer;
  color: #626b60;
  white-space: nowrap;
}
.audience-tabs button[aria-selected="true"] {
  background: var(--ink);
  color: #fff;
  box-shadow: 0 2px 6px #0001;
}
.audience-panel {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  background: #edf0ea;
  border: 1px solid #e0e5db;
  border-radius: 22px;
  padding: 50px;
  margin-top: 20px;
  align-items: center;
}
.audience-copy .eyebrow {
  color: #526443;
  font-size: 10px;
  margin-bottom: 21px;
}
.audience-copy h3 {
  font-size: 36px;
  line-height: 1.12;
  letter-spacing: -0.04em;
  font-weight: 500;
  margin: 0 0 20px;
}
.audience-copy > p:not(.eyebrow) {
  font-size: 15px;
  line-height: 1.75;
  color: var(--muted);
  margin: 0;
}
.audience-copy ul {
  list-style: none;
  padding: 0;
  margin: 25px 0 28px;
}
.audience-copy li {
  display: flex;
  align-items: baseline;
  gap: 11px;
  font-size: 14px;
  line-height: 1.5;
  margin: 13px 0;
}
.audience-copy li > span {
  font-size: 19px;
  color: #526443;
}
.audience-copy .button {
  padding: 16px 22px;
  font-size: 14px;
}
.workspace-visual {
  background: #fafbf8;
  box-shadow: 0 12px 30px #14250008;
  border: 1px solid #d9e1d0;
  border-radius: 13px;
  padding: 28px;
  transform: rotate(2deg);
}
.workspace-heading {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 10px;
  letter-spacing: 0.06em;
  color: #5c6954;
}
.workspace-heading svg {
  width: 20px;
  height: 20px;
  color: var(--ink);
}
.workspace-heading > span:last-child {
  margin-left: auto;
  font-size: 20px;
}
.workspace-visual h4 {
  font-size: 27px;
  letter-spacing: -0.04em;
  line-height: 1.2;
  font-weight: 500;
  max-width: 270px;
  margin: 33px 0 29px;
}
.workspace-rows > div {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 0;
  border-top: 1px solid #dce2d6;
  font-size: 13px;
}
.workspace-number {
  display: grid;
  place-items: center;
  background: #eaf0e0;
  border-radius: 7px;
  width: 32px;
  height: 32px;
  font-family: monospace;
  font-size: 12px;
}
.workspace-rows > div > span:last-child {
  margin-left: auto;
  font-size: 20px;
}
.workspace-visual > p {
  font-size: 9px;
  color: #66725d;
  margin: 25px 0 0;
  line-height: 1.6;
}
.technology {
  border-top: 1px solid var(--line);
  padding-top: 89px;
  padding-bottom: 106px;
}
.tech-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 33px;
  margin-top: 56px;
}
.tech-number {
  display: flex;
  justify-content: space-between;
  color: #66705f;
  border-bottom: 1px solid #cdd3c8;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.tech-number > span {
  font-size: 17px;
}
.tech-tag {
  font-size: 12px;
  color: #546344;
  letter-spacing: 0;
  line-height: 1.5;
}
.tech-grid h3 {
  font-size: 23px;
  line-height: 1.2;
  letter-spacing: -0.025em;
  font-weight: 500;
  margin: 17px 0 15px;
}
.tech-grid article > p:last-child {
  font-size: 14px;
  line-height: 1.8;
  color: var(--muted);
  margin: 0;
}
.closing {
  position: relative;
  background: var(--lime);
  border-radius: 25px;
  padding: 60px 64px;
  overflow: hidden;
}
.closing .eyebrow {
  margin-bottom: 26px;
}
.closing h2 {
  font-size: clamp(43px, 5.4vw, 78px);
  font-weight: 500;
  line-height: 1.03;
  letter-spacing: -0.06em;
  position: relative;
  margin: 0 0 21px;
}
.closing h2 > span {
  display: block;
}
.closing-text {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 27px;
  position: relative;
}
.closing .button {
  position: relative;
  gap: 50px;
}
.closing-note {
  font-size: 12px;
  line-height: 1.7;
  max-width: 430px;
  color: #40511b;
  margin: 18px 0 0;
  position: relative;
}
.closing-mark {
  position: absolute;
  right: 37px;
  top: 50%;
  transform: translateY(-50%) rotate(-9deg);
  width: 32%;
  color: #badf39;
}
.closing-mark svg {
  width: 100%;
  height: auto;
}
.footer {
  padding-top: 49px;
  padding-bottom: 25px;
}
.footer-top {
  display: flex;
  align-items: center;
  gap: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--line);
}
.footer-top > p {
  font-size: 14px;
  color: var(--muted);
}
.footer-top > .text-link {
  margin-left: auto;
}
.footer-bottom {
  display: flex;
  align-items: center;
  gap: 35px;
  font-size: 12px;
  line-height: 1.6;
  color: var(--muted);
  padding-top: 16px;
}
.footer-bottom > span {
  white-space: nowrap;
}
.footer-bottom > p {
  max-width: 650px;
  margin: 0;
}
.footer-bottom > .languages {
  margin-left: auto;
}
@keyframes float {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -8px;
  }
}
@media (min-width: 1600px) {
  .hero {
    padding-top: 65px;
    padding-bottom: 90px;
  }
  .header {
    height: 126px;
  }
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 56px);
  }
  .header nav {
    gap: 18px;
  }
  .header-actions {
    gap: 17px;
  }
  .header {
    gap: 20px;
  }
  .hero {
    gap: 25px;
  }
  .hero h1 {
    font-size: clamp(53px, 6.5vw, 76px);
  }
  .hero-intro {
    font-size: 16px;
  }
  .hero-actions {
    gap: 20px;
  }
  .button {
    gap: 25px;
    padding: 18px 22px;
  }
  .asset-universe {
    aspect-ratio: 0.88;
  }
  .asset-node {
    gap: 9px;
    padding: 11px;
  }
  .ethereum {
    right: 4%;
    top: 25%;
  }
  .bitcoin {
    left: 6%;
  }
  .tron {
    left: 4%;
    bottom: 28%;
  }
  .tether {
    right: 6%;
  }
  .central-mark {
    width: 75px;
    height: 75px;
    border-radius: 21px;
  }
  .central-mark svg {
    width: 42px;
  }
  .central-node strong {
    font-size: 30px;
  }
  .universe-header {
    font-size: 9px;
    left: 18px;
    right: 18px;
  }
  .feature {
    padding-inline: 19px;
  }
  .feature h3 {
    font-size: 26px;
  }
  .feature > p {
    font-size: 14px;
    min-height: 140px;
  }
  .section-heading {
    gap: 35px;
  }
  .section-intro {
    max-width: 290px;
  }
  .audience-panel {
    gap: 40px;
    padding: 35px;
  }
  .audience-copy h3 {
    font-size: 31px;
  }
  .tech-grid {
    gap: 23px;
  }
  .tech-grid h3 {
    font-size: 21px;
  }
  .audience .section-heading > div:last-child {
    min-width: 310px;
  }
}
@media (max-width: 850px) {
  .header nav {
    display: none;
  }
  .header {
    height: 94px;
  }
  .hero {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding-top: 25px;
  }
  .hero h1 {
    font-size: 52px;
  }
  .hero .eyebrow {
    font-size: 10px;
    gap: 7px;
  }
  .hero-intro {
    font-size: 15px;
    line-height: 1.65;
  }
  .hero-actions {
    gap: 18px;
  }
  .hero-actions .text-link {
    font-size: 13px;
  }
  .asset-universe {
    aspect-ratio: 0.72;
  }
  .asset-node strong {
    font-size: 12px;
  }
  .asset-node {
    gap: 8px;
    padding: 10px;
  }
  .asset-symbol {
    width: 29px;
    height: 29px;
    font-size: 21px;
  }
  .eth-symbol,
  .tron-symbol {
    font-size: 27px;
  }
  .ethereum {
    top: 25%;
  }
  .bitcoin {
    top: 13%;
  }
  .universe-header {
    font-size: 8px;
    gap: 8px;
  }
  .universe-header > span:first-child,
  .universe-header > span:last-child {
    display: none;
  }
  .central-node > span {
    font-size: 10px;
  }
  .central-mark {
    width: 65px;
    height: 65px;
    border-radius: 18px;
  }
  .central-node strong {
    font-size: 27px;
  }
  .tether {
    bottom: 13%;
  }
  .tron {
    bottom: 28%;
  }
  .value-strip {
    gap: 20px;
  }
  .value-strip > div {
    gap: 10px;
    font-size: 12px;
  }
  .strip-star {
    font-size: 18px;
  }
  .capabilities {
    padding-top: 70px;
  }
  .section-heading {
    display: block;
  }
  .section-intro {
    max-width: 550px;
    margin-top: 22px;
  }
  .section-heading h2 {
    font-size: 43px;
  }
  .feature-grid {
    gap: 12px;
  }
  .feature {
    padding-inline: 15px;
  }
  .feature h3 {
    font-size: 23px;
    min-height: 76px;
  }
  .feature > p {
    min-height: 170px;
  }
  .feature-top {
    margin-bottom: 23px;
  }
  .feature-top .mono {
    font-size: 10px;
  }
  .feature-visual {
    height: 160px;
  }
  .wallet-line {
    font-size: 10px;
    padding: 8px;
    gap: 7px;
  }
  .wallet-square {
    width: 23px;
    height: 23px;
  }
  .document-shape {
    padding: 11px;
  }
  .document-flow {
    gap: 3px;
  }
  .document-flow > span {
    font-size: 8px;
  }
  .permission-line {
    font-size: 10px;
  }
  .permission-blocks {
    gap: 3px;
  }
  .permission-blocks > i {
    width: 13px;
    height: 13px;
  }
  .feature-footer {
    font-size: 11px;
  }
  .audience,
  .technology {
    padding-block: 74px;
  }
  .audience-panel {
    gap: 25px;
    padding: 28px;
  }
  .audience-copy h3 {
    font-size: 29px;
  }
  .workspace-visual {
    padding: 22px;
  }
  .workspace-visual h4 {
    font-size: 26px;
  }
  .workspace-rows > div {
    gap: 9px;
    font-size: 12px;
  }
  .tech-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .closing {
    padding: 48px;
  }
  .footer-bottom {
    flex-wrap: wrap;
    gap: 16px;
  }
  .footer-bottom > p {
    order: 3;
    max-width: 100%;
  }
}
@media (max-width: 620px) {
  .wrap {
    width: calc(100% - 36px);
  }
  .header {
    height: 83px;
    gap: 12px;
  }
  .brand {
    font-size: 28px;
    gap: 6px;
  }
  .brand > svg {
    width: 26px;
    height: 26px;
  }
  .header-actions {
    gap: 14px;
  }
  .header .button.small {
    padding: 11px 13px;
    font-size: 12px;
    gap: 10px;
  }
  .header .button.small > span {
    font-size: 19px;
  }
  .header .languages {
    font-size: 12px;
    gap: 5px;
  }
  .hero {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding-top: 25px;
    padding-bottom: 36px;
    gap: 30px;
  }
  .hero-copy {
    padding: 0 3px;
  }
  .hero .eyebrow {
    font-size: 10px;
    margin-bottom: 25px;
  }
  .hero h1 {
    font-size: clamp(54px, 10.8vw, 68px);
    letter-spacing: -0.06em;
    margin-bottom: 25px;
    line-height: 1.03;
  }
  .hero-intro {
    font-size: 16px;
    max-width: 450px;
    margin-bottom: 24px;
  }
  .hero-actions {
    gap: 23px;
  }
  .hero-actions .button {
    font-size: 15px;
    padding: 18px 22px;
    gap: 32px;
  }
  .hero-actions .text-link {
    font-size: 13px;
    gap: 9px;
  }
  .access-note {
    font-size: 11px;
    margin-top: 15px;
    max-width: 320px;
  }
  .asset-universe {
    width: 100%;
    aspect-ratio: 1.06;
    border-radius: 19px;
  }
  .universe-header {
    font-size: 9px;
    top: 22px;
    left: 22px;
    right: 22px;
  }
  .universe-header > span:first-child,
  .universe-header > span:last-child {
    display: block;
    font-size: 16px;
  }
  .universe-footer {
    bottom: 16px;
    font-size: 9px;
    padding-top: 10px;
    left: 21px;
    right: 21px;
  }
  .central-node {
    top: 49%;
  }
  .central-mark {
    width: 65px;
    height: 65px;
    margin-bottom: 8px;
  }
  .central-node strong {
    font-size: 28px;
  }
  .central-node > span {
    font-size: 10px;
    margin-top: 5px;
  }
  .asset-node {
    padding: 9px 11px;
    gap: 8px;
  }
  .asset-node strong {
    font-size: 12px;
  }
  .asset-node div > span {
    font-size: 9px;
  }
  .bitcoin {
    top: 17%;
    left: 8%;
  }
  .ethereum {
    right: 4%;
    top: 28%;
  }
  .tron {
    left: 5%;
    bottom: 25%;
  }
  .tether {
    right: 6%;
    bottom: 14%;
  }
  .value-strip {
    gap: 10px;
    padding: 22px 0 25px;
  }
  .value-strip > div {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 9px;
    font-size: 11px;
    line-height: 1.5;
  }
  .value-strip .mono {
    font-size: 10px;
  }
  .value-strip > div > span:nth-child(2) {
    width: 100%;
    order: 3;
    max-width: 105px;
  }
  .strip-star {
    margin-left: 0;
    font-size: 14px;
    line-height: 14px;
  }
  .capabilities {
    margin-top: 0;
    padding: 58px 0 39px;
  }
  .eyebrow {
    font-size: 10px;
    margin-bottom: 21px;
    letter-spacing: 0.07em;
  }
  .section-heading {
    margin-bottom: 31px;
  }
  .section-heading h2 {
    font-size: 37px;
    letter-spacing: -0.045em;
  }
  .section-intro {
    font-size: 15px;
    margin-top: 21px;
    line-height: 1.7;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 17px;
  }
  .feature {
    padding: 25px 24px 0;
  }
  .feature-top {
    margin-bottom: 24px;
  }
  .feature-top .mono {
    font-size: 12px;
  }
  .feature h3 {
    font-size: 30px;
    max-width: 330px;
    min-height: 0;
    line-height: 1.15;
  }
  .feature > p {
    font-size: 15px;
    min-height: 0;
    margin-bottom: 17px;
  }
  .feature-visual {
    height: 185px;
    width: 100%;
    max-width: 330px;
    margin-inline: auto;
    padding-inline: 7px;
  }
  .wallet-line {
    font-size: 12px;
    padding: 10px;
    gap: 13px;
  }
  .wallet-square {
    width: 29px;
    height: 29px;
  }
  .document-shape {
    padding: 18px;
    width: 85%;
  }
  .document-flow > span {
    font-size: 10px;
  }
  .permission-line {
    font-size: 13px;
    padding: 19px 0;
  }
  .permission-blocks {
    gap: 5px;
  }
  .permission-blocks > i {
    width: 17px;
    height: 17px;
  }
  .feature-footer {
    font-size: 12px;
    margin-top: 17px;
    padding: 20px 0;
  }
  .diagram-note {
    font-size: 9px;
  }
  .audience {
    padding-block: 60px;
  }
  .audience .section-heading > div:last-child {
    min-width: 0;
  }
  .audience-tabs {
    margin-top: 22px;
  }
  .audience-tabs button {
    font-size: 13px;
    padding: 13px 16px;
  }
  .audience-panel {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 26px 22px;
    border-radius: 17px;
  }
  .audience-copy .eyebrow {
    font-size: 9px;
  }
  .audience-copy h3 {
    font-size: 31px;
  }
  .audience-copy > p:not(.eyebrow) {
    font-size: 15px;
  }
  .audience-copy li {
    font-size: 13px;
    line-height: 1.6;
  }
  .workspace-visual {
    padding: 24px;
    transform: rotate(1.5deg);
    margin: 0 2px 7px;
  }
  .workspace-visual h4 {
    font-size: 28px;
    margin: 27px 0 23px;
  }
  .workspace-rows > div {
    font-size: 13px;
    padding: 15px 0;
  }
  .technology {
    padding-block: 55px 62px;
  }
  .tech-grid {
    gap: 30px 20px;
    margin-top: 36px;
  }
  .tech-tag {
    font-size: 10px;
  }
  .tech-number {
    margin-bottom: 19px;
  }
  .tech-grid h3 {
    font-size: 21px;
    margin-block: 15px 12px;
  }
  .tech-grid article > p:last-child {
    font-size: 13px;
    line-height: 1.75;
  }
  .closing {
    padding: 36px 25px;
    border-radius: 18px;
  }
  .closing .eyebrow {
    margin-bottom: 23px;
  }
  .closing h2 {
    font-size: 43px;
    line-height: 1.08;
  }
  .closing-text {
    font-size: 15px;
    max-width: 260px;
    margin-bottom: 23px;
  }
  .closing-mark {
    width: 50%;
    right: -30px;
    top: 48%;
    opacity: 0.6;
  }
  .closing-note {
    font-size: 11px;
    max-width: 290px;
  }
  .closing .button {
    font-size: 14px;
    padding: 18px 22px;
    gap: 40px;
  }
  .footer {
    padding-top: 34px;
    padding-bottom: 24px;
  }
  .footer-top {
    flex-wrap: wrap;
    gap: 18px;
    padding-bottom: 23px;
  }
  .footer-top > p {
    width: 100%;
    order: 3;
    margin: 0;
    font-size: 13px;
  }
  .footer-top > .text-link {
    font-size: 12px;
  }
  .footer-bottom {
    font-size: 11px;
  }
  .footer-bottom .languages {
    font-size: 12px;
  }
}
@media (max-width: 360px) {
  .header-actions {
    gap: 9px;
  }
  .header .button.small {
    font-size: 11px;
    padding: 10px;
  }
  .header .button.small > span {
    display: none;
  }
  .brand {
    font-size: 25px;
  }
  .hero h1 {
    font-size: 48px;
  }
  .hero-actions {
    gap: 15px;
  }
  .hero-actions .button {
    gap: 20px;
    padding-inline: 17px;
  }
  .hero-actions .text-link {
    font-size: 12px;
  }
  .asset-node {
    padding: 8px;
    gap: 7px;
  }
  .central-mark {
    width: 55px;
    height: 55px;
  }
  .central-mark svg {
    width: 35px;
  }
  .central-node strong {
    font-size: 24px;
  }
  .central-node > span {
    font-size: 9px;
  }
  .closing h2 {
    font-size: 37px;
  }
  .tech-grid {
    grid-template-columns: 1fr;
  }
  .tech-grid h3 {
    font-size: 25px;
  }
}
@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}
.preview-notice {
  padding: 10px 20px;
  text-align: center;
  background: #e9eedd;
  color: #435329;
  font-size: 12px;
  line-height: 1.5;
}
@media (min-width: 621px) {
  .hero-intro,
  .section-intro,
  .feature > p,
  .audience-copy > p:not(.eyebrow) {
    font-size: 16px;
  }
  .feature > p {
    min-height: 136px;
  }
  .tech-grid article > p:last-child {
    font-size: 16px;
  }
  .tech-grid h3 {
    min-height: 56px;
  }
  .workspace-rows > div,
  .audience-copy li {
    font-size: 14px;
  }
}
@media (max-width: 620px) {
  .hero-intro,
  .section-intro,
  .feature > p,
  .audience-copy > p:not(.eyebrow) {
    font-size: 16px;
  }
  .access-note,
  .closing-note {
    font-size: 12px;
  }
  .tech-grid article > p:last-child {
    font-size: 14px;
  }
  .tech-tag {
    font-size: 12px;
  }
  .workspace-rows > div,
  .audience-copy li {
    font-size: 14px;
  }
  .feature-footer {
    font-size: 13px;
  }
  .header .languages a {
    padding-block: 14px;
  }
  .hero h1 {
    font-size: clamp(48px, 10.8vw, 68px);
  }
}

@media (max-width: 620px) {
  .tech-grid article > p:last-child, .closing-text { font-size: 16px; }
}
