:root {
  --ink: #061b42;
  --text: #365172;
  --muted: #6b7f9c;
  --line: #dbe9fb;
  --blue: #1f6fff;
  --blue-dark: #1459df;
  --green: #16b58d;
  --orange: #ff9028;
  --purple: #7962ee;
  --red: #ef4444;
  --shadow: 0 16px 42px rgba(31, 93, 170, 0.12);
  --soft-shadow: 0 10px 26px rgba(31, 93, 170, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: linear-gradient(180deg, #ffffff 0, #edf6ff 52%, #ffffff 100%);
  font-family: Inter, "Microsoft YaHei", "PingFang SC", system-ui, sans-serif;
  line-height: 1.52;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

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

button {
  font: inherit;
}

.page-shell {
  width: min(1620px, calc(100% - 120px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 62px;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid #e1eaf6;
  backdrop-filter: blur(14px);
}

.header-inner {
  display: grid;
  grid-template-columns: 300px 1fr 128px;
  align-items: center;
  width: min(1748px, calc(100% - 88px));
  height: 100%;
  margin: 0 auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.brand strong {
  color: #10264a;
  font-size: 1.45rem;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}

.logo-cube {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: linear-gradient(135deg, #0f63ff, #61bbff);
  transform: rotate(30deg);
}

.logo-cube::before {
  position: absolute;
  inset: 8px;
  content: "";
  background: #ffffff;
  border-radius: 5px;
}

.logo-cube::after {
  position: absolute;
  right: 3px;
  bottom: 3px;
  width: 14px;
  height: 14px;
  content: "";
  background: #0f63ff;
  border-radius: 4px;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 3vw, 52px);
  color: #152b4d;
  font-size: 0.92rem;
  font-weight: 800;
}

.site-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 62px;
  white-space: nowrap;
}

.site-nav a.active,
.site-nav a:hover {
  color: var(--blue);
}

.site-nav a.active::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  content: "";
  background: var(--blue);
  border-radius: 3px 3px 0 0;
}

.trial-button {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  height: 42px;
  color: #ffffff;
  background: linear-gradient(180deg, #2d7cff, #155ee8);
  border-radius: 7px;
  box-shadow: 0 10px 22px rgba(31, 110, 255, 0.24);
  font-weight: 900;
}

.nav-toggle {
  display: none;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  padding: 0;
  color: var(--ink);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
  border-radius: 999px;
}

.hero-section {
  position: relative;
  overflow: hidden;
  min-height: 274px;
  padding: 12px 0 8px;
  border-bottom: 1px solid #dfeafb;
}

.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(150deg, #ffffff 0%, #f6fbff 45%, #dcecff 100%),
    radial-gradient(circle at 92% 30%, rgba(30, 111, 255, 0.16), transparent 26%);
}

.hero-bg::before {
  position: absolute;
  right: -130px;
  top: -120px;
  width: 720px;
  height: 440px;
  content: "";
  background:
    repeating-linear-gradient(150deg, rgba(30, 111, 255, 0.12) 0 2px, transparent 2px 44px),
    radial-gradient(circle at 70% 42%, rgba(30, 111, 255, 0.14), transparent 56%);
  border-radius: 50%;
}

.spark {
  position: absolute;
  width: 92px;
  height: 92px;
  opacity: 0.58;
  background-image: radial-gradient(#89b9ff 1.5px, transparent 1.5px);
  background-size: 16px 16px;
}

.spark.one {
  left: 47%;
  top: 50%;
}

.spark.two {
  right: 7%;
  top: 20%;
}

.hero-bars {
  position: absolute;
  right: 60px;
  bottom: 34px;
  width: 120px;
  height: 138px;
  border-bottom: 0;
  opacity: 0.36;
}

.hero-bars::before,
.hero-bars::after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 22px;
  background: linear-gradient(180deg, rgba(60, 140, 255, 0.25), rgba(60, 140, 255, 0.8));
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 14px 14px 0 0;
}

.hero-bars::before {
  right: 62px;
  height: 92px;
  box-shadow: 36px -28px 0 rgba(91, 161, 255, 0.38), 72px -58px 0 rgba(91, 161, 255, 0.48);
}

.hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.98fr 1.02fr;
  gap: 30px;
  align-items: center;
}

.hero-copy,
.device-stage {
  min-width: 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 18px;
  color: var(--blue);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid #aaceff;
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(31, 110, 255, 0.08);
  font-size: 0.92rem;
  font-weight: 900;
}

.eyebrow::before {
  width: 16px;
  height: 16px;
  content: "";
  border: 3px solid var(--blue);
  border-radius: 50%;
  background: radial-gradient(circle, var(--blue) 0 22%, transparent 24%);
}

.hero-copy h1 {
  margin: 18px 0 0;
  color: #071a3c;
  font-size: clamp(2.35rem, 2.55vw, 2.95rem);
  line-height: 1.12;
  letter-spacing: 0;
  font-weight: 900;
}

.hero-copy h1 span {
  display: inline;
}

.hero-copy p {
  max-width: 720px;
  margin: 12px 0 0;
  color: #435c7d;
  font-size: 1.03rem;
  font-weight: 700;
}

.mobile-only {
  display: none;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 46px;
  margin-top: 24px;
}

.hero-points span {
  color: #263f61;
  font-weight: 900;
}

.hero-points span::before {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  content: "";
  vertical-align: -4px;
  border: 2px solid var(--blue);
  border-radius: 50%;
  background:
    linear-gradient(135deg, transparent 43%, var(--blue) 44% 56%, transparent 57%) center / 12px 12px no-repeat;
}

.device-stage {
  position: relative;
  height: 250px;
}

.laptop {
  position: absolute;
  right: 118px;
  top: 0;
  width: 540px;
}

.laptop-screen {
  display: grid;
  grid-template-columns: 84px 1fr;
  overflow: hidden;
  height: 226px;
  padding: 7px;
  background: #111722;
  border: 7px solid #080b10;
  border-radius: 14px 14px 5px 5px;
  box-shadow: 0 24px 52px rgba(10, 41, 92, 0.22);
}

.laptop-screen aside {
  display: grid;
  align-content: start;
  gap: 5px;
  padding: 8px 7px;
  color: #b8c7dc;
  background: #152033;
  border-radius: 4px 0 0 4px;
  font-size: 0.52rem;
  font-weight: 800;
}

.laptop-screen aside strong {
  color: #ffffff;
  font-size: 0.55rem;
  line-height: 1.2;
}

.laptop-screen aside span {
  padding: 4px 5px;
  border-radius: 4px;
}

.laptop-screen aside .active {
  color: #ffffff;
  background: var(--blue);
}

.screen-content {
  min-width: 0;
  overflow: hidden;
  padding: 7px 10px 10px;
  background: #f7fbff;
  border-radius: 0 4px 4px 0;
}

.screen-top {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 26px;
}

.screen-top strong {
  margin-right: auto;
  color: #172b4d;
  font-size: 0.66rem;
  font-weight: 900;
}

.screen-top i {
  width: 13px;
  height: 13px;
  border: 2px solid #2b405e;
  border-radius: 50%;
}

.screen-top .avatar {
  width: 22px;
  height: 22px;
  border: 0;
  background:
    radial-gradient(circle at 50% 32%, #ffd2b7 0 27%, transparent 28%),
    radial-gradient(circle at 50% 92%, #2e73f3 0 43%, transparent 44%),
    #e9f2ff;
}

.screen-top span {
  color: #172b4d;
  font-size: 0.58rem;
  font-weight: 900;
}

.mini-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.mini-stats article {
  min-height: 52px;
  padding: 7px 8px;
  background: #ffffff;
  border: 1px solid #e5eef9;
  border-radius: 6px;
}

.mini-stats span,
.mini-stats em {
  display: block;
  color: #6a7d98;
  font-size: 0.5rem;
  font-style: normal;
  font-weight: 800;
}

.mini-stats b {
  display: block;
  color: #0f1e35;
  font-size: 0.82rem;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.mini-stats em {
  color: #10a776;
}

.mini-panels {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr 0.58fr;
  gap: 8px;
  margin-top: 8px;
}

.mini-panels section {
  min-height: 116px;
  padding: 8px;
  background: #ffffff;
  border: 1px solid #e5eef9;
  border-radius: 6px;
}

.mini-panels strong {
  display: block;
  color: #172b4d;
  font-size: 0.58rem;
  font-weight: 900;
}

.line-panel svg {
  width: 100%;
  height: 94px;
}

.line-panel path {
  fill: none;
  stroke: #e8eff8;
}

.line-panel polyline {
  fill: none;
  stroke: #2f7bff;
  stroke-width: 3;
}

.todo-panel ul {
  display: grid;
  gap: 8px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  color: #425a78;
  font-size: 0.54rem;
  font-weight: 800;
}

.todo-panel li::before {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  content: "";
  vertical-align: -3px;
  background: #ff8942;
  border-radius: 5px;
}

.ring-panel {
  display: grid;
  justify-items: center;
}

.ring-panel i {
  width: 52px;
  height: 52px;
  margin-top: 14px;
  border-radius: 50%;
  background:
    radial-gradient(circle, #ffffff 0 60%, transparent 61%),
    conic-gradient(#2f7bff 0 73%, #d8e8ff 73% 100%);
}

.laptop-base {
  width: 600px;
  height: 16px;
  margin-left: -20px;
  background: linear-gradient(180deg, #d4dbe6, #9fa8b7);
  border-radius: 0 0 50% 50%;
}

.phone {
  position: absolute;
  right: 20px;
  top: 54px;
  width: 114px;
  height: 198px;
  padding: 20px 12px 12px;
  background: #ffffff;
  border: 7px solid #0a0d12;
  border-radius: 24px;
  box-shadow: 0 18px 36px rgba(10, 41, 92, 0.24);
}

.phone-top {
  position: absolute;
  top: 8px;
  left: 35px;
  width: 44px;
  height: 7px;
  background: #0a0d12;
  border-radius: 999px;
}

.phone strong,
.phone span,
.phone b,
.phone em {
  display: block;
}

.phone strong {
  font-size: 0.62rem;
}

.phone span {
  margin-top: 14px;
  color: #6a7d98;
  font-size: 0.48rem;
  font-weight: 800;
}

.phone b {
  font-size: 0.82rem;
  line-height: 1.25;
}

.phone em {
  color: #10a776;
  font-size: 0.5rem;
  font-style: normal;
  font-weight: 900;
}

.phone-line {
  height: 34px;
  margin-top: 3px;
  background:
    linear-gradient(160deg, transparent 42%, #2f7bff 43% 47%, transparent 48%) center / 92px 34px no-repeat;
}

.phone-apps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  margin-top: 6px;
}

.phone-apps i {
  height: 15px;
  background: #eaf2ff;
  border-radius: 5px;
}

.phone-bars {
  display: flex;
  align-items: end;
  gap: 5px;
  height: 38px;
  margin-top: 6px;
}

.phone-bars i {
  flex: 1;
  background: linear-gradient(180deg, #2f7bff, #8cbdff);
  border-radius: 3px 3px 0 0;
}

.phone-bars i:nth-child(1) { height: 40%; }
.phone-bars i:nth-child(2) { height: 62%; }
.phone-bars i:nth-child(3) { height: 48%; }
.phone-bars i:nth-child(4) { height: 84%; }

.value-section {
  padding: 8px 0 0;
  background: #ffffff;
}

.value-section h2,
.compare-section h2,
.metric-section h2 {
  position: relative;
  margin: 0;
  color: var(--ink);
  text-align: center;
  font-size: 1.36rem;
  line-height: 1.2;
  font-weight: 900;
}

.value-section h2::before,
.value-section h2::after {
  display: inline-block;
  width: 48px;
  height: 12px;
  margin: 0 18px;
  content: "";
  background:
    linear-gradient(70deg, transparent 0 36%, #b7d4ff 37% 45%, transparent 46% 58%, #b7d4ff 59% 67%, transparent 68% 100%);
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 13px;
  margin-top: 10px;
}

.value-card {
  display: grid;
  grid-template-columns: 58px 1fr;
  grid-template-rows: auto auto 1fr;
  column-gap: 14px;
  height: 174px;
  min-height: 174px;
  padding: 14px 16px;
  background: #ffffff;
  border: 1px solid #d9e8fb;
  border-radius: 12px;
  box-shadow: var(--soft-shadow);
}

.value-card:nth-child(3) {
  border-color: #ffd9aa;
  box-shadow: 0 10px 26px rgba(255, 144, 40, 0.09);
}

.value-icon,
.metric-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 15px;
  background: #eaf2ff;
}

.value-card .value-icon {
  grid-row: 1 / 3;
}

.value-icon::before,
.value-icon::after,
.metric-icon::before,
.metric-icon::after,
.growth-art::before,
.growth-art::after {
  position: absolute;
  content: "";
}

.value-icon.board::before {
  width: 34px;
  height: 30px;
  background: var(--blue);
  border-radius: 7px;
}

.value-icon.board::after {
  width: 22px;
  height: 13px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-28deg);
}

.value-icon.unified {
  background: #e8fbf4;
}

.value-icon.unified::before {
  width: 30px;
  height: 34px;
  background: var(--green);
  border-radius: 7px;
}

.value-icon.unified::after {
  width: 18px;
  height: 3px;
  background: #ffffff;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}

.value-icon.payment {
  background: #fff0e1;
}

.value-icon.payment::before {
  width: 34px;
  height: 38px;
  background: var(--orange);
  clip-path: polygon(50% 0, 88% 14%, 82% 72%, 50% 100%, 18% 72%, 12% 14%);
}

.value-icon.payment::after {
  content: "¥";
  color: #ffffff;
  font-size: 1.28rem;
  font-weight: 900;
}

.value-icon.team {
  background: #efebff;
}

.value-icon.team::before {
  width: 17px;
  height: 17px;
  background: var(--purple);
  border-radius: 50%;
  box-shadow: -17px 9px 0 #a494ff, 17px 9px 0 #8c7cff;
}

.value-icon.team::after {
  bottom: 10px;
  width: 42px;
  height: 18px;
  background: linear-gradient(180deg, #9d8aff, var(--purple));
  border-radius: 18px 18px 7px 7px;
}

.value-icon.rocket::before {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #2f7bff, #74b0ff);
  clip-path: polygon(50% 0, 78% 20%, 68% 64%, 50% 100%, 32% 64%, 22% 20%);
  transform: rotate(38deg);
}

.value-icon.rocket::after {
  left: 13px;
  bottom: 10px;
  width: 18px;
  height: 18px;
  background: #7ec2ff;
  border-radius: 50% 10% 50% 50%;
}

.value-icon.data::before {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: conic-gradient(#2f7bff 0 76%, #d8e8ff 76% 100%);
}

.value-icon.data::after {
  width: 20px;
  height: 20px;
  background: #ffffff;
  border-radius: 50%;
}

.value-card strong {
  display: block;
  grid-column: 2;
  align-self: end;
  margin-top: 2px;
  color: #172b4d;
  font-size: 0.94rem;
  line-height: 1.2;
  font-weight: 900;
}

.value-card p {
  grid-column: 2;
  margin: 5px 0 0;
  color: #5f738e;
  font-size: 0.68rem;
  line-height: 1.32;
  font-weight: 700;
}

.value-card ul {
  grid-column: 1 / -1;
  display: grid;
  gap: 4px;
  margin: 8px 0 0;
  padding: 9px 0 0 18px;
  color: #2068e6;
  border-top: 1px solid #d8e5f8;
  font-size: 0.64rem;
  line-height: 1.25;
  font-weight: 800;
}

.value-card:nth-child(3) ul {
  color: #f08a18;
}

.compare-section {
  padding-top: 8px;
  background: #ffffff;
}

.compare-row {
  display: grid;
  grid-template-columns: 1fr 86px 1.2fr;
  gap: 18px;
  align-items: center;
  margin-top: 6px;
}

.compare-box {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 28px;
  min-height: 78px;
  padding: 23px 70px 12px;
  background: #ffffff;
  border: 1px solid #d6efe9;
  border-radius: 8px;
}

.compare-box strong {
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 900;
}

.compare-box span {
  color: #536a86;
  font-size: 0.82rem;
  font-weight: 800;
}

.compare-box.before {
  background: linear-gradient(180deg, #fff5f5, #ffffff);
  border-color: #ffc5c5;
}

.compare-box.before strong {
  color: #ef1f1f;
}

.compare-box.before span::before {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  content: "";
  vertical-align: -3px;
  background: var(--red);
  clip-path: polygon(50% 0, 100% 90%, 0 90%);
}

.compare-box.after {
  background: linear-gradient(180deg, #f1fffb, #ffffff);
  border-color: #85dacb;
}

.compare-box.after strong {
  color: #0aa37a;
}

.compare-box.after span::before {
  display: inline-grid;
  place-items: center;
  width: 17px;
  height: 17px;
  margin-right: 8px;
  content: "✓";
  color: #ffffff;
  vertical-align: -3px;
  background: var(--green);
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 900;
}

.vs-badge {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin: 0 auto;
  color: var(--blue);
  background: #eaf2ff;
  border-radius: 50%;
  font-size: 1.38rem;
  font-style: italic;
  font-weight: 900;
}

.metric-section {
  padding-top: 6px;
  background: #ffffff;
}

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

.metric-grid article {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 76px;
  padding: 10px 28px;
  background: #ffffff;
  border: 1px solid #d9e8fb;
  border-radius: 8px;
  box-shadow: var(--soft-shadow);
}

.metric-icon {
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  border-radius: 50%;
}

.metric-grid p {
  margin: 0 0 4px;
  color: #536a86;
  font-weight: 800;
}

.metric-grid strong {
  display: block;
  color: var(--blue);
  font-size: 1.95rem;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}

.metric-grid strong i {
  display: inline-block;
  width: 18px;
  height: 28px;
  margin-left: 6px;
  background: var(--blue);
  clip-path: polygon(54% 0, 100% 0, 100% 46%, 72% 46%, 72% 100%, 28% 100%, 28% 46%, 0 46%);
  transform: rotate(38deg);
}

.metric-icon.speed::before {
  width: 34px;
  height: 34px;
  border: 5px solid #2f7bff;
  border-bottom-color: transparent;
  border-radius: 50%;
}

.metric-icon.speed::after {
  width: 18px;
  height: 5px;
  background: #2f7bff;
  border-radius: 999px;
  transform: rotate(-42deg);
  transform-origin: right center;
}

.metric-icon.people::before {
  width: 16px;
  height: 16px;
  background: #2f7bff;
  border-radius: 50%;
  box-shadow: -16px 8px 0 #8ebcff, 16px 8px 0 #75adff;
}

.metric-icon.people::after {
  bottom: 12px;
  width: 42px;
  height: 18px;
  background: linear-gradient(180deg, #7dadff, #2f7bff);
  border-radius: 18px 18px 7px 7px;
}

.metric-icon.shield::before {
  width: 36px;
  height: 42px;
  background: #2f7bff;
  clip-path: polygon(50% 0, 90% 15%, 82% 72%, 50% 100%, 18% 72%, 10% 15%);
}

.metric-icon.shield::after {
  width: 16px;
  height: 10px;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  transform: rotate(-45deg);
}

.metric-icon.clock::before {
  width: 36px;
  height: 36px;
  background: #2f7bff;
  border-radius: 50%;
}

.metric-icon.clock::after {
  width: 12px;
  height: 16px;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  transform: translate(3px, -2px) rotate(-90deg);
}

.trial-banner {
  padding-top: 8px;
  background: #ffffff;
}

.trial-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  min-height: 78px;
  padding: 0 250px 0 140px;
  overflow: hidden;
  color: #ffffff;
  background: linear-gradient(100deg, #1e73ff 0%, #267dff 54%, #63adff 100%);
  border-radius: 9px;
  box-shadow: 0 14px 32px rgba(31, 110, 255, 0.22);
}

.trial-inner h2 {
  margin: 0;
  font-size: 1.65rem;
  line-height: 1.14;
  font-weight: 900;
}

.trial-inner p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 800;
}

.trial-actions {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 28px;
}

.trial-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  height: 42px;
  border-radius: 7px;
  font-weight: 900;
}

.free-btn {
  color: var(--blue);
  background: #ffffff;
}

.consult-btn {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.9);
}

.growth-art {
  position: absolute;
  right: 28px;
  bottom: 0;
  width: 170px;
  height: 82px;
  opacity: 0.82;
}

.growth-art::before {
  right: 10px;
  bottom: 10px;
  width: 11px;
  height: 30px;
  background: #9ed0ff;
  border-radius: 6px 6px 0 0;
  box-shadow: -20px 11px 0 #80bdff, -40px 18px 0 #6babff, -60px 25px 0 #8fd0ff, -80px 32px 0 #b6dcff;
}

.growth-art::after {
  right: 4px;
  bottom: 28px;
  width: 142px;
  height: 44px;
  border-top: 5px solid #d9efff;
  border-right: 5px solid #d9efff;
  border-radius: 0 28px 0 0;
  transform: rotate(-15deg);
}

.site-footer {
  padding: 16px 0 8px;
  background: #ffffff;
  border-top: 1px solid #dfeafb;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.2fr) minmax(380px, 1fr) 92px;
  gap: 72px;
  align-items: start;
}

.footer-brand p,
.footer-col a,
.footer-contact span,
.qr-card p,
.copyright {
  color: #6a7d98;
  font-size: 0.74rem;
  font-weight: 700;
}

.footer-brand p {
  max-width: 300px;
  margin: 10px 0 0;
}

.footer-col,
.footer-contact {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 5px 24px;
}

.footer-col strong,
.footer-contact strong {
  grid-column: 1 / -1;
  margin-bottom: 4px;
  color: #1d3150;
  font-size: 0.84rem;
  font-weight: 900;
}

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

.qr-card {
  display: grid;
  justify-items: center;
  gap: 7px;
}

.qr-code {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  width: 78px;
  height: 78px;
  padding: 8px;
  background: #ffffff;
  border: 1px solid #dfe9f8;
  border-radius: 8px;
}

.qr-code i {
  background: #13294b;
  border-radius: 2px;
}

.qr-code i:nth-child(2),
.qr-code i:nth-child(6),
.qr-code i:nth-child(8) {
  background: #e5eef9;
}

.qr-card p {
  margin: 0;
  text-align: center;
  line-height: 1.35;
}

.copyright {
  margin: 8px 0 0;
  text-align: center;
}

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

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

@media (max-width: 1500px) {
  .page-shell,
  .header-inner {
    width: min(1360px, calc(100% - 52px));
  }

  .value-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .trial-inner {
    padding: 0 170px 0 64px;
  }
}

@media (max-width: 1200px) {
  .header-inner {
    display: flex;
    justify-content: space-between;
    gap: 16px;
  }

  .nav-toggle {
    display: grid;
    place-content: center;
    margin-left: auto;
  }

  .site-nav {
    position: fixed;
    top: 62px;
    right: 20px;
    left: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 10px;
    box-shadow: var(--shadow);
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a {
    min-height: auto;
    padding: 13px 14px;
  }

  .site-nav a.active::after {
    display: none;
  }

  .trial-button {
    display: none;
  }

  .hero-layout,
  .metric-grid {
    grid-template-columns: 1fr;
  }

  .device-stage {
    height: 310px;
  }

  .laptop {
    left: 0;
    right: auto;
  }

  .phone {
    right: 0;
  }

  .compare-row {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 760px) {
  .page-shell,
  .header-inner {
    width: calc(100% - 28px);
  }

  .brand strong {
    font-size: 1.08rem;
  }

  .nav-toggle {
    position: fixed;
    top: 11px;
    right: auto;
    left: min(calc(100vw - 54px), 336px);
    z-index: 70;
    border-color: #b9d2f8;
  }

  .hero-section {
    padding-top: 18px;
  }

  .eyebrow {
    min-height: 34px;
    padding: 0 12px;
    font-size: 0.76rem;
  }

  .hero-copy h1 {
    width: min(100%, calc(100vw - 28px));
    max-width: calc(100vw - 28px);
    font-size: 1.64rem;
  }

  .hero-copy h1 span {
    display: block;
  }

  .hero-copy p {
    width: min(100%, calc(100vw - 28px));
    max-width: calc(100vw - 28px);
    font-size: 0.86rem;
    overflow-wrap: anywhere;
    line-break: anywhere;
    word-break: break-all;
  }

  .mobile-only {
    display: initial;
  }

  .hero-points {
    display: grid;
    gap: 12px;
  }

  .device-stage {
    height: auto;
    margin-top: 24px;
    overflow: hidden;
  }

  .laptop,
  .phone {
    position: relative;
    right: auto;
    bottom: auto;
  }

  .laptop {
    width: 100%;
    max-width: 100%;
  }

  .laptop-screen {
    grid-template-columns: 1fr;
    height: auto;
    max-width: 100%;
  }

  .laptop-screen aside,
  .laptop-base,
  .phone {
    display: none;
  }

  .mini-stats,
  .mini-panels,
  .value-grid,
  .metric-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .value-section h2,
  .compare-section h2,
  .metric-section h2 {
    width: min(100%, calc(100vw - 28px));
    max-width: calc(100vw - 28px);
    font-size: 1.2rem;
    line-height: 1.25;
    overflow-wrap: anywhere;
    line-break: anywhere;
    word-break: break-all;
  }

  .value-section h2::before,
  .value-section h2::after {
    display: none;
  }

  .compare-box {
    grid-template-columns: 1fr;
    padding: 28px 18px 16px;
  }

  .metric-grid article {
    padding: 14px 18px;
  }

  .metric-grid strong {
    font-size: 1.5rem;
  }

  .trial-inner {
    display: grid;
    padding: 22px;
  }

  .trial-inner h2 {
    font-size: 1.35rem;
  }

  .trial-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .trial-actions a {
    width: 100%;
  }

  .growth-art {
    display: none;
  }
}
