@font-face {
  font-family: Wallion;
  src: url("/assets/fonts/Manrope.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}
:root {
  --paper: #ffffff;
  --ink: #242b3a;
  --muted: #5e6a80;
  --line: #e8eefc;
  --accent: #1e3f9a;
  --mint-ink: #687392;
  --soft: #f1f4fd;
  --white: #ffffff;
  font-family: Wallion, Arial, sans-serif;
  font-size: 16px;
  font-synthesis: none;
  color: var(--ink);
  background: white;
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
h1,
h2,
h3,
p {
  margin: 0;
}
button,
input,
textarea,
select {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  color: inherit;
  cursor: pointer;
  border: 0;
}
button:disabled {
  cursor: default;
}
svg {
  display: block;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid #687392;
  outline-offset: 5px;
}
::selection {
  background: #dbe4fb;
}
[hidden] {
  display: none !important;
}
.container {
  width: min(1120px, calc(100% - 80px));
  margin-inline: auto;
}
.section-shell {
  padding: 90px max(40px, calc((100% - 1120px) / 2));
}
.skip-link {
  position: fixed;
  left: 1rem;
  top: -6rem;
  padding: 1rem;
  background: var(--ink);
  color: white;
  z-index: 100;
}
.skip-link:focus {
  top: 1rem;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 24px;
  border-radius: 40px;
  font-size: 0.875rem;
  font-weight: 650;
  line-height: 1.5;
  white-space: nowrap;
  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease,
    box-shadow 0.25s ease;
}
.button:is(:hover, :focus-visible) {
  transform: none;
  box-shadow: none;
}
.button-dark {
  background: var(--blue);
  color: white;
}
.button-dark:is(:hover, :focus-visible) {
  background: white;
  border-color: var(--blue);
  color: var(--blue);
}
.button-soft {
  background: #f1f4fd;
  color: var(--ink);
}
.button-soft-mint {
  background: #f1f4fd;
  color: #1e3f9a;
}
.button-soft-mint:hover {
  background: #e8eefc;
}
.button-mint {
  background: #1e3f9a;
  color: white;
}
.button-light {
  background: white;
  color: var(--ink);
}
.arrow-icon {
  width: 20px;
  height: 20px;
  flex: none;
  transition: transform 0.25s;
}
.button:hover .arrow-icon,
.text-link:hover .arrow-icon,
.reading-link:hover > .arrow-icon {
  transform: translateX(3px);
}
.button > span {
  line-height: 1;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 1.9rem;
  font-weight: 750;
  letter-spacing: -0.065em;
  flex-shrink: 0;
}
.eyes-mark {
  display: inline-block;
  width: 43px;
  height: 33px;
  color: var(--mint-ink);
  flex: none;
}
.eyes-mark svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.brand .eyes-mark {
  color: var(--ink);
  width: 39px;
  height: 32px;
}
.eye-pupils {
  transform: translate(var(--look-x, 0px), var(--look-y, 0px));
  transition: transform 0.16s ease-out;
}
.brand:hover .eye-lid,
.brand:focus-visible .eye-lid {
  animation: blink 0.5s ease-in-out;
}
.eye-lid {
  transform-box: fill-box;
  transform-origin: center;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: #ffffffed;
  backdrop-filter: blur(18px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
}
.site-header.is-scrolled,
.site-header.menu-is-open {
  border-bottom-color: var(--line);
}
.header-inner {
  width: min(1120px, calc(100% - 80px));
  height: 88px;
  display: flex;
  align-items: center;
  gap: 27px;
  margin: auto;
}
.desktop-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}
.nav-trigger,
.nav-link {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 9px 12px;
  background: transparent;
  border-radius: 24px;
  font-size: 0.875rem;
  font-weight: 550;
  color: #5e6a80;
  white-space: nowrap;
  transition:
    background 0.2s,
    color 0.2s;
}
.nav-trigger:hover,
.nav-trigger[aria-expanded="true"],
.nav-link:hover,
.nav-link[aria-current="page"] {
  background: #f1f4fd;
  color: var(--ink);
}
.nav-chevron {
  width: 5px;
  height: 5px;
  border-bottom: 1.3px solid currentColor;
  border-right: 1.3px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  transition: transform 0.2s;
  opacity: 0.6;
}
.nav-trigger[aria-expanded="true"] .nav-chevron {
  transform: rotate(225deg) translate(-1px, -1px);
}
.header-cta {
  padding: 10px 21px;
  font-size: 0.8125rem;
}
.menu-toggle {
  display: none;
}
.mega-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: white;
  border-bottom: 1px solid var(--line);
  padding: 20px 0 24px;
  box-shadow: 0 16px 20px #13172204;
  animation: menu-in 0.2s ease-out;
}
.menu-links {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.menu-learn .menu-links {
  grid-template-columns: repeat(3, 1fr);
}
.menu-company .menu-links {
  grid-template-columns: repeat(2, 1fr);
}
.nav-card {
  display: flex;
  align-items: center;
  gap: 11px;
  border: 1px solid #e8eefc;
  border-radius: 18px;
  padding: 16px 12px;
  min-width: 0;
  transition:
    background 0.2s,
    border-color 0.2s;
}
.nav-card:hover,
.nav-card:focus-visible {
  background: #fbfcfe;
  border-color: #dbe4fb;
}
.nav-icon {
  color: var(--mint-ink);
  flex: none;
}
.nav-icon .motion-icon {
  width: 30px;
  height: 30px;
}
.nav-icon .eyes-mark {
  width: 34px;
  height: 28px;
}
.nav-card strong {
  display: block;
  font-size: 0.8125rem;
  font-weight: 650;
  line-height: 1.5;
}
.nav-card small {
  display: block;
  font-size: 0.6875rem;
  line-height: 1.5;
  color: #677290;
  margin-top: 3px;
}
.nav-card > .arrow-icon {
  margin-left: auto;
  width: 14px;
  opacity: 0;
  transform: translateX(-4px);
  transition:
    transform 0.2s,
    opacity 0.2s;
}
.nav-card:hover > .arrow-icon,
.nav-card:focus-visible > .arrow-icon {
  opacity: 0.6;
  transform: none;
}
.menu-products .nav-card > .arrow-icon {
  display: none;
}
.menu-foot {
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
  color: #677290;
  font-size: 0.75rem;
}
.menu-foot a {
  color: var(--accent);
  font-weight: 600;
}
.motion-icon {
  width: 36px;
  height: 36px;
  color: var(--mint-ink);
  flex: none;
  overflow: visible;
}
.motion-icon g,
.motion-icon path,
.motion-icon rect {
  transform-box: fill-box;
  transform-origin: center;
}
.icon-flap {
  transform-origin: 4px 11px !important;
  transition: transform 0.35s;
}
.icon-trend,
.icon-arrows,
.icon-send {
  transition: transform 0.3s;
}
.p-sidebar > button:is(:hover, :focus-visible) .icon-send {
  transform: translate(1.5px, -1.5px);
}
.icon-check {
  stroke-dasharray: 22;
  stroke-dashoffset: 0;
}
.icon-page {
  transform-origin: left !important;
  transition: transform 0.4s;
}
.icon-key {
  transition: transform 0.35s;
}
.icon-globe {
  transform-origin: 16px 16px !important;
}
.icon-coin {
  transform-origin: 16px 16px !important;
}
.icon-spark {
  transition: transform 0.55s;
}
.icon-eyes {
  transition: transform 0.3s;
}
:is(
    .nav-card,
    .feature-card,
    .product-card,
    .guide-card,
    .reading-link,
    .mobile-security
  ):is(:hover, :focus-visible)
  .icon-flap {
  transform: rotate(-15deg) translateY(-1px);
}
:is(
    .nav-card,
    .feature-card,
    .product-card,
    .guide-card,
    .reading-link,
    .mobile-security
  ):is(:hover, :focus-visible)
  .icon-bar {
  animation: bar-bounce 0.55s ease-in-out;
}
:is(
    .nav-card,
    .feature-card,
    .product-card,
    .guide-card,
    .reading-link,
    .mobile-security
  ):is(:hover, :focus-visible)
  .icon-coin {
  animation: coin-turn 0.6s ease-in-out;
}
:is(
    .nav-card,
    .feature-card,
    .product-card,
    .guide-card,
    .reading-link,
    .mobile-security
  ):is(:hover, :focus-visible)
  .icon-trend {
  transform: translate(1px, -2px);
}
:is(
    .nav-card,
    .feature-card,
    .product-card,
    .guide-card,
    .reading-link,
    .mobile-security
  ):is(:hover, :focus-visible)
  .icon-eyes {
  transform: translateX(2px);
}
:is(
    .nav-card,
    .feature-card,
    .product-card,
    .guide-card,
    .reading-link,
    .mobile-security
  ):is(:hover, :focus-visible)
  .icon-check {
  animation: check-in 0.5s ease-out;
}
:is(
    .nav-card,
    .feature-card,
    .product-card,
    .guide-card,
    .reading-link,
    .mobile-security
  ):is(:hover, :focus-visible)
  .icon-globe {
  animation: globe-turn 0.7s ease-in-out;
}
:is(
    .nav-card,
    .feature-card,
    .product-card,
    .guide-card,
    .reading-link,
    .mobile-security
  ):is(:hover, :focus-visible)
  .icon-page {
  transform: perspective(60px) rotateY(-25deg);
}
:is(
    .nav-card,
    .feature-card,
    .product-card,
    .guide-card,
    .reading-link,
    .mobile-security
  ):is(:hover, :focus-visible)
  .icon-key {
  transform: rotate(-17deg);
}
:is(
    .nav-card,
    .feature-card,
    .product-card,
    .guide-card,
    .reading-link,
    .mobile-security
  ):is(:hover, :focus-visible)
  .icon-spark {
  transform: rotate(90deg);
}
:is(
    .nav-card,
    .feature-card,
    .product-card,
    .guide-card,
    .reading-link,
    .mobile-security
  ):is(:hover, :focus-visible)
  .icon-arrows {
  transform: translateX(2px);
}
.bar-two {
  animation-delay: 0.07s !important;
}
.bar-three {
  animation-delay: 0.14s !important;
}

h1 {
  font-size: clamp(3.3rem, 5.3vw, 4.5rem);
  font-weight: 620;
  letter-spacing: -0.052em;
  line-height: 1.09;
}
h2 {
  font-size: clamp(2rem, 3.2vw, 2.8rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.045em;
}
h3 {
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: -0.028em;
}
.eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.015em;
  line-height: 1.6;
  color: var(--muted);
  font-weight: 550;
}
.muted {
  color: #677290;
}
.product-label {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #5e6a80;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}
.product-label .eyes-mark {
  width: 30px;
  height: 27px;
}
.product-label .motion-icon {
  width: 29px;
  height: 29px;
}
.home-hero {
  text-align: center;
  padding-top: 62px;
  margin: 0 18px;
  border-radius: 0 0 32px 32px;
  background: linear-gradient(180deg, #ffffff 5%, #fbfcfe 37%, #f1f4fd 100%);
  overflow: hidden;
}
.hero-copy h1 {
  margin: 23px 0 21px;
}
.hero-copy > p {
  font-size: 1.1rem;
  line-height: 1.75;
  color: #677290;
}
.hero-copy .product-label {
  justify-content: center;
}
.hero-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}
.hero-visual {
  width: min(850px, 100%);
  height: 465px;
  position: relative;
  margin: 56px auto 0;
  isolation: isolate;
}
.hero-orbit {
  position: absolute;
  width: 730px;
  height: 730px;
  left: 50%;
  top: 65px;
  transform: translateX(-50%);
  border: 1px solid #dbe4fb;
  border-radius: 50%;
  z-index: -1;
}
.hero-orbit:before,
.hero-orbit:after {
  content: "";
  position: absolute;
  inset: 40px;
  border: 1px solid #e8eefc;
  border-radius: 50%;
}
.hero-orbit:after {
  inset: 80px;
}
.phone-illustration {
  width: 340px;
  margin: auto;
  text-align: left;
  position: relative;
  z-index: 2;
  transform: translateY(12px);
  transition: transform 0.5s;
}
.hero-visual:hover .phone-illustration {
  transform: translateY(6px);
}
.phone-shell {
  border: 5px solid #becef8;
  border-radius: 47px;
  background: white;
  box-shadow:
    inset 0 0 0 2px #fbfcfe,
    0 24px 60px #2e34441e,
    0 0 0 1px #a1b7f4;
  overflow: hidden;
  min-height: 600px;
  padding: 0 4px;
}
.phone-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.6875rem;
  font-weight: 750;
  padding: 13px 19px 14px;
  position: relative;
}
.phone-island {
  background: #242b3a;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 8px;
  width: 79px;
  height: 22px;
  border-radius: 16px;
}
.phone-status > span:last-child {
  font-size: 0.5625rem;
  letter-spacing: -0.03em;
}
.phone-content {
  padding: 14px 20px 0;
}
.phone-account {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 0.6875rem;
  font-weight: 600;
  margin-bottom: 29px;
}
.phone-account .eyes-mark {
  width: 26px;
  height: 24px;
}
.phone-account-menu {
  margin-left: auto;
  letter-spacing: 2px;
}
.phone-caption {
  font-size: 0.625rem;
  color: #677290;
  display: block;
  margin-bottom: 9px;
}
.phone-balance {
  font-size: 2.15rem;
  font-weight: 650;
  letter-spacing: -0.05em;
  display: block;
}
.phone-balance > span {
  color: #687392;
}
.phone-change {
  display: block;
  font-size: 0.5625rem;
  color: #1e3f9a;
  margin-top: 8px;
}
.phone-graph {
  color: #a1b7f4;
  margin: 28px -5px 15px;
}
.phone-actions {
  display: flex;
  gap: 10px;
  margin-bottom: 24px;
}
.phone-actions > span {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  font-size: 0.5625rem;
  background: #fbfcfe;
  border-radius: 11px;
  padding: 9px 0;
}
.phone-actions .motion-icon {
  width: 21px;
  height: 21px;
}
.phone-assets-label {
  display: flex;
  justify-content: space-between;
  font-size: 0.625rem;
  font-weight: 650;
  margin-bottom: 7px;
}
.phone-assets-label > span {
  font-size: 0.5rem;
  color: #677290;
  font-weight: 400;
}
.phone-asset {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 13px 0;
  border-bottom: 1px solid #e8eefc;
  font-size: 0.5625rem;
}
.phone-asset .coin {
  width: 25px;
  height: 25px;
  font-size: 0.8125rem;
}
.phone-asset strong {
  font-weight: 600;
}
.phone-asset small {
  display: block;
  font-size: 0.5rem;
  color: #677290;
  margin-top: 3px;
}
.phone-asset > strong {
  margin-left: auto;
}
.phone-nav {
  display: flex;
  justify-content: space-around;
  padding: 16px 0;
}
.phone-nav .motion-icon {
  width: 21px;
  height: 21px;
  color: #a1b7f4;
}
.phone-nav-active .motion-icon {
  color: var(--mint-ink);
}
.visual-note {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #f1f4fd;
  background: #ffffffed;
  border-radius: 20px;
  box-shadow: 0 10px 30px #1e3f9a0d;
  padding: 19px;
  text-align: left;
  z-index: 3;
  transition: transform 0.5s;
}
.visual-note strong {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: -0.025em;
}
.visual-note small {
  display: block;
  font-size: 0.75rem;
  color: #1e3f9a;
  margin-top: 4px;
}
.visual-note .eyes-mark {
  width: 35px;
  height: 32px;
}
.visual-note .motion-icon {
  width: 31px;
  height: 31px;
}
.fee-note {
  left: 2%;
  top: 115px;
  transform: rotate(-6deg);
}
.fee-note small {
  margin: 0 0 5px;
}
.agent-note {
  right: 0;
  top: 245px;
  transform: rotate(6deg);
}
.hero-visual:hover .fee-note {
  transform: translateY(-4px) rotate(-4deg);
}
.hero-visual:hover .agent-note {
  transform: translateY(-3px) rotate(3deg);
}
.section-heading {
  margin-bottom: 36px;
}
.section-heading p {
  font-size: 1rem;
  color: var(--muted);
  line-height: 1.8;
  margin-top: 15px;
}
.centered {
  text-align: center;
}
.home-intro {
  padding: 99px 0 90px;
}
.quiet-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 49px;
}
.feature-card {
  display: block;
  padding: 28px;
  background: #fbfcfe;
  border-radius: 23px;
  transition:
    background 0.2s,
    transform 0.25s;
}
.feature-card:hover,
.feature-card:focus-visible {
  background: #f1f4fd;
  transform: translateY(-3px);
}
.feature-card > .motion-icon {
  margin-bottom: 23px;
  width: 34px;
  height: 34px;
}
.feature-card h3 {
  font-size: 1.05rem;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
}
.feature-card p {
  font-size: 0.875rem;
  line-height: 1.8;
  color: #677290;
  max-width: 290px;
}
.card-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #1e3f9a;
  font-size: 0.8125rem;
  margin-top: 22px;
}
.card-link .arrow-icon {
  width: 16px;
}
.home-products {
  padding: 10px 0 90px;
}
.product-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.product-card {
  overflow: hidden;
  border-radius: 24px;
  background: #fbfcfe;
  border: 1px solid #f1f4fd;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}
.product-card:hover,
.product-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 15px 30px #2e344407;
}
.product-card-copy {
  padding: 25px 27px 29px;
}
.product-card h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.3rem;
  margin-bottom: 10px;
}
.product-card h3 .arrow-icon {
  opacity: 0.5;
}
.product-card p {
  font-size: 0.875rem;
  line-height: 1.85;
  color: #677290;
}
.product-illustration {
  height: 242px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.illustration-stake {
  background: #e8eefc;
}
.illustration-earn {
  background: #e8eefc;
}
.illustration-predictions {
  background: #e8eefc;
}
.staking-token {
  height: 107px;
  width: 107px;
  background: white;
  border: 1px solid #e8eefc;
  border-radius: 28px;
  position: absolute;
  box-shadow: 0 16px 25px #1e3f9a0a;
  display: grid;
  place-items: center;
  transition: transform 0.4s;
}
.staking-token .motion-icon {
  width: 46px;
  height: 46px;
}
.token-back {
  transform: translate(-34px, -20px) rotate(-12deg);
  background: #dbe4fb;
}
.token-front {
  transform: translate(35px, 13px) rotate(10deg);
}
.product-card:hover .token-back {
  transform: translate(-40px, -24px) rotate(-17deg);
}
.product-card:hover .token-front {
  transform: translate(39px, 8px) rotate(4deg);
}
.art-label {
  position: absolute;
  bottom: 16px;
  font-size: 0.5625rem;
  color: #687392;
}
.earning-card {
  width: 244px;
  background: #ffffff;
  border-radius: 19px;
  padding: 20px;
  transform: rotate(-5deg);
  box-shadow: 0 10px 30px #2e34440a;
  transition: transform 0.4s;
}
.product-card:hover .earning-card {
  transform: rotate(-1deg) translateY(-4px);
}
.earning-card > span {
  display: flex;
  gap: 7px;
  align-items: center;
  font-size: 0.5625rem;
  color: #1e3f9a;
  margin-bottom: 15px;
}
.earning-card .motion-icon {
  width: 23px;
  height: 23px;
  color: #1e3f9a;
}
.earning-card > div {
  display: flex;
  justify-content: space-between;
  font-size: 0.5625rem;
  gap: 15px;
  border-top: 1px solid #e8eefc;
  padding: 10px 0;
}
.earning-card div > span {
  color: #687392;
}
.earning-card strong {
  font-weight: 600;
  display: flex;
  gap: 5px;
  align-items: center;
}
.earning-card .arrow-icon {
  width: 11px;
  height: 11px;
}
.prediction-ticket {
  padding: 25px;
  background: #ffffff;
  border-radius: 19px;
  width: 253px;
  transform: rotate(5deg);
  box-shadow: 0 10px 30px #1e3f9a08;
  transition: transform 0.4s;
}
.product-card:hover .prediction-ticket {
  transform: rotate(1deg) translateY(-4px);
}
.prediction-ticket > span {
  display: block;
  font-size: 0.75rem;
  color: #1e3f9a;
}
.prediction-ticket > strong {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  display: block;
  margin-top: 3px;
}
.prediction-ticket > div {
  display: flex;
  gap: 8px;
  margin: 17px 0 13px;
}
.prediction-ticket > div > span {
  background: #e8eefc;
  color: #1e3f9a;
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 10px;
  border-radius: 9px;
  font-size: 0.625rem;
}
.prediction-ticket > div > span:last-child {
  background: #e8eefc;
  color: #687392;
}
.prediction-ticket .arrow-icon {
  width: 12px;
  height: 12px;
}
.prediction-ticket > small {
  font-size: 0.5rem;
  color: #687392;
}
.home-agent {
  padding: 5px 0 95px;
}
.agent-feature {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  gap: 45px;
  background: #f1f4fd;
  border-radius: 28px;
  padding: 55px;
}
.agent-feature h2 {
  font-size: 2.25rem;
  margin: 18px 0;
}
.agent-feature p {
  color: #1e3f9a;
  font-size: 0.9375rem;
  line-height: 1.9;
  max-width: 380px;
}
.agent-feature .button {
  margin-top: 25px;
}
.agent-feature .product-label {
  font-size: 0.8125rem;
}
.illustration-agent {
  height: 330px;
  overflow: visible;
}
.agent-profile {
  width: 193px;
  height: 219px;
  background: white;
  border: 1px solid #e8eefc;
  border-radius: 29px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  transform: rotate(-4deg);
  box-shadow: 0 20px 45px #2e34440b;
  transition: transform 0.4s;
}
.agent-profile .eyes-mark {
  width: 62px;
  height: 49px;
  color: #a1b7f4;
}
.agent-profile strong {
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: -0.035em;
}
.agent-profile > span:last-child {
  font-size: 0.625rem;
  color: #1e3f9a;
}
.permission-chip {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 7px;
  background: white;
  border-radius: 14px;
  border: 1px solid #e8eefc;
  box-shadow: 0 8px 25px #2e344408;
  padding: 13px;
  font-size: 0.625rem;
  color: #1e3f9a;
  transition: transform 0.4s;
}
.permission-chip .motion-icon {
  width: 24px;
  height: 24px;
}
.chip-one {
  left: -10px;
  top: 39px;
  transform: rotate(-7deg);
}
.chip-two {
  right: -15px;
  bottom: 25px;
  transform: rotate(6deg);
}
.agent-feature:hover .agent-profile {
  transform: rotate(0deg) translateY(-4px);
}
.agent-feature:hover .chip-one {
  transform: translateY(-3px) rotate(-3deg);
}
.agent-feature:hover .chip-two {
  transform: translateY(-3px) rotate(3deg);
}
.home-learn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 85px;
  align-items: center;
  padding: 10px 0 105px;
}
.home-learn h2 {
  font-size: 2.3rem;
}
.home-learn p {
  font-size: 0.9375rem;
  color: var(--muted);
  line-height: 1.8;
  margin: 18px 0;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--accent);
  background: transparent;
  padding: 0;
}
.reading-link {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 0.875rem;
  line-height: 1.6;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.reading-link > .motion-icon {
  width: 29px;
  height: 29px;
}
.reading-link > .arrow-icon {
  margin-left: auto;
  opacity: 0.5;
  width: 17px;
}
.simple-cta > div {
  background: #f1f4fd;
  text-align: center;
  border-radius: 28px;
  padding: 59px 28px 65px;
}
.cta-eyes {
  width: 49px;
  height: 40px;
  margin-bottom: 20px;
}
.simple-cta h2 {
  font-size: 2.65rem;
}
.simple-cta p {
  margin: 17px 0 25px;
  color: #1e3f9a;
  font-size: 0.9375rem;
  line-height: 1.8;
}
/* Shared footer: one composition and rhythm across all marketing routes. */
#site-footer {
  margin: 72px 18px 18px;
}
.footer-panel {
  border: 1px solid #dce3f4;
  border-radius: 38px;
  background: #f5f6fb;
  color: #141823;
}
.footer-inner {
  width: min(1280px, calc(100% - 88px));
  margin-inline: auto;
  padding-top: 65px;
}
.footer-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 58px 64px;
  padding-bottom: 54px;
}
.footer-identity {
  grid-row: span 2;
  align-self: center;
}
.footer-signature {
  display: grid;
  gap: 28px;
  width: fit-content;
  color: #2453ff;
  border-radius: 8px;
}
.footer-wordmark {
  font-size: 4.15rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.065em;
}
.footer-emblem {
  width: 230px;
  height: auto;
  margin-left: -6px;
}
.footer-emblem-upper,
.footer-emblem-lower {
  transition: transform 240ms ease;
}
.footer-signature:hover .footer-emblem-upper {
  transform: translate(-4px, -4px);
}
.footer-signature:hover .footer-emblem-lower {
  transform: translate(4px, 4px);
}
.footer-identity p {
  margin-top: 26px;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #59647b;
}
.footer-directory {
  display: grid;
  grid-template-columns: 1fr 1.3fr 1fr 216px;
  gap: 24px;
  align-items: start;
}
.footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  min-width: 0;
}
.footer-links h2,
.footer-connect h2 {
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
.footer-links h2 {
  margin-bottom: 14px;
}
.footer-links a {
  max-width: 100%;
  padding-block: 6px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6;
  text-decoration-color: transparent;
  text-underline-offset: 5px;
  transition: color 160ms ease, text-decoration-color 160ms ease;
}
.footer-links a:is(:hover, :focus-visible, [aria-current="page"]) {
  color: #2453ff;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: currentColor;
}
.certification-badge {
  display: block;
  width: 100%;
  height: auto;
}
.footer-certifications {
  display: flex;
  align-items: center;
  gap: 6px;
}
.footer-certifications a {
  display: block;
  width: 105px;
  border-radius: 4px;
  transition: transform 160ms ease;
}
.footer-certifications a:is(:hover, :focus-visible) {
  transform: translateY(-3px);
}
.footer-connect {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: start;
}
.footer-connect h2 {
  font-size: 1.2rem;
}
.footer-desktop-downloads {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.footer-panel .footer-download-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 58px;
  padding: 12px 20px;
  border: 1px solid #2453ff;
  border-radius: 50px;
  background: transparent;
  color: #2453ff;
  transition: color 160ms ease, background 160ms ease;
}
.footer-panel .footer-download-link .motion-icon {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  color: inherit;
}
.footer-panel .footer-download-link span {
  display: grid;
  gap: 1px;
  text-align: left;
  font-size: 0.6875rem;
  line-height: 1.4;
}
.footer-panel .footer-download-link strong {
  font-size: 1rem;
  font-weight: 750;
}
.footer-panel .footer-download-link.landing-outline {
  background: transparent;
  color: #2453ff;
  border-color: #2453ff;
}
.footer-panel .footer-download-link.button-dark,
.footer-panel .footer-download-link.landing-outline:is(:hover, :focus-visible) {
  background: #2453ff;
  color: white;
}
.footer-panel .footer-download-link.button-dark:is(:hover, :focus-visible) {
  background: #fff;
  color: #2453ff;
}
.footer-mobile-platforms {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  list-style: none;
  margin: 19px 0 0;
  padding: 0;
}
.footer-mobile-platforms li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #59647b;
  font-size: 0.75rem;
}
.footer-mobile-platforms .motion-icon {
  width: 19px;
  height: 19px;
}
.footer-soon {
  padding: 2px 7px;
  border-radius: 5px;
  background: #e7ecfb;
  color: #3e548b;
  font-size: 0.5625rem;
  font-weight: 700;
}
.footer-socials {
  display: grid;
  grid-template-columns: repeat(6, 40px);
  gap: 8px;
  margin-top: 24px;
}
.footer-social-link {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  background: #171b26;
  border: 1px solid #171b26;
  border-radius: 10px;
  color: white;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease;
}
.footer-social-link svg {
  width: 20px;
  height: 20px;
}
.footer-social-link:is(:hover, :focus-visible) {
  color: #2453ff;
  background: #ffffff;
  border-color: #2453ff;
}
.footer-utility {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  padding: 23px 0;
  border-top: 1px solid #dce3f4;
  color: #59647b;
  font-size: 0.6875rem;
  line-height: 1.6;
}
.footer-utility nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 24px;
  margin-left: auto;
}
.footer-utility a,
.footer-utility button {
  padding: 7px 0;
  background: transparent;
  font: inherit;
  color: inherit;
  transition: color 160ms ease;
}
.footer-utility :is(a, button):hover {
  color: #2453ff;
}
.footer-back-top {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-left: 16px;
  white-space: nowrap;
}
.footer-back-top .arrow-icon {
  width: 16px;
  height: 16px;
  transform: rotate(-90deg);
}
.footer-panel :is(a, button):focus-visible {
  outline: 2px solid #2453ff;
  outline-offset: 5px;
}
@media (max-width: 1190px) {
  .footer-layout {
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 42px;
  }
  .footer-wordmark {
    font-size: 3.25rem;
  }
  .footer-emblem {
    width: 178px;
  }
  .footer-directory {
    grid-template-columns: 1fr 1.25fr 1fr;
    gap: 24px 20px;
  }
  .footer-certifications {
    grid-column: 1 / -1;
    gap: 16px;
  }
  .footer-connect {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }
  .footer-socials {
    margin-top: 16px;
  }
}
@media (max-width: 800px) {
  #site-footer {
    margin: 52px 12px 12px;
  }
  .footer-panel {
    border-radius: 28px;
  }
  .footer-inner {
    width: calc(100% - 56px);
    padding-top: 34px;
  }
  .footer-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
    padding-bottom: 34px;
  }
  .footer-identity {
    grid-row: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 25px;
    border-bottom: 1px solid #dce3f4;
  }
  .footer-signature {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .footer-wordmark {
    font-size: 2.7rem;
  }
  .footer-emblem {
    order: -1;
    width: 53px;
    margin: 0;
  }
  .footer-identity p {
    margin: 0;
    font-size: 0.8125rem;
  }
  .footer-directory {
    grid-template-columns: 1fr 1.2fr 1fr;
  }
  .footer-connect {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 25px;
  }
  .footer-socials {
    grid-template-columns: repeat(3, 40px);
  }
  .footer-utility {
    flex-wrap: wrap;
    gap: 8px 20px;
    padding: 18px 0;
  }
  .footer-utility nav {
    order: 3;
    width: 100%;
    margin-left: 0;
  }
  .footer-back-top {
    margin-left: auto;
  }
}
@media (max-width: 520px) {
  #site-footer {
    margin: 38px 8px 8px;
  }
  .footer-panel {
    border-radius: 24px;
  }
  .footer-inner {
    width: calc(100% - 40px);
    padding-top: 28px;
  }
  .footer-identity {
    gap: 12px;
  }
  .footer-wordmark {
    font-size: 2.4rem;
  }
  .footer-emblem {
    width: 48px;
  }
  .footer-identity p {
    width: 100%;
  }
  .footer-directory {
    grid-template-columns: 1fr 1.2fr;
    gap: 28px 20px;
  }
  .footer-links h2 {
    margin-bottom: 8px;
    font-size: 0.9375rem;
  }
  .footer-links a {
    font-size: 0.8125rem;
  }
  .footer-certifications {
    padding-top: 2px;
  }
  .footer-connect {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
    padding-top: 28px;
    border-top: 1px solid #dce3f4;
  }
  .footer-connect h2 {
    font-size: 1.125rem;
  }
  .footer-desktop-downloads {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
  }
  .footer-panel .footer-download-link {
    padding: 11px;
    gap: 10px;
  }
  .footer-panel .footer-download-link .motion-icon {
    width: 22px;
    height: 22px;
  }
  .footer-panel .footer-download-link strong {
    font-size: 0.875rem;
  }
  .footer-mobile-platforms {
    gap: 12px 18px;
    margin-top: 16px;
  }
  .footer-socials {
    grid-template-columns: repeat(6, minmax(0, 40px));
    gap: 9px;
  }
  .footer-social-link {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .footer-panel *,
  .footer-panel *::before,
  .footer-panel *::after {
    transition: none !important;
  }
  .footer-signature:hover :is(.footer-emblem-upper, .footer-emblem-lower),
  .footer-certifications a:is(:hover, :focus-visible) {
    transform: none;
  }
}
.cookie-banner {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 70;
  width: 398px;
  padding: 24px;
  border-radius: 24px;
  background: white;
  box-shadow: 0 5px 40px #2e344418;
  border: 1px solid #f1f4fd;
  animation: cookie-in 0.35s ease-out;
}
.cookie-banner > #cookie-title {
  font-size: 0.9375rem;
  font-weight: 650;
  color: var(--ink);
  margin-bottom: 8px;
}
.cookie-banner > p:not(#cookie-title) {
  font-size: 0.8125rem;
  line-height: 1.7;
  color: #677290;
}
.cookie-banner p > a {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #5e6a80;
  white-space: nowrap;
}
.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.cookie-actions .button {
  font-size: 0.8125rem;
  padding: 10px 22px;
}
.cookie-feedback {
  margin-top: 13px;
}
.cookie-settings-close {
  position: absolute;
  right: 15px;
  top: 12px;
  background: transparent;
  font-size: 1.5rem;
}
.coin {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex: none;
}
.btc {
  background: #1e3f9a;
  color: white;
}
.eth {
  background: #e8eefc;
  color: #687392;
}
.usdc {
  background: #687392;
  color: white;
}
.sol {
  background: #2e3444;
  color: #becef8;
}
.faq-section {
  padding: 70px 0;
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 80px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 25px;
  align-items: center;
  cursor: pointer;
  padding: 21px 0;
  font-size: 0.9375rem;
  font-weight: 550;
  line-height: 1.6;
}
.faq-list summary > span {
  color: #687392;
  font-size: 1.4rem;
  font-weight: 400;
  transition: transform 0.2s;
}
.faq-list details[open] summary > span {
  transform: rotate(45deg);
}
.faq-list p {
  font-size: 0.9375rem;
  line-height: 1.9;
  color: #1e3f9a;
  padding-bottom: 24px;
}
.faq-list a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
summary::-webkit-details-marker {
  display: none;
}
@keyframes blink {
  0%,
  100% {
    scale: 1 1;
  }
  40% {
    scale: 1 0.65;
  }
  65% {
    scale: 1 1;
  }
}
@keyframes bar-bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  45% {
    transform: translateY(-4px);
  }
}
@keyframes coin-turn {
  0%,
  100% {
    transform: rotateY(0);
  }
  50% {
    transform: rotateY(40deg);
  }
}
@keyframes check-in {
  0% {
    stroke-dashoffset: 22;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes globe-turn {
  0%,
  100% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(15deg);
  }
}
@keyframes menu-in {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes cookie-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 1100px) {
  .header-inner {
    gap: 17px;
  }
  .desktop-nav {
    gap: 3px;
  }
  .nav-trigger,
  .nav-link {
    font-size: 0.8125rem;
    padding: 9px;
  }
  .menu-products .menu-links {
    grid-template-columns: repeat(3, 1fr);
  }
  .quiet-features {
    gap: 15px;
  }
  .feature-card {
    padding: 23px;
  }
  .product-cards {
    gap: 16px;
  }
  .product-card-copy {
    padding: 22px;
  }
  .agent-feature {
    padding: 40px;
    gap: 30px;
  }
  .agent-feature h2 {
    font-size: 2rem;
  }
  .permission-chip {
    padding: 10px;
  }
  .chip-one {
    left: -5px;
  }
  .chip-two {
    right: -10px;
  }
  .home-learn {
    gap: 50px;
  }
  .hero-visual {
    width: 790px;
  }
  .fee-note {
    left: 3%;
  }
  .agent-note {
    right: 2%;
  }
}
@media (max-width: 800px) {
  :root {
    scroll-padding-top: 90px;
  }
  .container,
  .header-inner {
    width: calc(100% - 48px);
  }
  .header-inner {
    height: 77px;
  }
  .section-shell {
    padding: 65px 24px;
  }
  .desktop-nav {
    display: none;
  }
  .header-cta {
    margin-left: auto;
  }
  .menu-toggle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f1f4fd;
  }
  .menu-toggle > span {
    width: 16px;
    height: 1.5px;
    background: var(--ink);
    transition: transform 0.2s;
  }
  .menu-toggle[aria-expanded="true"] > span:first-child {
    transform: translateY(3.75px) rotate(45deg);
  }
  .menu-toggle[aria-expanded="true"] > span:last-child {
    transform: translateY(-3.75px) rotate(-45deg);
  }
  .mobile-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    max-height: calc(100dvh - 77px);
    overflow: auto;
    padding: 12px 24px 30px;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 25px 25px #2e34440b;
  }
  .mobile-nav details {
    border-bottom: 1px solid var(--line);
    padding-bottom: 12px;
    margin-bottom: 8px;
  }
  .mobile-nav summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 3px;
    list-style: none;
    font-size: 1.05rem;
    cursor: pointer;
  }
  .mobile-nav summary > span {
    font-size: 1.3rem;
    color: #687392;
  }
  .mobile-nav details[open] summary > span {
    transform: rotate(45deg);
  }
  .mobile-nav .nav-card {
    border: 0;
    padding: 12px 6px;
    gap: 14px;
    border-radius: 10px;
  }
  .mobile-nav .nav-card strong {
    font-size: 0.875rem;
  }
  .mobile-nav .nav-card small {
    font-size: 0.75rem;
  }
  .mobile-security {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 6px;
    font-size: 0.9375rem;
  }
  .mobile-security .motion-icon {
    width: 28px;
    height: 28px;
  }
  .mobile-security .arrow-icon {
    margin-left: auto;
    opacity: 0.4;
  }
  .mobile-nav > .button {
    margin-top: 15px;
    width: 100%;
  }
  .mega-menu {
    display: none !important;
  }
  body.mobile-menu-open {
    overflow: hidden;
  }
  .home-hero {
    padding-top: 45px;
    margin: 0 9px;
  }
  .hero-copy > p {
    font-size: 1rem;
  }
  .hero-visual {
    width: 100%;
    height: 440px;
    margin-top: 45px;
  }
  .phone-illustration {
    width: 320px;
  }
  .visual-note {
    padding: 13px;
    gap: 9px;
  }
  .visual-note strong {
    font-size: 0.75rem;
  }
  .visual-note small {
    font-size: 0.625rem;
  }
  .fee-note {
    left: 0;
    top: 105px;
  }
  .agent-note {
    right: 0;
    top: 270px;
  }
  .quiet-features {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 32px;
  }
  .feature-card {
    padding: 26px;
    display: grid;
    grid-template-columns: 45px 1fr;
    gap: 0 17px;
  }
  .feature-card > .motion-icon {
    grid-row: 1/4;
    margin: 0;
  }
  .feature-card h3 {
    font-size: 1.15rem;
  }
  .feature-card p {
    max-width: none;
  }
  .card-link {
    margin-top: 15px;
  }
  .home-intro {
    padding: 75px 0 60px;
  }
  .product-cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .product-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .product-illustration {
    height: 220px;
  }
  .product-card-copy {
    padding: 28px;
    align-self: center;
  }
  .home-products {
    padding-bottom: 65px;
  }
  .agent-feature {
    grid-template-columns: 1fr 1fr;
    padding: 34px;
    gap: 15px;
  }
  .agent-feature h2 {
    font-size: 1.7rem;
  }
  .agent-feature p {
    font-size: 0.875rem;
  }
  .agent-feature .product-label {
    font-size: 0.75rem;
  }
  .illustration-agent {
    height: 300px;
  }
  .agent-profile {
    width: 165px;
    height: 200px;
  }
  .permission-chip {
    font-size: 0.5625rem;
    padding: 9px;
    gap: 3px;
  }
  .permission-chip .motion-icon {
    width: 19px;
  }
  .chip-one {
    left: 0;
  }
  .chip-two {
    right: -12px;
  }
  .home-agent {
    padding-bottom: 65px;
  }
  .home-learn {
    grid-template-columns: 1fr;
    gap: 25px;
    padding-bottom: 70px;
  }
  .home-learn h2 {
    font-size: 2.1rem;
  }
  .simple-cta h2 {
    font-size: 2.3rem;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .cookie-banner {
    width: 360px;
    padding: 21px;
    right: 20px;
    bottom: 20px;
  }
}
@media (max-width: 520px) {
  .container,
  .header-inner {
    width: calc(100% - 40px);
  }
  .header-inner {
    height: 72px;
    gap: 13px;
  }
  .brand {
    font-size: 1.6rem;
  }
  .brand .eyes-mark {
    width: 33px;
    height: 29px;
  }
  .header-cta {
    font-size: 0.6875rem;
    padding: 9px 15px;
  }
  .menu-toggle {
    width: 35px;
    height: 35px;
  }
  .mobile-nav {
    max-height: calc(100dvh - 72px);
    padding-inline: 20px;
  }
  .home-hero {
    padding-top: 38px;
    border-radius: 0 0 23px 23px;
    margin: 0 6px;
  }
  .hero-copy.container {
    width: calc(100% - 28px);
  }
  .hero-copy .product-label {
    font-size: 0.875rem;
  }
  .product-label .eyes-mark {
    width: 26px;
    height: 24px;
  }
  h1 {
    font-size: 2.95rem;
    letter-spacing: -0.052em;
    line-height: 1.1;
  }
  .hero-copy h1 {
    margin: 20px 0 18px;
  }
  .hero-copy > p {
    font-size: 0.875rem;
    line-height: 1.85;
  }
  .hero-actions {
    gap: 8px;
    margin-top: 24px;
  }
  .hero-actions .button {
    font-size: 0.75rem;
    padding: 12px 18px;
  }
  .hero-actions .arrow-icon {
    width: 16px;
  }
  .hero-visual {
    height: 380px;
    margin-top: 42px;
  }
  .phone-illustration {
    width: 288px;
  }
  .phone-shell {
    border-radius: 40px;
    border-width: 4px;
    min-height: 565px;
  }
  .phone-content {
    padding: 13px 18px 0;
  }
  .phone-balance {
    font-size: 1.95rem;
  }
  .phone-account {
    margin-bottom: 23px;
  }
  .phone-graph {
    margin-top: 22px;
  }
  .phone-status {
    font-size: 0.625rem;
    padding: 12px 18px;
  }
  .phone-island {
    width: 70px;
    height: 20px;
  }
  .visual-note {
    display: none;
  }
  .hero-orbit {
    width: 560px;
    height: 560px;
    top: 75px;
  }
  .home-intro {
    padding-top: 61px;
    padding-bottom: 55px;
  }
  h2 {
    font-size: 2rem;
    letter-spacing: -0.04em;
  }
  .section-heading {
    margin-bottom: 27px;
  }
  .section-heading p {
    font-size: 0.9375rem;
    line-height: 1.75;
    margin-top: 14px;
  }
  .quiet-features {
    gap: 14px;
    margin-top: 30px;
  }
  .feature-card {
    padding: 25px 23px;
    display: block;
  }
  .feature-card > .motion-icon {
    margin: 0 0 17px;
    width: 31px;
    height: 31px;
  }
  .feature-card h3 {
    font-size: 1.08rem;
  }
  .feature-card p {
    font-size: 0.875rem;
  }
  .card-link {
    font-size: 0.75rem;
    margin-top: 17px;
  }
  .product-card {
    display: block;
  }
  .product-illustration {
    height: 238px;
  }
  .product-card-copy {
    padding: 24px;
  }
  .product-card h3 {
    font-size: 1.25rem;
  }
  .product-card p {
    font-size: 0.875rem;
  }
  .home-products {
    padding-bottom: 55px;
  }
  .agent-feature {
    grid-template-columns: 1fr;
    padding: 29px 24px 15px;
    gap: 0;
    border-radius: 24px;
  }
  .agent-feature h2 {
    font-size: 1.9rem;
    margin: 18px 0;
  }
  .agent-feature p {
    font-size: 0.875rem;
  }
  .agent-feature .button {
    font-size: 0.75rem;
    margin-top: 24px;
  }
  .illustration-agent {
    height: 315px;
    margin-top: 14px;
  }
  .agent-profile {
    width: 176px;
    height: 210px;
  }
  .chip-one {
    left: 1px;
    top: 45px;
  }
  .chip-two {
    right: -2px;
    bottom: 30px;
  }
  .permission-chip {
    padding: 12px;
    font-size: 0.625rem;
  }
  .permission-chip .motion-icon {
    width: 22px;
  }
  .home-agent {
    padding-bottom: 55px;
  }
  .home-learn {
    padding-bottom: 57px;
  }
  .home-learn h2 {
    font-size: 2rem;
  }
  .home-learn p {
    font-size: 0.9375rem;
  }
  .reading-link {
    font-size: 0.8125rem;
    gap: 12px;
    padding: 20px 0;
  }
  .reading-link > .motion-icon {
    width: 27px;
  }
  .simple-cta > div {
    padding: 42px 23px 45px;
    border-radius: 23px;
  }
  .simple-cta h2 {
    font-size: 2rem;
  }
  .simple-cta p {
    font-size: 0.875rem;
  }
  .simple-cta .button {
    font-size: 0.8125rem;
  }
  .cookie-banner {
    left: 14px;
    right: 14px;
    bottom: 14px;
    width: auto;
    padding: 21px;
    border-radius: 22px;
  }
  .cookie-banner > #cookie-title {
    font-size: 0.875rem;
  }
  .cookie-banner > p:not(#cookie-title) {
    font-size: 0.75rem;
    line-height: 1.8;
  }
  .cookie-actions {
    gap: 10px;
    margin-top: 17px;
  }
  .cookie-actions .button {
    flex: 1;
    padding: 10px 16px;
    font-size: 0.8125rem;
  }
  .faq-section {
    padding: 40px 0 60px;
  }
  .faq-list summary {
    font-size: 0.875rem;
    gap: 18px;
  }
  .faq-list p {
    font-size: 0.875rem;
  }
  .section-shell {
    padding: 55px 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .button:hover,
  .feature-card:hover,
  .product-card:hover,
  .hero-visual:hover .phone-illustration {
    transform: none;
  }
  .eye-pupils {
    transform: none !important;
  }
}
/* Product and learning pages */
.page-heading {
  padding: 64px 0 65px;
  text-align: center;
}
.page-heading .product-label {
  justify-content: center;
}
.page-heading h1 {
  font-size: 3.65rem;
  line-height: 1.12;
  margin: 23px auto;
  max-width: 880px;
}
.page-heading > p {
  font-size: 1.05rem;
  line-height: 1.85;
  color: var(--muted);
  max-width: 660px;
  margin: auto;
}
.page-heading > .button {
  margin-top: 27px;
}
.detail-hero {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 60px;
  align-items: center;
  padding: 70px 0 85px;
}
.detail-hero h1 {
  font-size: 3.55rem;
  line-height: 1.13;
  margin: 25px 0 23px;
}
.detail-hero > div > p {
  font-size: 1rem;
  line-height: 1.9;
  color: var(--muted);
  max-width: 465px;
}
.detail-hero .button {
  margin-top: 30px;
}
.detail-hero-art {
  border-radius: 32px;
  overflow: hidden;
  background: #f1f4fd;
  min-width: 0;
}
.detail-hero-art .product-illustration {
  height: 385px;
}
.detail-hero-art .staking-token {
  scale: 1.32;
}
.detail-hero-art .earning-card,
.detail-hero-art .prediction-ticket {
  scale: 1.23;
}
.detail-hero-art .illustration-agent {
  margin: 0 30px;
  height: 385px;
}
.detail-hero-art .chip-one {
  left: 0;
  top: 74px;
}
.detail-hero-art .chip-two {
  right: 0;
  bottom: 53px;
}
.detail-hero-art .agent-profile {
  width: 205px;
  height: 232px;
}
.detail-hero-art .art-label {
  bottom: 30px;
  font-size: 0.625rem;
}
.content-section {
  padding: 55px 0 65px;
}
.detail-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 35px;
}
.detail-features .feature-card p {
  max-width: none;
}
.detail-features .feature-card h3 {
  line-height: 1.5;
}
.how-section {
  display: grid;
  grid-template-columns: 1fr 1.13fr;
  gap: 95px;
  padding: 70px 0;
  border-top: 1px solid var(--line);
}
.how-section h2 {
  font-size: 2.3rem;
  margin-bottom: 21px;
}
.how-section .product-label {
  margin-bottom: 25px;
}
.how-section > div > p,
.agent-rules-section > div > p {
  font-size: 0.9375rem;
  line-height: 1.9;
  color: var(--muted);
  margin-bottom: 23px;
  max-width: 420px;
}
.steps-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.steps-list article {
  display: flex;
  align-items: start;
  gap: 20px;
}
.step-number {
  background: #f1f4fd;
  color: var(--accent);
  border-radius: 50%;
  display: grid;
  place-items: center;
  height: 32px;
  min-width: 32px;
  font-size: 0.8125rem;
  font-weight: 600;
  margin-top: 1px;
}
.steps-list h3 {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 650;
  margin-bottom: 9px;
  letter-spacing: -0.025em;
}
.steps-list p {
  font-size: 0.875rem;
  line-height: 1.9;
  color: var(--muted);
}
.context-note {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #f1f4fd;
  border-radius: 18px;
  padding: 22px 28px;
}
.context-note > .motion-icon {
  width: 28px;
  height: 28px;
}
.context-note p {
  font-size: 0.8125rem;
  line-height: 1.8;
  color: var(--muted);
}
.comparison-section {
  padding: 55px 0 70px;
}
.comparison-scroll {
  overflow: auto;
}
.comparison-section table {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.8;
}
.comparison-section th {
  font-weight: 600;
  color: var(--ink);
}
.comparison-section thead th {
  background: #f1f4fd;
  padding: 19px 23px;
  font-size: 0.8125rem;
}
.comparison-section thead th:first-child {
  border-radius: 14px 0 0 14px;
}
.comparison-section thead th:last-child {
  border-radius: 0 14px 14px 0;
}
.comparison-section tbody th,
.comparison-section td {
  padding: 23px;
  border-bottom: 1px solid var(--line);
}
.comparison-section td {
  color: var(--muted);
  width: 35%;
}
.table-caption {
  font-size: 0.75rem;
  color: var(--muted);
  line-height: 1.8;
  margin-top: 18px;
}
.agent-rules-section {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  align-items: center;
  gap: 65px;
  padding: 55px 0 75px;
}
.agent-rules-section h2 {
  font-size: 2.55rem;
  margin-bottom: 24px;
}
.rules-card {
  border: 1px solid #e8eefc;
  border-radius: 24px;
  padding: 29px 30px;
  background: #fbfcfe;
  box-shadow: 0 15px 40px #2e344406;
}
.rules-card-heading {
  display: flex;
  align-items: center;
  gap: 13px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}
