@import url("/portal.css");
:root {
  font-family: "Segoe UI", "Microsoft YaHei", sans-serif;
  color: #203a31;
  background: #f8faf7;
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select {
  font: inherit;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid #6c957c;
  outline-offset: 4px;
}
.site-nav {
  max-width: 1280px;
  padding: 28px 48px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.brand {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: -0.04em;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  background: #244d3e;
  color: #fff;
  border-radius: 10px;
  font-size: 22px;
}
.brand-en {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: #536750;
}
nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 13px;
}
.nav-login {
  padding: 10px 17px;
  border: 1px solid #d4ded6;
  border-radius: 8px;
}
.hero {
  max-width: 1280px;
  margin: auto;
  padding: 78px 48px 66px;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  align-items: center;
  gap: 34px;
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 0.08em;
  color: #536750;
  margin: 0 0 22px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #5b8a6c;
}
h1 {
  font-size: clamp(42px, 4.1vw, 58px);
  line-height: 1.28;
  font-weight: 600;
  letter-spacing: -0.06em;
  margin: 0 0 27px;
}
h1 span {
  color: #5d8066;
}
.hero-description {
  font-size: 15px;
  line-height: 1.95;
  color: #64746a;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 27px;
  margin-top: 30px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  border-radius: 9px;
  padding: 14px 21px;
  font-size: 14px;
  border: 0;
  cursor: pointer;
}
.primary {
  background: #244d3e;
  color: #fff;
}
.primary:hover {
  background: #173e2e;
}
.text-link {
  font-size: 13px;
  display: flex;
  gap: 15px;
  align-items: center;
}
.quiet {
  font-size: 11px;
  color: #536750;
  margin-top: 17px;
}
.workspace-demo {
  background: white;
  border: 1px solid #dbe4da;
  border-radius: 14px;
  box-shadow: 0 24px 70px -25px #25492d30;
  transform: rotate(-1deg);
  overflow: hidden;
}
.demo-title {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 16px;
  border-bottom: 1px solid #e7ece5;
  font-size: 10px;
  color: #536750;
}
.demo-dots {
  color: #c4d0c3;
  font-size: 9px;
  letter-spacing: 2px;
}
.demo-label {
  margin-left: auto;
  font-size: 9px;
}
.demo-body {
  display: grid;
  grid-template-columns: 128px 1fr;
  min-height: 318px;
}
.demo-body aside {
  background: #f3f6f0;
  padding: 20px 13px;
  font-size: 10px;
  color: #536750;
}
.demo-body aside > div {
  margin-top: 13px;
  padding: 8px 6px;
}
.demo-business {
  font-weight: 600;
  color: #435a49;
}
.demo-new {
  border: 1px solid #dfe7d9;
  border-radius: 6px;
}
.demo-subtitle {
  display: block;
  font-size: 9px;
  margin: 30px 0 10px;
  color: #536750;
}
.demo-body .demo-selected {
  background: #e3ebdf;
  border-radius: 6px;
  color: #37583e;
}
.demo-content {
  min-width: 0;
  padding: 18px;
}
.demo-tabs {
  display: flex;
  gap: 22px;
  font-size: 10px;
  border-bottom: 1px solid #ecf0e9;
  padding-bottom: 13px;
  color: #536750;
}
.demo-tabs strong {
  color: #31523e;
  font-weight: 500;
}
.demo-context {
  font-size: 12px;
  margin: 25px 0 15px;
}
.lead-row {
  display: flex;
  align-items: center;
  gap: 9px;
  padding-block: 14px;
  border-bottom: 1px solid #eef1e9;
}
.lead-row strong {
  font-size: 11px;
  font-weight: 600;
}
.lead-row p {
  font-size: 9px;
  color: #536750;
  margin: 4px 0 0;
  line-height: 1.6;
}
.lead-avatar {
  width: 29px;
  height: 29px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  background: #e9eedb;
  border-radius: 8px;
  color: #7b8760;
  font-size: 12px;
}
.lavender {
  background: #eeeaf2;
  color: #9383a1;
}
.tag {
  font-size: 8px;
  padding: 4px 6px;
  border-radius: 4px;
  background: #f2f5ee;
  color: #536750;
  margin-left: auto;
  white-space: nowrap;
}
.demo-note {
  display: flex;
  gap: 6px;
  align-items: center;
  font-size: 9px;
  color: #536750;
  margin-top: 20px;
}
.note-dot {
  width: 4px;
  height: 4px;
  background: #8fa77c;
  border-radius: 50%;
}
.demo-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  border: 1px solid #e1e8dc;
  border-radius: 8px;
  font-size: 10px;
  color: #536750;
  margin-top: 23px;
}
.demo-input span {
  display: grid;
  place-items: center;
  background: #31553e;
  color: white;
  border-radius: 50%;
  width: 21px;
  height: 21px;
}
.principles {
  max-width: 1184px;
  margin: auto;
  border-block: 1px solid #e0e6dc;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 13px 25px;
  gap: 15px;
  font-size: 12px;
  color: #536750;
}
.principles > span {
  color: #b6c1af;
}
.section {
  max-width: 1184px;
  margin: auto;
  padding: 90px 0;
}
h2 {
  font-size: 34px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.045em;
  margin: 0 0 16px;
}
.section-heading > p:last-child {
  color: #536750;
  font-size: 14px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
  margin-top: 42px;
}
.steps article {
  border-top: 1px solid #d8e1d1;
  padding-top: 20px;
}
.step-number {
  font-size: 11px;
  color: #536750;
  font-variant-numeric: tabular-nums;
}
h3 {
  font-size: 17px;
  font-weight: 500;
  margin: 22px 0 12px;
  letter-spacing: -0.02em;
}
.steps p,
.workspace-section p {
  font-size: 14px;
  line-height: 1.9;
  color: #536750;
  max-width: 330px;
}
.workspace-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  border-top: 1px solid #e0e6dc;
}
.feature-list article {
  display: flex;
  align-items: baseline;
  gap: 22px;
  border-bottom: 1px solid #e0e6dc;
  padding: 0 0 16px;
}
.feature-list article:last-child {
  border: 0;
}
.feature-list article > span {
  color: #536750;
  font-size: 11px;
}
.feature-list h3 {
  margin-top: 20px;
}
.feature-list p {
  max-width: none;
  font-size: 13px;
  margin-bottom: 0;
}
.closing {
  text-align: center;
  background: #edf2e8;
  padding: 67px 24px;
}
.closing .eyebrow {
  justify-content: center;
}
.closing h2 {
  margin-bottom: 27px;
}
.closing > p:last-child {
  font-size: 11px;
  color: #536750;
  margin-top: 17px;
}
footer {
  max-width: 1280px;
  margin: auto;
  padding: 30px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
footer :where(p, nav) {
  font-size: 11px;
  color: #536750;
}
@media (max-width: 1250px) {
  .section,
  .principles {
    margin-inline: 48px;
  }
}
@media (max-width: 850px) {
  .site-nav {
    padding: 22px 24px;
  }
  nav {
    gap: 18px;
  }
  .site-nav nav a:not(.nav-login) {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    padding: 48px 24px;
    gap: 44px;
  }
  .hero-copy {
    max-width: 540px;
  }
  .workspace-demo {
    max-width: 600px;
    width: 100%;
    justify-self: center;
    transform: none;
  }
  .section,
  .principles {
    margin-inline: 24px;
  }
  .section {
    padding-block: 55px;
  }
  .steps {
    gap: 24px;
  }
  .workspace-section {
    gap: 30px;
  }
  footer {
    padding: 26px 24px;
    flex-wrap: wrap;
  }
}
@media (max-width: 560px) {
  .brand-en {
    display: none;
  }
  h1 {
    font-size: 43px;
  }
  .desktop-break {
    display: none;
  }
  .demo-body {
    grid-template-columns: 95px 1fr;
  }
  .demo-content {
    padding: 13px;
  }
  .demo-body aside {
    padding: 15px 7px;
    font-size: 9px;
  }
  .lead-row {
    gap: 6px;
  }
  .lead-row .tag {
    display: none;
  }
  .principles {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 20px;
    font-size: 11px;
  }
  .principles > span {
    display: none;
  }
  .steps,
  .workspace-section {
    grid-template-columns: 1fr;
  }
  .steps {
    gap: 20px;
  }
  .steps p {
    max-width: none;
  }
  h2 {
    font-size: 29px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

.icon {
  width: 16px;
  height: 16px;
}
.primary .icon {
  filter: brightness(0) invert(1);
}
.faq {
  border-top: 1px solid #e0e6dc;
}
.faq details {
  border-bottom: 1px solid #d5dfd1;
  padding: 22px 0;
}
.faq summary {
  font-size: 16px;
}
.faq details p {
  max-width: 720px;
  line-height: 1.9;
  color: #536750;
  font-size: 14px;
}
.legal {
  max-width: 760px;
  margin: 50px auto 100px;
  padding: 0 24px;
  line-height: 1.9;
}
.legal h1 {
  font-size: 36px;
}
.legal h2 {
  font-size: 22px;
  margin-top: 32px;
}
