:root {
  --blue: #164be8;
  --ink: #17243c;
  --muted: #778092;
  --mint: #27cabc;
  --line: #e9edf3;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  font-family: Inter, "PingFang SC", "Microsoft YaHei", sans-serif;
  color: var(--ink);
  background: #fff;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  cursor: pointer;
}
button:focus-visible,
a:focus-visible {
  outline: 3px solid #26cbb9;
  outline-offset: 5px;
}
button {
  border: 0;
}
header,
.section,
.hero-inner,
.hero-bottom,
footer {
  padding-left: max(6%, calc((100vw - 1280px) / 2));
  padding-right: max(6%, calc((100vw - 1280px) / 2));
}
.header {
  height: 92px;
  display: flex;
  align-items: center;
  gap: 40px;
  background: rgba(255, 255, 255, 0.94);
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid #edf0f6;
  backdrop-filter: blur(16px);
}
.brand {
  margin-right: auto;
}
.brand-crop {
  display: block;
  width: 176px;
  height: 57px;
  overflow: hidden;
  position: relative;
}
.brand-crop img {
  position: absolute;
  width: 291px;
  max-width: none;
  left: -57px;
  top: -161px;
}
.header nav {
  display: flex;
  gap: 32px;
  align-items: center;
  height: 100%;
  font-size: 14px;
}
.header nav a {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  white-space: nowrap;
}
.header nav a.active {
  color: var(--blue);
}
.header nav a.active:after {
  content: "";
  position: absolute;
  height: 3px;
  background: var(--blue);
  bottom: 18px;
  left: 40%;
  right: 40%;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  border-radius: 5px;
  background: var(--blue);
  color: white;
  font-size: 14px;
  font-weight: 600;
  padding: 18px 25px;
  transition:
    transform 0.2s,
    background 0.2s;
  white-space: nowrap;
}
.button:hover {
  background: #113bc0;
  transform: translateY(-2px);
}
.button span {
  font-size: 20px;
  font-weight: 400;
}
.button.small {
  font-size: 13px;
  padding: 12px 18px;
  gap: 20px;
}
.menu-toggle {
  display: none;
}
.hero {
  overflow: hidden;
  background:
    radial-gradient(ellipse at 77% 43%, #dcf6f4 0, transparent 38%),
    linear-gradient(115deg, #f9fbff, #f1f5ff 65%, #f0f9fa);
}
.hero-inner {
  min-height: 635px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 1.7px;
  font-weight: 600;
  color: var(--blue);
  display: flex;
  gap: 9px;
  align-items: center;
}
.eyebrow i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 4px #24caba14;
}
.hero-copy {
  position: relative;
  z-index: 2;
  padding: 54px 0 60px;
}
.hero-copy > .eyebrow {
  font-size: 12px;
  letter-spacing: 2px;
}
.hero h1 {
  font-size: clamp(44px, 4.8vw, 70px);
  line-height: 1.35;
  letter-spacing: -2px;
  margin: 25px 0 21px;
  font-weight: 750;
}
.hero h1 span {
  color: var(--blue);
}
.hero-copy > p {
  font-size: 15px;
  line-height: 2;
  color: #788296;
  letter-spacing: 0.2px;
}
.hero-actions {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-top: 33px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  background: none;
  font-size: 13px;
  padding: 0;
  color: var(--ink);
}
.text-link span {
  font-size: 20px;
}
.hero-proof {
  display: flex;
  gap: 25px;
  margin-top: 37px;
  font-size: 11px;
  color: #7d8798;
}
.hero-proof b {
  color: var(--mint);
  margin-right: 6px;
}
.hero-art {
  position: relative;
  height: 520px;
  isolation: isolate;
}
.glow {
  position: absolute;
  width: 350px;
  height: 300px;
  background: #43d6d71a;
  filter: blur(30px);
  top: 180px;
  left: 100px;
}
.orbit {
  position: absolute;
  border: 1px solid #b5cbd575;
  border-radius: 50%;
  width: 510px;
  height: 255px;
  top: 160px;
  left: 6px;
  transform: rotate(-26deg);
}
.orbit-two {
  width: 540px;
  height: 330px;
  transform: rotate(25deg);
  border-style: dashed;
  opacity: 0.55;
  top: 100px;
  left: -12px;
}
.platform {
  position: absolute;
  width: 280px;
  height: 280px;
  left: 130px;
  top: 120px;
  transform: rotateX(51deg) rotateZ(-34deg);
  transform-style: preserve-3d;
}
.platform-top {
  position: absolute;
  inset: 0;
  border-radius: 35px;
  background: linear-gradient(135deg, #fff, #e0edff);
  border: 2px solid white;
  box-shadow:
    -12px 16px 0 #c2d6f2,
    -17px 23px 0 #a5bfe8,
    -23px 30px 35px #3365b944;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.platform-mark {
  font-size: 118px;
  font-weight: 950;
  letter-spacing: -23px;
  color: #164be8;
  line-height: 1.1;
  text-shadow: -3px 5px #0d3ac2;
}
.platform-mark span {
  color: #27cabc;
  text-shadow: -3px 5px #11a496;
}
.platform-caption {
  font-size: 17px;
  letter-spacing: 4px;
  color: #1843ad;
  font-weight: bold;
  margin-top: 8px;
}
.platform-caption small {
  font-size: 6px;
  letter-spacing: 3px;
  display: block;
  text-align: center;
  margin-top: 8px;
}
.platform-layer {
  position: absolute;
  inset: -16px;
  border-radius: 40px;
  background: linear-gradient(135deg, #bdd6ff9c, #c9f8f175);
  border: 1px solid white;
  transform: translateZ(-40px);
  box-shadow: -4px 6px 0 #aac9dc80;
}
.layer-two {
  top: 45px;
  left: -35px;
  right: 35px;
  bottom: -45px;
  z-index: 1;
}
.layer-three {
  top: 87px;
  left: -60px;
  right: 60px;
  bottom: -87px;
  z-index: 0;
  opacity: 0.55;
}
.floating-tag {
  position: absolute;
  background: #ffffffec;
  border: 1px solid white;
  border-radius: 10px;
  box-shadow: 0 14px 40px #41648210;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 15px 18px;
  font-size: 12px;
  z-index: 5;
  animation: float 7s ease-in-out infinite;
}
.floating-tag small {
  display: block;
  font-size: 8px;
  color: #98a2b2;
  margin-top: 6px;
  letter-spacing: 1px;
}
.tag-top {
  left: 30px;
  top: 55px;
  transform: rotate(-5deg);
}
.tag-icon {
  background: #edf3ff;
  color: var(--blue);
  font-size: 22px;
  padding: 6px 10px;
  border-radius: 9px;
}
.status-dot {
  width: 6px;
  height: 6px;
  background: var(--mint);
  border-radius: 50%;
  margin-left: 10px;
}
.tag-bottom {
  bottom: 35px;
  left: 210px;
  transform: rotate(-5deg);
  animation-delay: -3s;
}
.check-icon {
  display: grid;
  place-items: center;
  background: #e4f9f4;
  color: #23b9a4;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  font-size: 19px;
}
.mini-chart {
  color: #25c6b5;
  font-size: 19px;
  letter-spacing: 2px;
  margin-left: 10px;
}
.code-card {
  position: absolute;
  right: -28px;
  top: 143px;
  width: 220px;
  background: #fffdfd;
  border: 1px solid #fff;
  border-radius: 10px;
  z-index: 6;
  transform: rotate(8deg);
  box-shadow: 0 20px 45px #37599413;
  overflow: hidden;
}
.window-dots {
  display: flex;
  gap: 4px;
  align-items: center;
  padding: 12px;
  background: #f7f9fc;
}
.window-dots i {
  width: 5px;
  height: 5px;
  background: #dce3ee;
  border-radius: 100%;
}
.window-dots i:first-child {
  background: #99dcd5;
}
.window-dots span {
  font-size: 8px;
  color: #9ca7b7;
  margin-left: 16px;
}
.code-card code {
  font-size: 10px;
  line-height: 2.15;
  display: block;
  padding: 13px 16px;
  color: #7c899e;
}
.code-card em {
  font-style: normal;
  color: #8c7ac4;
}
.code-card strong {
  font-weight: 400;
  color: #18a593;
}
.code-card b {
  color: #3571e6;
  font-weight: 400;
}
.code-comment {
  font-size: 8px;
  color: #a5b0be;
}
.art-plus {
  position: absolute;
  color: #89b4c9;
  font-size: 21px;
}
.plus-one {
  right: 12px;
  top: 61px;
}
.plus-two {
  left: 30px;
  bottom: 62px;
}
.art-label {
  font-size: 8px;
  letter-spacing: 2px;
  color: #90a4b4;
  position: absolute;
  bottom: 0;
  left: 96px;
}
.hero-bottom {
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #dfe7f18c;
  color: #8c97a8;
  font-size: 10px;
  letter-spacing: 1px;
}
.hero-bottom a {
  font-size: 11px;
}
.hero-bottom a span {
  margin-left: 13px;
}
.hero-bottom i {
  font-style: normal;
  margin: 0 9px;
  color: #bdc7d6;
}
.section {
  padding-top: 85px;
  padding-bottom: 85px;
  scroll-margin-top: 0;
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  margin-bottom: 38px;
}
.section h2 {
  font-size: 31px;
  line-height: 1.55;
  margin: 14px 0 0;
  letter-spacing: -0.7px;
}
.section h2 span {
  color: #7d8795;
}
.section-head > p {
  font-size: 12px;
  line-height: 1.9;
  color: var(--muted);
  margin: 0 0 5px;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.service-card {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 29px 25px 20px;
  transition:
    box-shadow 0.25s,
    transform 0.25s;
}
.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px #294e8310;
}
.service-icon {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #eef3ff;
  color: var(--blue);
  font-size: 26px;
}
.service-icon.mint {
  background: #eafbf7;
  color: #12b59f;
}
.service-icon.purple {
  background: #f1efff;
  color: #8c77db;
}
.service-icon.orange {
  background: #fff5e9;
  color: #d8a057;
}
.card-index {
  position: absolute;
  right: 24px;
  top: 36px;
  color: #d1d7e0;
  font-size: 12px;
}
.service-card h3 {
  font-size: 17px;
  margin: 23px 0 12px;
}
.service-card p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.95;
  margin: 0;
}
.chips {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin: 20px 0 24px;
}
.chips span {
  font-size: 9px;
  color: #8a93a0;
  background: #f6f8fa;
  padding: 5px 7px;
  border-radius: 3px;
}
.card-link {
  background: none;
  border-top: 1px solid var(--line);
  padding: 16px 0 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 11px;
  color: #5c687c;
}
.card-link span {
  color: var(--blue);
  font-size: 17px;
}
.solutions {
  background: #f7f9fc;
}
.solution-layout {
  display: grid;
  grid-template-columns: 215px 1fr;
  gap: 28px;
}
.solution-tabs {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.solution-tabs button {
  display: flex;
  align-items: center;
  gap: 20px;
  text-align: left;
  padding: 24px 21px;
  border: 1px solid transparent;
  background: none;
  border-radius: 5px;
  color: #8792a4;
  font-size: 11px;
}
.solution-tabs button span {
  flex: 1;
  font-size: 14px;
  color: #465369;
}
.solution-tabs button[aria-selected="true"] {
  background: var(--blue);
  color: #a5baff;
  box-shadow: 0 8px 18px #164be820;
}
.solution-tabs button[aria-selected="true"] span {
  color: white;
}
.solution-panel {
  overflow: hidden;
  border: 1px solid #e5ebf4;
  background: linear-gradient(125deg, #fff, #e9f1ff);
  border-radius: 9px;
  padding: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  align-items: center;
}
.pill {
  font-size: 9px;
  letter-spacing: 1.7px;
  color: var(--blue);
}
.solution-copy h3 {
  font-size: 26px;
  line-height: 1.55;
  margin: 18px 0 15px;
}
.solution-copy p {
  font-size: 12px;
  line-height: 1.9;
  color: var(--muted);
  max-width: 330px;
}
.solution-features {
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
  font-size: 10px;
  color: #526787;
  margin: 22px 0 29px;
}
.solution-features span:before {
  content: "·";
  color: var(--blue);
  margin-right: 5px;
}
.dashboard {
  background: #ffffffed;
  border: 1px solid white;
  border-radius: 8px;
  padding: 21px;
  box-shadow: 0 17px 28px #284d8610;
  transform: perspective(800px) rotateY(-9deg) rotateZ(3deg);
  width: calc(100% + 30px);
}
.dashboard-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
  margin-bottom: 7px;
}
.dashboard-top span {
  font-size: 7px;
  color: #28b7a4;
}
.dashboard > small {
  font-size: 8px;
  color: #9ca5b3;
}
.dash-stats {
  display: flex;
  gap: 20px;
  margin: 22px 0 8px;
  font-size: 8px;
  color: #8b95a6;
}
.dash-stats strong {
  display: block;
  font-size: 13px;
  color: #344668;
  margin-top: 8px;
}
.dash-stats strong span {
  color: #29c4b4;
}
.bars {
  height: 100px;
  display: flex;
  align-items: end;
  gap: 10px;
  border-bottom: 1px solid #e9edf5;
  padding: 0 10px;
  margin-top: 20px;
  background: repeating-linear-gradient(
    to top,
    transparent 0,
    transparent 24px,
    #f2f4f8 25px
  );
}
.bars i {
  height: var(--height);
  flex: 1;
  background: linear-gradient(#4279f4, #d3e2ff);
  border-radius: 3px 3px 0 0;
}
.bars i:nth-child(3n) {
  background: linear-gradient(#54d0c3, #d9f6ee);
}
.dash-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
  font-size: 7px;
  color: #8f9aad;
}
.note {
  font-size: 10px;
  color: #96a0af;
}
.showcase-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.showcase-card {
  text-align: left;
  background: none;
  padding: 0;
  color: inherit;
}
.case-visual {
  height: 330px;
  position: relative;
  overflow: hidden;
  border-radius: 9px;
}
.retail-visual {
  background: #ecf0e8;
}
.work-visual {
  background: #eaf0fb;
}
.case-overline {
  position: absolute;
  left: 28px;
  top: 25px;
  font-size: 9px;
  letter-spacing: 2px;
  color: #7a8b86;
}
.visual-label {
  position: absolute;
  left: 28px;
  bottom: 25px;
  font-size: 10px;
  letter-spacing: 1.5px;
  color: #7b8d8a;
}
.phone {
  position: absolute;
  width: 190px;
  height: 330px;
  border: 6px solid #fff;
  border-radius: 29px;
  background: #fafbf8;
  left: 45%;
  top: 49px;
  transform: rotate(12deg);
  box-shadow: 5px 18px 27px #59725626;
  padding: 13px 10px;
  transition: transform 0.3s;
}
.showcase-card:hover .phone {
  transform: rotate(8deg) translateY(-6px);
}
.phone-notch {
  width: 45px;
  height: 8px;
  border-radius: 8px;
  background: #21372d;
  margin: -8px auto 17px;
}
.phone-head {
  font-size: 11px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.phone-banner {
  background: #dfe7d6;
  border-radius: 4px;
  padding: 15px 8px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.8;
  height: 115px;
  position: relative;
}
.vase {
  position: absolute;
  color: #748c57;
  font-size: 65px;
  right: 4px;
  bottom: 0;
}
.phone-categories {
  font-size: 7px;
  padding: 14px 0;
}
.product-row {
  display: flex;
  gap: 8px;
}
.product-row > div {
  background: #e8e7da;
  width: 50%;
  height: 80px;
  font-size: 40px;
  text-align: center;
  color: #96a07c;
  border-radius: 5px;
}
.product-row small {
  font-size: 7px;
  display: block;
}
.mini-app {
  position: absolute;
  left: 12%;
  top: 85px;
  display: flex;
  background: white;
  width: 88%;
  height: 240px;
  border: 5px solid #f8fbff;
  border-radius: 9px;
  box-shadow: 0 15px 40px #6886b52b;
  transform: rotate(-7deg);
  transition: transform 0.3s;
}
.showcase-card:hover .mini-app {
  transform: rotate(-4deg) translateY(-5px);
}
.mini-app aside {
  width: 42px;
  background: #f1f5ff;
  color: #416de2;
  text-align: center;
  padding: 10px;
}
.mini-app aside i {
  display: block;
  background: #d5dff3;
  width: 17px;
  height: 5px;
  margin: 19px 0;
}
.mini-app-main {
  padding: 18px;
  flex: 1;
}
.mini-app-main > b {
  font-size: 11px;
  display: flex;
  justify-content: space-between;
}
.mini-app-main > b span {
  font-size: 7px;
  color: #a1adbe;
  font-weight: 400;
}
.mini-metrics {
  display: flex;
  gap: 10px;
  margin: 20px 0;
}
.mini-metrics > div {
  flex: 1;
  font-size: 7px;
  background: #f5f8ff;
  padding: 9px;
  color: #99a5b8;
}
.mini-metrics strong {
  display: block;
  color: #526d9a;
  font-size: 18px;
  margin-top: 5px;
}
.mini-table {
  font-size: 7px;
}
.mini-table > b {
  display: flex;
  justify-content: space-between;
}
.mini-table p {
  display: flex;
  justify-content: space-between;
  color: #8e9ab0;
  border-bottom: 1px solid #f2f5f9;
  padding-bottom: 7px;
}
.mini-table i {
  width: 45px;
  height: 3px;
  background: #bfd0f6;
}
.mini-table em {
  font-style: normal;
  color: #4ebaab;
}
.case-caption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0 0;
}
.case-caption small {
  font-size: 10px;
  color: #8b96a7;
}
.case-caption h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 10px 0 0;
}
.case-caption > span {
  border: 1px solid #e4eaf2;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
}
.process {
  background: #fafbfc;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 42px;
}
.process-grid article {
  position: relative;
}
.process-grid article:before {
  content: "";
  height: 1px;
  position: absolute;
  top: 25px;
  left: 70px;
  right: 0;
  background: #dee5ef;
}
.process-grid article > span {
  font-size: 29px;
  color: #b2c3e9;
  font-weight: 300;
}
.process-grid h3 {
  font-size: 16px;
  margin: 22px 0 13px;
}
.process-grid p {
  font-size: 12px;
  line-height: 1.9;
  color: var(--muted);
}
.about {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 90px;
  align-items: center;
}
.about-brand {
  border-radius: 12px;
  min-height: 330px;
  background:
    radial-gradient(ellipse at bottom right, #d5f3ee, transparent), #f0f5ff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 150px;
  font-weight: 900;
  letter-spacing: -20px;
  color: var(--blue);
}
.about-brand > span {
  color: var(--mint);
}
.about-brand small {
  position: absolute;
  bottom: 40px;
  font-size: 9px;
  letter-spacing: 3px;
  color: #7d98b5;
  font-weight: 400;
}
.about h2 {
  margin-bottom: 22px;
}
.about p {
  font-size: 13px;
  color: var(--muted);
  line-height: 2;
}
.about-values {
  display: flex;
  gap: 25px;
  font-size: 11px;
  margin-top: 24px;
  color: #3b587f;
}
.about-values span:before {
  content: "✓";
  color: var(--mint);
  margin-right: 6px;
}
.cta {
  margin: 0 max(6%, calc((100vw - 1280px) / 2)) 70px;
  padding: 48px 55px;
  background: linear-gradient(110deg, #1746cd, #1457ea);
  color: white;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.cta:after {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  border: 1px solid #ffffff15;
  border-radius: 50%;
  right: -10px;
  top: -90px;
  pointer-events: none;
  box-shadow:
    0 0 0 60px #ffffff04,
    0 0 0 120px #ffffff04;
}
.cta .eyebrow {
  color: #a6c1ff;
  font-size: 9px;
}
.cta h2 {
  font-size: 33px;
  line-height: 1.5;
}
.cta p {
  font-size: 11px;
  color: #b6cafd;
  margin-top: 19px;
}
.button.white {
  background: white;
  color: var(--blue);
  z-index: 1;
}
footer {
  padding-top: 20px;
  padding-bottom: 25px;
}
.footer-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
}
.footer-main strong {
  font-size: 19px;
}
.footer-main strong span {
  font-size: 8px;
  letter-spacing: 1px;
  margin-left: 15px;
  color: #8b96a7;
}
.footer-main p {
  color: #8b96a7;
  font-size: 11px;
  margin-top: 12px;
}
.footer-main > div:last-child {
  display: flex;
  gap: 30px;
  font-size: 11px;
  color: #707f93;
  align-items: center;
}
.footer-main button {
  padding: 0;
  background: none;
  color: var(--blue);
  font-size: 11px;
}
.footer-bottom {
  border-top: 1px solid var(--line);
  padding-top: 23px;
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  color: #a2aab7;
}
dialog {
  border: 1px solid #e5ebf5;
  border-radius: 14px;
  padding: 36px;
  width: min(520px, calc(100% - 32px));
  max-height: 90vh;
  color: var(--ink);
  box-shadow: 0 25px 90px #15274635;
}
dialog::backdrop {
  background: #14213970;
  backdrop-filter: blur(5px);
}
.dialog-close {
  position: absolute;
  top: 12px;
  right: 15px;
  background: none;
  font-size: 28px;
  color: #75849a;
}
dialog h2 {
  font-size: 25px;
  margin: 20px 0 12px;
}
dialog p,
dialog li {
  font-size: 13px;
  line-height: 1.9;
  color: var(--muted);
}
dialog ul {
  padding-left: 20px;
  margin-bottom: 30px;
}
form {
  display: grid;
  gap: 15px;
  margin-top: 20px;
}
form label {
  display: grid;
  gap: 7px;
  font-size: 12px;
  color: #53617a;
}
input,
select,
textarea {
  width: 100%;
  border: 1px solid #dce3ee;
  border-radius: 5px;
  background: #fafbfe;
  padding: 11px 12px;
  font-size: 13px;
  color: var(--ink);
}
textarea {
  resize: vertical;
}
input:focus,
select:focus,
textarea:focus {
  outline: 2px solid #a5bfff;
  border-color: var(--blue);
}
.form-status {
  margin: 0;
  font-size: 11px;
  color: #159c89;
}
@keyframes float {
  50% {
    translate: 0 -9px;
  }
}
@media (min-width: 1600px) {
  .hero-inner {
    min-height: 690px;
  }
}
@media (max-width: 1100px) {
  .header {
    gap: 22px;
  }
  .header nav {
    gap: 20px;
  }
  .brand-crop {
    width: 155px;
  }
  .hero-art {
    transform: scale(0.85);
    transform-origin: center;
  }
  .hero h1 {
    font-size: 53px;
  }
  .service-card {
    padding: 24px 18px 18px;
  }
  .service-grid {
    gap: 13px;
  }
  .solution-panel {
    padding: 28px;
  }
  .solution-layout {
    grid-template-columns: 180px 1fr;
  }
  .solution-copy h3 {
    font-size: 22px;
  }
  .section h2 {
    font-size: 28px;
  }
  .header .small {
    gap: 10px;
  }
  .about {
    gap: 45px;
  }
}
@media (max-width: 800px) {
  .header {
    height: 76px;
    gap: 15px;
  }
  .header nav {
    display: none;
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    background: #fff;
    height: auto;
    padding: 20px 6%;
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .header nav.open {
    display: flex;
  }
  .header nav a {
    padding: 16px;
    height: auto;
  }
  .header nav a.active:after {
    display: none;
  }
  .header .small {
    font-size: 11px;
    padding: 10px 13px;
  }
  .menu-toggle {
    display: block;
    background: none;
    color: var(--ink);
    font-size: 24px;
    padding: 3px;
  }
  .brand-crop {
    width: 145px;
  }
  .hero-inner {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .hero-copy {
    padding: 55px 0 10px;
  }
  .hero h1 {
    font-size: 55px;
  }
  .hero-art {
    height: 460px;
    width: 540px;
    justify-self: center;
    transform: scale(0.9);
    margin-top: -10px;
  }
  .hero-bottom > span:last-child {
    display: none;
  }
  .hero-bottom {
    font-size: 9px;
  }
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-head {
    align-items: start;
    flex-direction: column;
    gap: 17px;
  }
  .section-head > p br {
    display: none;
  }
  .service-grid {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }
  .solution-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .solution-tabs {
    flex-direction: row;
    gap: 8px;
  }
  .solution-tabs button {
    padding: 15px 10px;
    gap: 8px;
    flex: 1;
    font-size: 9px;
  }
  .solution-tabs button span {
    font-size: 12px;
  }
  .showcase-grid {
    gap: 18px;
  }
  .case-visual {
    height: 285px;
  }
  .phone {
    left: 30%;
    top: 55px;
    width: 165px;
  }
  .mini-app {
    left: 8%;
    top: 85px;
    width: 105%;
  }
  .case-overline {
    font-size: 7px;
    left: 20px;
  }
  .case-caption h3 {
    font-size: 15px;
  }
  .process-grid {
    gap: 23px;
  }
  .process-grid h3 {
    font-size: 14px;
  }
  .about {
    gap: 30px;
  }
  .about-brand {
    min-height: 280px;
    font-size: 120px;
  }
  .about-values {
    gap: 10px;
    flex-wrap: wrap;
  }
  .cta {
    padding: 35px;
    gap: 24px;
  }
  .cta h2 {
    font-size: 27px;
  }
  .footer-main {
    align-items: start;
    gap: 24px;
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .header .small {
    display: none;
  }
  .brand {
    margin-right: auto;
  }
  .hero h1 {
    font-size: 46px;
  }
  .hero-copy > p {
    font-size: 12px;
  }
  .hero-actions {
    gap: 20px;
  }
  .hero-actions .button {
    font-size: 12px;
    padding: 15px 18px;
    gap: 15px;
  }
  .hero-proof {
    gap: 18px;
    font-size: 10px;
    margin-top: 25px;
  }
  .hero-art {
    transform: scale(0.66);
    margin-top: -60px;
    margin-bottom: -67px;
  }
  .hero-bottom {
    height: 48px;
  }
  .section h2 {
    font-size: 24px;
  }
  .eyebrow {
    font-size: 9px;
    letter-spacing: 1px;
  }
  .service-grid {
    gap: 12px;
  }
  .service-card {
    padding: 20px 15px 15px;
  }
  .service-card h3 {
    font-size: 15px;
    line-height: 1.6;
    min-height: 24px;
  }
  .service-card p {
    font-size: 11px;
  }
  .chips {
    gap: 4px;
    min-height: 45px;
    margin: 17px 0;
  }
  .chips span {
    font-size: 8px;
    align-self: start;
  }
  .card-index {
    right: 17px;
    top: 27px;
    font-size: 10px;
  }
  .service-icon {
    width: 38px;
    height: 38px;
    font-size: 23px;
  }
  .solution-tabs button {
    font-size: 0;
    padding: 15px 7px;
    gap: 0;
    justify-content: center;
  }
  .solution-tabs button span {
    font-size: 12px;
    flex: none;
  }
  .solution-panel {
    grid-template-columns: 1fr;
    padding: 26px;
    gap: 35px;
  }
  .dashboard {
    width: 100%;
    transform: rotate(2deg);
  }
  .showcase-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .case-visual {
    height: 310px;
  }
  .phone {
    left: 45%;
    width: 185px;
  }
  .mini-app {
    width: 88%;
    left: 12%;
  }
  .process-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
  .process-grid article:before {
    left: 50px;
  }
  .about {
    grid-template-columns: 1fr;
  }
  .about-brand {
    min-height: 240px;
  }
  .about-brand small {
    bottom: 30px;
  }
  .cta {
    flex-direction: column;
    align-items: start;
    padding: 30px;
    margin-bottom: 45px;
  }
  .cta h2 {
    font-size: 28px;
  }
  .cta p {
    line-height: 1.9;
  }
  .footer-main strong span {
    display: block;
    margin: 8px 0 0;
  }
  .footer-main > div:last-child {
    gap: 21px;
  }
  .footer-bottom {
    gap: 15px;
    line-height: 1.8;
    flex-wrap: wrap;
  }
  dialog {
    padding: 30px 23px;
  }
  dialog h2 {
    font-size: 22px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}

@media (max-width: 800px) {
  .hero-inner {
    grid-template-columns: minmax(0, 1fr);
  }
}
/* Display the complete supplied mark and live text without offset cropping. */
.header .brand {
  display: flex;
  align-items: center;
  gap: 11px;
  flex-shrink: 0;
}
.brand-logo {
  display: block;
  width: 152px;
  height: 152px;
  object-fit: contain;
}
.brand-name {
  display: block;
  white-space: nowrap;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 750;
  letter-spacing: 2px;
  color: #103eca;
}
.brand-name small {
  display: block;
  font-size: 8px;
  line-height: 1.5;
  letter-spacing: 0.7px;
  margin-top: 4px;
}
.platform-logo {
  display: block;
  width: 230px;
  height: 230px;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.about-brand > img {
  width: 185px;
  height: 180px;
  object-fit: contain;
  mix-blend-mode: multiply;
}
@media (max-width: 1100px) {
  .header {
    gap: 18px;
  }
  .header nav {
    gap: 17px;
  }
  .brand-logo {
    width: 144px;
    height: 144px;
  }
  .brand-name {
    font-size: 23px;
  }
  .brand-name small {
    font-size: 7px;
  }
}
@media (max-width: 480px) {
  .brand-logo {
    width: 143px;
    height: 143px;
  }
  .brand-name {
    font-size: 24px;
  }
  .brand-name small {
    font-size: 7px;
  }
  .header .brand {
    gap: 10px;
  }
}
/* Company profile: restrained editorial layout, without repeated brand artwork. */
.about.section {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 100px;
  align-items: start;
  padding-top: 100px;
  padding-bottom: 100px;
}
.about-intro .eyebrow {
  font-size: 10px;
  letter-spacing: 1.6px;
}
.about-intro h2 {
  font-size: 36px;
  line-height: 1.5;
  letter-spacing: -1px;
  margin: 21px 0 26px;
  color: #172b49;
  font-weight: 650;
}
.about-intro p {
  font-size: 13px;
  line-height: 2.1;
  color: #778292;
  margin: 0 0 17px;
  max-width: 490px;
}
.about-intro p.about-lead {
  font-size: 15px;
  line-height: 2;
  color: #45566e;
}
.about-service-link {
  display: inline-flex;
  gap: 32px;
  align-items: center;
  margin-top: 15px;
  color: #164be8;
  font-size: 12px;
  padding-bottom: 9px;
  border-bottom: 1px solid #c8d6f4;
}
.about-service-link span {
  font-size: 18px;
}
.about-signature {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 39px;
  padding-top: 23px;
  border-top: 1px solid #e6ebf2;
  font-size: 13px;
  font-weight: 600;
  color: #42546d;
}
.about-signature span {
  font-size: 8px;
  letter-spacing: 1.3px;
  color: #9aa5b4;
  font-weight: 400;
}
.about-practice {
  border-top: 2px solid #203b62;
  padding-top: 22px;
}
.about-practice-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  color: #34465f;
  font-size: 13px;
}
.about-practice-heading small {
  font-size: 9px;
  letter-spacing: 1.2px;
  color: #96a0af;
}
.about-practice article {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 17px;
  padding: 24px 0;
  border-bottom: 1px solid #e6ebf2;
}
.practice-number {
  font-size: 11px;
  color: #8296b1;
  padding-top: 4px;
  font-variant-numeric: tabular-nums;
}
.about-practice h3 {
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 10px;
  color: #213a5d;
}
.about-practice p {
  font-size: 12px;
  line-height: 1.9;
  color: #7c8796;
  margin: 0 0 12px;
}
.practice-output {
  font-size: 10px;
  letter-spacing: 0.5px;
  color: #5c7291;
}
@media (max-width: 1100px) {
  .about.section {
    gap: 55px;
  }
  .about-intro h2 {
    font-size: 30px;
  }
}
@media (max-width: 800px) {
  .about.section {
    gap: 35px;
    padding-top: 65px;
    padding-bottom: 65px;
    grid-template-columns: 1fr;
  }
  .about-intro h2 {
    font-size: 30px;
  }
  .about-intro p {
    max-width: 600px;
  }
  .about-signature {
    margin-top: 27px;
  }
  .about-practice {
    padding-top: 20px;
  }
  .about-practice article {
    padding: 22px 0;
  }
}
@media (max-width: 480px) {
  .about-intro h2 {
    font-size: 26px;
  }
  .about-intro p.about-lead {
    font-size: 14px;
  }
  .about-signature {
    gap: 10px;
  }
  .about-signature span {
    font-size: 7px;
  }
  .about-practice article {
    grid-template-columns: 25px 1fr;
    gap: 12px;
  }
}
.about.section.about-reference {
  display: block;
  padding-top: 70px;
  padding-bottom: 60px;
}
.company-section-title {
  text-align: center;
  margin-bottom: 48px;
}
.company-section-title h2 {
  font-size: 30px;
  font-weight: 400;
  margin: 0;
  color: #333;
}
.company-section-title > span {
  display: block;
  width: 45px;
  height: 3px;
  background: #164be8;
  margin: 18px auto 0;
}
.company-reference-grid {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 25px;
}
.company-reference-copy h3 {
  font-size: 25px;
  color: #333;
  font-weight: 400;
  margin: 0 0 10px;
}
.company-english {
  font-size: 17px;
  color: #999;
  margin-bottom: 23px;
}
.company-reference-copy p {
  font-size: 14px;
  line-height: 2.2;
  color: #777;
  margin: 0 0 16px;
}
.company-photo-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 12px;
  margin-top: 28px;
  height: 170px;
}
.company-photo {
  background: linear-gradient(145deg, #eef1f5, #e2e8ef);
  border: 1px solid #e0e5eb;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90px;
  color: #8795a7;
  text-align: center;
}
.company-photo span {
  font-size: 14px;
  letter-spacing: 2px;
}
.company-photo small {
  display: block;
  font-size: 10px;
  letter-spacing: 0;
  color: #a2aebb;
  margin-top: 8px;
}
.company-reference-right {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 12px;
}
.company-reference-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  margin-top: 45px;
  padding: 22px 0;
}
.company-reference-facts > div + div {
  border-left: 1px solid #e5e5e5;
}
.company-reference-facts strong {
  font-weight: 400;
  color: #164be8;
  font-size: 33px;
}
.company-reference-facts p {
  font-size: 12px;
  color: #888;
  margin: 12px 0 0;
}
.header .brand-logo {
  width: 147px;
  height: 147px;
  object-fit: contain;
}
.header .brand {
  gap: 12px;
}
@media (max-width: 800px) {
  .company-reference-grid {
    grid-template-columns: 1fr;
  }
  .company-reference-right {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 110px;
  }
  .company-photo-row {
    height: 135px;
  }
  .company-reference-facts strong {
    font-size: 24px;
  }
  .company-reference-facts p {
    font-size: 10px;
  }
}
@media (max-width: 480px) {
  .about.section.about-reference {
    padding-top: 55px;
    padding-bottom: 40px;
  }
  .company-section-title {
    margin-bottom: 35px;
  }
  .company-section-title h2 {
    font-size: 27px;
  }
  .company-reference-copy h3 {
    font-size: 23px;
  }
  .company-reference-copy p {
    font-size: 13px;
    line-height: 2;
  }
  .company-english {
    font-size: 14px;
  }
  .company-photo-row {
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
    height: 100px;
  }
  .company-reference-grid {
    gap: 7px;
  }
  .company-reference-right {
    gap: 7px;
    grid-template-rows: 100px;
  }
  .company-photo span {
    font-size: 12px;
    letter-spacing: 0;
  }
  .company-photo small {
    font-size: 8px;
  }
  .company-reference-facts {
    grid-template-columns: 1fr 1fr;
    row-gap: 28px;
    margin-top: 22px;
  }
  .company-reference-facts > div:nth-child(3) {
    border-left: 0;
  }
  .header .brand-logo {
    width: 140px;
    height: 140px;
  }
}