.rules-card-heading > .eyes-mark {
  width: 41px;
  height: 33px;
}
.rules-card-heading > span {
  font-size: 1rem;
  font-weight: 650;
}
.rules-card-heading strong {
  display: block;
  font-size: 0.625rem;
  color: var(--muted);
  font-weight: 500;
  margin-top: 5px;
}
.rules-card-heading .soft-badge {
  margin-left: auto;
  font-size: 0.5625rem;
  font-weight: 500;
  background: #e8eefc;
  color: #2e3444;
  padding: 7px 9px;
  border-radius: 8px;
}
.rules-card dl {
  margin: 0;
}
.rules-card dl > div {
  padding: 23px 0;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
}
.rules-card dl > div:last-child {
  padding-bottom: 0;
  border: 0;
}
.rules-card dt {
  font-size: 0.75rem;
  color: var(--muted);
  max-width: 180px;
  line-height: 1.75;
}
.rules-card dd {
  font-size: 0.875rem;
  margin: 0;
  text-align: right;
  font-weight: 600;
  line-height: 1.5;
}
.rules-card dd small {
  display: block;
  font-size: 0.625rem;
  color: var(--muted);
  font-weight: 400;
  margin-top: 5px;
  max-width: 190px;
}
.security-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  padding: 10px 0 70px;
}
.security-art {
  background: #f1f4fd;
  border-radius: 28px;
  overflow: hidden;
}
.security-art .product-illustration {
  height: 355px;
}
.security-art .motion-icon {
  width: 160px;
  height: 160px;
}
.security-intro h2 {
  font-size: 2.3rem;
  margin-bottom: 23px;
}
.security-intro p {
  font-size: 0.9375rem;
  color: var(--muted);
  line-height: 1.9;
  margin-bottom: 18px;
}
.security-intro .text-link {
  margin-top: 8px;
}
.about-statement {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 80px;
  align-items: center;
  padding: 15px 0 50px;
}
.about-eyes {
  height: 355px;
  background: #f1f4fd;
  border-radius: 28px;
  display: grid;
  place-items: center;
}
.about-eyes > .eyes-mark {
  width: 200px;
  height: 160px;
  color: #687392;
}
.about-statement h2 {
  font-size: 2.3rem;
  line-height: 1.35;
  margin-bottom: 24px;
}
.about-statement p {
  font-size: 0.9375rem;
  line-height: 1.9;
  color: var(--muted);
  margin-top: 18px;
}
.about-team {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 85px;
  align-items: center;
  padding: 55px 0 85px;
}
.about-team h2 {
  font-size: 2.25rem;
  line-height: 1.25;
}
.about-team p {
  font-size: 0.9375rem;
  line-height: 1.9;
  color: var(--muted);
  margin: 24px 0;
}
.team-principles > div {
  display: flex;
  align-items: start;
  gap: 20px;
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
}
.team-principles strong {
  font-size: 0.9375rem;
  font-weight: 650;
  display: block;
}
.team-principles small {
  font-size: 0.8125rem;
  line-height: 1.8;
  color: var(--muted);
  display: block;
  margin-top: 8px;
}
.guide-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  padding: 0 0 55px;
}
.guide-card {
  background: #fbfcfe;
  border-radius: 23px;
  overflow: hidden;
  transition:
    transform 0.25s,
    box-shadow 0.25s;
}
.guide-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 25px #2e344408;
}
.guide-card-art {
  height: 200px;
  display: grid;
  place-items: center;
  background: #e8eefc;
}
.guide-card:nth-child(2) .guide-card-art {
  background: #e8eefc;
}
.guide-card:nth-child(2) .guide-card-art .motion-icon {
  color: #687392;
}
.guide-card:nth-child(3) .guide-card-art {
  background: #e8eefc;
}
.guide-card:nth-child(3) .guide-card-art .motion-icon {
  color: #687392;
}
.guide-card-art .motion-icon {
  width: 70px;
  height: 70px;
}
.guide-card > div:last-child {
  padding: 25px;
}
.guide-card > div > span:first-child {
  font-size: 0.6875rem;
  color: var(--muted);
}
.guide-card h2 {
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 12px 0;
}
.guide-card p {
  font-size: 0.875rem;
  color: var(--muted);
  line-height: 1.9;
}
.learning-note {
  display: flex;
  align-items: start;
  gap: 26px;
  padding: 30px 0 85px;
  max-width: 750px;
}
.learning-note h2 {
  font-size: 1.4rem;
  line-height: 1.5;
}
.learning-note p {
  font-size: 0.9375rem;
  line-height: 1.9;
  color: var(--muted);
  margin-top: 14px;
}
.article {
  padding-top: 47px;
}
.article > .back-link {
  font-size: 0.8125rem;
  color: var(--muted);
  margin-bottom: 28px;
  display: inline-block;
}
.article-heading {
  padding: 8px 0 50px;
  max-width: 790px;
}
.article-heading h1 {
  font-size: 3.3rem;
  line-height: 1.2;
  margin: 22px 0;
}
.article-heading > p {
  font-size: 1.05rem;
  color: var(--muted);
  line-height: 1.85;
  max-width: 670px;
}
.article-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 680px);
  gap: 60px;
  align-items: start;
  padding: 20px 0 40px;
  border-top: 1px solid var(--line);
}
.article-contents {
  position: sticky;
  top: 125px;
  display: flex;
  flex-direction: column;
  gap: 17px;
  padding-top: 18px;
}
.article-contents > span {
  font-size: 0.6875rem;
  font-weight: 650;
  margin-bottom: 7px;
  color: var(--ink);
}
.article-contents > a {
  font-size: 0.8125rem;
  line-height: 1.75;
  color: var(--muted);
  transition: color 0.2s;
}
.article-contents > a:hover {
  color: var(--accent);
}
.article-body > section {
  padding: 23px 0 25px;
}
.article-body h2 {
  font-size: 1.65rem;
  line-height: 1.4;
  letter-spacing: -0.035em;
  margin-bottom: 21px;
}
.article-body p {
  font-size: 0.9375rem;
  line-height: 2;
  color: #5e6a80;
  margin-bottom: 18px;
}
.article-related {
  margin-top: 25px;
  padding-top: 38px;
  border-top: 1px solid var(--line);
}
.policy-page {
  max-width: 780px;
  padding: 60px 0 20px;
}
.policy-page h1 {
  font-size: 3.4rem;
  margin: 23px 0 17px;
}
.policy-intro {
  font-size: 1.1rem;
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 45px;
}
.policy-updated {
  color: var(--muted);
  font-size: 0.8125rem;
  margin-bottom: 20px;
}
.policy-navigation {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
  font-size: 0.875rem;
  font-weight: 650;
}
.policy-page a:not(.button) {
  color: var(--blue);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
}
.policy-page a:not(.button):hover {
  text-decoration-thickness: 2px;
}
.policy-navigation a[aria-current="page"] {
  color: var(--ink);
  text-decoration: none;
}
.policy-contents {
  margin-top: 28px;
  padding: 26px;
  border-radius: 20px;
  background: #f5f7fc;
}
.policy-contents h2 {
  font-size: 1.125rem;
  margin-bottom: 16px;
}
.policy-contents ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 34px;
  margin: 0;
  padding-left: 20px;
  font-size: 0.8125rem;
  line-height: 1.6;
}
.policy-page section:focus {
  outline: none;
}
.policy-page section ul {
  display: grid;
  gap: 14px;
  padding-left: 24px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.85;
  margin: 20px 0;
}
.policy-retention {
  margin-block: 24px;
}
.policy-retention > div {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 24px;
  padding-block: 18px;
  border-top: 1px solid var(--line);
  font-size: 0.9375rem;
  line-height: 1.8;
}
.policy-retention dt {
  font-weight: 700;
}
.policy-retention dd {
  margin: 0;
  color: var(--muted);
}
@media (max-width: 560px) {
  .policy-contents ol,
  .policy-retention > div {
    grid-template-columns: minmax(0, 1fr);
  }
  .policy-retention > div {
    gap: 6px;
  }
}
.policy-page section {
  margin: 35px 0;
}
.policy-page h2 {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 18px;
}
.policy-page section p {
  font-size: 0.9375rem;
  line-height: 1.95;
  color: #5e6a80;
  margin-bottom: 15px;
}
.policy-page code {
  font-size: 0.8125rem;
  background: #f1f4fd;
  border-radius: 5px;
  padding: 2px 5px;
  overflow-wrap: anywhere;
}
.policy-page .button {
  margin-top: 15px;
}
/* Careers and the interactive wallet share the same quieter visual system. */
.careers-hero {
  width: min(1120px, calc(100% - 80px));
  margin: auto;
  padding: 70px 0 75px;
  gap: 65px;
  align-items: center;
  grid-template-columns: 1.2fr 1fr;
}
.careers-hero h1 {
  font-size: 3.65rem;
  line-height: 1.15;
  margin: 24px 0;
}
.careers-hero h1 span {
  color: var(--ink);
}
.careers-hero .eyebrow {
  font-size: 0.65rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.careers-hero > div > p:not(.eyebrow) {
  font-size: 0.9375rem;
  max-width: 440px;
  color: var(--muted);
}
.careers-art {
  min-height: 350px;
  background: #e8eefc;
  border-radius: 30px;
}
.careers-eyes {
  width: 180px;
  height: 140px;
  color: #687392;
  transform: rotate(-8deg);
}
.careers-art-label {
  left: 0;
  right: 0;
  text-align: center;
  bottom: 26px;
  font-size: 0.5rem;
  letter-spacing: 0.08em;
  color: #1e3f9a;
}
.work-principles {
  background: white;
  padding-top: 35px;
  padding-bottom: 65px;
}
.work-principles > .section-heading {
  display: block;
  margin: 0 0 32px;
}
.work-principles > .section-heading > h2 {
  font-size: 2.45rem;
  margin: 0;
  line-height: 1.22;
}
.work-principles > .section-heading > p {
  font-size: 0.9375rem;
  max-width: 620px;
  margin-top: 20px;
}
.work-principles > .principles-grid {
  gap: 19px;
  margin-top: 35px;
}
.work-principles article {
  border: 0;
  padding: 28px;
}
.work-principles article h3 {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 12px;
}
.work-principles article p {
  font-size: 0.875rem;
  line-height: 1.85;
  color: var(--muted);
}
.work-principles article > .motion-icon {
  width: 33px;
  height: 33px;
  margin-bottom: 23px;
}
.open-roles {
  padding-top: 50px;
  padding-bottom: 65px;
}
.roles-heading h2 {
  font-size: 2.65rem;
  line-height: 1.2;
}
.role-total {
  font-size: 3.5rem;
  letter-spacing: -0.05em;
  color: #687392;
}
.roles-heading {
  margin-bottom: 35px;
}
.roles-heading .eyebrow {
  font-size: 0.625rem;
  letter-spacing: 0.06em;
  margin-bottom: 18px;
}
.job-filters {
  gap: 8px;
}
.job-filters button {
  font-size: 0.75rem;
  padding: 10px 14px;
  border-color: #dbe4fb;
}
.job-filters button.active {
  background: var(--blue);
  color: white;
  border-color: var(--blue);
}
.job-row {
  padding-block: 25px;
  gap: 20px;
}
.job-title strong {
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: -0.025em;
}
.job-title > span {
  font-size: 0.6875rem;
  color: var(--muted);
  margin-top: 9px;
}
.job-salary {
  font-size: 0.875rem;
  letter-spacing: -0.02em;
}
.job-salary small {
  font-size: 0.625rem;
  color: var(--muted);
}
.job-row:hover {
  background: #fbfcfe;
}
.job-row:hover .job-arrow {
  color: var(--accent);
  transform: translate(3px, -3px);
}
.salary-context {
  margin-top: 36px;
  padding: 27px;
  border-radius: 18px;
  background: #fbfcfe;
  border: 0;
}
.salary-context p {
  color: var(--muted);
}
.salary-context > div > span {
  color: #687392;
}
.career-advisor {
  background: #e8eefc;
  color: var(--ink);
  padding-block: 60px;
  gap: 55px;
}
.career-advisor h2 {
  font-size: 2.5rem;
  line-height: 1.25;
}
.career-advisor .eyebrow {
  color: #1e3f9a;
  letter-spacing: 0.06em;
  font-size: 0.625rem;
}
.career-advisor > div > p:not(.eyebrow) {
  color: #5e6a80;
  font-size: 0.9375rem;
  line-height: 1.85;
}
.career-advisor > div > span {
  color: #5e6a80;
}
.career-advisor .text-link {
  color: var(--accent);
}
.job-hero {
  padding-top: 44px;
  padding-bottom: 50px;
}
.job-hero h1 {
  font-size: 3.35rem;
  line-height: 1.2;
  max-width: 800px;
}
.job-subtitle {
  font-size: 0.5em;
  color: #1e3f9a;
  line-height: 1.65;
}
.job-hero .eyebrow {
  font-size: 0.625rem;
  letter-spacing: 0.05em;
}
.job-intro {
  max-width: 720px;
  color: var(--muted);
  font-size: 1rem;
}
.job-hero-bottom {
  margin-top: 30px;
}
.job-detail {
  gap: 75px;
  padding-block: 45px 60px;
}
.job-description h2 {
  font-size: 1.75rem;
  margin-bottom: 23px;
}
.job-description article {
  margin-bottom: 43px;
}
.job-description p,
.job-description li {
  font-size: 0.9375rem;
  line-height: 1.95;
  color: #5e6a80;
}
.job-summary {
  background: #f1f4fd;
  border: 1px solid #e8eefc;
  top: 120px;
}
.summary-pay {
  font-size: 1.55rem;
  line-height: 1.4;
}
.job-summary .button {
  font-size: 0.75rem;
  padding-inline: 17px;
}
.job-closing {
  background: #e8eefc;
  color: var(--ink);
  padding-block: 55px;
}
.job-closing h2 {
  font-size: 2.5rem;
}
.job-closing .eyebrow,
.job-closing > a {
  color: #1e3f9a;
}
.job-closing .button {
  background: var(--blue);
  color: white;
}
.application-dialog {
  margin: auto;
  background: white;
  border: 1px solid #dbe4fb;
  box-shadow: 0 30px 120px #13172222;
  border-radius: 25px;
}
.application-dialog h2 {
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: -0.04em;
  margin: 20px 0 15px;
}
.application-role {
  color: var(--muted);
}
.dialog-close {
  position: absolute;
  right: 19px;
  top: 18px;
  width: 33px;
  height: 33px;
  background: #f1f4fd;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.45rem;
  line-height: 1;
  color: #2e3444;
}
.form-grid input,
.form-grid textarea {
  border-color: #dbe4fb;
  background: white;
  border-radius: 10px;
}
.form-grid input:focus,
.form-grid textarea:focus {
  border-color: #687392;
  outline: 2px solid #e8eefc;
}
.not-found {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 80px;
}
.not-found h1 {
  font-size: 4rem;
  line-height: 1.15;
}
.not-found h1 span {
  color: var(--accent);
}
.not-found p {
  color: var(--muted);
  line-height: 1.8;
  margin: 24px 0;
}
.wallet-showcase {
  padding: 12px 0 40px;
}
.wallet-layout {
  gap: 40px;
  grid-template-columns: 260px minmax(0, 1fr);
}
.wallet-window {
  border-color: #dbe4fb;
  box-shadow: 0 16px 50px #2e34440a;
}
.wallet-frame {
  background: #ffffff;
}
.wallet-sidebar {
  background: #fbfcfe;
  border-color: #e8eefc;
}
.sidebar-bottom .eyes-mark {
  width: 21px;
  height: 18px;
}
.agent-avatar .eyes-mark {
  width: 36px;
  height: 28px;
}
.wallet-tabs button[aria-selected="true"] {
  background: #f1f4fd;
  border-color: #dbe4fb;
  color: var(--ink);
}
.wallet-tabs button {
  border-radius: 18px;
}
.wallet-tabs strong {
  font-size: 1rem;
  letter-spacing: -0.02em;
}
.tab-number {
  color: #1e3f9a;
}
.wallet-tabs .tab-arrow {
  color: var(--accent);
}
.wallet-aside-note p {
  color: #1e3f9a;
}
.wallet-aside-note > span {
  color: #687392;
}
.app-action {
  background: #e8eefc;
  color: #2e3444;
}
.window-toolbar {
  background: #fbfcfe;
  border-color: #e8eefc;
}
.balance-change {
  color: #1e3f9a;
}
.balance-chart {
  color: #687392;
}
.transfer-recipient,
.agent-policy {
  background: #fbfcfe;
}
.app-action:hover {
  background: #dbe4fb;
}
.transfer-note {
  border-color: #dbe4fb;
}
.wallet-layout .app-action {
  cursor: pointer;
}
.cookie-banner > #cookie-title {
  padding-right: 16px;
}
.cookie-feedback {
  font-size: 0.75rem;
  line-height: 1.7;
}
.cookie-actions > .button {
  flex: 1;
}
.cookie-settings-close {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #1e3f9a;
}
.cookie-settings-close:hover {
  background: #f1f4fd;
}
/* Keep body copy quiet, but readable. */
.feature-card p,
.product-card p,
.agent-feature p,
.simple-cta p,
.cookie-banner > p:not(#cookie-title),
.faq-list p {
  color: #5e6a80;
}
.nav-card small {
  color: #5e6a80;
}
@media (max-width: 1050px) {
  .detail-hero {
    gap: 35px;
  }
  .detail-hero h1 {
    font-size: 3.05rem;
  }
  .detail-hero-art .earning-card,
  .detail-hero-art .prediction-ticket {
    scale: 1.06;
  }
  .how-section {
    gap: 50px;
  }
  .agent-rules-section {
    gap: 35px;
  }
  .security-intro,
  .about-statement,
  .about-team {
    gap: 45px;
  }
  .article-layout {
    grid-template-columns: 225px minmax(0, 1fr);
    gap: 40px;
  }
  .wallet-layout {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 22px;
  }
  .career-advisor {
    gap: 35px;
  }
  .job-detail {
    gap: 40px;
  }
  .careers-hero h1 {
    font-size: 3.25rem;
  }
  .careers-hero {
    gap: 35px;
  }
  .work-principles > .principles-grid {
    gap: 16px;
  }
}
@media (max-width: 800px) {
  .page-heading {
    padding: 45px 0 50px;
  }
  .page-heading h1 {
    font-size: 3rem;
  }
  .detail-hero {
    padding: 50px 0 55px;
    gap: 30px;
  }
  .detail-hero h1 {
    font-size: 2.65rem;
  }
  .detail-hero > div > p {
    font-size: 0.9375rem;
  }
  .detail-hero-art .product-illustration {
    height: 345px;
  }
  .detail-hero-art .staking-token {
    scale: 1.05;
  }
  .detail-hero-art .earning-card,
  .detail-hero-art .prediction-ticket {
    scale: 0.92;
  }
  .detail-hero-art .illustration-agent {
    margin: 0 10px;
  }
  .detail-hero-art .agent-profile {
    width: 170px;
    height: 215px;
  }
  .detail-hero-art .chip-one {
    left: -7px;
    top: 57px;
  }
  .detail-hero-art .chip-two {
    right: -7px;
    bottom: 40px;
  }
  .content-section {
    padding: 40px 0 50px;
  }
  .detail-features {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .how-section {
    grid-template-columns: 1fr;
    gap: 35px;
    padding: 45px 0;
  }
  .how-section h2 {
    font-size: 2.1rem;
  }
  .how-section > div > p {
    max-width: 650px;
  }
  .steps-list {
    gap: 25px;
  }
  .agent-rules-section {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 30px 0 55px;
  }
  .agent-rules-section h2 {
    font-size: 2.2rem;
  }
  .agent-rules-section > div > p {
    max-width: 600px;
  }
  .security-intro,
  .about-statement {
    gap: 32px;
  }
  .security-art .product-illustration {
    height: 300px;
  }
  .security-intro h2,
  .about-statement h2 {
    font-size: 2rem;
  }
  .security-intro p,
  .about-statement p {
    font-size: 0.875rem;
  }
  .about-eyes {
    height: 320px;
  }
  .about-eyes > .eyes-mark {
    width: 145px;
    height: 120px;
  }
  .about-team {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 30px 0 65px;
  }
  .guide-grid {
    gap: 18px;
    grid-template-columns: 1fr;
  }
  .guide-card {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
  }
  .guide-card-art {
    height: 100%;
    min-height: 220px;
  }
  .guide-card h2 {
    font-size: 1.35rem;
  }
  .guide-card > div:last-child {
    padding: 26px;
  }
  .learning-note {
    padding: 10px 0 65px;
    gap: 22px;
  }
  .article-heading h1 {
    font-size: 2.8rem;
  }
  .article-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .article-contents {
    position: static;
    display: block;
    border-bottom: 1px solid var(--line);
    padding: 15px 0 25px;
  }
  .article-contents > a {
    display: block;
    margin-top: 13px;
  }
  .article-body > section {
    padding: 10px 0 25px;
  }
  .policy-page {
    padding-top: 44px;
  }
  .policy-page h1 {
    font-size: 2.8rem;
  }
  .careers-hero {
    width: calc(100% - 48px);
    padding: 45px 0;
    gap: 30px;
    grid-template-columns: 1.2fr 1fr;
  }
  .careers-hero h1 {
    font-size: 2.75rem;
  }
  .careers-art {
    min-height: 290px;
  }
  .careers-eyes {
    width: 145px;
    height: 115px;
  }
  .work-principles {
    padding-top: 30px;
  }
  .work-principles > .section-heading > h2 {
    font-size: 2.1rem;
  }
  .work-principles > .principles-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .work-principles article {
    display: block;
    padding: 24px;
  }
  .work-principles article > .motion-icon {
    margin-bottom: 17px;
  }
  .roles-heading h2 {
    font-size: 2.25rem;
  }
  .job-row {
    gap: 14px;
  }
  .job-title strong {
    font-size: 1rem;
  }
  .job-salary {
    font-size: 0.8125rem;
  }
  .career-advisor h2 {
    font-size: 2.2rem;
  }
  .career-advisor {
    display: block;
  }
  .career-advisor > div:last-child {
    margin-top: 26px;
  }
  .job-hero h1 {
    font-size: 2.75rem;
  }
  .job-detail {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .job-summary {
    position: static;
    max-width: none;
  }
  .job-summary .button {
    font-size: 0.875rem;
  }
  .wallet-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .wallet-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 9px;
  }
  .wallet-tabs button {
    padding: 15px 11px;
    gap: 8px;
    margin: 0;
  }
  .wallet-tabs strong {
    font-size: 0.8125rem;
  }
  .wallet-tabs button > span > span,
  .wallet-tabs .tab-arrow,
  .wallet-aside-note {
    display: none;
  }
  .wallet-window {
    width: 100%;
  }
  .wallet-frame {
    min-height: 570px;
  }
}
@media (max-width: 520px) {
  .page-heading {
    padding: 40px 0;
  }
  .page-heading h1 {
    font-size: 2.45rem;
    margin: 22px 0;
  }
  .page-heading > p {
    font-size: 0.875rem;
    line-height: 1.9;
  }
  .page-heading br {
    display: none;
  }
  .page-heading h1 br {
    display: block;
  }
  .page-heading .button {
    font-size: 0.75rem;
  }
  .detail-hero {
    grid-template-columns: 1fr;
    padding: 38px 0 32px;
    gap: 33px;
  }
  .detail-hero h1 {
    font-size: 2.75rem;
    margin: 23px 0 20px;
  }
  .detail-hero > div > p {
    font-size: 0.9375rem;
  }
  .detail-hero .button {
    font-size: 0.8125rem;
    margin-top: 24px;
  }
  .detail-hero-art {
    border-radius: 25px;
  }
  .detail-hero-art .product-illustration {
    height: 310px;
  }
  .detail-hero-art .earning-card,
  .detail-hero-art .prediction-ticket {
    scale: 1.1;
  }
  .detail-hero-art .staking-token {
    scale: 1.16;
  }
  .detail-hero-art .agent-profile {
    width: 175px;
    height: 210px;
  }
  .detail-hero-art .chip-one {
    left: 2px;
    top: 42px;
  }
  .detail-hero-art .chip-two {
    right: 2px;
    bottom: 27px;
  }
  .content-section {
    padding: 32px 0 43px;
  }
  .detail-features {
    margin-top: 27px;
  }
  .how-section {
    padding: 35px 0 40px;
    gap: 25px;
  }
  .how-section h2 {
    font-size: 1.9rem;
  }
  .how-section > div > p {
    font-size: 0.875rem;
  }
  .steps-list article {
    gap: 15px;
  }
  .steps-list h3 {
    font-size: 0.9375rem;
  }
  .steps-list p {
    font-size: 0.875rem;
  }
  .context-note {
    padding: 19px;
    gap: 15px;
    align-items: start;
  }
  .context-note p {
    font-size: 0.75rem;
  }
  .comparison-section {
    padding: 30px 0 40px;
  }
  .comparison-section table {
    font-size: 0.8125rem;
    min-width: 550px;
  }
  .comparison-section thead th {
    padding: 17px;
  }
  .comparison-section td,
  .comparison-section tbody th {
    padding: 18px;
  }
  .agent-rules-section h2 {
    font-size: 2rem;
  }
  .rules-card {
    padding: 22px 18px;
    border-radius: 20px;
  }
  .rules-card-heading {
    gap: 10px;
  }
  .rules-card-heading > .eyes-mark {
    width: 34px;
    height: 27px;
  }
  .rules-card-heading > span {
    font-size: 0.9375rem;
  }
  .rules-card-heading .soft-badge {
    font-size: 0.5rem;
    padding: 6px;
  }
  .rules-card dt {
    font-size: 0.6875rem;
    max-width: 120px;
  }
  .rules-card dd {
    font-size: 0.8125rem;
  }
  .rules-card dd small {
    font-size: 0.5625rem;
    max-width: 140px;
  }
  .rules-card dl > div {
    padding: 20px 0;
    gap: 15px;
  }
  .security-intro,
  .about-statement {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 0 0 30px;
  }
  .security-art .product-illustration {
    height: 275px;
  }
  .security-art .motion-icon {
    width: 130px;
    height: 130px;
  }
  .security-intro h2,
  .about-statement h2 {
    font-size: 1.95rem;
  }
  .about-eyes {
    height: 265px;
  }
  .about-eyes > .eyes-mark {
    width: 145px;
    height: 115px;
  }
  .about-team h2 {
    font-size: 2rem;
  }
  .about-team p {
    font-size: 0.875rem;
  }
  .team-principles > div {
    gap: 16px;
    padding: 22px 0;
  }
  .team-principles small {
    font-size: 0.8125rem;
  }
  .guide-grid {
    padding-bottom: 40px;
  }
  .guide-card {
    display: block;
  }
  .guide-card-art {
    height: 185px;
    min-height: 0;
  }
  .guide-card > div:last-child {
    padding: 24px;
  }
  .guide-card h2 {
    font-size: 1.35rem;
  }
  .learning-note {
    padding-bottom: 48px;
    gap: 18px;
  }
  .learning-note > .motion-icon {
    width: 28px;
    height: 28px;
  }
  .learning-note h2 {
    font-size: 1.15rem;
  }
  .learning-note p {
    font-size: 0.875rem;
  }
  .article {
    padding-top: 30px;
  }
  .article-heading {
    padding-bottom: 30px;
  }
  .article-heading h1 {
    font-size: 2.5rem;
  }
  .article-heading > p {
    font-size: 0.9375rem;
  }
  .article-heading .product-label {
    font-size: 0.75rem;
  }
  .article-body h2 {
    font-size: 1.45rem;
  }
  .article-body p {
    font-size: 0.9375rem;
    line-height: 1.95;
  }
  .article-contents > a {
    font-size: 0.8125rem;
  }
  .policy-page {
    padding-top: 34px;
  }
  .policy-page h1 {
    font-size: 2.65rem;
  }
  .policy-intro {
    font-size: 0.9375rem;
    margin-bottom: 35px;
  }
  .policy-page h2 {
    font-size: 1.4rem;
  }
  .policy-page section p {
    font-size: 0.875rem;
  }
  .careers-hero {
    width: calc(100% - 40px);
    grid-template-columns: 1fr;
    gap: 35px;
    padding: 35px 0 43px;
  }
  .careers-hero h1 {
    font-size: 2.75rem;
  }
  .careers-hero .eyebrow {
    font-size: 0.5625rem;
  }
  .careers-art {
    min-height: 250px;
  }
  .careers-eyes {
    width: 144px;
    height: 112px;
  }
  .careers-art-label {
    font-size: 0.4375rem;
    bottom: 23px;
  }
  .work-principles {
    padding-top: 26px;
    padding-bottom: 40px;
  }
  .work-principles > .section-heading > h2 {
    font-size: 1.95rem;
  }
  .work-principles > .principles-grid {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 27px;
  }
  .work-principles article {
    padding: 25px;
  }
  .work-principles article h3 {
    font-size: 1.05rem;
  }
  .work-principles article > .motion-icon {
    width: 31px;
    height: 31px;
  }
  .open-roles {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .roles-heading h2 {
    font-size: 1.95rem;
  }
  .role-total {
    font-size: 2.6rem;
  }
  .role-total > span {
    font-size: 0.5rem;
  }
  .roles-heading {
    gap: 15px;
    align-items: end;
  }
  .roles-heading .eyebrow {
    font-size: 0.5625rem;
  }
  .job-filters button {
    font-size: 0.6875rem;
    padding: 9px 12px;
  }
  .job-row {
    padding: 22px 0;
    gap: 12px;
  }
  .job-title strong {
    font-size: 1rem;
  }
  .job-salary {
    font-size: 0.8125rem;
  }
  .job-salary small {
    font-size: 0.5625rem;
  }
  .salary-context {
    padding: 22px;
    margin-top: 25px;
  }
  .career-advisor {
    padding-block: 40px;
  }
  .career-advisor h2 {
    font-size: 2rem;
  }
  .job-hero {
    padding-top: 29px;
    padding-bottom: 36px;
  }
  .job-hero h1 {
    font-size: 2.4rem;
  }
  .job-intro {
    font-size: 0.9375rem;
  }
  .job-detail {
    padding-block: 30px 40px;
  }
  .job-description h2 {
    font-size: 1.6rem;
  }
  .job-description li,
  .job-description p {
    font-size: 0.875rem;
    line-height: 1.9;
  }
  .job-summary {
    padding: 25px;
  }
  .summary-pay {
    font-size: 1.5rem;
  }
  .job-closing {
    padding-block: 43px;
  }
  .job-closing h2 {
    font-size: 2rem;
  }
  .application-dialog {
    padding: 40px 23px 24px;
  }
  .application-dialog h2 {
    font-size: 1.85rem;
  }
  .not-found h1 {
    font-size: 3rem;
  }
  .wallet-showcase {
    width: calc(100% - 24px);
    padding-top: 6px;
  }
  .wallet-tabs {
    gap: 6px;
    padding-inline: 7px;
  }
  .wallet-tabs button {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 6px;
    padding: 12px 10px;
  }
  .wallet-tabs strong {
    font-size: 0.6875rem;
    line-height: 1.4;
  }
  .wallet-tabs .tab-number {
    font-size: 0.5rem;
  }
  .wallet-frame {
    min-height: 565px;
  }
  .wallet-window {
    border-radius: 18px;
  }
  .wallet-views {
    padding: 24px 18px 25px;
  }
  .wallet-sidebar {
    display: none;
  }
  .agent-identity {
    gap: 10px;
  }
  .agent-avatar .eyes-mark {
    width: 30px;
    height: 25px;
  }
}
.wallet-window {
  transform: none;
}
.wallet-tabs > button {
  padding: 23px 20px;
  margin-bottom: 10px;
  border: 1px solid #e8eefc;
  border-radius: 18px;
  transition:
    background 0.25s,
    border-color 0.25s;
}
.wallet-tabs > button[aria-selected="true"] {
  border-color: #dbe4fb;
}
.wallet-tabs > button:hover {
  background: #fbfcfe;
}
.wallet-tabs .tab-arrow {
  font-size: 1rem;
}
.wallet-tabs button > span:nth-child(2) > span {
  font-size: 0.8125rem;
  color: var(--muted);
}
.sidebar-item > .motion-icon {
  width: 22px;
  height: 22px;
}
.job-title > strong {
  font-size: 1.08rem;
  letter-spacing: -0.025em;
}
.job-arrow {
  transition:
    transform 0.25s,
    color 0.25s;
}
.nav-card:focus-visible .icon-arrows,
.reading-link:focus-visible .icon-arrows,
.guide-card:focus-visible .icon-arrows {
  transform: translateX(2px);
}
.guide-card:hover .icon-key,
.guide-card:focus-visible .icon-key {
  transform: rotate(-17deg);
}
.guide-card:hover .icon-eyes,
.guide-card:focus-visible .icon-eyes {
  transform: translateX(2px);
}
.nav-card:hover .symbol-people,
.nav-card:focus-visible .symbol-people,
.feature-card:hover .symbol-people {
  animation: people-wave 0.6s ease-in-out;
}
.product-card:focus-visible .token-front {
  transform: translate(39px, 8px) rotate(4deg);
}
.product-card:focus-visible .earning-card {
  transform: rotate(-1deg) translateY(-4px);
}
.product-card:focus-visible .prediction-ticket {
  transform: rotate(1deg) translateY(-4px);
}
@keyframes people-wave {
  0%,
  100% {
    rotate: 0deg;
  }
  40% {
    rotate: -7deg;
  }
  70% {
    rotate: 4deg;
  }
}
@media (max-width: 800px) {
  .wallet-tabs > button {
    padding: 15px 12px;
    margin: 0;
    gap: 9px;
  }
  .wallet-tabs > button > span:nth-child(2) > span {
    display: none;
  }
  .wallet-tabs .tab-number {
    display: none;
  }
  .wallet-tabs > button > span:nth-child(2) {
    width: 100%;
  }
  .job-title > strong {
    font-size: 1rem;
  }
}
@media (max-width: 520px) {
  .wallet-tabs > button {
    padding: 13px 10px;
  }
  .wallet-tabs strong {
    font-size: 0.6875rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .guide-card:hover {
    transform: none;
  }
  .eye-pupils {
    transform: none !important;
  }
}

.security-caption {
  position: absolute;
  bottom: 32px;
  font-size: 0.6875rem;
  color: #1e3f9a;
}
@media (max-width: 520px) {
  .security-caption {
    bottom: 25px;
  }
}
.form-grid label,
.form-note,
.rules-explanation,
.application-role {
  color: var(--muted);
}
@media (max-width: 800px) {
  .careers-art {
    position: relative;
    inset: auto;
    opacity: 1;
    z-index: auto;
  }
  .careers-art-label {
    display: block;
  }
}
@media (max-width: 520px) {
  .careers-art {
    min-height: 225px;
  }
  .careers-eyes {
    width: 130px;
    height: 100px;
  }
}
/* Wallion identity: white, blue and ink. */
:root {
  --blue: #2453f5;
  --blue-light: #edf2ff;
  --ink: #131722;
  --paper: #fff;
  --muted: #647087;
  --line: #d9e0f2;
  --soft: #f2f5fb;
  --accent: var(--blue);
  --mint-ink: var(--blue);
  --mint: #dce6ff;
  --mint-light: #f1f5ff;
  --mark-cutout: #ffffff;
}
.container,
.header-inner {
  width: min(1200px, calc(100% - 80px));
}
.section-shell {
  padding-inline: max(40px, calc((100% - 1200px) / 2));
}
.brand {
  color: var(--blue);
  font-size: 1.8rem;
  font-weight: 750;
  letter-spacing: -0.055em;
  gap: 8px;
}
.brand-mark {
  display: inline-flex;
  flex: none;
  width: 38px;
  height: 38px;
  color: var(--blue);
}
.brand-mark svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.mark-upper,
.mark-lower {
  transition: transform 0.25s ease;
}
.brand:hover .mark-upper,
.brand:focus-visible .mark-upper {
  transform: translate(-1px, -1px);
}
.brand:hover .mark-lower,
.brand:focus-visible .mark-lower {
  transform: translate(1px, 1px);
}
.brand .brand-mark {
  width: 34px;
  height: 34px;
}
.product-label .brand-mark {
  width: 28px;
  height: 28px;
}
.nav-icon .brand-mark {
  width: 30px;
  height: 30px;
}
.button {
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 650;
  padding: 15px 23px;
  box-shadow: none;
}
.button:is(:hover, :focus-visible) {
  box-shadow: none;
  transform: none;
}
.button:active:not(:disabled) {
  filter: brightness(0.96);
}
.button:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 4px;
}
.button .motion-icon {
  color: currentColor;
}
.button-light:is(:hover, :focus-visible) {
  background: #edf3ff;
  color: var(--blue);
  border-color: var(--blue);
}
.button-dark {
  background: var(--blue);
  color: white;
}
.button-dark:is(:hover, :focus-visible) {
  background: white;
  border-color: var(--blue);
  color: var(--blue);
}
.button-mint,
.button-soft-mint {
  background: var(--mint);
  color: var(--ink);
}
.button-mint:hover {
  background: #97aff3;
}
.button-soft {
  background: #eef1f9;
  border: 1px solid #d9e0f2;
  color: var(--ink);
}
.text-link {
  color: var(--ink);
  font-size: 0.875rem;
}
.motion-icon {
  color: var(--mint-ink);
}
.eyebrow {
  font-size: 0.75rem;
  font-weight: 650;
  letter-spacing: 0.09em;
  line-height: 1.65;
  color: #535c74;
}
h2 {
  font-size: 2.65rem;
  line-height: 1.18;
  letter-spacing: -0.048em;
}
h3 {
  letter-spacing: -0.02em;
}
.section-heading p {
  font-size: 1rem;
  line-height: 1.85;
}
.feature-card p,
.product-card p,
.faq-list p,
.steps-list p,
.how-section > div > p,
.agent-rules-section > div > p,
.security-intro p,
.about-statement p,
.about-team p,
.policy-page section p {
  font-size: 1rem;
  line-height: 1.85;
  color: var(--muted);
}
.header-inner {
  height: 88px;
  gap: 28px;
}
.site-header {
  background: #fffffff5;
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.desktop-nav {
  gap: 8px;
}
.nav-trigger,
.nav-link {
  font-size: 0.875rem;
  color: #4c546a;
  border-radius: 8px;
  padding: 10px 12px;
}
.nav-trigger:hover,
.nav-trigger[aria-expanded="true"],
.nav-link:hover {
  background: #edf3ff;
  color: var(--blue);
}
.header-cta {
  font-size: 0.8125rem;
  padding: 11px 18px;
}
.mega-menu {
  left: auto;
  right: max(40px, calc((100% - 1200px) / 2));
  top: calc(100% + 9px);
  width: 650px;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 17px;
  box-shadow: 0 18px 45px #1d212b12;
}
.mega-menu .menu-links.container {
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
.menu-products .nav-card:last-child {
  grid-column: 1 / -1;
}
.menu-learn .menu-links.container {
  grid-template-columns: 1fr;
}
.menu-company {
  width: 600px;
}
.nav-card {
  border: 0;
  border-radius: 10px;
  padding: 15px;
  gap: 14px;
}
.nav-card:hover,
.nav-card:focus-visible {
  background: var(--blue);
  border-color: transparent;
  color: white;
}
.nav-card {
  transition:
    background-color 0.25s ease,
    color 0.25s ease;
}
.nav-card:is(:hover, :focus-visible)
  :is(strong, small, .motion-icon, .brand-mark, .arrow-icon) {
  color: white;
}
.nav-card:is(:hover, :focus-visible) .brand-mark {
  --mark-cutout: var(--blue);
}
.nav-card:is(:hover, :focus-visible) .nav-icon {
  background: #ffffff1c;
}
.nav-card:is(:hover, :focus-visible) .motion-icon * {
  animation: none;
  transform: none;
}
.nav-trigger,
.nav-link {
  transition:
    background-color 0.25s ease,
    color 0.25s ease;
}
.nav-card strong {
  font-size: 0.9375rem;
}
.nav-card small {
  font-size: 0.8125rem;
  color: #5b6580;
}
.nav-card > .arrow-icon,
.menu-products .nav-card > .arrow-icon {
  display: block;
  width: 16px;
  opacity: 0.6;
  margin-left: auto;
}
.nav-icon .motion-icon {
  width: 30px;
  height: 30px;
}
.menu-foot.container {
  width: 100%;
  font-size: 0.75rem;
  padding: 15px;
  border-top: 1px solid var(--line);
  margin-top: 5px;
  gap: 20px;
}
.menu-foot > span {
  display: none;
}
.home-hero {
  display: grid;
  grid-template-columns: 1.06fr 1fr;
  gap: 60px;
  text-align: left;
  padding: 66px 0 72px;
  margin-inline: auto;
  border-radius: 0;
  background: none;
  overflow: visible;
  align-items: center;
}
.hero-copy {
  min-width: 0;
  padding: 10px 0;
}
.hero-copy h1 {
  font-size: clamp(3.4rem, 5.5vw, 5.2rem);
  font-weight: 650;
  letter-spacing: -0.058em;
  line-height: 1.055;
  margin: 25px 0 28px;
}
.hero-copy > p.eyebrow {
  font-size: 0.75rem;
  color: #4b5369;
  line-height: 1.6;
  letter-spacing: 0.11em;
}
.mint-underline {
  background: linear-gradient(
    transparent 76%,
    var(--mint) 76%,
    var(--mint) 94%,
    transparent 94%
  );
  white-space: nowrap;
}
.hero-copy > p:not(.eyebrow) {
  font-size: 1.0625rem;
  line-height: 1.85;
  max-width: 440px;
  color: var(--muted);
}
.hero-actions {
  justify-content: flex-start;
  align-items: center;
  gap: 25px;
  margin-top: 32px;
  flex-wrap: wrap;
}
.hero-guide {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-size: 0.875rem;
  color: var(--ink);
  border-bottom: 1px solid #cdd6ee;
  padding: 7px 0;
  transition: border-color 0.2s;
}
.hero-guide:hover {
  border-color: var(--ink);
}
.hero-guide .arrow-icon {
  width: 15px;
  height: 15px;
}
.hero-principles {
  display: flex;
  align-items: center;
  gap: 22px;
  border-top: 1px solid var(--line);
  padding-top: 22px;
  margin-top: 40px;
  flex-wrap: wrap;
}
.hero-principles > span {
  font-size: 0.75rem;
  color: #505870;
  display: flex;
  align-items: center;
  gap: 7px;
}
.hero-principles .motion-icon {
  width: 19px;
  height: 19px;
  color: #3b4359;
}
.hero-visual {
  position: relative;
  margin: 0;
  width: 100%;
  height: 555px;
  isolation: isolate;
  background: var(--mint);
  border-radius: 24px;
  overflow: visible;
}
.hero-visual:before {
  content: "";
  position: absolute;
  inset: 27px;
  border: 1px solid #6b8eef;
  border-radius: 13px;
  opacity: 0.5;
  z-index: -1;
}
.hero-art-label {
  position: absolute;
  left: 37px;
  top: 24px;
  font-size: 0.625rem;
  letter-spacing: 0.12em;
  font-weight: 650;
  color: #3a4156;
}
.hero-wallet {
  position: absolute;
  left: 35px;
  right: 30px;
  top: 62px;
  border: 1px solid #d9e0f2;
  border-radius: 15px;
  padding: 21px 25px 22px;
  background: white;
  box-shadow: 0 18px 40px #2a303f10;
  transform: rotate(2deg);
  transition: transform 0.45s ease;
}
.hero-visual:hover .hero-wallet {
  transform: rotate(0);
}
.hero-wallet-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.75rem;
  font-weight: 600;
  padding-bottom: 25px;
}
.hero-wallet-heading .brand-mark {
  width: 25px;
  height: 25px;
}
.hero-wallet-heading > .wallet-more {
  margin-left: auto;
  letter-spacing: 2px;
}
.hero-wallet-balance > span {
  display: block;
  color: #616c89;
  font-size: 0.6875rem;
  margin-bottom: 8px;
}
.hero-wallet-balance > strong {
  font-size: 2.65rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.055em;
}
.hero-wallet-balance > strong > span {
  color: #7b86a2;
}
.hero-wallet-chart {
  height: 64px;
  margin-top: 19px;
  color: #1c3b8f;
}
.hero-wallet-chart svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.hero-wallet-assets {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-top: 18px;
  font-size: 0.6875rem;
}
.hero-wallet-assets > span {
  padding-bottom: 10px;
  color: #6e7998;
  font-size: 0.625rem;
}
.hero-wallet-assets > span:nth-child(2) {
  text-align: right;
}
.hero-wallet-assets > div {
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 0;
  border-top: 1px solid #e9edf8;
}
.hero-asset-symbol {
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  background: #e8edfc;
  border: 1px solid #d8dff2;
  border-radius: 50%;
  font-size: 0.8125rem;
  color: #262b39;
  flex: none;
}
.hero-wallet-assets strong {
  font-size: 0.6875rem;
  font-weight: 600;
}
.hero-wallet-assets > div > span:last-child {
  margin-left: auto;
  color: #394054;
  font-size: 0.6875rem;
}
.hero-transfer {
  position: absolute;
  right: -24px;
  bottom: -20px;
  background: var(--ink);
  color: white;
  border-radius: 15px;
  width: 267px;
  padding: 21px 23px;
  box-shadow: 0 15px 25px #1a1d2620;
  transform: rotate(-4deg);
  transition: transform 0.45s;
}
.hero-visual:hover .hero-transfer {
  transform: rotate(-1deg) translateY(-4px);
}
.hero-transfer > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 13px;
}
.hero-transfer > div > span {
  font-size: 0.5625rem;
  letter-spacing: 0.11em;
  color: #adbce4;
}
.hero-transfer .motion-icon {
  width: 24px;
  height: 24px;
  color: var(--mint);
}
.hero-transfer > strong {
  font-size: 2rem;
  letter-spacing: -0.05em;
  font-weight: 600;
}
.hero-transfer > strong > span {
  font-size: 0.8125rem;
  letter-spacing: 0;
  color: #a6b6e1;
  font-weight: 450;
}
.hero-transfer dl {
  margin: 15px 0 0;
}
.hero-transfer dl > div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.625rem;
  padding: 8px 0;
  border-top: 1px solid #333a4d;
}
.hero-transfer dt {
  color: #7d94d3;
}
.hero-transfer dd {
  margin: 0;
  color: #d1dcfa;
}
.hero-transfer dd span {
  color: #7d94d3;
}
.home-intro {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 85px;
  padding: 60px 0 90px;
  align-items: start;
}
.intro-heading {
  padding-top: 20px;
}
.intro-heading h2 {
  font-size: 2.7rem;
  margin: 22px 0;
  line-height: 1.2;
}
.intro-heading > p:not(.eyebrow) {
  font-size: 1rem;
  line-height: 1.85;
  max-width: 350px;
  color: var(--muted);
}
.principle-row {
  display: grid;
  grid-template-columns: 22px 35px 1fr 20px;
  align-items: start;
  gap: 17px;
  padding: 26px 0;
  border-top: 1px solid var(--line);
  transition: border-color 0.3s;
}
.principle-row:last-child {
  border-bottom: 1px solid var(--line);
}
.principle-row:hover {
  border-top-color: #3d455b;
}
.principle-number {
  font-size: 0.6875rem;
  color: #6e7998;
  padding-top: 6px;
}
.principle-row > .motion-icon {
  width: 29px;
  height: 29px;
  margin-top: 1px;
}
.principle-row h3 {
  font-size: 1.125rem;
  font-weight: 650;
  line-height: 1.5;
  margin-bottom: 9px;
}
.principle-row p {
  font-size: 0.9375rem;
  line-height: 1.8;
  color: var(--muted);
}
.principle-row > .arrow-icon {
  margin-top: 5px;
  width: 18px;
  height: 18px;
  opacity: 0.5;
}
.principle-row:hover > .arrow-icon {
  transform: translateX(4px);
  opacity: 1;
}
.home-products {
  padding: 0 0 95px;
}
.product-board {
  background: var(--ink);
  color: white;
  border-radius: 22px;
  padding: 47px 48px 43px;
}
.product-board-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 45px;
  margin-bottom: 42px;
}
.product-board .eyebrow {
  color: #91a4da;
}
.product-board h2 {
  font-size: 2.7rem;
  line-height: 1.17;
  margin-top: 18px;
}
.product-board-heading > p {
  font-size: 1rem;
  line-height: 1.85;
  color: #9eafde;
  max-width: 360px;
  padding-bottom: 5px;
}
.product-paths {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}
.product-path {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 25px 0 0;
  border-top: 1px solid #3d4251;
  transition: border-color 0.25s;
}
.product-path:hover,
.product-path:focus-visible {
  border-top-color: var(--mint);
}
.product-path > .motion-icon {
  width: 37px;
  height: 37px;
  color: var(--mint);
  margin-bottom: 22px;
}
.product-path h3 {
  font-size: 1.45rem;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 15px;
}
.product-path p {
  font-size: 0.9375rem;
  line-height: 1.85;
  color: #a2b3e0;
  margin-bottom: 26px;
}
.product-path > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 12px;
  font-size: 0.8125rem;
  color: var(--mint);
  margin-top: auto;
}
.product-path > span > .arrow-icon {
  width: 18px;
  height: 18px;
}
.product-path:hover .arrow-icon {
  transform: translateX(3px);
}
.home-agent {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  padding: 0 0 95px;
}
.agent-art {
  background: #ecf1fd;
  position: relative;
  border-radius: 20px;
  padding: 27px 50px 35px;
}
.agent-art .illustration-agent {
  height: 355px;
  max-width: 390px;
  margin: auto;
}
.agent-art .agent-profile {
  background: var(--ink);
  border: 0;
  color: white;
  box-shadow: none;
  width: 205px;
  height: 255px;
  border-radius: 18px;
  transform: rotate(-5deg);
}
.agent-art .agent-profile > .eyes-mark {
  color: var(--mint);
  width: 58px;
  height: 44px;
}
.agent-art .agent-profile > span:last-child {
  font-size: 0.6875rem;
  color: #9bacde;
}
.agent-art .agent-profile strong {
  font-size: 1.65rem;
}
.agent-art .permission-chip {
  border-color: #cbd7f9;
  border-radius: 10px;
  color: #4b536a;
  font-size: 0.6875rem;
  padding: 14px;
  box-shadow: 0 10px 25px #2d334408;
}
.agent-art .chip-one {
  left: -20px;
  top: 34px;
}
.agent-art .chip-two {
  right: -16px;
  bottom: 30px;
}
.agent-art-caption {
  font-size: 0.75rem;
  display: block;
  text-align: center;
  color: #58617b;
}
.agent-art:hover .agent-profile {
  transform: rotate(-1deg);
}
.agent-art:hover .chip-one {
  transform: translateY(-4px) rotate(-3deg);
}
.agent-art:hover .chip-two {
  transform: translateY(-4px) rotate(2deg);
}
.agent-copy h2 {
  font-size: 2.7rem;
  line-height: 1.2;
  margin: 22px 0;
}
.agent-copy > p:not(.eyebrow) {
  font-size: 1rem;
  line-height: 1.85;
  color: var(--muted);
}
.agent-controls {
  padding: 0;
  margin: 26px 0 31px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.agent-controls li {
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #40475b;
}
.agent-controls .motion-icon {
  width: 23px;
  height: 23px;
}
.home-learn {
  padding: 0 0 90px;
  grid-template-columns: 1fr 1.1fr;
  gap: 85px;
}
.home-learn .eyebrow {
  font-size: 0.75rem;
  margin: 0 0 20px;
  color: #4e576f;
}
.home-learn h2 {
  font-size: 2.7rem;
}
.home-learn p {
  font-size: 1rem;
  line-height: 1.85;
  margin: 20px 0;
}
.reading-link {
  font-size: 1rem;
  padding: 25px 0;
  gap: 20px;
}
.reading-link > .motion-icon {
  width: 27px;
  height: 27px;
}
.reading-link > .arrow-icon {
  width: 17px;
  height: 17px;
}
.simple-cta > div {
  display: grid;
  grid-template-columns: 65px 1fr auto;
  column-gap: 26px;
  align-items: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: white;
  text-align: left;
  padding: 48px 0;
}
.simple-cta .cta-mark {
  grid-row: 1/3;
  width: 59px;
  height: 59px;
  margin: 0;
}
.simple-cta h2 {
  font-size: 2.2rem;
  line-height: 1.25;
  margin: 0;
}
.simple-cta p {
  font-size: 0.9375rem;
  color: var(--muted);
  line-height: 1.8;
  margin: 10px 0 0;
  grid-column: 2;
}
.simple-cta .button {
  grid-column: 3;
  grid-row: 1/3;
  margin-left: 25px;
}
.cookie-banner {
  left: 28px;
  right: auto;
  bottom: 28px;
  border-radius: 15px;
  width: 390px;
  padding: 24px;
  background: #fff;
  border: 1px solid #ced6ee;
  box-shadow: 0 12px 35px #252a3817;
}
.cookie-banner > #cookie-title {
  font-size: 0.9375rem;
}
.cookie-banner > p:not(#cookie-title) {
  font-size: 0.8125rem;
  color: #555e78;
  line-height: 1.8;
}
.cookie-actions .button {
  border-radius: 8px;
  font-size: 0.8125rem;
}
.cookie-actions .button-soft {
  background: var(--mint-light);
  border: 1px solid #c3d1f8;
}
.cookie-settings-close {
  color: #505971;
}
.cookie-banner p > a {
  color: #303647;
}
:is(.principle-row, .product-path):is(:hover, :focus-visible) .icon-flap {
  transform: rotate(-15deg) translateY(-1px);
}
:is(.principle-row, .product-path):is(:hover, :focus-visible) .icon-arrows {
  transform: translateX(2px);
}
:is(.principle-row, .product-path):is(:hover, :focus-visible) .icon-key {
  transform: rotate(-17deg);
}
.product-path:is(:hover, :focus-visible) .icon-bar {
  animation: bar-bounce 0.55s ease-in-out;
}
.product-path:is(:hover, :focus-visible) .icon-coin {
  animation: coin-turn 0.6s ease-in-out;
}
.product-path:is(:hover, :focus-visible) .icon-trend {
  transform: translate(1px, -2px);
}
@media (max-width: 1150px) {
  .home-hero {
    gap: 42px;
    padding-block: 52px 65px;
  }
  .hero-visual {
    height: 530px;
  }
  .hero-wallet {
    left: 25px;
    right: 24px;
    padding: 20px;
  }
  .hero-transfer {
    right: -16px;
    width: 244px;
    padding: 19px;
  }
  .hero-wallet-balance > strong {
    font-size: 2.35rem;
  }
  .hero-actions {
    gap: 18px;
  }
  .hero-guide {
    font-size: 0.8125rem;
  }
  .hero-principles {
    gap: 15px;
  }
  .hero-principles > span {
    font-size: 0.6875rem;
  }
  .home-intro,
  .home-learn {
    gap: 48px;
  }
  .intro-heading h2,
  .agent-copy h2,
  .home-learn h2 {
    font-size: 2.35rem;
  }
  .home-agent {
    gap: 45px;
  }
  .agent-art {
    padding-inline: 30px;
  }
  .product-board {
    padding: 40px;
  }
  .product-board-heading {
    gap: 30px;
  }
  .product-board h2 {
    font-size: 2.45rem;
  }
  .product-board-heading > p {
    max-width: 325px;
  }
  .product-paths {
    gap: 28px;
  }
  .simple-cta h2 {
    font-size: 1.95rem;
  }
  .simple-cta > div {
    column-gap: 20px;
  }
  .simple-cta .button {
    margin-left: 10px;
  }
}
@media (max-width: 800px) {
  .container,
  .header-inner {
    width: calc(100% - 48px);
  }
  .header-inner {
    height: 76px;
    gap: 16px;
  }
  .header-cta {
    font-size: 0.75rem;
    padding: 11px 16px;
  }
  .menu-toggle {
    border-radius: 9px;
    background: #e8edfc;
  }
  .mobile-nav {
    border-bottom-color: #ced6ee;
    padding-top: 12px;
  }
  .mobile-nav .nav-card {
    padding: 13px 8px;
    border-radius: 8px;
  }
  .mobile-nav .nav-card strong {
    font-size: 0.9375rem;
  }
  .mobile-nav .nav-card small {
    font-size: 0.8125rem;
  }
  .home-hero {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 40px 0 54px;
  }
  .hero-copy {
    padding: 0;
  }
  .hero-copy h1 {
    font-size: 4.1rem;
    line-height: 1.08;
    letter-spacing: -0.055em;
    margin: 23px 0;
  }
  .hero-copy > p:not(.eyebrow) {
    max-width: 560px;
    font-size: 1.0625rem;
  }
  .hero-actions {
    margin-top: 28px;
    gap: 24px;
  }
  .hero-principles {
    margin-top: 27px;
    gap: 25px;
    padding-top: 21px;
  }
  .hero-principles > span {
    font-size: 0.8125rem;
  }
  .hero-principles .motion-icon {
    width: 21px;
    height: 21px;
  }
  .hero-visual {
    max-width: 580px;
    justify-self: center;
    height: 535px;
    margin: 0;
    width: 100%;
  }
  .hero-wallet {
    left: 58px;
    right: 38px;
    top: 58px;
    padding: 23px 26px;
  }
  .hero-wallet-balance > strong {
    font-size: 2.8rem;
  }
  .hero-wallet-heading {
    font-size: 0.8125rem;
  }
  .hero-wallet-assets > div {
    padding: 11px 0;
  }
  .hero-transfer {
    right: -10px;
    width: 270px;
    bottom: -16px;
    padding: 20px 24px;
  }
  .hero-art-label {
    left: 50px;
    top: 22px;
  }
  .home-intro {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 20px 0 58px;
  }
  .intro-heading {
    padding: 0;
  }
  .intro-heading h2 {
    font-size: 2.4rem;
    margin: 20px 0;
  }
  .intro-heading > p:not(.eyebrow) {
    max-width: 500px;
  }
  .principle-row {
    padding: 23px 0;
    gap: 19px;
  }
  .principle-row p {
    font-size: 1rem;
  }
  .home-products {
    padding-bottom: 60px;
  }
  .product-board {
    padding: 33px;
    border-radius: 18px;
  }
  .product-board-heading {
    display: block;
    margin-bottom: 30px;
  }
  .product-board h2 {
    font-size: 2.4rem;
  }
  .product-board-heading > p {
    max-width: 500px;
    margin-top: 21px;
  }
  .product-paths {
    grid-template-columns: 1fr;
    gap: 27px;
  }
  .product-path {
    display: grid;
    grid-template-columns: 48px 1fr 100px;
    gap: 10px 18px;
    padding: 25px 0 0;
  }
  .product-path > .motion-icon {
    grid-row: 1/3;
    margin: 0;
    width: 33px;
    height: 33px;
  }
  .product-path h3 {
    font-size: 1.3rem;
    margin: 0;
  }
  .product-path p {
    grid-column: 2;
    grid-row: 2;
    font-size: 1rem;
    margin: 0;
  }
  .product-path > span {
    grid-column: 3;
    grid-row: 1/3;
    font-size: 0.75rem;
    align-self: center;
    gap: 10px;
  }
  .home-agent {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-bottom: 63px;
  }
  .agent-copy {
    grid-row: 1;
  }
  .agent-copy h2 {
    font-size: 2.4rem;
  }
  .agent-art {
    max-width: 580px;
    width: 100%;
    justify-self: center;
    padding-inline: 45px;
  }
  .agent-copy > p:not(.eyebrow) {
    max-width: 590px;
  }
  .agent-controls {
    margin-top: 24px;
    display: flex;
  }
  .home-learn {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-bottom: 58px;
  }
  .home-learn h2 {
    font-size: 2.4rem;
  }
  .home-learn p {
    margin: 18px 0;
  }
  .simple-cta > div {
    grid-template-columns: 50px 1fr;
    gap: 0 20px;
    padding: 35px 0;
  }
  .simple-cta .cta-mark {
    grid-row: 1/3;
    width: 48px;
    height: 48px;
  }
  .simple-cta h2 {
    font-size: 2rem;
  }
  .simple-cta p {
    grid-column: 2;
    margin-top: 13px;
    font-size: 1rem;
  }
  .simple-cta .button {
    grid-column: 2;
    grid-row: 3;
    justify-self: start;
    margin: 22px 0 0;
  }
  .cookie-banner {
    left: 20px;
    bottom: 20px;
    width: 365px;
  }
  .section-heading p,
  .feature-card p,
  .faq-list p,
  .steps-list p,
  .security-intro p,
  .about-statement p,
  .about-team p {
    font-size: 1rem;
  }
}
@media (max-width: 520px) {
  .container,
  .header-inner {
    width: calc(100% - 40px);
  }
  .header-inner {
    height: 72px;
    gap: 13px;
  }
  .brand {
    font-size: 1.5rem;
    gap: 6px;
  }
  .brand .brand-mark {
    width: 29px;
    height: 29px;
  }
  .header-cta {
    font-size: 0.6875rem;
    padding: 10px 13px;
  }
  .menu-toggle {
    width: 34px;
    height: 34px;
  }
  .home-hero {
    padding: 35px 0 45px;
    gap: 30px;
    margin-inline: auto;
  }
  .hero-copy h1 {
    font-size: clamp(2.7rem, 10.8vw, 3.5rem);
    margin: 20px 0 23px;
    line-height: 1.095;
    letter-spacing: -0.053em;
  }
  .hero-copy > p.eyebrow {
    font-size: 0.625rem;
    letter-spacing: 0.1em;
  }
  .hero-copy > p:not(.eyebrow) {
    font-size: 1rem;
    line-height: 1.8;
  }
  .hero-actions {
    gap: 17px;
    margin-top: 26px;
  }
  .hero-actions .button {
    font-size: 0.8125rem;
    padding: 14px 18px;
  }
  .hero-guide {
    font-size: 0.75rem;
    padding-block: 7px;
    gap: 6px;
  }
  .hero-guide .arrow-icon {
    width: 14px;
    height: 14px;
  }
  .hero-principles {
    gap: 13px;
    margin-top: 27px;
    padding-top: 20px;
  }
  .hero-principles > span {
    font-size: 0.625rem;
    gap: 5px;
  }
  .hero-principles .motion-icon {
    width: 16px;
    height: 16px;
  }
  .hero-visual {
    height: 470px;
    max-width: none;
    width: 100%;
    border-radius: 17px;
  }
  .hero-visual:before {
    inset: 19px;
    border-radius: 10px;
  }
  .hero-art-label {
    left: 28px;
    top: 20px;
    font-size: 0.5rem;
  }
  .hero-wallet {
    left: 23px;
    right: 17px;
    top: 48px;
    padding: 17px 19px;
    border-radius: 12px;
    transform: rotate(1.5deg);
  }
  .hero-wallet-heading {
    font-size: 0.6875rem;
    padding-bottom: 21px;
    gap: 8px;
  }
  .hero-wallet-heading .brand-mark {
    width: 23px;
    height: 23px;
  }
  .hero-wallet-balance > span {
    font-size: 0.625rem;
    margin-bottom: 8px;
  }
  .hero-wallet-balance > strong {
    font-size: 2.35rem;
  }
  .hero-wallet-chart {
    height: 58px;
    margin-top: 13px;
  }
  .hero-wallet-assets {
    margin-top: 10px;
  }
  .hero-wallet-assets > div {
    padding: 8px 0;
    gap: 8px;
  }
  .hero-wallet-assets > span {
    font-size: 0.5625rem;
  }
  .hero-wallet-assets > div > span:last-child,
  .hero-wallet-assets strong {
    font-size: 0.625rem;
  }
  .hero-transfer {
    width: 220px;
    right: -8px;
    bottom: -16px;
    padding: 17px 18px;
    border-radius: 12px;
    transform: rotate(-3deg);
  }
  .hero-transfer > div {
    margin-bottom: 10px;
  }
  .hero-transfer > div > span {
    font-size: 0.5rem;
  }
  .hero-transfer > strong {
    font-size: 1.9rem;
  }
  .hero-transfer > strong > span {
    font-size: 0.6875rem;
  }
  .hero-transfer dl {
    margin-top: 12px;
  }
  .hero-transfer dl > div {
    font-size: 0.5625rem;
    padding: 7px 0;
  }
  .hero-transfer .motion-icon {
    width: 20px;
    height: 20px;
  }
  .home-intro {
    padding: 20px 0 45px;
    gap: 27px;
  }
  .intro-heading h2 {
    font-size: 2rem;
    margin: 18px 0;
  }
  .intro-heading .eyebrow {
    font-size: 0.625rem;
  }
  .intro-heading > p:not(.eyebrow) {
    font-size: 1rem;
  }
  .principle-row {
    grid-template-columns: 29px 1fr 18px;
    gap: 14px;
    padding: 24px 0;
  }
  .principle-number {
    display: none;
  }
  .principle-row > .motion-icon {
    width: 27px;
    height: 27px;
  }
  .principle-row h3 {
    font-size: 1.0625rem;
    margin-bottom: 9px;
  }
  .principle-row p {
    font-size: 0.9375rem;
    line-height: 1.85;
  }
  .principle-row > .arrow-icon {
    width: 17px;
    height: 17px;
  }
  .home-products {
    width: calc(100% - 20px);
    padding-bottom: 49px;
  }
  .product-board {
    padding: 30px 25px;
    border-radius: 16px;
  }
  .product-board .eyebrow {
    font-size: 0.625rem;
  }
  .product-board h2 {
    font-size: 2.05rem;
    margin-top: 18px;
  }
  .product-board-heading > p {
    font-size: 1rem;
    line-height: 1.85;
    margin-top: 21px;
  }
  .product-paths {
    gap: 25px;
  }
  .product-path {
    grid-template-columns: 35px 1fr;
    gap: 11px 17px;
    padding-top: 24px;
  }
  .product-path > .motion-icon {
    width: 29px;
    height: 29px;
  }
  .product-path h3 {
    font-size: 1.3rem;
  }
  .product-path p {
    font-size: 0.9375rem;
  }
  .product-path > span {
    grid-column: 2;
    grid-row: 3;
    font-size: 0.8125rem;
    margin-top: 7px;
    max-width: 180px;
  }
  .home-agent {
    gap: 29px;
    padding-bottom: 49px;
  }
  .agent-copy .eyebrow {
    font-size: 0.625rem;
  }
  .agent-copy h2 {
    font-size: 2rem;
    margin: 19px 0 22px;
  }
  .agent-copy > p:not(.eyebrow) {
    font-size: 1rem;
  }
  .agent-controls {
    gap: 15px;
  }
  .agent-controls li {
    font-size: 0.875rem;
  }
  .agent-controls .motion-icon {
    width: 21px;
    height: 21px;
  }
  .agent-copy .button {
    font-size: 0.8125rem;
  }
  .agent-art {
    padding: 20px 23px 24px;
    border-radius: 16px;
  }
  .agent-art .illustration-agent {
    height: 325px;
    max-width: 300px;
  }
  .agent-art .agent-profile {
    width: 180px;
    height: 235px;
  }
  .agent-art .chip-one {
    left: -10px;
    top: 27px;
  }
  .agent-art .chip-two {
    right: -7px;
    bottom: 30px;
  }
  .agent-art .permission-chip {
    font-size: 0.5625rem;
    padding: 12px 10px;
  }
  .agent-art-caption {
    font-size: 0.6875rem;
  }
  .home-learn {
    padding-bottom: 47px;
    gap: 16px;
  }
  .home-learn .eyebrow {
    font-size: 0.625rem;
    margin-bottom: 18px;
  }
  .home-learn h2 {
    font-size: 2rem;
  }
  .home-learn p {
    font-size: 1rem;
  }
  .reading-link {
    font-size: 0.9375rem;
    padding: 24px 0;
    gap: 15px;
  }
  .reading-link > .motion-icon {
    width: 25px;
    height: 25px;
  }
  .simple-cta > div {
    grid-template-columns: 1fr;
    padding: 30px 0;
    gap: 0;
  }
  .simple-cta .cta-mark {
    grid-row: auto;
    width: 44px;
    height: 44px;
    margin-bottom: 22px;
  }
  .simple-cta h2 {
    font-size: 1.95rem;
  }
  .simple-cta p {
    grid-column: 1;
    font-size: 0.9375rem;
    margin: 14px 0 0;
  }
  .simple-cta .button {
    grid-column: 1;
    grid-row: auto;
    margin-top: 22px;
    font-size: 0.8125rem;
  }
  .cookie-banner {
    left: 13px;
    right: 13px;
    bottom: 13px;
    width: auto;
    border-radius: 13px;
    padding: 21px;
  }
  .cookie-banner > p:not(#cookie-title) {
    font-size: 0.8125rem;
  }
  .cookie-actions .button {
    font-size: 0.8125rem;
    padding: 10px 15px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .mark-upper,
  .mark-lower,
  .hero-wallet,
  .hero-transfer,
  .agent-art .agent-profile {
    transition: none !important;
  }
  .hero-visual:hover .hero-wallet,
  .hero-visual:hover .hero-transfer,
  .agent-art:hover .agent-profile {
    transform: none;
  }
  .brand:hover .mark-upper,
  .brand:hover .mark-lower {
    transform: none;
  }
}

/* Carry the ownership frame and palette into the product and company pages. */
.page-heading {
  text-align: left;
  padding: 66px 0 62px;
}
.page-heading .product-label {
  justify-content: flex-start;
}
.page-heading h1 {
  margin: 23px 0;
  font-size: 3.8rem;
  letter-spacing: -0.055em;
}
.page-heading > p {
  margin: 0;
}
.detail-hero h1 {
  font-size: 3.7rem;
  letter-spacing: -0.055em;
}
.detail-hero-art {
  border-radius: 18px;
  background: var(--mint-light);
}
.feature-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}
.feature-card:hover {
  background: var(--mint-light);
}
.feature-card .motion-icon {
  color: var(--mint-ink);
}
.about-mark {
  height: 355px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: var(--mint);
}
.about-mark > .brand-mark {
  width: 168px;
  height: 168px;
  transform: rotate(-8deg);
  transition: transform 0.4s;
}
.about-mark:hover > .brand-mark {
  transform: rotate(0);
}
.careers-hero {
  width: min(1200px, calc(100% - 80px));
}
.careers-hero h1 {
  font-size: 3.9rem;
  letter-spacing: -0.055em;
}
.careers-hero h1 span {
  background: linear-gradient(
    transparent 78%,
    var(--mint) 78%,
    var(--mint) 94%,
    transparent 94%
  );
}
.careers-hero > div > p:not(.eyebrow) {
  font-size: 1rem;
}
.careers-art {
  border-radius: 18px;
  background: var(--mint);
}
.careers-mark {
  width: 165px;
  height: 165px;
  transform: rotate(8deg);
  transition: transform 0.4s;
}
.careers-art:hover .careers-mark {
  transform: rotate(0);
}
.careers-art-label {
  font-size: 0.6875rem;
  line-height: 1.6;
  color: #3a4258;
}
.work-principles .feature-card {
  border-radius: 14px;
  border: 1px solid var(--line);
  background: #fff;
}
.work-principles .feature-card:hover {
  background: var(--mint-light);
}
.work-principles .feature-card .motion-icon {
  color: var(--mint-ink);
}
.salary-context,
.career-advisor,
.rules-card,
.risk-note,
.article-related,
.guide-card {
  border-radius: 15px;
}
.job-filters button,
.application-submit {
  border-radius: 9px;
}
.job-closing > a:last-child {
  color: var(--accent);
}
.wallet-window {
  border-radius: 17px;
}
.wallet-sidebar .sidebar-bottom .brand-mark {
  width: 24px;
  height: 24px;
}
.guide-art {
  background: var(--mint-light);
}
@media (max-width: 800px) {
  .page-heading {
    padding: 45px 0;
  }
  .page-heading h1,
  .detail-hero h1,
  .careers-hero h1 {
    font-size: 3.1rem;
  }
  .careers-hero {
    width: calc(100% - 60px);
  }
}
@media (max-width: 520px) {
  .page-heading {
    padding: 37px 0;
  }
  .page-heading h1,
  .detail-hero h1,
  .careers-hero h1 {
    font-size: 2.55rem;
  }
  .careers-hero {
    width: calc(100% - 40px);
  }
  .about-mark {
    height: 260px;
  }
  .about-mark > .brand-mark,
  .careers-mark {
    width: 125px;
    height: 125px;
  }
  .careers-art {
    min-height: 260px;
  }
  .hero-principles {
    gap: 12px 18px;
  }
  .hero-principles > span {
    font-size: 0.75rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .about-mark > .brand-mark,
  .careers-mark {
    transition: none;
  }
  .about-mark:hover > .brand-mark {
    transform: rotate(-8deg);
  }
  .careers-art:hover .careers-mark {
    transform: rotate(8deg);
  }
}

.installer-dialog {
  width: min(440px, calc(100vw - 32px));
  box-sizing: border-box;
  padding: 28px;
  border: 1px solid #dce7ed;
  border-radius: 24px;
  color: #171b2b;
  background: #fff;
}
.installer-dialog::backdrop { background: rgb(23 27 43 / 35%); }
.installer-dialog h2 { margin: 0 0 16px; font-size: 28px; }
.installer-dialog p { line-height: 1.5; overflow-wrap: anywhere; }
.installer-challenge { margin: 18px 0; max-width: 100%; }
.installer-dialog > button { min-height: 44px; }
