:root {
  --green: #048743;
  --green-dark: #053827;
  --ink: #161a2a;
  --muted: #5f6778;
  --soft: #f7f7f7;
  --line: #e9edf0;
  --lime: #adf18c;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}

* {
  box-sizing: border-box;
  min-width: 0;
}

html {
  scroll-behavior: smooth;
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  overflow-x: clip;
}

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

a {
  color: inherit;
  text-decoration: none;
}

main {
  overflow-x: clip;
  overflow-y: visible;
}

h1,
h2,
h3,
p,
li,
a,
button {
  overflow-wrap: break-word;
}

.site-header {
  position: absolute;
  inset: 45px 0 auto;
  z-index: 10;
  width: 100%;
}

.nav-shell {
  width: min(920px, calc(100% - 48px));
  height: 68px;
  margin: 0 auto;
  padding: 16px 16px 16px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 32px rgba(18, 27, 38, 0.06);
  backdrop-filter: blur(16px);
}

.brand img {
  width: 94px;
  height: auto;
}

.brand,
.nav-actions {
  flex-shrink: 0;
}

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

.nav-consult,
.lang-toggle {
  min-height: 36px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 0;
  border-radius: 999px;
  background: #27243a;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.lang-toggle {
  padding-inline: 13px;
}

.globe {
  width: 12px;
  height: 12px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: transparent;
}

.globe picture,
.globe img {
  display: block;
}

.hero {
  min-height: 966px;
  padding-top: 1px;
  overflow: hidden;
  background:
    radial-gradient(circle at 83% 30%, rgba(66, 252, 204, 0.24), transparent 26%),
    radial-gradient(circle at 72% 24%, rgba(143, 112, 255, 0.16), transparent 27%),
    linear-gradient(180deg, #f0fff3 0%, #f4fff7 100%);
}

.hero-inner {
  width: min(1234px, calc(100% - 96px));
  margin: 0 auto;
  padding-top: 140px;
  display: grid;
  grid-template-columns: 608px 1fr;
  align-items: center;
  gap: 62px;
}

.eyebrow {
  width: fit-content;
  max-width: 520px;
  min-height: 52px;
  margin: 0 0 30px;
  padding: 8px 24px 8px 8px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 4px 18px rgba(20, 30, 44, 0.08);
  font-size: 14px;
  color: #232332;
  border: 0.455px solid rgba(212, 212, 212, 0.64);
background: #FBFBFB;
}

.eyebrow span {
  padding: 9px 14px;
  border-radius: 999px;
  background: #373447;
  color: #fff;
  font-weight: 800;
  white-space: nowrap;

}

.eyebrow em {
  font-style: normal;
  /* font-weight: 600; */
  font-size: 12px;
  width: 90%;
}

.hero h1 {
  margin: 0;
  font-size: 68px;
  line-height: 1.18;
  letter-spacing: 0;
}

.hero h1 span {
  color: var(--green);
  font-weight: 750;
}

.hero h1 strong {
  display: block;
  max-width: 670px;
  color: #050b14;
  font-weight: 850;
}

.hero-lede {
  max-width: 600px;
  margin: 32px 0 40px;
  color: #5b6574;
  font-size: 18px;
  font-weight: 650;
  line-height: 1.9;
}

.hero-lede strong {
  color: #32724c;
}

.primary-link {
  min-width: 154px;
  min-height: 62px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  background: var(--green);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(4, 135, 67, 0.2);
}

.hero-mobile-cta {
  display: none;
}

.hero-art {
  position: relative;
  width: 660px;
  transform: translate(18px, 10px);
}

.animate-target {
  will-change: opacity, transform;
}

.animations-disabled .animate-target {
  opacity: 1 !important;
  transform: none !important;
}

.section-pad {
  padding: 80px 0;
}

.platform-card {
  width: min(1216px, calc(100% - 96px));
  min-height: 480px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border-radius: 16px;
  background: #fafafa;
}

.platform-copy {
  padding: 86px 64px 70px;
}

.platform-copy h2,
.section-heading h2,
.cta h2 {
  margin: 0;
  color: var(--ink);
  font-size: 36px;
  line-height: 1.24;
  font-weight: 850;
}

.check-list {
  margin: 58px 0 0;
  padding: 0;
  display: grid;
  gap: 26px;
  list-style: none;
  color: #586273;
  font-size: 17px;
  line-height: 1.65;
}

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

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border: 2px solid #33b875;
  border-radius: 50%;
  color: #22a060;
  font-size: 12px;
  font-weight: 900;
}

.platform-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.features {
  background: var(--soft);
}

.centered {
  text-align: center;
}

.pill {
  width: fit-content;
  margin: 0 auto 14px;
  padding: 4px 10px;
  border: 1px solid #f3b51e;
  border-radius: 999px;
  color: #f3b51e;
  font-size: 12px;
  font-weight: 700;
}

.feature-grid {
  width: min(1200px, calc(100% - 112px));
  margin: 86px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 60px;
}

.feature-card {
  position: relative;
  min-height: 240px;
  padding: 88px 40px 34px;
  text-align: center;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 60px rgba(29, 33, 42, 0.03);
}

.feature-card img {
  position: absolute;
  top: -60px;
  left: 50%;
  width: 120px;
  transform: translateX(-50%);
}

.feature-card h3 {
  margin: 0 0 18px;
  color: var(--green);
  font-size: 30px;
  line-height: 1.25;
  font-weight: 850;
}

.feature-card p,
.section-heading p {
  margin: 0;
  color: #5c6474;
  font-size: 16px;
  line-height: 1.75;
  margin: 0 auto;
  margin-bottom: 10px;
}

.split-inner,
.market-inner {
  width: min(1152px, calc(100% - 96px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 536px;
  align-items: center;
  gap: 72px;
}

.line-label {
  position: relative;
  margin: 0 0 18px;
  padding-left: 54px;
  color: #80bf26;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.line-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 42px;
  height: 1px;
  background: #95d64a;
}

.section-heading h2 {
  margin-bottom: 18px;
}

.vault {
  width: 536px;
  justify-self: end;
}

.markets {
  background: var(--soft);
}

.market-inner {
  grid-template-columns: 430px 1fr;
  min-height: 360px;
}

.map-wrap {
  position: relative;
  min-height: 300px;
}

.map {
  position: absolute;
  right: 0;
  top: 0;
  width: 800px;
}

.market-pop {
  position: absolute;
  right: 78px;
  top: 102px;
  width: 236px;
  min-height: 116px;
  padding: 19px 20px 22px 20px;
  border-radius: 18px;
  background: #0b3522;
  color: #fff;
  box-shadow: 0 26px 48px rgba(9, 31, 24, 0.28);
}

.market-pop::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 16px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f5d313;
  box-shadow: 0 0 0 3px rgba(245, 211, 19, 0.12);
  animation: market-pop-pulse 1.8s ease-out infinite;
  will-change: box-shadow;
}

@keyframes market-pop-pulse {
  0% {
    box-shadow:
      0 0 0 0 rgba(245, 211, 19, 0.48),
      0 0 0 3px rgba(245, 211, 19, 0.14);
  }

  70% {
    box-shadow:
      0 0 0 13px rgba(245, 211, 19, 0),
      0 0 0 3px rgba(245, 211, 19, 0.12);
  }

  100% {
    box-shadow:
      0 0 0 0 rgba(245, 211, 19, 0),
      0 0 0 3px rgba(245, 211, 19, 0.12);
  }
}

.market-pop b {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 850;
  white-space: nowrap;
}

.market-pop small {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
}

.market-pop span {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #f4ce18;
  font-size: 13px;
  font-weight: 850;
  white-space: normal;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.market-pop span::before {
  content: "✓";
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f7cf19;
  color: #0b3522;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
}

.payments {
  padding: 74px 24px 40px;
  text-align: center;
}

.payments p {
  margin: 0 0 44px;
  color: #8c94a3;
  font-size: 14px;
}

.payment-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
  flex-wrap: wrap;
}

.payment-logos img {
  width: 65px;
  height: 35px;
  object-fit: contain;
}

.cta {
  padding: 48px 0 112px;
}

.cta-panel {
  position: relative;
  width: min(1200px, calc(100% - 96px));
  min-height: 300px;
  margin: 0 auto;
  padding: 54px 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  overflow: hidden;
  border-radius: 32px;
  color: #fff;
  background:
    radial-gradient(circle at 86% 50%, rgba(255, 255, 255, 0.22), transparent 28%),
    linear-gradient(110deg, #27aaf8 0%, #6ee0ca 50%, #91ef8d 100%);
}

.cta-panel::before,
.cta-panel::after {
  content: "✦";
  position: absolute;
  color: #fff;
  font-size: 24px;
}

.cta-panel::before {
  left: 34px;
  top: 42px;
}

.cta-panel::after {
  left: 540px;
  top: 62px;
}

.cta h2 {
  color: #fff;
  font-size: 42px;
}

.cta p {
  max-width: 450px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 18px;
  line-height: 1.7;
}

.cta-button {
  min-width: 188px;
  min-height: 58px;
  padding: 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #fff;
  color: var(--green);
  font-weight: 850;
  white-space: nowrap;
}

.site-footer {
  padding: 0 96px 42px;
  text-align: center;
}

.site-footer img {
  width: 80px;
  margin: 0 auto 30px;
}

.site-footer p {
  margin: 0 0 64px;
  color: #545861;
  font-size: 14px;
  font-weight: 650;
}

.site-footer small {
  display: block;
  max-width: 1216px;
  margin: 0 auto;
  padding-top: 34px;
  border-top: 1px solid var(--line);
  color: #9aa1ad;
  text-align: left;
  font-weight: 650;
}

.tg-float-link {
  position: fixed;
  right: 24px;
  bottom: 100px;
  z-index: 100;
  width: 88px;
  height: 88px;
  display: block;
}

.tg-float-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 900px) {
  .site-header {
    inset: 8px 0 auto;
    padding: 0 12px;
  }

  .nav-shell {
    width: min(100%, 430px);
    max-width: 100%;
    height: 32px;
    margin: 0 auto;
    padding: 0;
    justify-content: space-between;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .brand img {
    width: 42px;
  }

  .brand {
    position: static;
    display: inline-flex;
    align-items: center;
  }

  .nav-actions {
    gap: 6px;
    position: static;
    width: auto;
  }

  .nav-consult,
  .lang-toggle {
    min-height: 30px;
    padding: 10px 20px;
    font-size: 12px;
  }

  .lang-toggle {
    width: 22px;
    height: 22px;
    min-height: 22px;
    padding: 0;
    gap: 0;
    background: transparent;
  }

  .globe {
    width: 22px;
    height: 22px;
    border: 0;
  }

  .globe picture {
    width: 22px;
    height: 22px;
  }

  .globe img {
    width: 22px;
    height: 22px;
  }

  .lang-toggle [data-lang-label] {
    display: none;
  }

  .hero {
    min-height: 632px;
    background:
      radial-gradient(circle at 74% 42%, rgba(124, 97, 248, 0.14), transparent 28%),
      linear-gradient(180deg, #f0fff3 0%, #f6fff8 100%);
  }

  .hero-inner {
    width: 100vw;
    max-width: 100vw;
    padding: 62px 15px 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .hero-copy {
    width: 100%;
    max-width: 100%;
  }

  .eyebrow {
    min-height: 18px;
    max-width: calc(100vw - 30px);
    margin-bottom: 15px;
    padding: 3px 9px 3px 3px;
    gap: 6px;
    font-size: 8px;
    box-shadow: 0 2px 8px rgba(20, 30, 44, 0.06);
  }

  .eyebrow span {
    padding: 4px 7px;
    font-size: 8px;
    /* 强制不换行 */
    white-space: nowrap;
  }

  .hero h1 {
    font-size: 32px;
    line-height: 1.28;
  }

  .hero-lede {
    max-width: calc(100vw - 30px);
    margin: 16px 0 0;
    font-size: 13px;
    line-height: 1.75;
  }

  .hero-copy .primary-link {
    display: none;
  }

  .hero-art {
    width: min(330px, 100%);
    transform: none;
  }

  .hero-inner::after {
    content: "";
    display: none;
  }

  .hero-art {
    margin: 0 auto;
  }

  .hero-art img {
    width: 100%;
  }

  .hero .primary-link {
    min-width: 120px;
    min-height: 38px;
    margin: -2px auto 0;
    padding: 0 18px;
    font-size: 12px;
  }

  .hero-mobile-cta {
    display: inline-flex;
  }

  .section-pad {
    padding: 40px 0;
  }

  .platform-card {
    width: 100vw;
    max-width: 100vw;
    min-height: 0;
    grid-template-columns: 1fr;
    border-radius: 0;
    background: #fff;
  }

  .platform-copy {
    width: 100vw;
    max-width: 100vw;
    padding: 28px 16px 18px;
  }

  .platform-copy h2,
  .section-heading h2 {
    max-width: calc(100vw - 32px);
    font-size: 19px;
    line-height: 1.35;
    word-break: break-all;
  }

  .check-list {
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
    margin-top: 20px;
    gap: 14px;
    font-size: 11px;
    line-height: 1.7;
  }

  .check-list li {
    width: calc(100vw - 54px);
    max-width: calc(100vw - 54px);
    padding-left: 22px;
    word-break: break-all;
  }

  .check-list li::before {
    width: 14px;
    height: 14px;
    border-width: 1.5px;
    font-size: 8px;
  }

  .platform-image {
    width: calc(100% - 32px);
    height: auto;
    margin: 0 16px;
    border-radius: 4px;
  }

  .features {
    padding-top: 54px;
  }

  .pill {
    margin-bottom: 13px;
    font-size: 10px;
  }

  .feature-grid {
    width: calc(100% - 16px);
    margin-top: 74px;
    grid-template-columns: 1fr;
    gap: 72px;
  }

  .feature-card {
    min-height: 176px;
    padding: 68px 28px 28px;
    border-radius: 8px;
  }

  .feature-card img {
    top: -52px;
    width: 104px;
  }

  .feature-card h3 {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .feature-card p,
  .section-heading p {
    font-size: 12px;
    line-height: 1.7;
  }

  .split-inner,
  .market-inner {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 0 16px;
  }

  .custom {
    padding-top: 48px;
  }

  .line-label {
    margin-bottom: 13px;
    padding-left: 44px;
    font-size: 9px;
  }

  .line-label::before {
    width: 34px;
  }

  .vault {
    width: 294px;
    justify-self: center;
  }

  .markets {
    background: #fff;
  }

  .market-inner {
    min-height: 0;
  }

  .map-wrap {
    min-height: 192px;
    margin: 4px -16px 0;
    overflow: hidden;
  }

  .map {
    left: 50%;
    right: auto;
    top: 32px;
    width: 520px;
    transform: translateX(-50%);
  }

  .market-pop {
    right: 30px;
    top: 42px;
    width: 188px;
    min-height: 98px;
    padding: 20px 18px 18px 28px;
    border-radius: 12px;
  }

  .market-pop::before {
    left: 13px;
    top: 16px;
    width: 6px;
    height: 6px;
  }

  .market-pop b {
    margin-bottom: 4px;
    font-size: 15px;
  }

  .market-pop small {
    margin-bottom: 16px;
    font-size: 10px;
  }

  .market-pop span {
    gap: 9px;
    font-size: 10px;
  }

  .market-pop span::before {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
    font-size: 10px;
  }

  .payments {
    padding: 22px 16px 28px;
  }

  .payments p {
    margin-bottom: 24px;
    font-size: 10px;
  }

  .payment-logos {
    max-width: 260px;
    margin: 0 auto;
    gap: 8px 28px;
  }

  .cta {
    padding: 22px 0 68px;
  }

  .cta-panel {
    width: calc(100% - 16px);
    min-height: 112px;
    padding: 20px 18px;
    gap: 12px;
    border-radius: 8px;
  }

  .cta-panel::before {
    left: 12px;
    top: 14px;
    font-size: 13px;
  }

  .cta-panel::after {
    left: 126px;
    top: 12px;
    font-size: 11px;
  }

  .cta h2 {
    font-size: 21px;
  }

  .cta p {
    max-width: 198px;
    margin-top: 8px;
    font-size: 10px;
    line-height: 1.55;
  }

  .cta-button {
    min-width: 70px;
    min-height: 30px;
    padding: 0 12px;
    font-size: 10px;
  }

  .site-footer {
    padding: 0 16px 20px;
  }

  .site-footer img {
    width: 70px;
    margin-bottom: 22px;
  }

  .site-footer p {
    margin-bottom: 28px;
    font-size: 11px;
  }

  .site-footer small {
    padding-top: 0;
    border-top: 0;
    text-align: center;
    font-size: 10px;
  }
}

@media (max-width: 520px) {
  .nav-shell {
    /* width: min(100%, 351px); */
    margin: 0;
  }
  .brand img {
    width:100px;
    height: auto;
  }
  .eyebrow{
    width: 100%;
  }
  .tg-float-link {
    width: 50px;
    height: 50px;
    right: 10px;
  }
  .hero .primary-link{
    margin-bottom: 20px;
    margin-top: -10px;
  }
}


@media (min-width: 901px) {
  .hero-mobile-cta {
    display: none;
  }
}

@media (max-width: 360px) {
  .site-header {
    padding-inline: 10px;
  }

  .hero h1 {
    font-size: 29px;
  }

  .cta h2 {
    font-size: 19px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .market-pop::before {
    animation: none !important;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
