*,
*::before,
*::after { box-sizing: border-box; }

html, body {
  margin: 0; padding: 0;
  width: 100%; overflow-x: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei",
    "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #14141a;
  background: #fafafc;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
button { border: none; background: none; font-family: inherit; cursor: pointer; }

.kso-sr {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}

.kso-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 99;
  background: rgba(250, 250, 252, 0.78);
  backdrop-filter: saturate(180%) blur(22px);
  -webkit-backdrop-filter: saturate(180%) blur(22px);
  border-bottom: 1px solid rgba(20,20,26,0.06);
  transition: box-shadow .35s ease;
}
.kso-nav__inner {
  max-width: 1280px; margin: 0 auto;
  height: 64px; padding: 0 32px;
  display: flex; align-items: center; justify-content: space-between;
}
.kso-nav__brand { display: flex; align-items: center; gap: 12px; }
.kso-nav__brand .kso-logo { height: 26px; }
.kso-nav__brand .kso-divider { width: 1px; height: 18px; background: rgba(20,20,26,0.18); }
.kso-nav__brand .kso-logo-ai { height: 22px; }
.kso-nav__brand .kso-tagline { font-size: 13px; color: rgba(20,20,26,0.6); display: flex; align-items: center; }
.kso-nav__brand .kso-tagline-strong { font-weight: 600; color: #14141a; }

.kso-nav__cta { display: flex; align-items: center; gap: 22px; }
.kso-nav__home { font-size: 14px; color: rgba(20,20,26,0.7); transition: color .2s; }
.kso-nav__home:hover { color: #ff3b30; }

.kso-nav__btn {
  position: relative; display: inline-block;
  width: 88px; height: 28px; cursor: pointer;
}
.kso-nav__btn img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  transition: opacity .2s ease;
}
.kso-nav__btn-hover,
.kso-nav__btn-pressed { opacity: 0; }
.kso-nav__btn:hover .kso-nav__btn-normal { opacity: 0; }
.kso-nav__btn:hover .kso-nav__btn-hover { opacity: 1; }
.kso-nav__btn:active .kso-nav__btn-hover { opacity: 0; }
.kso-nav__btn:active .kso-nav__btn-pressed { opacity: 1; }

.kso-shell { width: 100%; }

.kso-section {
  position: relative;
  padding: 140px 32px;
  display: flex; flex-direction: column; align-items: center;
  overflow: hidden;
}

.kso-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 14px; border-radius: 999px;
  background: rgba(255,98,37,0.08);
  border: 1px solid rgba(255,98,37,0.18);
  color: #ff5018;
  font-size: 13px; font-weight: 600; letter-spacing: 0.5px;
  align-self: flex-start;
}
.kso-eyebrow::before {
  content: ""; width: 6px; height: 6px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff06a2, #ff6225);
}

