/* 品牌基础：暖白背景、墨绿文字与连接主题的荧光绿强调。 */
:root {
  --ink:#153f35;
  --text:#213c34;
  --muted:#738078;
  --paper:#fafbf7;
  --line:#e1e6dd;
  --lime:#c3ee86;
  --soft:#edf2e9;
  --radius:18px
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:100px
}
body {
  margin:0;
  background:var(--paper);
  color:var(--text);
  font-family:Inter,"Helvetica Neue",Arial,"PingFang SC","Microsoft YaHei",sans-serif;
  -webkit-font-smoothing:antialiased
}
button,input,textarea,select {
  font:inherit
}
button,a,input,select,textarea {
  -webkit-tap-highlight-color:transparent
}
button,a {
  touch-action:manipulation
}
a {
  color:inherit;
  text-decoration:none
}
button {
  cursor:pointer
}
button:disabled {
  cursor:default
}
button {
  color:inherit
}
button:focus-visible,a:focus-visible,summary:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,[tabindex]:focus-visible {
  outline:3px solid #58963d;
  outline-offset:4px
}
button {
  border:0
}
p {
  line-height:1.9
}
h1,h2,h3,p {
  margin-top:0
}
h2 {
  font-size:clamp(30px,3.1vw,44px);
  line-height:1.4;
  letter-spacing:-1.5px;
  font-weight:650;
  margin-bottom:0
}
h3 {
  font-weight:650
}
img {
  max-width:100%
}
.container {
  width:min(1220px,calc(100% - 96px));
  margin:auto
}
.header {
  height:91px;
  border-bottom:1px solid var(--line);
  background:rgba(250,251,247,.95);
  position:sticky;
  top:0;
  z-index:20;
  backdrop-filter:blur(14px)
}
.nav-wrap {
  height:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px
}
.brand {
  display:flex;
  align-items:center;
  gap:11px;
  flex-shrink:0
}
.brand>span {
  font-size:22px;
  font-weight:750;
  letter-spacing:1px
}
.brand small {
  display:block;
  font-size:8px;
  letter-spacing:1.25px;
  font-weight:650;
  margin-top:4px
}
.header nav {
  display:flex;
  gap:30px;
  align-items:center
}
.header nav a {
  font-size:13px;
  white-space:nowrap
}
.header nav a:hover,.footer-links a:hover {
  color:#52873a
}
.nav-actions {
  display:flex;
  align-items:center;
  gap:23px
}
.language {
  display:flex;
  gap:6px;
  font-size:13px;
  align-items:center
}
.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:32px;
  padding:17px 23px;
  border-radius:7px;
  font-size:14px;
  font-weight:600;
  transition:transform .2s,background .2s;
  border:1px solid transparent;
  line-height:1.5
}
.button:hover {
  transform:translateY(-2px)
}
.button.dark {
  background:var(--ink);
  color:#fff
}
.button.dark:hover {
  background:#255447
}
.button.small {
  font-size:12px;
  padding:12px 16px;
  gap:18px
}
.button.lime {
  background:var(--lime);
  color:var(--ink)
}
.button.full {
  width:100%;
  margin-top:16px
}
.menu-toggle {
  display:none;
  background:transparent;
  font-size:25px
}
.eyebrow {
  font-size:10px;
  font-weight:650;
  letter-spacing:1.8px;
  display:block;
  line-height:1.7;
  color:#657a65;
  margin-bottom:23px
}
.live-dot {
  display:inline-block;
  width:7px;
  height:7px;
  border-radius:50%;
  background:#66a15f;
  vertical-align:middle;
  margin-right:5px;
  box-shadow:0 0 0 3px #72ad6220
}
.hero {
  position:relative;
  overflow:hidden
}
.hero-grid {
  display:grid;
  grid-template-columns:1fr 1.06fr;
  align-items:center;
  min-height:695px;
  gap:32px
}
.hero-copy {
  padding:68px 0 61px;
  position:relative;
  z-index:2
}
.hero-copy .eyebrow {
  letter-spacing:2.5px;
  font-size:11px
}
.hero h1 {
  font-size:clamp(54px,5.4vw,76px);
  line-height:1.23;
  font-weight:650;
  letter-spacing:-3px;
  margin:0 0 25px
}
.hero h1 span {
  position:relative;
  z-index:0
}
.hero h1 span:after {
  content:"";
  position:absolute;
  left:1px;
  right:-9px;
  bottom:7px;
  height:17px;
  background:var(--lime);
  z-index:-1;
  transform:rotate(-1.5deg)
}
.hero-copy p {
  font-size:15px;
  color:#748074;
  line-height:1.95;
  margin-bottom:30px
}
.hero-actions {
  display:flex;
  align-items:center;
  gap:29px
}
.text-link {
  display:inline-flex;
  gap:14px;
  align-items:center;
  font-size:13px;
  font-weight:600
}
.text-link:hover {
  color:#5b873c
}
.hero-proof {
  margin-top:40px;
  display:flex;
  gap:22px;
  align-items:center;
  font-size:11px;
  color:#7a857b
}
.hero-proof b {
  font-size:22px;
  color:var(--ink);
  margin-right:7px;
  font-weight:500
}
.hero-proof i {
  height:22px;
  width:1px;
  background:#dbe2d4
}
.hero-art {
  height:555px;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  isolation:isolate
}
.hero-art:before {
  content:"";
  position:absolute;
  inset:28px -35px;
  background:radial-gradient(ellipse,#dcedc5aa 0,#eaf2de60 40%,transparent 68%);
  z-index:-2
}
.orbit {
  position:absolute;
  border:1px solid #dce5d4;
  border-radius:50%;
  z-index:-1;
  transform:rotate(-25deg)
}
.orbit-one {
  width:570px;
  height:430px
}
.orbit-two {
  width:490px;
  height:590px
}
.orbit-three {
  width:350px;
  height:590px;
  transform:rotate(38deg);
  border-style:dashed
}
.art-cross {
  position:absolute;
  color:#a6b49a;
  font-size:21px;
  font-weight:300
}
.c1 {
  left:8px;
  top:103px
}
.c2 {
  right:21px;
  bottom:108px
}
.float-channel {
  position:absolute;
  background:white;
  border:1px solid #e6ebdf;
  padding:11px 15px;
  border-radius:13px;
  box-shadow:0 7px 15px #183b2210;
  display:flex;
  gap:9px;
  align-items:center;
  font-size:12px;
  font-weight:600;
  z-index:2
}
.fc1 {
  top:30px;
  left:47px;
  transform:rotate(-8deg)
}
.fc2 {
  top:67px;
  right:-10px;
  transform:rotate(8deg)
}
.fc3 {
  bottom:91px;
  left:-21px;
  transform:rotate(-9deg)
}
.fc4 {
  bottom:47px;
  right:32px;
  transform:rotate(7deg)
}
.im-icon {
  display:inline-flex;
  width:31px;
  height:31px;
  border-radius:50%;
  background:var(--im);
  color:#fff;
  align-items:center;
  justify-content:center;
  font-size:13px;
  line-height:1;
  font-weight:750;
  flex-shrink:0;
  font-family:Arial,sans-serif;
  letter-spacing:-.5px
}
.im-icon.kakao {
  color:#322f21
}
.im-icon.facebook {
  font-size:26px;
  padding-top:7px
}
.im-icon.line {
  font-size:9px
}
.im-icon.telegram {
  font-size:26px
}
.im-icon.wechat {
  font-family:sans-serif;
  font-size:17px
}
.im-icon.vk {
  font-size:15px
}
.mini-app {
  width:420px;
  position:relative;
  background:#fff;
  border:1px solid #dce3d6;
  border-radius:15px;
  box-shadow:0 28px 50px #17391f12,0 3px 9px #17391f06;
  transform:rotate(-3deg);
  overflow:hidden;
  z-index:1
}
.mini-title {
  height:53px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:0 17px;
  border-bottom:1px solid #eaf0e5;
  font-size:11px
}
.mini-title>span {
  margin-left:auto;
  color:#9ca69a;
  letter-spacing:3px
}
.mini-body {
  display:flex
}
.mini-sidebar {
  width:53px;
  flex-shrink:0;
  border-right:1px solid #edf0e9;
  display:flex;
  align-items:center;
  flex-direction:column;
  gap:18px;
  padding:19px 0 10px;
  color:#8e9c89;
  font-size:16px;
  background:#fcfdf9
}
.mini-sidebar>span {
  width:29px;
  height:29px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:6px
}
.mini-selected {
  background:#e6efd9;
  color:var(--ink)
}
.mini-sidebar .mini-avatar {
  margin-top:auto;
  background:#e2ecda;
  font-size:10px
}
.mini-content {
  flex:1;
  padding:20px 17px 13px
}
.mini-heading {
  display:flex;
  align-items:center;
  gap:8px;
  margin-bottom:12px
}
.mini-heading h3 {
  font-size:15px;
  margin:0
}
.count {
  font-size:10px;
  background:#e8eedd;
  border-radius:4px;
  padding:2px 5px
}
.demo-label {
  margin-left:auto;
  color:#658269;
  font-size:8px;
  letter-spacing:.7px;
  background:#f0f5e9;
  border-radius:4px;
  padding:5px 7px;
  white-space:nowrap
}
.mini-filter {
  font-size:9px;
  color:#8c9786;
  border:1px solid #ecf0e6;
  border-radius:5px;
  padding:8px 10px;
  margin-bottom:12px
}
.mini-filter span {
  float:right
}
.mini-person {
  display:flex;
  gap:9px;
  padding:12px 7px;
  align-items:center;
  border-bottom:1px solid #f0f2ec
}
.mini-person.selected {
  background:#f2f7ea;
  border-radius:7px
}
.mini-person .im-icon {
  width:30px;
  height:30px;
  font-size:11px
}
.mini-person .im-icon.line {
  font-size:8px
}
.mini-person .im-icon.telegram {
  font-size:24px
}
.mini-person>div {
  flex:1;
  min-width:0
}
.mini-person strong {
  display:block;
  font-size:10px;
  font-weight:650
}
.mini-person time {
  float:right;
  font-size:8px;
  font-weight:400;
  color:#9aa591
}
.mini-person p {
  font-size:9px;
  white-space:nowrap;
  line-height:1.4;
  margin:5px 0 0;
  color:#8c9786
}
.mini-person>i {
  width:5px;
  height:5px;
  background:#8bb36d;
  border-radius:50%
}
.mini-bottom {
  font-size:9px;
  color:#7d8f75;
  border-top:1px solid #e9eee2;
  padding:12px 16px;
  display:flex;
  align-items:center;
  gap:3px
}
.mini-bottom>span:last-child {
  margin-left:auto
}
.mini-bottom .live-dot {
  width:5px;
  height:5px
}
.floating-message {
  position:absolute;
  display:flex;
  align-items:center;
  gap:11px;
  background:#fff;
  box-shadow:0 10px 30px #26402213;
  border:1px solid #e4ecd9;
  border-radius:11px;
  padding:15px 17px;
  bottom:87px;
  right:-7px;
  z-index:3;
  transform:rotate(3deg)
}
.floating-message b {
  display:block;
  font-size:11px;
  margin-bottom:6px
}
.floating-message small {
  font-size:9px;
  color:#8c9786
}
.spark {
  font-size:29px;
  color:#62944b
}
.check {
  display:flex;
  align-items:center;
  justify-content:center;
  width:22px;
  height:22px;
  background:#edf5e5;
  border-radius:50%;
  font-size:12px;
  color:#75995b
}
.art-caption {
  position:absolute;
  bottom:8px;
  left:68px;
  right:36px;
  font-size:8px;
  letter-spacing:2px;
  color:#9ca890
}
.art-caption>span {
  float:right
}
.channel-ribbon {
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  background:#f4f7ef
}
.ribbon-inner {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  min-height:92px
}
.ribbon-item {
  display:flex;
  gap:9px;
  align-items:center;
  font-size:13px;
  font-weight:650;
  white-space:nowrap;
  color:#405243
}
.ribbon-item .im-icon {
  width:25px;
  height:25px;
  font-size:10px;
  filter:grayscale(1);
  opacity:.7
}
.ribbon-item .im-icon.facebook {
  font-size:21px
}
.ribbon-item .im-icon.telegram {
  font-size:20px
}
.ribbon-item .im-icon.line {
  font-size:7px
}
.section {
  padding:99px 0
}
.section-heading {
  display:flex;
  justify-content:space-between;
  gap:40px;
  align-items:flex-end;
  margin-bottom:43px
}
.section-heading .eyebrow {
  margin-bottom:15px
}
.section-heading>p {
  font-size:13px;
  line-height:1.9;
  color:var(--muted);
  margin-bottom:5px;
  max-width:400px
}
.feature-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:21px
}
.feature-card {
  padding:28px;
  border:1px solid var(--line);
  background:#fff;
  border-radius:12px;
  position:relative
}
.feature-icon {
  display:flex;
  width:42px;
  height:42px;
  background:#edf3e5;
  border-radius:10px;
  align-items:center;
  justify-content:center;
  font-size:22px;
  margin-bottom:24px
}
.feature-no {
  position:absolute;
  right:26px;
  top:40px;
  font-size:8px;
  letter-spacing:1.5px;
  color:#96a08f
}
.feature-card h3 {
  font-size:19px;
  letter-spacing:-.5px;
  margin-bottom:13px
}
.feature-card p {
  font-size:13px;
  color:var(--muted);
  line-height:1.9;
  min-height:75px;
  margin-bottom:28px
}
.feature-bottom {
  display:flex;
  align-items:center;
  gap:7px;
  min-height:31px;
  border-top:1px solid #eef1e8;
  padding-top:20px;
  font-size:8px;
  white-space:nowrap
}
.feature-bottom>span:not(.avatar):not(.assign-label) {
  border:1px solid #e8eddf;
  padding:5px;
  border-radius:5px
}
.feature-bottom>span.green-tag {
  background:#e6f0d7;
  color:#4d6b39
}
.avatar {
  width:34px;
  height:34px;
  background:#e2ecd8;
  border-radius:50%;
  font-size:10px;
  display:inline-flex;
  justify-content:center;
  align-items:center;
  font-weight:700;
  flex-shrink:0;
  color:#4a6144
}
.avatar.tiny {
  width:27px;
  height:27px;
  font-size:8px;
  margin-right:-13px;
  border:2px solid #fff
}
.avatar.lilac {
  background:#e9e4f2;
  color:#6e618d
}
.avatar.peach {
  background:#f4e3d1;
  color:#947857
}
.assign-label {
  margin-left:15px;
  font-size:9px;
  color:#7d8b75
}
.language-tags {
  gap:12px
}
.workspace-section {
  background:#edf2e8
}
.workspace {
  border:1px solid #dce3d3;
  background:#fff;
  display:grid;
  grid-template-columns:190px 270px 1fr;
  border-radius:13px;
  overflow:hidden;
  box-shadow:0 18px 38px #233e2010;
  min-height:600px
}
.workspace-sidebar {
  background:#f8faf4;
  border-right:1px solid #e7ece1;
  padding:23px 14px;
  display:flex;
  flex-direction:column
}
.workspace-brand {
  display:flex;
  gap:9px;
  align-items:center;
  font-size:13px;
  padding-left:7px;
  margin-bottom:24px
}
.sidebar-label {
  font-size:8px;
  letter-spacing:1.1px;
  color:#96a38d;
  margin:0 10px 13px
}
.all-inbox {
  display:flex;
  align-items:center;
  gap:9px;
  font-size:11px;
  border-radius:5px;
  background:#e8f0db;
  padding:12px 10px;
  margin-bottom:24px;
  color:#4d6941
}
.all-inbox>span {
  margin-left:auto;
  font-size:9px
}
.demo-channels {
  display:flex;
  flex-direction:column;
  gap:3px
}
.demo-channel {
  background:transparent;
  display:flex;
  align-items:center;
  gap:10px;
  text-align:left;
  padding:8px 10px;
  border-radius:6px;
  font-size:10px
}
.demo-channel .im-icon {
  width:20px;
  height:20px;
  font-size:8px
}
.demo-channel .im-icon.line {
  font-size:6px
}
.demo-channel .im-icon.facebook {
  font-size:18px;
  padding-top:4px
}
.demo-channel .im-icon.telegram {
  font-size:17px
}
.demo-channel:hover,.demo-channel.active {
  background:#eaf0e1
}
.demo-channel.active {
  box-shadow:inset 2px 0 #79a958
}
.agent {
  display:flex;
  gap:9px;
  margin-top:auto;
  padding:22px 5px 0
}
.agent b {
  font-size:10px
}
.agent small {
  display:block;
  font-size:8px;
  color:#8a9980;
  margin-top:5px
}
.agent .live-dot {
  width:4px;
  height:4px;
  box-shadow:none;
  margin-right:2px
}
.conversation-list {
  border-right:1px solid #e6eae0;
  padding:25px 17px;
  position:relative
}
.list-title {
  display:flex;
  justify-content:space-between;
  font-size:14px
}
.list-search {
  font-size:14px;
  display:flex;
  gap:8px;
  color:#9da795;
  border:1px solid #e9eee1;
  border-radius:5px;
  padding:9px;
  margin:19px 0
}
.list-search>span {
  font-size:10px
}
.conversation-item {
  padding:14px 11px;
  border-radius:7px;
  display:flex;
  gap:9px;
  margin-bottom:8px;
  align-items:center
}
.conversation-item.selected {
  background:#eef5e6;
  border:1px solid #e3edda
}
.conversation-item>div {
  flex:1;
  min-width:0
}
.conversation-item strong {
  font-size:11px;
  display:block
}
.conversation-item p {
  font-size:9px;
  color:#86957b;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  margin:7px 0;
  line-height:1.3
}
.conversation-item small {
  font-size:8px;
  color:#91a185
}
.conversation-item>div>strong>small {
  float:right;
  font-weight:400;
  font-size:8px
}
.list-note {
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:12px;
  text-align:center;
  margin-top:46px;
  font-size:10px;
  color:#9aa78f
}
.list-note>span {
  display:flex;
  border:1px dashed #d2dfc9;
  width:44px;
  height:44px;
  border-radius:50%;
  align-items:center;
  justify-content:center;
  color:#9aae8b;
  font-size:20px
}
.chat-panel {
  min-width:0;
  display:flex;
  flex-direction:column;
  height:650px
}
.chat-top {
  display:flex;
  align-items:center;
  gap:10px;
  padding:20px 23px;
  border-bottom:1px solid #e7ece2;
  min-height:77px
}
.chat-top b {
  font-size:12px
}
.chat-top small {
  display:block;
  font-size:9px;
  color:#8c9a82;
  margin-top:6px
}
.chat-scroll {
  background:#fff;
  flex:1;
  min-height:0;
  overflow:auto;
  padding:20px 27px
}
.chat-date {
  text-align:center;
  color:#a2aa9c;
  font-size:8px;
  letter-spacing:1px;
  margin-bottom:28px
}
.bubble {
  max-width:83%;
  border-radius:9px 9px 9px 0;
  background:#f1f3ed;
  padding:14px 16px;
  font-size:12px;
  line-height:1.8;
  color:#44573d;
  overflow-wrap:anywhere
}
.bubble.outgoing {
  margin-left:auto;
  background:#e3eed8;
  border-radius:9px 9px 0 9px;
  margin-top:22px
}
.message-time {
  font-size:8px;
  color:#9ba991;
  margin:7px 0 15px
}
.message-time.right {
  text-align:right
}
.translation {
  font-size:10px;
  color:#7d956c;
  border-top:1px solid #dce5d3;
  padding-top:8px;
  margin-top:9px
}
.internal-note {
  padding:10px 13px;
  background:#fff8e7;
  border:1px solid #f3eacb;
  border-radius:6px;
  font-size:10px;
  color:#9c8c61;
  line-height:1.8;
  margin:23px 0
}
.chat-compose {
  padding:15px 22px;
  border-top:1px solid #e8ede1
}
.compose-label {
  font-size:10px;
  display:flex;
  gap:7px;
  align-items:center;
  color:#637556
}
.compose-label small {
  margin-left:auto;
  font-size:8px;
  color:#a0ad96
}
.chat-compose textarea {
  border:0;
  resize:none;
  padding:16px 0 10px;
  outline-offset:1px;
  font-size:11px;
  width:100%;
  line-height:1.6;
  color:var(--text);
  background:transparent
}
.chat-compose textarea::placeholder {
  color:#a0ab97
}
.compose-footer {
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-size:13px;
  color:#94a184
}
.compose-hint {
  font-size:8px
}
.send {
  background:var(--ink);
  color:white;
  padding:9px 16px;
  border-radius:5px;
  font-size:10px
}
.workspace-foot {
  text-align:center;
  font-size:10px;
  color:#7e8e72;
  margin:20px 0 0
}
.channel-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:15px
}
.channel-card {
  background:white;
  border:1px solid var(--line);
  border-radius:10px;
  text-align:left;
  padding:25px;
  display:grid;
  grid-template-columns:44px 1fr 20px;
  grid-template-rows:auto auto;
  column-gap:15px;
  position:relative;
  transition:transform .2s,border-color .2s
}
.channel-card:hover {
  border-color:#94b779;
  transform:translateY(-3px)
}
.channel-card .im-icon {
  grid-row:1/3;
  width:43px;
  height:43px;
  font-size:16px
}
.channel-card .im-icon.line {
  font-size:11px
}
.channel-card .im-icon.facebook {
  font-size:36px
}
.channel-card .im-icon.telegram {
  font-size:35px
}
.channel-card strong {
  font-size:15px;
  font-weight:600;
  padding:2px 0 6px
}
.channel-card small {
  grid-column:2;
  font-size:10px;
  color:#92a085
}
.card-arrow {
  grid-row:1/3;
  grid-column:3;
  color:#92a184;
  align-self:center;
  font-size:17px
}
.channel-note {
  display:flex;
  gap:10px;
  align-items:flex-start;
  margin-top:22px;
  color:#839079
}
.channel-note p {
  font-size:10px;
  line-height:1.8;
  margin:0
}
.solutions-section {
  padding-top:17px
}
.solution-tabs {
  display:flex;
  background:#edf1e7;
  padding:5px;
  border-radius:7px;
  gap:3px
}
.solution-tabs button {
  padding:11px 18px;
  font-size:12px;
  white-space:nowrap;
  border-radius:5px;
  background:transparent;
  color:#7c8a73
}
.solution-tabs button[aria-selected=true] {
  background:#fff;
  color:var(--ink);
  box-shadow:0 2px 5px #25411c0a
}
.solution-panel {
  background:#f0f4e9;
  border:1px solid #e3eada;
  border-radius:15px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:80px;
  padding:55px
}
.solution-kicker {
  font-size:9px;
  letter-spacing:2px;
  color:#859376
}
.solution-story h3 {
  font-size:30px;
  line-height:1.45;
  letter-spacing:-1px;
  margin:15px 0
}
.solution-story>p {
  font-size:13px;
  color:#7f8d73
}
.solution-story ul {
  list-style:none;
  padding:0;
  margin:24px 0 30px
}
.solution-story li {
  font-size:12px;
  margin:15px 0;
  color:#5e7250
}
.solution-story li:before {
  content:"✓";
  padding-right:10px;
  color:#73a54d
}
.journey {
  background:white;
  border:1px solid #e1e8d8;
  border-radius:12px;
  padding:22px;
  box-shadow:0 8px 20px #31412106;
  align-self:center
}
.journey-head {
  display:flex;
  align-items:center;
  font-size:11px;
  border-bottom:1px solid #e9eedd;
  padding-bottom:17px
}
.journey-head>span:last-child {
  margin-left:auto;
  font-size:7px;
  letter-spacing:1.5px;
  color:#a0ad94
}
.journey-step {
  display:flex;
  gap:13px;
  align-items:center;
  position:relative;
  padding:14px 0
}
.journey-step+.journey-step:before {
  content:"";
  position:absolute;
  top:-10px;
  left:15px;
  border-left:1px dashed #cedbc2;
  height:23px
}
.journey-step>span {
  background:#eef3e5;
  width:33px;
  height:33px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:9px;
  font-size:10px;
  z-index:1
}
.journey-step b {
  display:block;
  font-size:11px;
  margin-bottom:5px
}
.journey-step small {
  font-size:9px;
  color:#93a087
}
.journey-result {
  border-top:1px solid #e7eddc;
  padding-top:18px;
  margin-top:8px;
  display:flex;
  align-items:center;
  gap:10px
}
.journey-result>span {
  font-size:15px;
  color:#78a653
}
.journey-result b {
  font-size:10px
}
.journey-result small {
  display:block;
  font-size:8px;
  color:#91a184;
  margin-top:5px
}
.guides-section {
  background:#f4f6f0;
  border-block:1px solid var(--line)
}
.guide-layout {
  display:grid;
  grid-template-columns:1.1fr .8fr;
  gap:115px;
  align-items:center
}
.guide-layout h2 {
  margin-bottom:26px
}
.guide-layout>div>p {
  font-size:13px;
  color:#7d8d72;
  line-height:2
}
.guide-checks {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:19px;
  font-size:12px;
  color:#687d58;
  margin:28px 0
}
.guide-layout .fine {
  font-size:10px;
  max-width:440px;
  line-height:1.9;
  margin-top:25px;
  color:#919f87
}
.guide-box {
  background:#fff;
  border:1px solid #dfe7d5;
  padding:30px;
  border-radius:13px;
  box-shadow:0 13px 25px #23451c06
}
.guide-box-head {
  display:flex;
  justify-content:space-between;
  color:#96a487;
  font-size:8px;
  letter-spacing:1.5px;
  border-bottom:1px solid #e9eedd;
  padding-bottom:21px;
  margin-bottom:22px
}
.guide-box label {
  font-size:13px;
  font-weight:600;
  display:block;
  margin-bottom:14px
}
select,input,textarea {
  border:1px solid #dce5d2;
  border-radius:6px;
  background:#fff;
  color:var(--ink);
  padding:12px 13px
}
select {
  width:100%;
  font-size:13px
}
.guide-step {
  display:flex;
  gap:15px;
  align-items:flex-start;
  margin:21px 0
}
.step-num {
  font-size:10px;
  background:#eff4e8;
  color:#81a062;
  width:25px;
  height:25px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  flex-shrink:0
}
.guide-step b {
  font-size:12px;
  display:block;
  margin-bottom:6px
}
.guide-step p {
  font-size:11px;
  line-height:1.8;
  color:#8d9b81;
  margin:0
}
.faq-layout {
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:90px
}
.faqs details {
  border-bottom:1px solid #dfe6d8;
  padding:22px 0
}
.faqs details:first-child {
  padding-top:0
}
.faqs summary {
  list-style:none;
  cursor:pointer;
  display:flex;
  justify-content:space-between;
  gap:20px;
  font-size:14px;
  font-weight:550;
  line-height:1.8
}
.faqs summary::-webkit-details-marker {
  display:none
}
.faqs summary>span {
  font-size:20px;
  color:#8a9e79;
  font-weight:400;
  flex-shrink:0
}
.faqs details[open] summary>span {
  transform:rotate(45deg)
}
.faqs details p {
  font-size:12px;
  color:#7b8c71;
  margin:15px 24px 0 0;
  line-height:1.9
}
.contact-section {
  position:relative;
  background:var(--ink);
  color:white;
  overflow:hidden
}
.contact-inner {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:40px;
  padding-top:74px;
  padding-bottom:74px;
  position:relative;
  z-index:1
}
.contact-inner .eyebrow {
  color:#acc59b;
  font-size:9px
}
.contact-inner h2 {
  font-size:44px;
  color:#f3f6ed;
  letter-spacing:-1px;
  line-height:1.4
}
.contact-inner p {
  font-size:12px;
  color:#b1c5a5;
  margin:23px 0 0
}
.contact-inner .button {
  padding:19px 27px;
  flex-shrink:0
}
.contact-orbit {
  width:530px;
  height:530px;
  border:1px solid #ffffff10;
  border-radius:50%;
  position:absolute;
  right:-50px;
  top:-100px
}
.contact-orbit:before,.contact-orbit:after {
  content:"";
  position:absolute;
  border:1px solid #ffffff10;
  border-radius:50%;
  inset:50px
}
.contact-orbit:after {
  inset:110px
}
footer {
  background:#f7f9f3
}
.footer-main {
  padding-top:48px;
  padding-bottom:40px;
  display:flex;
  justify-content:space-between;
  align-items:center
}
.footer-main .brand>span {
  font-size:20px
}
.footer-main .brand small {
  font-size:7px;
  letter-spacing:1px
}
.footer-links {
  display:flex;
  gap:27px;
  align-items:center;
  font-size:12px;
  color:#6c7f60
}
.footer-links button {
  font-size:12px;
  background:transparent;
  padding:0
}
.footer-bottom {
  display:flex;
  justify-content:space-between;
  border-top:1px solid #e0e7d8;
  padding-top:23px;
  padding-bottom:23px;
  font-size:9px;
  color:#90a082;
  letter-spacing:.2px
}
.skip {
  position:fixed;
  left:20px;
  top:-100px;
  z-index:100;
  background:var(--ink);
  color:#fff;
  padding:12px;
  border-radius:5px
}
.skip:focus {
  top:10px
}
.sr-only {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0
}
dialog {
  color:var(--text);
  border:1px solid var(--line);
  border-radius:16px;
  padding:38px;
  width:min(570px,calc(100% - 32px));
  max-height:85vh;
  box-shadow:0 30px 100px #10241935
}
dialog::backdrop {
  background:#122b245c;
  backdrop-filter:blur(5px)
}
dialog h2 {
  font-size:28px;
  margin-bottom:20px;
  padding-right:24px
}
dialog>.eyebrow {
  font-size:9px;
  margin-bottom:13px
}
dialog p {
  font-size:13px;
  color:#7b8d6f
}
dialog .dialog-close {
  position:absolute;
  right:18px;
  top:14px;
  background:#edf2e7;
  width:32px;
  height:32px;
  border-radius:50%;
  font-size:23px;
  color:#6f815f
}
dialog label,dialog legend {
  display:block;
  font-size:12px;
  font-weight:600;
  margin:17px 0 8px
}
dialog input:not([type=checkbox]),dialog textarea,dialog select {
  width:100%;
  font-size:12px
}
dialog fieldset {
  border:0;
  padding:0;
  margin:0
}
dialog legend {
  padding:0
}
.brief-channels {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px
}
.brief-channels label {
  display:flex;
  gap:7px;
  align-items:center;
  font-size:10px;
  font-weight:400;
  margin:0;
  padding:8px 6px;
  background:#f1f5eb;
  border-radius:5px
}
.brief-channels input {
  accent-color:var(--ink);
  margin:0
}
.form-status {
  min-height:18px;
  font-size:12px;
  color:#597b45!important;
  margin:12px 0 0
}
.guide-detailed-step {
  padding:17px 0;
  border-bottom:1px solid #e7ecdf
}
.guide-detailed-step h3 {
  font-size:15px;
  margin:0 0 8px
}
.guide-detailed-step p {
  margin:0;
  font-size:12px
}
.guide-note {
  font-size:11px;
  background:#f0f4e9;
  padding:15px;
  border-radius:7px;
  margin-top:18px
}
.guide-date {
  font-size:10px;
  color:#8b9a7e;
  margin-top:12px
}
body.modal-open {
  overflow:hidden
}
body[data-lang=en] .brand>span {
  font-size:17px;
  letter-spacing:-.5px
}
body[data-lang=en] .brand small {
  font-size:6px;
  letter-spacing:1.6px
}
body[data-lang=en] .header nav {
  gap:20px
}
body[data-lang=en] .hero h1 {
  font-size:clamp(48px,5vw,70px);
  line-height:1.13;
  letter-spacing:-3.5px
}
body[data-lang=en] .hero .eyebrow {
  font-size:9px;
  letter-spacing:1.6px
}
body[data-lang=en] .feature-card h3 {
  font-size:18px
}
body[data-lang=en] .feature-card p {
  min-height:100px
}
body[data-lang=en] .assign-label {
  font-size:8px
}
body[data-lang=en] .section-heading h2 {
  font-size:37px
}
body[data-lang=en] .solution-tabs button {
  padding:11px 13px
}
/* 在平板上保留可读的产品界面，窄屏将渠道横向排列。 */
@media(min-width:1550px) {
  .hero-grid {
    min-height:740px
  }
  .hero-art {
    transform:scale(1.05)
  }
}
@media(max-width:1150px) {
  .container {
    width:calc(100% - 64px)
  }
  .header nav {
    gap:17px
  }
  .nav-actions {
    gap:14px
  }
  .brand>span {
    font-size:19px
  }
  .header .button.small {
    padding:10px 12px;
    gap:9px
  }
  .hero-grid {
    gap:20px
  }
  .hero h1 {
    font-size:60px
  }
  .mini-app {
    width:355px
  }
  .mini-content {
    padding:16px 11px
  }
  .mini-person {
    padding:12px 3px
  }
  .fc1 {
    left:20px
  }
  .fc2 {
    right:-20px
  }
  .fc3 {
    left:-17px
  }
  .floating-message {
    right:-10px;
    bottom:102px
  }
  .ribbon-inner {
    gap:15px;
    flex-wrap:wrap;
    justify-content:center;
    padding-block:24px
  }
  .ribbon-item {
    font-size:11px
  }
  .section-heading {
    gap:28px
  }
  .section-heading>p {
    max-width:330px
  }
  .feature-card {
    padding:23px
  }
  .feature-card h3 {
    font-size:16px
  }
  .feature-bottom {
    gap:4px;
    font-size:7px
  }
  .assign-label {
    font-size:8px
  }
  .workspace {
    grid-template-columns:160px 220px 1fr
  }
  .workspace-sidebar {
    padding:22px 10px
  }
  .workspace-brand {
    font-size:11px
  }
  .conversation-list {
    padding:24px 12px
  }
  .chat-top {
    padding:18px 16px
  }
  .chat-scroll {
    padding:20px
  }
  .solution-panel {
    gap:40px;
    padding:38px
  }
  .guide-layout {
    gap:65px
  }
  .faq-layout {
    gap:50px
  }
  .footer-links {
    gap:20px
  }
  body[data-lang=en] .header nav {
    gap:12px;
    font-size:11px
  }
  body[data-lang=en] .brand>span {
    font-size:14px
  }
  body[data-lang=en] .header nav a {
    font-size:11px
  }
  body[data-lang=en] .feature-card h3 {
    font-size:16px
  }
  body[data-lang=en] .section-heading h2 {
    font-size:33px
  }
}
@media(max-width:900px) {
  .header {
    height:75px
  }
  .header nav {
    display:none;
    position:absolute;
    top:74px;
    left:0;
    right:0;
    padding:23px 32px;
    background:var(--paper);
    border-bottom:1px solid var(--line);
    flex-wrap:wrap;
    box-shadow:0 10px 20px #25451e0d
  }
  .header nav.open {
    display:flex
  }
  .menu-toggle {
    display:block
  }
  .hero-grid {
    min-height:640px;
    grid-template-columns:1fr 1fr
  }
  .hero h1 {
    font-size:51px
  }
  .hero-copy p {
    font-size:13px
  }
  .hero-actions {
    gap:18px
  }
  .hero-actions .button {
    padding:15px;
    font-size:12px;
    gap:16px
  }
  .hero-actions .text-link {
    font-size:11px;
    gap:8px
  }
  .hero-art {
    height:520px
  }
  .mini-app {
    width:310px
  }
  .mini-sidebar {
    width:40px
  }
  .mini-title {
    font-size:9px
  }
  .mini-person strong {
    font-size:9px
  }
  .mini-person p {
    font-size:8px
  }
  .mini-person .im-icon {
    width:23px;
    height:23px
  }
  .mini-heading h3 {
    font-size:13px
  }
  .floating-message {
    padding:12px 10px;
    gap:7px;
    right:-20px;
    bottom:92px
  }
  .floating-message b {
    font-size:9px
  }
  .floating-message small {
    font-size:8px
  }
  .float-channel {
    font-size:10px;
    padding:8px 11px
  }
  .fc1 {
    left:0;
    top:43px
  }
  .fc2 {
    right:-7px;
    top:89px
  }
  .fc3 {
    left:-16px;
    bottom:53px
  }
  .fc4 {
    bottom:32px;
    right:12px
  }
  .art-caption {
    bottom:0;
    font-size:6px;
    left:15px;
    right:12px
  }
  .section {
    padding:72px 0
  }
  .section-heading {
    align-items:flex-start
  }
  .section-heading>p {
    max-width:290px;
    font-size:12px
  }
  .feature-grid {
    gap:13px
  }
  .feature-card {
    padding:20px
  }
  .feature-card h3 {
    font-size:15px
  }
  .feature-card p {
    font-size:12px
  }
  .feature-no {
    font-size:6px;
    right:18px
  }
  .feature-bottom {
    flex-wrap:wrap;
    min-height:60px;
    align-content:center
  }
  .workspace {
    grid-template-columns:150px 1fr
  }
  .conversation-list {
    display:none
  }
  .workspace-sidebar {
    padding:22px 10px
  }
  .channel-card {
    padding:20px;
    column-gap:10px;
    grid-template-columns:35px 1fr 12px
  }
  .channel-card .im-icon {
    width:35px;
    height:35px;
    font-size:13px
  }
  .channel-card strong {
    font-size:13px
  }
  .channel-card small {
    font-size:8px
  }
  .solution-panel {
    padding:30px;
    gap:28px
  }
  .solution-story h3 {
    font-size:25px
  }
  .solution-tabs button {
    padding:10px 12px;
    font-size:10px
  }
  .guide-layout {
    gap:40px;
    grid-template-columns:1fr 1fr
  }
  .guide-box {
    padding:24px
  }
  .faq-layout {
    grid-template-columns:.8fr 1.2fr;
    gap:45px
  }
  .faq-layout h2 {
    font-size:29px
  }
  .faqs summary {
    font-size:12px
  }
  .contact-inner h2 {
    font-size:37px
  }
  .footer-links {
    gap:16px;
    font-size:10px
  }
  .footer-links button {
    font-size:10px
  }
  body[data-lang=en] .hero h1 {
    font-size:49px
  }
  body[data-lang=en] .section-heading h2 {
    font-size:29px
  }
  body[data-lang=en] .solution-tabs {
    flex-shrink:0
  }
  body[data-lang=en] .solution-tabs button {
    font-size:9px;
    padding:10px
  }
  body[data-lang=en] .section-heading {
    flex-wrap:wrap
  }
}
@media(max-width:650px) {
  html {
    scroll-padding-top:86px
  }
  .container {
    width:calc(100% - 40px)
  }
  .header {
    height:70px
  }
  .nav-wrap {
    gap:10px
  }
  .brand {
    gap:8px
  }
  .brand img {
    width:31px;
    height:31px
  }
  .brand>span {
    font-size:19px
  }
  .brand small {
    font-size:6px;
    letter-spacing:1px
  }
  .nav-actions {
    gap:17px
  }
  .nav-actions .button {
    display:none
  }
  .header nav {
    top:69px;
    gap:24px;
    padding:23px 20px
  }
  .language {
    font-size:12px
  }
  .menu-toggle {
    font-size:22px;
    padding:3px
  }
  .hero-grid {
    grid-template-columns:1fr;
    gap:0
  }
  .hero-copy {
    padding:48px 0 13px
  }
  .hero h1 {
    font-size:55px;
    letter-spacing:-2px;
    line-height:1.19;
    margin-bottom:24px
  }
  .hero h1 br:nth-child(2) {
    display:none
  }
  .hero h1 span {
    display:inline
  }
  .hero h1 span:after {
    height:12px;
    bottom:5px
  }
  .hero-copy .eyebrow {
    font-size:9px;
    margin-bottom:24px;
    letter-spacing:1.5px
  }
  .hero-copy p {
    font-size:13px;
    line-height:1.85;
    margin-bottom:25px
  }
  .hero-actions {
    gap:23px
  }
  .hero-actions .button {
    padding:15px 20px;
    font-size:12px;
    gap:22px
  }
  .hero-proof {
    margin-top:28px;
    font-size:10px;
    gap:18px
  }
  .hero-proof b {
    font-size:20px
  }
  .hero-art {
    height:455px;
    margin:0 auto;
    width:min(100%,420px)
  }
  .mini-app {
    width:min(326px,90%)
  }
  .mini-content {
    padding:17px 11px
  }
  .mini-person {
    padding:11px 4px
  }
  .mini-person strong {
    font-size:9px
  }
  .mini-person p {
    font-size:8px
  }
  .mini-person .im-icon {
    width:25px;
    height:25px
  }
  .mini-sidebar {
    width:43px;
    gap:16px
  }
  .mini-heading {
    margin-bottom:11px
  }
  .mini-heading h3 {
    font-size:13px
  }
  .mini-title {
    height:44px
  }
  .mini-filter {
    padding:6px 9px
  }
  .mini-bottom {
    padding:10px;
    font-size:8px
  }
  .float-channel {
    border-radius:9px;
    padding:8px 10px;
    gap:7px
  }
  .float-channel .im-icon {
    width:25px;
    height:25px;
    font-size:10px
  }
  .float-channel .im-icon.telegram {
    font-size:21px
  }
  .float-channel .im-icon.line {
    font-size:7px
  }
  .fc1 {
    top:13px;
    left:12px
  }
  .fc2 {
    top:24px;
    right:5px
  }
  .fc3 {
    bottom:40px;
    left:-3px
  }
  .fc4 {
    bottom:12px;
    right:17px
  }
  .floating-message {
    bottom:55px;
    right:0;
    padding:12px 13px
  }
  .floating-message .spark {
    font-size:24px
  }
  .floating-message b {
    font-size:9px
  }
  .floating-message small {
    font-size:7px
  }
  .floating-message .check {
    width:18px;
    height:18px
  }
  .art-caption {
    display:none
  }
  .orbit-one {
    width:450px;
    height:320px
  }
  .orbit-two {
    width:330px;
    height:450px
  }
  .orbit-three {
    width:250px;
    height:430px
  }
  .ribbon-inner {
    padding:22px 0;
    gap:18px 24px;
    min-height:auto
  }
  .ribbon-item {
    font-size:10px;
    gap:6px
  }
  .ribbon-item .im-icon {
    width:21px;
    height:21px;
    font-size:8px
  }
  .ribbon-item .im-icon.facebook {
    font-size:18px
  }
  .ribbon-item .im-icon.line {
    font-size:6px
  }
  .ribbon-item .im-icon.telegram {
    font-size:18px
  }
  .section {
    padding:57px 0
  }
  .section-heading {
    display:block;
    margin-bottom:30px
  }
  .section-heading>p {
    margin-top:20px;
    max-width:100%;
    font-size:12px
  }
  .eyebrow {
    font-size:8px;
    letter-spacing:1.3px;
    margin-bottom:17px
  }
  h2 {
    font-size:29px;
    letter-spacing:-1px;
    line-height:1.4
  }
  .feature-grid {
    grid-template-columns:1fr;
    gap:15px
  }
  .feature-card {
    padding:24px
  }
  .feature-icon {
    width:38px;
    height:38px;
    margin-bottom:20px
  }
  .feature-no {
    top:39px;
    right:24px;
    font-size:8px
  }
  .feature-card h3 {
    font-size:19px;
    margin-bottom:10px
  }
  .feature-card p {
    min-height:auto;
    margin-bottom:20px;
    font-size:13px
  }
  .feature-bottom {
    min-height:35px;
    font-size:9px;
    gap:9px;
    flex-wrap:nowrap;
    padding-top:17px
  }
  .assign-label {
    font-size:10px
  }
  .workspace {
    display:flex;
    flex-direction:column;
    border-radius:10px;
    min-height:0
  }
  .workspace-sidebar {
    padding:13px;
    border-right:0;
    border-bottom:1px solid var(--line)
  }
  .workspace-brand,.sidebar-label,.all-inbox,.agent {
    display:none
  }
  .demo-channels {
    flex-direction:row;
    overflow-x:auto;
    scrollbar-width:thin;
    gap:6px;
    padding:2px
  }
  .demo-channel {
    flex-shrink:0;
    gap:6px;
    font-size:10px;
    padding:8px
  }
  .demo-channel.active {
    box-shadow:inset 0 -2px #79a958
  }
  .demo-channel .im-icon {
    width:19px;
    height:19px
  }
  .chat-panel {
    height:525px
  }
  .chat-top {
    padding:16px 13px;
    gap:8px;
    min-height:66px
  }
  .chat-top .avatar {
    width:29px;
    height:29px;
    font-size:8px
  }
  .chat-top b {
    font-size:11px
  }
  .chat-top small {
    font-size:8px
  }
  .chat-top .demo-label {
    font-size:7px;
    letter-spacing:0
  }
  .chat-scroll {
    padding:18px 15px
  }
  .bubble {
    font-size:11px;
    padding:12px 13px;
    max-width:88%
  }
  .chat-date {
    font-size:7px;
    margin-bottom:23px
  }
  .chat-compose {
    padding:12px 15px
  }
  .workspace-foot {
    font-size:9px;
    line-height:1.9;
    margin-top:17px
  }
  .channel-grid {
    grid-template-columns:1fr 1fr;
    gap:10px
  }
  .channel-card {
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:8px;
    padding:18px 15px;
    min-height:131px
  }
  .channel-card .im-icon {
    width:33px;
    height:33px;
    font-size:12px
  }
  .channel-card .im-icon.facebook {
    font-size:27px
  }
  .channel-card .im-icon.telegram {
    font-size:27px
  }
  .channel-card .im-icon.line {
    font-size:8px
  }
  .channel-card strong {
    font-size:13px;
    padding:0;
    margin-top:3px
  }
  .channel-card small {
    font-size:8px;
    line-height:1.4
  }
  .channel-card .card-arrow {
    position:absolute;
    right:14px;
    top:24px;
    font-size:15px
  }
  .channel-note {
    gap:7px;
    margin-top:18px
  }
  .channel-note p {
    font-size:9px
  }
  .solutions-section {
    padding-top:5px
  }
  .solution-tabs {
    display:inline-flex;
    margin-top:25px;
    padding:4px
  }
  .solution-tabs button {
    font-size:11px;
    padding:10px 19px
  }
  .solution-panel {
    grid-template-columns:1fr;
    padding:24px;
    gap:27px
  }
  .solution-story h3 {
    font-size:25px;
    line-height:1.4
  }
  .solution-story>p {
    font-size:12px
  }
  .solution-story li {
    font-size:11px;
    margin:12px 0
  }
  .solution-story ul {
    margin:19px 0 24px
  }
  .journey {
    padding:19px
  }
  .journey-head {
    font-size:10px
  }
  .guide-layout {
    grid-template-columns:1fr;
    gap:24px
  }
  .guide-layout h2 {
    margin-bottom:20px
  }
  .guide-layout>div>p {
    font-size:12px;
    line-height:1.9
  }
  .guide-checks {
    font-size:11px;
    gap:16px;
    margin:25px 0
  }
  .guide-layout .fine {
    font-size:9px
  }
  .guide-box {
    padding:25px
  }
  .faq-layout {
    grid-template-columns:1fr;
    gap:30px
  }
  .faq-layout h2 {
    font-size:29px
  }
  .faqs details {
    padding:19px 0
  }
  .faqs summary {
    font-size:12px;
    gap:10px
  }
  .faqs details p {
    font-size:11px
  }
  .contact-inner {
    display:block;
    padding-top:49px;
    padding-bottom:49px
  }
  .contact-inner h2 {
    font-size:33px
  }
  .contact-inner p {
    font-size:11px;
    margin:19px 0 28px
  }
  .contact-inner .button {
    padding:15px 20px;
    font-size:12px
  }
  .footer-main {
    padding-top:32px;
    padding-bottom:29px;
    display:block
  }
  .footer-main .brand>span {
    font-size:18px
  }
  .footer-main .brand small {
    font-size:6px
  }
  .footer-links {
    margin-top:29px;
    gap:23px;
    font-size:11px;
    flex-wrap:wrap
  }
  .footer-links button {
    font-size:11px
  }
  .footer-bottom {
    display:block;
    padding-block:20px;
    font-size:8px;
    line-height:1.8
  }
  .footer-bottom>span:last-child {
    display:block;
    margin-top:8px
  }
  dialog {
    padding:28px 23px;
    border-radius:12px
  }
  dialog h2 {
    font-size:24px
  }
  dialog p {
    font-size:12px
  }
  .brief-channels {
    grid-template-columns:1fr 1fr
  }
  body[data-lang=en] .hero h1 {
    font-size:54px;
    line-height:1.08;
    letter-spacing:-2.7px
  }
  body[data-lang=en] .hero h1 br:nth-child(2) {
    display:block
  }
  body[data-lang=en] .hero h1 span {
    font-size:43px;
    letter-spacing:-2.5px
  }
  body[data-lang=en] .hero .eyebrow {
    font-size:7px;
    letter-spacing:1.2px
  }
  body[data-lang=en] .feature-card h3 {
    font-size:19px
  }
  body[data-lang=en] .feature-card p {
    min-height:auto
  }
  body[data-lang=en] .section-heading h2 {
    font-size:29px
  }
  body[data-lang=en] .solution-tabs button {
    font-size:11px;
    padding:10px 17px
  }
  body[data-lang=en] .brand>span {
    font-size:14px
  }
  body[data-lang=en] .brand small {
    font-size:5px
  }
  body[data-lang=en] .guide-layout h2 {
    font-size:29px
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*:before,*:after {
    transition:none!important;
    animation:none!important
  }
}
