/* [project]/app/globals.css [app-client] (css) */
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: .25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

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

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .start {
    inset-inline-start: var(--spacing);
  }

  .table {
    display: table;
  }
}

:root {
  --ink: #112b26;
  --ink-deep: #071c18;
  --green: #153f36;
  --sage: #c8d6c9;
  --paper: #f5f2e9;
  --white: #fff;
  --gold: #d6a84c;
  --muted: #697873;
  --line: #112b2624;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--paper);
  color: var(--ink);
  margin: 0;
  font-family: Segoe UI, Microsoft YaHei, Arial, sans-serif;
}

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

button {
  font: inherit;
}

.site-header {
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  z-index: 50;
  background: #f5f2e9e6;
  border-bottom: 1px solid #112b2614;
  justify-content: space-between;
  align-items: center;
  height: 86px;
  padding: 0 5.5vw;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

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

.brand-mark {
  background: var(--ink);
  color: #f2d693;
  border-radius: 2px;
  place-items: center;
  width: 42px;
  height: 42px;
  font-family: STSong, SimSun, serif;
  font-size: 23px;
  display: grid;
}

.brand strong {
  letter-spacing: .08em;
  font-family: STSong, SimSun, serif;
  font-size: 19px;
  display: block;
}

.brand small {
  letter-spacing: .21em;
  color: #5e706a;
  margin-top: 4px;
  font-size: 8px;
  display: block;
}

.nav {
  gap: 38px;
  margin-left: auto;
  margin-right: 50px;
  display: flex;
}

.nav a {
  font-size: 14px;
  font-weight: 600;
  position: relative;
}

.nav a:after {
  content: "";
  background: var(--gold);
  height: 1px;
  transition: all .25s;
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 100%;
}

.nav a:hover:after {
  right: 0;
}

.header-actions {
  align-items: center;
  gap: 20px;
  display: flex;
}

.lang-button {
  color: #87928e;
  cursor: pointer;
  background: none;
  border: 0;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  display: flex;
}

.lang-button i {
  background: #b9c0bd;
  width: 1px;
  height: 12px;
}

.lang-button .active {
  color: var(--ink);
  font-weight: 700;
}

.menu-button {
  background: none;
  border: 0;
  display: none;
}

.hero {
  background: radial-gradient(circle at 80% 46%, #e8e2cf 0, #e8e2cfa6 19%, #0000 41%), linear-gradient(120deg, #f7f5ef 0, #f1eee5 100%);
  grid-template-columns: .9fr 1.15fr;
  align-items: center;
  gap: 4vw;
  min-height: 820px;
  padding: 168px 5.5vw 90px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.hero:before {
  content: "";
  border: 1px solid #112b2612;
  border-radius: 50%;
  width: 460px;
  height: 460px;
  position: absolute;
  top: 190px;
  right: 12vw;
}

.hero-glow {
  background: var(--gold);
  opacity: .08;
  filter: blur(2px);
  border-radius: 50%;
  width: 270px;
  height: 270px;
  position: absolute;
  top: 88px;
  right: -80px;
}

.hero-copy {
  z-index: 2;
  position: relative;
}

.eyebrow {
  letter-spacing: .24em;
  align-items: center;
  gap: 12px;
  margin: 0 0 28px;
  font-size: 11px;
  font-weight: 700;
  display: flex;
}

.eyebrow span {
  background: var(--gold);
  width: 30px;
  height: 1px;
  display: inline-block;
}

.hero h1 {
  letter-spacing: -.045em;
  margin: 0;
  font-family: STSong, Songti SC, SimSun, serif;
  font-size: clamp(46px, 4.6vw, 78px);
  font-weight: 400;
  line-height: 1.15;
}

.hero h1 em {
  color: var(--green);
  font-style: normal;
}

.hero-lead {
  color: #5f6f6a;
  max-width: 590px;
  margin: 30px 0;
  font-size: 17px;
  line-height: 1.9;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 14px;
  display: flex;
}

.button {
  border: 1px solid var(--ink);
  justify-content: center;
  align-items: center;
  gap: 22px;
  min-height: 52px;
  padding: 0 24px;
  font-size: 14px;
  font-weight: 650;
  transition: all .25s;
  display: inline-flex;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px #071c181f;
}

.button.primary {
  background: var(--ink);
  color: #fff;
}

.button.secondary {
  background: none;
}

.version {
  color: #79837f;
  margin-top: 20px;
  font-size: 12px;
}

.version span {
  color: #49836e;
  margin-right: 8px;
}

.product-visual {
  z-index: 2;
  background: #fbfaf6;
  border: 1px solid #112b261f;
  border-radius: 9px;
  position: relative;
  overflow: hidden;
  transform: perspective(1200px)rotateY(-2deg);
  box-shadow: 0 35px 80px #16332c33, inset 0 2px #fffc;
}

.visual-top {
  background: #f0eee7;
  border-bottom: 1px solid #dadbd4;
  justify-content: space-between;
  align-items: center;
  height: 44px;
  padding: 0 16px;
  display: flex;
}

.mini-brand {
  font-size: 11px;
  font-weight: 700;
}

.mini-brand span {
  background: var(--ink);
  color: var(--gold);
  margin-right: 7px;
  padding: 4px 7px;
}

.visual-dots {
  gap: 6px;
  display: flex;
}

.visual-dots i {
  background: #c8cac5;
  border-radius: 50%;
  width: 7px;
  height: 7px;
}

.visual-body {
  height: 480px;
  display: flex;
}

.visual-body aside {
  background: var(--ink-deep);
  color: #a5b8b1;
  flex-direction: column;
  align-items: center;
  gap: 23px;
  width: 54px;
  padding-top: 18px;
  font-size: 17px;
  display: flex;
}

.visual-body aside b {
  color: var(--gold);
  margin-bottom: 15px;
  font-size: 12px;
}

.visual-body aside span {
  border-radius: 3px;
  place-items: center;
  width: 31px;
  height: 31px;
  display: grid;
}

.visual-body aside .selected {
  color: #fff;
  background: #285549;
}

.visual-content {
  flex: 1;
  min-width: 0;
  padding: 27px 30px;
}

.visual-label {
  letter-spacing: .18em;
  color: #85908c;
  margin: 0 0 18px;
  font-size: 8px;
}

.company-line {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.company-line h3 {
  margin: 0 0 5px;
  font-family: STSong, SimSun, serif;
  font-size: 27px;
}

.company-line p {
  color: #88918e;
  margin: 0;
  font-size: 10px;
}

.status-dot {
  color: #3a745f;
  background: #e7f2e9;
  padding: 7px 10px;
  font-size: 9px;
}

.metric-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 9px;
  margin-top: 24px;
  display: grid;
}

.metric {
  background: #f1f0ea;
  padding: 12px 11px;
  position: relative;
}

.metric span {
  color: #7c8984;
  height: 24px;
  font-size: 8px;
  display: block;
}

.metric strong {
  font-family: Georgia, serif;
  font-size: 22px;
}

.metric div {
  background: #d8ded9;
  height: 2px;
  margin-top: 9px;
}

.metric div i {
  background: var(--gold);
  height: 100%;
  display: block;
}

.metric small {
  color: #4d7a69;
  font-size: 7px;
  position: absolute;
  bottom: 9px;
  right: 9px;
}

.chart-card {
  background: #fff;
  border: 1px solid #e0e1db;
  margin-top: 13px;
  padding: 17px 18px 0;
}

.chart-head {
  justify-content: space-between;
  display: flex;
}

.chart-head span, .chart-head small {
  color: #84908b;
  font-size: 8px;
}

.chart-head strong {
  color: var(--ink);
  margin-top: 3px;
  font-family: Georgia, serif;
  font-size: 25px;
  display: block;
}

.chart {
  height: 175px;
  position: relative;
  overflow: hidden;
}

.grid-line {
  border-top: 1px dashed #e3e6e2;
  position: absolute;
  left: 0;
  right: 0;
}

.grid-line.one {
  top: 30%;
}

.grid-line.two {
  top: 55%;
}

.grid-line.three {
  top: 80%;
}

.area-chart {
  clip-path: polygon(0 81%, 12% 65%, 25% 70%, 39% 42%, 52% 53%, 66% 25%, 79% 35%, 90% 9%, 100% 18%, 100% 100%, 0 100%);
  background: linear-gradient(#1f6f562e, #0000 80%);
  position: absolute;
  inset: 32px 0 0;
}

.chart-line {
  clip-path: polygon(0 80%, 12% 64%, 25% 69%, 39% 41%, 52% 52%, 66% 24%, 79% 34%, 90% 8%, 100% 17%, 100% 19%, 90% 10%, 79% 36%, 66% 26%, 52% 54%, 39% 43%, 25% 71%, 12% 66%, 0 82%);
  background: #25795f;
  height: 100%;
  position: absolute;
  inset: 31px 0 0;
}

.point {
  background: #fff;
  border: 2px solid #24775d;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
}

.p1 {
  top: 64%;
  left: 38%;
}

.p2 {
  top: 42%;
  left: 65%;
}

.p3 {
  top: 27%;
  left: 89%;
}

.hero-index {
  color: #8b9692;
  letter-spacing: .18em;
  font-family: Georgia, serif;
  font-size: 10px;
  position: absolute;
  bottom: 30px;
  left: 5.5vw;
}

.hero-index span {
  color: var(--gold);
  margin: 0 7px;
}

.section {
  padding: 105px 7vw;
}

.section-heading {
  grid-template-columns: 1fr .7fr;
  align-items: end;
  gap: 10vw;
  margin-bottom: 55px;
  display: grid;
}

.section-heading h2, .product-heading h2, .about h2, .cta h2 {
  margin: 0;
  font-family: STSong, Songti SC, SimSun, serif;
  font-size: clamp(38px, 4vw, 60px);
  font-weight: 400;
}

.section-heading > p {
  color: var(--muted);
  max-width: 470px;
  line-height: 1.8;
}

.eyebrow.dark {
  color: #6e7975;
  margin-bottom: 20px;
}

.feature-grid {
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.feature-card {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  min-height: 280px;
  padding: 35px 32px 40px;
  transition: all .3s;
  position: relative;
}

.feature-card:hover {
  z-index: 1;
  background: #fff;
  transform: translateY(-3px);
  box-shadow: 0 18px 44px #112b2614;
}

.feature-number {
  color: #99a29e;
  font: 12px Georgia, serif;
}

.feature-icon {
  color: #b58a38;
  margin: 28px 0 20px;
  font-size: 28px;
}

.feature-card h3 {
  margin: 0 0 15px;
  font-size: 19px;
}

.feature-card p {
  color: #71807b;
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
}

.feature-line {
  background: var(--gold);
  width: 0;
  height: 3px;
  transition: all .3s;
  position: absolute;
  bottom: 0;
  left: 32px;
}

.feature-card:hover .feature-line {
  width: 55px;
}

.products {
  background: var(--ink);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.products:before {
  content: "";
  border: 1px solid #ffffff0d;
  border-radius: 50%;
  width: 600px;
  height: 600px;
  position: absolute;
  top: -220px;
  right: -180px;
}

.eyebrow.light {
  color: #b9c8c2;
}

.product-heading {
  max-width: 720px;
  margin-bottom: 50px;
}

.product-heading > p:last-child {
  color: #aec0b9;
  font-size: 16px;
  line-height: 1.8;
}

.product-cards {
  grid-template-columns: 1.25fr .75fr;
  gap: 22px;
  display: grid;
  position: relative;
}

.product-card {
  border: 1px solid #ffffff29;
  padding: 35px;
}

.product-card.featured {
  color: var(--ink);
  background: #f5f2e9;
}

.product-card-top {
  justify-content: space-between;
  display: flex;
}

.product-logo {
  background: var(--ink);
  width: 54px;
  height: 54px;
  color: var(--gold);
  place-items: center;
  font: 30px Georgia, serif;
  display: grid;
}

.available {
  letter-spacing: .16em;
  color: #4a806d;
  background: #e2eee6;
  height: max-content;
  padding: 7px 9px;
  font-size: 9px;
}

.product-card h3 {
  margin: 30px 0 0;
  font: 40px Georgia, serif;
}

.product-card .cn-name {
  color: #7b8682;
  margin: 4px 0 30px;
}

.platforms {
  border-top: 1px solid var(--line);
  grid-template-columns: 1fr auto;
  align-items: center;
  display: grid;
}

.platforms > div {
  border-bottom: 1px solid var(--line);
  gap: 14px;
  padding: 18px 0;
  display: flex;
}

.platforms > div > span {
  font-size: 22px;
}

.platforms p {
  margin: 0;
}

.platforms strong {
  font-size: 14px;
  display: block;
}

.platforms small {
  color: #7b8883;
  margin-top: 5px;
  font-size: 11px;
  display: block;
}

.platforms > a {
  padding-left: 20px;
  font-size: 12px;
  font-weight: 700;
}

.manual-link {
  color: #697974;
  margin-top: 22px;
  font-size: 12px;
  display: inline-block;
}

.upcoming {
  background: #ffffff06;
  flex-direction: column;
  justify-content: space-between;
  min-height: 460px;
  display: flex;
}

.orb {
  border: 1px solid #d6a84c73;
  border-radius: 50%;
  align-self: center;
  place-items: center;
  width: 160px;
  height: 160px;
  display: grid;
  box-shadow: 0 0 0 25px #d6a84c06, 0 0 0 50px #d6a84c05;
}

.orb span {
  color: var(--gold);
  font-size: 34px;
  font-weight: 200;
}

.upcoming h3 {
  margin: 12px 0;
  font-family: STSong, SimSun, serif;
  font-size: 29px;
}

.upcoming p {
  color: #a7bab3;
  max-width: 390px;
  line-height: 1.7;
}

.coming-tag {
  color: var(--gold);
  letter-spacing: .18em;
  font-size: 9px;
}

.about {
  grid-template-columns: .2fr 1.2fr .8fr;
  align-items: start;
  gap: 6vw;
  display: grid;
}

.about-number {
  color: #8e9995;
  font: 13px Georgia, serif;
}

.about-copy > p:last-child {
  color: #657570;
  max-width: 700px;
  font-size: 16px;
  line-height: 1.9;
}

.principles {
  border-top: 1px solid var(--line);
  margin-top: 35px;
}

.principles div {
  border-bottom: 1px solid var(--line);
  padding: 19px 0;
  font-size: 14px;
  font-weight: 600;
}

.principles span {
  color: #b18a43;
  margin-right: 18px;
  font: 11px Georgia, serif;
}

.cta {
  color: #fff;
  background: linear-gradient(120deg, #163f36, #0b2923);
  justify-content: space-between;
  align-items: end;
  padding-top: 75px;
  padding-bottom: 75px;
  display: flex;
}

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

.cta > div > p:last-child {
  color: #b7c7c1;
}

.cta-actions {
  align-items: center;
  gap: 28px;
  display: flex;
}

.button.gold {
  background: var(--gold);
  color: #102b25;
  border-color: var(--gold);
}

.text-link {
  border-bottom: 1px solid #ffffff73;
  padding-bottom: 4px;
  font-size: 13px;
}

footer {
  color: #d5dedb;
  background: #071814;
  padding: 70px 7vw 26px;
}

.footer-main {
  grid-template-columns: 1.3fr .55fr 1fr;
  gap: 8vw;
  display: grid;
}

.footer-brand {
  align-items: center;
  gap: 15px;
  display: flex;
}

.footer-brand h3 {
  margin: 0;
  font-size: 15px;
}

.footer-brand h3 small {
  color: #82948d;
  letter-spacing: .08em;
  margin-top: 7px;
  font-size: 10px;
  font-weight: 400;
  display: block;
}

.footer-main h4 {
  color: #798d85;
  letter-spacing: .13em;
  margin: 0 0 18px;
  font-size: 11px;
}

.footer-main > div:nth-child(2) a {
  margin: 11px 0;
  font-size: 12px;
  display: block;
}

.disclaimer p {
  color: #82948d;
  margin: 0;
  font-size: 11px;
  line-height: 1.7;
}

.footer-bottom {
  color: #71857d;
  border-top: 1px solid #ffffff17;
  justify-content: space-between;
  margin-top: 50px;
  padding-top: 22px;
  font-size: 10px;
  display: flex;
}

.footer-bottom a:hover {
  color: #d4b66c;
}

@media (max-width: 1000px) {
  .nav {
    gap: 20px;
    margin-right: 25px;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 140px;
  }

  .hero-copy {
    max-width: 700px;
  }

  .product-visual {
    max-width: 760px;
  }

  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about {
    grid-template-columns: .15fr 1fr;
  }

  .principles {
    grid-column: 2;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .disclaimer {
    grid-column: 1 / -1;
  }

  .product-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .site-header {
    height: 70px;
    padding: 0 20px;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
    font-size: 19px;
  }

  .brand strong {
    font-size: 16px;
  }

  .brand small {
    font-size: 6px;
  }

  .nav {
    background: #f5f2e9;
    flex-direction: column;
    margin: 0;
    padding: 20px;
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    box-shadow: 0 12px 24px #071c181a;
  }

  .nav.open {
    display: flex;
  }

  .menu-button {
    flex-direction: column;
    gap: 6px;
    padding: 8px;
    display: flex;
  }

  .menu-button span {
    background: var(--ink);
    width: 20px;
    height: 1px;
  }

  .hero {
    gap: 55px;
    min-height: auto;
    padding: 120px 20px 70px;
  }

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

  .hero-lead {
    font-size: 15px;
  }

  .button {
    width: 100%;
  }

  .visual-body {
    height: 360px;
  }

  .visual-body aside {
    display: none;
  }

  .visual-content {
    padding: 20px 16px;
  }

  .metric-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .metric:nth-child(n+3) {
    display: none;
  }

  .chart {
    height: 130px;
  }

  .section {
    padding: 75px 20px;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 35px;
  }

  .section-heading h2, .product-heading h2, .about h2 {
    font-size: 38px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: 240px;
  }

  .product-card {
    padding: 25px 20px;
  }

  .platforms {
    grid-template-columns: 1fr;
  }

  .platforms > a {
    border-bottom: 1px solid var(--line);
    padding: 0 0 18px;
  }

  .upcoming {
    min-height: 380px;
  }

  .about {
    grid-template-columns: 1fr;
  }

  .about-number {
    display: none;
  }

  .principles {
    grid-column: 1;
  }

  .cta {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }

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

  .cta-actions {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .disclaimer {
    grid-column: auto;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 12px;
  }

  .hero-index {
    display: none;
  }
}

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

  * {
    transition: none !important;
  }
}

.brand-mark {
  object-fit: contain;
  background: none;
  border-radius: 7px;
  padding: 0;
  display: block;
}

.product-visual img {
  width: 100%;
  height: auto;
  display: block;
}

.footer-main {
  grid-template-columns: 1.2fr .5fr .65fr 1fr;
  gap: 5vw;
}

.footer-contact a {
  flex-direction: column;
  gap: 6px;
  font-size: 13px;
  display: flex;
}

.footer-contact span {
  color: #82948d;
  font-size: 10px;
}

@media (max-width: 1000px) {
  .footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .disclaimer {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .footer-main {
    grid-template-columns: 1fr;
  }

  .disclaimer {
    grid-column: auto;
  }
}

@keyframes logo-spin {
  to {
    transform: rotate(360deg);
  }
}

.brand-mark {
  transform-origin: 50%;
  will-change: transform;
  animation: 10s linear infinite logo-spin;
}

@media (prefers-reduced-motion: reduce) {
  .brand-mark {
    animation: none !important;
  }
}

.feature-icon svg {
  width: 30px;
  height: 30px;
  display: block;
}

/*# sourceMappingURL=app_globals_0jn8.0u.css.map*/