.kso-h2 {
  font-size: 44px; font-weight: 700;
  color: #14141a; margin: 0;
  line-height: 1.18; letter-spacing: -0.5px;
}
.kso-h2 .accent {
  background: linear-gradient(135deg, #ff06a2 0%, #ff6225 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.kso-lead {
  font-size: 16px; line-height: 1.85;
  color: rgba(20,20,26,0.62);
  margin: 0; max-width: 680px;
}

.kso-btn {
  display: inline-flex; align-items: center; justify-content: center;
  height: 46px; padding: 0 26px;
  border-radius: 14px;
  font-size: 15px; font-weight: 500;
  transition: all .25s ease; cursor: pointer;
}
.kso-btn--primary {
  background: linear-gradient(135deg, #ff06a2 0%, #ff6225 100%);
  color: #fff;
  box-shadow: 0 10px 28px -8px rgba(255,60,80,0.45);
}
.kso-btn--primary:hover { transform: translateY(-2px); box-shadow: 0 14px 32px -6px rgba(255,60,80,0.55); }
.kso-btn--ghost {
  background: rgba(20,20,26,0.04);
  color: #14141a;
  border: 1px solid rgba(20,20,26,0.08);
}
.kso-btn--ghost:hover { background: #fff; border-color: rgba(20,20,26,0.14); transform: translateY(-2px); }
.kso-btn--light {
  background: #fff; color: #14141a;
}
.kso-btn--light:hover { transform: translateY(-2px); box-shadow: 0 14px 32px -10px rgba(0,0,0,0.25); }
.kso-btn--ghost-dark {
  background: transparent; color: #fff;
  border: 1px solid rgba(255,255,255,0.24);
}
.kso-btn--ghost-dark:hover { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.4); }

.kso-hero {
  padding-top: 130px;
  background: rgb(238, 240, 250);
  padding-bottom: 0;
}
.kso-hero__inner {
  width: 100%; max-width: 1360px;
  position: relative;
  display: flex; flex-direction: column;
  align-items: center;
}

.kso-hero__copy {
  width: 100%; max-width: 960px;
  text-align: center;
  display: flex; flex-direction: column;
  align-items: center; gap: 22px;
  margin-bottom: 56px;
}
.kso-hero__copy .kso-eyebrow { align-self: center; }
.kso-hero__title {
  font-size: 60px; font-weight: 800;
  line-height: 1.1; letter-spacing: -1.2px;
  color: #14141a; margin: 0;
}
.kso-hero__title .accent {
  background: linear-gradient(135deg, #ff06a2 0%, #ff6225 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.kso-hero__desc {
  font-size: 17px; line-height: 1.85;
  color: rgba(20,20,26,0.62);
  margin: 0; max-width: 720px;
}
.kso-hero__actions {
  display: flex; gap: 14px; flex-wrap: wrap;
  justify-content: center; margin-top: 4px;
}

.kso-hero__media {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 21 / 10;
  margin-top: 50px;
}
.kso-hero__media img {
  width: 100%; height: 100%; object-fit: cover;
  display: block;
}
.kso-hero__media::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(120deg, transparent 60%, rgba(255,98,37,0.08));
  pointer-events: none;
}

.kso-hero__chips {
  width: 100%;
  margin-top: 40px;
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: #fff;
  border-radius: 24px;
  padding: 28px 12px;
  box-shadow: 0 24px 60px -22px rgba(20,20,26,0.16);
}
.kso-hero__chips .kso-chip {
  padding: 0 30px;
  display: flex; flex-direction: column; gap: 6px;
  border-right: 1px solid rgba(20,20,26,0.06);
}
.kso-hero__chips .kso-chip:last-child { border-right: 0; }
.kso-hero__chips .kso-chip strong {
  font-size: 28px; font-weight: 700; line-height: 1;
  background: linear-gradient(135deg, #ff06a2, #ff6225);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.kso-hero__chips .kso-chip span {
  font-size: 13px; color: rgba(20,20,26,0.55);
}

.kso-ai {
  background: radial-gradient(900px 500px at 80% 0%, rgba(255,98,37,0.18), transparent 60%),
              linear-gradient(180deg, #14141a 0%, #1f1733 50%, #2c1c45 100%);
  color: #fff;
  padding: 130px 32px;
}
.kso-ai__inner {
  width: 100%; max-width: 1320px;
  display: grid;
  grid-template-columns: 0.9fr 1.3fr;
  gap: 90px;
  align-items: center;
}
.kso-ai__bg {
  position: absolute; right: -200px; top: 50%;
  transform: translateY(-50%);
  width: 800px; opacity: 0.06;
  pointer-events: none;
}
.kso-ai__text { position: relative; z-index: 2; display: flex; flex-direction: column; gap: 20px; }
.kso-ai__title {
  font-size: 44px; font-weight: 700;
  color: #fff; margin: 0;
  line-height: 1.18; letter-spacing: -0.5px;
}
.kso-ai__title .accent {
  background: linear-gradient(135deg, #ffb45a 0%, #ff6225 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.kso-ai__desc {
  font-size: 16px; line-height: 1.85;
  color: rgba(255,255,255,0.7); margin: 0;
}
.kso-ai__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 18px;
  margin-top: 8px;
}
.kso-ai__list .kso-feat {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 14px; line-height: 1.6;
  color: rgba(255,255,255,0.78);
}
.kso-ai__list .kso-feat::before {
  content: "✦"; flex-shrink: 0;
  width: 22px; height: 22px;
  border-radius: 7px;
  background: linear-gradient(135deg, #ff06a2, #ff6225);
  color: #fff; font-size: 12px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}
.kso-ai__list .kso-feat strong { color: #fff; font-weight: 600; }
.kso-ai__cta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 16px; }
.kso-ai__visual {
  position: relative; z-index: 2;
  background: linear-gradient(135deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 40px 100px -28px rgba(0,0,0,0.65);
  padding: 36px;
  border-radius: 32px;
}
.kso-ai__visual img { width: 100%; height: auto; display: block; border-radius: 20px; }

.kso-doc {
  background: linear-gradient(180deg, #fafafc 0%, #fff8f3 100%);
}
.kso-doc__head {
  text-align: center; max-width: 880px;
  margin-bottom: 56px;
  display: flex; flex-direction: column; gap: 18px;
  align-items: center;
}
.kso-doc__head .kso-eyebrow { align-self: center; }
.kso-doc__stage {
  position: relative;
  width: 100%; max-width: 1280px;
  border-radius: 32px; overflow: hidden;
  box-shadow: 0 50px 110px -28px rgba(20,20,26,0.22);
}
.kso-doc__stage img { width: 100%; display: block; }
.kso-doc__stage img.kso-doc__stage-alt {
  position: absolute; inset: 0;
  opacity: 0; animation: ksoDocSwap 8s ease-in-out infinite;
}
.kso-doc__stage img:not(.kso-doc__stage-alt) {
  animation: ksoDocSwapInv 8s ease-in-out infinite;
}
@keyframes ksoDocSwap {
  0%, 40% { opacity: 0; }
  50%, 90% { opacity: 1; }
  100% { opacity: 0; }
}
@keyframes ksoDocSwapInv {
  0%, 40% { opacity: 1; }
  50%, 90% { opacity: 0; }
  100% { opacity: 1; }
}
.kso-doc__caption {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 18px; margin-top: 36px;
  width: 100%; max-width: 1280px;
}
.kso-doc__caption .kso-tag {
  padding: 22px 26px;
  background: #fff;
  border: 1px solid rgba(20,20,26,0.06);
  border-radius: 18px;
  display: flex; flex-direction: column; gap: 8px;
}
.kso-doc__caption .kso-tag strong {
  font-size: 16px; color: #14141a;
}
.kso-doc__caption .kso-tag span {
  font-size: 13px; color: rgba(20,20,26,0.6);
  line-height: 1.6;
}

.kso-bento {
  background:
    radial-gradient(800px 400px at 0% 100%, rgba(255,180,90,0.15), transparent 60%),
    radial-gradient(800px 400px at 100% 0%, rgba(255,6,162,0.10), transparent 60%),
    #fafafc;
  padding-bottom: 130px;
}
.kso-bento__head {
  width: 100%; max-width: 1320px;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 48px; align-items: end;
  margin-bottom: 56px;
}
.kso-bento__head-text { display: flex; flex-direction: column; gap: 18px; }
.kso-bento__head-meta { font-size: 15px; color: rgba(20,20,26,0.6); line-height: 1.85; }

.kso-bento__grid {
  width: 100%; max-width: 1320px;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  grid-template-rows: repeat(3, minmax(160px, 1fr));
  gap: 22px;
}
.kso-tile {
  position: relative;
  background: #fff;
  border: 1px solid rgba(20,20,26,0.05);
  border-radius: 24px;
  padding: 28px 32px;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 24px;
  align-items: center;
  overflow: hidden;
  transition: transform .35s ease, box-shadow .35s ease;
}
.kso-tile:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 50px -18px rgba(20,20,26,0.16);
}
.kso-tile__num {
  position: absolute;
  top: 18px; right: 22px;
  font-size: 12px; font-weight: 700; letter-spacing: 1px;
  color: rgba(20,20,26,0.28);
}
.kso-tile__icon {
  grid-row: span 3;
  width: 64px; height: 64px;
  border-radius: 18px;
  background: linear-gradient(135deg, #fff0f5, #ffe8d8);
  display: flex; align-items: center; justify-content: center;
  align-self: center;
}
.kso-tile__icon img { width: 34px; height: 34px; }
.kso-tile__title {
  font-size: 19px; font-weight: 600; color: #14141a; margin: 0; line-height: 1.35;
}
.kso-tile__desc {
  font-size: 13px; line-height: 1.78; color: rgba(20,20,26,0.6); margin: 4px 0 0;
}
.kso-tile__link {
  margin-top: auto;
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 13px; font-weight: 500;
  color: #ff5018;
  transition: gap .25s ease;
}
.kso-tile__link:hover { gap: 8px; }

.kso-tile--feature {
  grid-column: 1;
  grid-row: 1 / span 3;
  padding: 48px;
  display: flex; flex-direction: column; gap: 18px;
  background:
    radial-gradient(560px 360px at 92% 92%, rgba(255,98,37,0.22), transparent 60%),
    linear-gradient(135deg, #fff 0%, #fffaf5 100%);
}
.kso-tile--feature .kso-tile__num {
  position: static;
  font-size: 13px; color: rgba(20,20,26,0.4);
}
.kso-tile--feature .kso-tile__title { font-size: 34px; line-height: 1.22; }
.kso-tile--feature .kso-tile__desc { font-size: 15px; max-width: 92%; }
.kso-tile--feature .kso-tile__icon {
  grid-row: auto;
  width: 88px; height: 88px;
  border-radius: 22px;
  background: linear-gradient(135deg, #ff06a2, #ff6225);
}
.kso-tile--feature .kso-tile__icon img {
  filter: brightness(0) invert(1);
  width: 40px; height: 40px;
}

.kso-tile__avatars {
  display: flex; align-items: center; gap: -8px;
  margin-top: 12px;
}
.kso-tile__avatars .kso-avatar {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff06a2, #ff6225);
  color: #fff;
  font-size: 14px; font-weight: 600;
  display: flex; align-items: center; justify-content: center;
  border: 3px solid #fff;
  margin-left: -8px;
}
.kso-tile__avatars .kso-avatar:first-child { margin-left: 0; }
.kso-tile__avatars .kso-avatar.alt-1 { background: linear-gradient(135deg, #5a8dff, #2b6ce6); }
.kso-tile__avatars .kso-avatar.alt-2 { background: linear-gradient(135deg, #1aa362, #43d18b); }
.kso-tile__avatars .kso-avatar.alt-3 { background: linear-gradient(135deg, #ffb45a, #ff6225); }
.kso-tile__avatars .kso-avatar.more { background: rgba(20,20,26,0.08); color: rgba(20,20,26,0.6); }

.kso-365 {
  position: relative;
  padding: 0; min-height: 560px;
  background: linear-gradient(135deg, #1a1d36 0%, #2b2960 100%);
  display: flex; align-items: stretch;
}
.kso-365__media {
  flex: 1.25; min-height: 560px;
  background: #1a1d36 url("../images/wps365_banner.png") center/cover no-repeat;
  position: relative;
}
.kso-365__media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(26,29,54,0.55) 70%, rgba(26,29,54,0.95) 100%);
}
.kso-365__panel {
  flex: 1;
  padding: 96px 72px;
  color: #fff;
  display: flex; flex-direction: column; justify-content: center; gap: 24px;
  background: linear-gradient(180deg, #1a1d36 0%, #2b2960 100%);
}
.kso-365__panel .kso-eyebrow {
  background: rgba(255,255,255,0.10);
  border-color: rgba(255,255,255,0.20);
  color: #ffb45a;
}
.kso-365__title {
  font-size: 44px; font-weight: 700;
  margin: 0; line-height: 1.18; letter-spacing: -0.5px;
}
.kso-365__title .accent {
  background: linear-gradient(135deg, #ffb45a 0%, #ff6225 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.kso-365__desc {
  font-size: 15px; line-height: 1.85;
  color: rgba(255,255,255,0.7); margin: 0;
}
.kso-365__stats {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,0.12);
}
.kso-365__stats .kso-stat strong {
  display: block;
  font-size: 26px; font-weight: 700;
  background: linear-gradient(135deg, #ffb45a, #ff6225);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.kso-365__stats .kso-stat span {
  font-size: 12px; color: rgba(255,255,255,0.55);
}
.kso-365__cta { display: flex; gap: 12px; flex-wrap: wrap; }

.kso-platforms {
  background: #fafafc;
}
.kso-platforms__head {
  text-align: center;
  display: flex; flex-direction: column; gap: 18px;
  align-items: center; margin-bottom: 48px;
  max-width: 720px;
}
.kso-platforms__head .kso-eyebrow { align-self: center; }
.kso-platforms__rail {
  width: 100%; max-width: 1200px;
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.kso-platform {
  position: relative;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(20,20,26,0.05);
  border-radius: 24px;
  padding: 44px 26px 32px;
  transition: all .35s ease;
  cursor: pointer;
}
.kso-platform:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 50px -18px rgba(20,20,26,0.16);
}
.kso-platform--featured {
  background:
    radial-gradient(280px 180px at 50% 0%, rgba(255,98,37,0.12), transparent 70%),
    #fff;
  border-color: rgba(255,98,37,0.2);
  box-shadow: 0 24px 50px -18px rgba(255,98,37,0.18);
}
.kso-platform--featured::after {
  content: "推荐"; position: absolute;
  top: 12px; right: 12px;
  padding: 3px 10px; border-radius: 999px;
  background: linear-gradient(135deg, #ff06a2, #ff6225);
  color: #fff; font-size: 11px; font-weight: 600;
}
.kso-platform__icon { margin-bottom: 22px; }
.kso-platform__icon img { width: 76px; height: 76px; margin: 0 auto; }
.kso-platform__name {
  font-size: 20px; font-weight: 600; color: #14141a;
}
.kso-platform__size {
  font-size: 13px; color: rgba(20,20,26,0.5);
  margin: 6px 0 26px;
}
.kso-platform__btn {
  display: inline-block; min-width: 120px;
  height: 40px; line-height: 40px; padding: 0 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff06a2 0%, #ff6225 100%);
  color: #fff; font-size: 14px; font-weight: 500;
  transition: all .25s ease;
  box-shadow: 0 8px 18px -4px rgba(255,60,80,0.32);
}
.kso-platform__btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px -4px rgba(255,60,80,0.42);
}

.kso-faq { background: linear-gradient(180deg, #fff 0%, #fafafc 100%); }
.kso-faq__head {
  text-align: center; max-width: 760px;
  display: flex; flex-direction: column; gap: 18px;
  align-items: center; margin-bottom: 48px;
}
.kso-faq__head .kso-eyebrow { align-self: center; }
.kso-faq__grid {
  width: 100%; max-width: 920px;
  display: flex; flex-direction: column;
  gap: 16px;
}
.kso-faq__item {
  background: #fff;
  border: 1px solid rgba(20,20,26,0.06);
  border-radius: 20px;
  padding: 4px 30px;
  transition: box-shadow .25s, border-color .25s;
}
.kso-faq__item[open] {
  box-shadow: 0 22px 44px -18px rgba(20,20,26,0.14);
  border-color: rgba(255,98,37,0.2);
}
.kso-faq__item summary {
  list-style: none; cursor: pointer;
  padding: 26px 0;
  font-size: 16px; font-weight: 600; color: #14141a;
  display: flex; align-items: center; justify-content: space-between;
  gap: 18px;
  line-height: 1.55;
  position: relative;
}
.kso-faq__item summary::-webkit-details-marker { display: none; }
.kso-faq__item summary::after {
  content: "+"; flex-shrink: 0;
  width: 28px; height: 28px;
  border-radius: 9px;
  background: rgba(20,20,26,0.06);
  color: #14141a;
  font-size: 18px; font-weight: 400; line-height: 26px;
  text-align: center;
  transition: transform .3s ease, background .25s ease, color .25s ease;
}
.kso-faq__item[open] summary::after {
  content: "−";
  background: linear-gradient(135deg, #ff06a2, #ff6225);
  color: #fff;
  transform: rotate(180deg);
}
.kso-faq__item .kso-faq__answer {
  padding: 14px 0 22px;
  font-size: 14px; line-height: 1.85;
  color: rgba(20,20,26,0.7);
  border-top: 1px solid rgba(20,20,26,0.05);
}
.kso-faq__item .kso-faq__answer a { color: #ff5018; text-decoration: underline; }

.kso-foot {
  padding: 60px 24px 32px;
  background: #14141a;
  color: rgba(255,255,255,0.65);
}
.kso-foot__inner { max-width: 1240px; margin: 0 auto; }
.kso-foot__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.kso-foot__grid h4 {
  color: #fff; font-size: 14px; font-weight: 600; margin: 0 0 18px;
  letter-spacing: 0.5px;
}
.kso-foot__grid ul {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 10px;
}
.kso-foot__grid ul a {
  font-size: 13px; color: rgba(255,255,255,0.55);
  transition: color .2s;
}
.kso-foot__grid ul a:hover { color: #fff; }
.kso-foot__brand img {
  height: 26px; margin-bottom: 16px;
  filter: brightness(0) invert(1);
}
.kso-foot__brand p {
  font-size: 13px; line-height: 1.85;
  color: rgba(255,255,255,0.55); margin: 0 0 12px;
}
.kso-foot__badges { display: flex; flex-wrap: wrap; gap: 6px; }
.kso-foot__badges .kso-badge {
  padding: 4px 12px; border-radius: 999px;
  background: rgba(255,255,255,0.08);
  font-size: 12px; color: rgba(255,255,255,0.75);
}
.kso-foot__contact {
  display: flex; flex-direction: column;
  gap: 4px; margin-bottom: 14px;
}
.kso-foot__contact .kso-foot__label { font-size: 12px; color: rgba(255,255,255,0.45); }
.kso-foot__contact .kso-foot__value { font-size: 14px; color: #fff; font-weight: 500; }
.kso-foot__bottom {
  padding-top: 24px;
  display: flex; flex-wrap: wrap;
  align-items: center; justify-content: space-between;
  gap: 12px; font-size: 12px;
  color: rgba(255,255,255,0.4);
}
.kso-foot__bottom a { color: rgba(255,255,255,0.5); transition: color .2s; }
.kso-foot__bottom a:hover { color: #fff; }
.kso-foot__icp { display: flex; flex-wrap: wrap; gap: 14px; }

.kso-reveal {
  opacity: 0; transform: translateY(28px);
  transition: opacity .8s ease, transform .8s ease;
}
.kso-reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
  .kso-section { padding: 100px 28px; }
  .kso-h2, .kso-ai__title, .kso-365__title { font-size: 34px; }
  .kso-hero__title { font-size: 44px; }
  .kso-hero__media { aspect-ratio: 16 / 10; }
  .kso-hero__chips {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 22px 16px;
  }
  .kso-hero__chips .kso-chip {
    padding: 8px 16px;
    border-right: 0;
    border-bottom: 1px solid rgba(20,20,26,0.06);
  }
  .kso-hero__chips .kso-chip:nth-last-child(-n+2) { border-bottom: 0; }
  .kso-ai__inner { grid-template-columns: 1fr; gap: 48px; }
  .kso-bento__head { grid-template-columns: 1fr; gap: 18px; }
  .kso-bento__grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .kso-tile--feature { grid-column: 1; grid-row: auto; }
  .kso-365 { flex-direction: column; min-height: 0; }
  .kso-365__media { min-height: 320px; flex: none; }
  .kso-365__panel { padding: 64px 36px; flex: none; }
  .kso-platforms__rail { grid-template-columns: repeat(2, 1fr); }
  .kso-foot__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .kso-nav__inner { height: 56px; padding: 0 16px; }
  .kso-nav__brand .kso-tagline,
  .kso-nav__home { display: none; }
  .kso-section { padding: 72px 18px; }
  .kso-hero { padding-top: 100px; }
  .kso-hero__media { aspect-ratio: 4 / 3; border-radius: 22px; }
  .kso-hero__title { font-size: 32px; }
  .kso-h2, .kso-ai__title, .kso-365__title { font-size: 26px; }
  .kso-hero__chips .kso-chip strong { font-size: 22px; }
  .kso-tile { grid-template-columns: 1fr; padding: 26px; }
  .kso-tile__icon { grid-row: auto; }
  .kso-tile--feature { padding: 32px; }
  .kso-tile--feature .kso-tile__title { font-size: 24px; }
  .kso-ai__list { grid-template-columns: 1fr; }
  .kso-ai__visual { padding: 18px; }
  .kso-doc__caption { grid-template-columns: 1fr; }
  .kso-platforms__rail { grid-template-columns: 1fr 1fr; }
  .kso-platform__icon img { width: 64px; height: 64px; }
  .kso-foot__grid { grid-template-columns: 1fr; }
}
