*,
*::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: #0d0d0d;
  background: #fff;
  -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; }

.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}

.wps-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 99;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid rgba(13, 13, 13, 0.06);
  transition: all .35s ease;
}
.header-wrapper {
  max-width: 1280px; margin: 0 auto;
  height: 64px; padding: 0 32px;
  display: flex; align-items: center; justify-content: space-between;
}
.header-left { display: flex; align-items: center; gap: 12px; }
.header-left .logo { height: 28px; }
.header-left .line { display: inline-block; width: 1px; height: 20px; background: rgba(13,13,13,0.18); }
.header-left .logo-ai { height: 22px; }
.header-left .logo-title { font-size: 14px; color: rgba(13,13,13,0.7); display: flex; align-items: center; }
.header-left .logo-title-bold { font-weight: 600; color: #0d0d0d; }

.header-right { display: flex; align-items: center; gap: 24px; }
.header-right .wpsHome { font-size: 14px; color: rgba(13,13,13,0.7); transition: color .2s; }
.header-right .wpsHome:hover { color: #ff3b30; }

.header-right .download-btn {
  position: relative; display: inline-block;
  width: 88px; height: 28px; cursor: pointer;
}
.header-right .download-btn img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  transition: opacity .2s ease;
}
.header-right .download-btn .hover,
.header-right .download-btn .pressed { opacity: 0; }
.header-right .download-btn:hover .normal { opacity: 0; }
.header-right .download-btn:hover .hover { opacity: 1; }
.header-right .download-btn:active .hover { opacity: 0; }
.header-right .download-btn:active .pressed { opacity: 1; }

.container { width: 100%; }

.module {
  width: 100%;
  padding: 110px 32px;
  display: flex; flex-direction: column; align-items: center;
  position: relative; overflow: hidden;
}

.module-header { text-align: center; margin-bottom: 48px; max-width: 880px; position: relative; z-index: 2; }
.module-header-title,
h1.module-header-title,
h2.module-header-title {
  font-size: 46px; font-weight: 700; line-height: 1.2;
  color: #0d0d0d; margin: 0 0 20px; letter-spacing: -0.5px;
}
.module-header-title .fresh {
  background: linear-gradient(135deg, #ff06a2 0%, #ff6225 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.module-header-subtitle {
  font-size: 17px; line-height: 1.75;
  color: rgba(13,13,13,0.6);
  max-width: 760px; margin: 0 auto;
}
.module-header-guide { margin-top: 32px; }
.module-content { width: 100%; max-width: 1100px; display: flex; justify-content: center; position: relative; z-index: 2; }

.w-button {
  display: inline-flex; align-items: center; justify-content: center;
  height: 44px; padding: 0 28px;
  border-radius: 999px;
  font-size: 15px; font-weight: 500;
  transition: all .25s ease; cursor: pointer;
}
.w-button-normal {
  background: linear-gradient(135deg, #ff06a2 0%, #ff6225 100%);
  color: #fff;
  box-shadow: 0 6px 18px rgba(255,60,80,0.32);
}
.w-button-normal:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(255,60,80,0.4); }
.w-button-normal.white { background: #fff; color: #0d0d0d; box-shadow: 0 6px 18px rgba(0,0,0,0.12); }
.w-button-normal.white:hover { box-shadow: 0 12px 28px rgba(0,0,0,0.18); }
.w-button-ghost {
  background: #fff; color: #0d0d0d;
  border: 1px solid rgba(13,13,13,0.14);
}
.w-button-ghost:hover { border-color: #ff6225; color: #ff6225; transform: translateY(-2px); }

.module.home {
  min-height: calc(100vh - 0px);
  padding-top: 130px; padding-bottom: 80px;
  background:
    radial-gradient(900px 500px at 0% 10%, rgba(255,100,90,0.10), transparent 60%),
    radial-gradient(900px 500px at 100% 80%, rgba(255,180,90,0.12), transparent 60%),
    linear-gradient(180deg, #fffdfb 0%, #fff 100%);
}

.hero-split {
  width: 100%; max-width: 1240px;
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: 56px; align-items: center;
  position: relative; z-index: 2;
}

.hero-text {
  text-align: left; display: flex; flex-direction: column; gap: 22px;
}
.hero-tagline {
  display: inline-flex; align-items: center; gap: 8px;
  align-self: flex-start;
  padding: 6px 14px; border-radius: 999px;
  background: linear-gradient(135deg, rgba(255,6,162,0.08), rgba(255,98,37,0.08));
  border: 1px solid rgba(255,98,37,0.15);
  color: #ff6225;
  font-size: 13px; font-weight: 600;
  letter-spacing: 0.5px;
}
.hero-tagline::before {
  content: ""; width: 6px; height: 6px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff06a2, #ff6225);
}
.hero-headline {
  font-size: 56px; font-weight: 800;
  line-height: 1.15; letter-spacing: -1px;
  color: #0d0d0d; margin: 0;
}
.hero-headline .accent {
  background: linear-gradient(135deg, #ff06a2 0%, #ff6225 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.hero-desc {
  font-size: 17px; line-height: 1.85;
  color: rgba(13,13,13,0.65);
  margin: 0; max-width: 540px;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 8px; }

.hero-trust {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 18px; margin-top: 24px;
  padding: 22px 24px;
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(13,13,13,0.06);
  border-radius: 18px;
  backdrop-filter: blur(10px);
}
.hero-trust .item { display: flex; flex-direction: column; gap: 4px; }
.hero-trust .item strong {
  font-size: 22px; font-weight: 700; line-height: 1;
  background: linear-gradient(135deg, #ff06a2 0%, #ff6225 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.hero-trust .item span { font-size: 12px; color: rgba(13,13,13,0.55); }

.hero-visual {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 11;
  border-radius: 20px; overflow: hidden;
  background: #f3eef9;
  box-shadow: 0 30px 60px -22px rgba(13,13,13,0.22),
              0 18px 40px -18px rgba(255,60,80,0.18);
  transform: perspective(1200px) rotateY(-3deg) rotateX(2deg);
  transition: transform .5s ease;
}
.hero-visual:hover { transform: perspective(1200px) rotateY(0deg) rotateX(0deg); }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; display: block; }

.hero-visual::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(135deg, transparent 60%, rgba(255,98,37,0.08));
  pointer-events: none;
}

.hero-floating {
  position: absolute; z-index: 3;
  background: #fff; border-radius: 14px;
  padding: 12px 16px;
  box-shadow: 0 18px 40px -14px rgba(13,13,13,0.18);
  display: flex; align-items: center; gap: 10px;
  animation: floatY 4s ease-in-out infinite;
}
.hero-floating .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #1aa362; box-shadow: 0 0 0 4px rgba(26,163,98,0.18);
}
.hero-floating .text { font-size: 12px; color: #0d0d0d; line-height: 1.3; }
.hero-floating .text strong { display: block; font-size: 13px; font-weight: 600; }
.hero-floating.f1 { top: 12%; left: -16px; }
.hero-floating.f2 { bottom: 14%; right: -12px; animation-delay: -2s; }

@keyframes floatY {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.module.ai {
  background: linear-gradient(180deg, #0e0e1a 0%, #1c1733 50%, #2a1e3f 100%);
  color: #fff;
}
.module.ai .module-background {
  position: absolute; inset: 0;
  pointer-events: none;
  display: flex; align-items: center; justify-content: center;
  opacity: 0.12; z-index: 1;
}
.module.ai .module-background img { width: 90%; max-width: 1000px; }

.split-layout {
  width: 100%; max-width: 1180px;
  display: grid; grid-template-columns: 1fr 1.1fr;
  gap: 60px; align-items: center;
  position: relative; z-index: 2;
}
.split-layout.reverse { grid-template-columns: 1.1fr 1fr; }

.split-text { display: flex; flex-direction: column; gap: 20px; }
.split-text h2 {
  font-size: 42px; font-weight: 700; line-height: 1.2;
  margin: 0; letter-spacing: -0.5px;
}
.split-text h2 .fresh {
  background: linear-gradient(135deg, #ff06a2 0%, #ff6225 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.module.ai .split-text h2 { color: #fff; }
.split-text p {
  font-size: 16px; line-height: 1.85;
  color: rgba(13,13,13,0.65); margin: 0;
}
.module.ai .split-text p { color: rgba(255,255,255,0.72); }

.split-text .ai-link { color: #ffb45a; text-decoration: underline; }

.split-features { display: flex; flex-direction: column; gap: 12px; margin-top: 8px; }
.split-features .feat {
  display: flex; align-items: flex-start; gap: 12px;
  font-size: 14px; line-height: 1.6; color: rgba(13,13,13,0.7);
}
.module.ai .split-features .feat { color: rgba(255,255,255,0.78); }
.split-features .feat::before {
  content: "✓"; flex-shrink: 0;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff06a2, #ff6225);
  color: #fff; font-size: 12px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  margin-top: 1px;
}
.split-features .feat strong { color: #0d0d0d; font-weight: 600; }
.module.ai .split-features .feat strong { color: #fff; }

.split-text-actions { display: flex; gap: 12px; margin-top: 12px; flex-wrap: wrap; }

.split-visual {
  position: relative;
  width: 100%;
  border-radius: 20px; overflow: hidden;
}
.split-visual img { width: 100%; height: auto; display: block; }

.module.ai .split-visual {
  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 24px 60px -20px rgba(0,0,0,0.5);
  padding: 24px;
  border-radius: 24px;
}

.module.new-document {
  background: linear-gradient(180deg, #fff 0%, #fff7f3 100%);
}
.module.new-document .module-background {
  position: absolute; inset: 0;
  pointer-events: none; overflow: hidden; z-index: 1;
}
.module.new-document .module-background .bg-left {
  position: absolute; left: -120px; top: 0;
  width: 600px; opacity: 0.18;
}
.module.new-document .module-background .bg-right {
  position: absolute; right: -120px; top: 80px;
  width: 600px; opacity: 0.18; transform: scaleX(-1);
}

.module.new-document .module-content { max-width: 1100px; }
.module.new-document .module-content-banner { width: 100%; position: relative; }
.module.new-document .module-content-banner-box {
  position: relative; width: 100%;
  border-radius: 24px; overflow: hidden;
  box-shadow: 0 24px 60px -20px rgba(13,13,13,0.16);
}
.module.new-document .module-content-banner-box img { width: 100%; display: block; }
.module.new-document .module-content-banner-box .new-table-img {
  position: absolute; inset: 0;
  opacity: 0; animation: docSwitch 8s ease-in-out infinite;
}
.module.new-document .module-content-banner-box img:not(.new-table-img) {
  animation: docSwitchInv 8s ease-in-out infinite;
}
@keyframes docSwitch {
  0%, 40% { opacity: 0; }
  50%, 90% { opacity: 1; }
  100% { opacity: 0; }
}
@keyframes docSwitchInv {
  0%, 40% { opacity: 1; }
  50%, 90% { opacity: 0; }
  100% { opacity: 1; }
}
.module.new-document .document-icon {
  position: absolute; right: -60px; top: -120px;
  width: 240px; opacity: 0.18;
  pointer-events: none; z-index: 0;
}

.module.new-platform {
  background: #fff; padding-bottom: 130px;
}
.module.new-platform .module-background {
  position: absolute; inset: 0;
  pointer-events: none; z-index: 0;
  background: url("../images/vision_bg.jpeg") center/cover no-repeat;
  opacity: 0.4;
}
.module.new-platform .module-background::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.85) 0%, rgba(255,255,255,0.6) 100%);
}

.feature-row {
  width: 100%; max-width: 1180px;
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.feature-card {
  position: relative;
  background: #fff;
  border: 1px solid rgba(13,13,13,0.05);
  border-radius: 18px;
  padding: 28px 24px;
  display: flex; flex-direction: column; gap: 16px;
  transition: all .3s ease;
  overflow: hidden;
}
.feature-card::before {
  content: "";
  position: absolute; left: 0; top: 0;
  height: 3px; width: 0;
  background: linear-gradient(90deg, #ff06a2, #ff6225);
  transition: width .35s ease;
}
.feature-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255,98,37,0.18);
  box-shadow: 0 20px 40px -14px rgba(13,13,13,0.14);
}
.feature-card:hover::before { width: 100%; }

.feature-card .feat-head {
  display: flex; align-items: center; gap: 14px;
}
.feature-card .feat-icon {
  width: 48px; height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, #fff0f5, #ffe8d8);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.feature-card .feat-icon img { width: 28px; height: 28px; }
.feature-card .feat-num {
  font-size: 12px; font-weight: 700;
  letter-spacing: 1px;
  color: rgba(13,13,13,0.3);
  font-variant-numeric: tabular-nums;
}
.feature-card h3 {
  font-size: 18px; font-weight: 600;
  color: #0d0d0d; margin: 0;
  line-height: 1.4;
}
.feature-card p {
  font-size: 13px; line-height: 1.75;
  color: rgba(13,13,13,0.6); margin: 0;
}
.feature-card .feat-link {
  margin-top: auto;
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 13px; font-weight: 500;
  color: #ff6225;
  transition: gap .25s ease;
}
.feature-card .feat-link:hover { gap: 8px; }

.module.wps-365 {
  background:
    radial-gradient(900px 400px at 12% 88%, rgba(43,108,230,0.10), transparent 60%),
    radial-gradient(900px 400px at 88% 12%, rgba(255,6,162,0.08), transparent 60%),
    linear-gradient(180deg, #f7f7fb 0%, #fff 100%);
}
.module.wps-365 .split-visual {
  border-radius: 24px; overflow: hidden;
  box-shadow: 0 30px 60px -20px rgba(31,42,68,0.24);
}

.wps365-stats {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 14px; margin-top: 12px;
  padding-top: 24px;
  border-top: 1px solid rgba(13,13,13,0.08);
}
.wps365-stats .stat {
  display: flex; flex-direction: column; gap: 4px;
}
.wps365-stats .stat strong {
  font-size: 24px; font-weight: 700;
  background: linear-gradient(135deg, #ff06a2, #ff6225);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.wps365-stats .stat span {
  font-size: 12px; color: rgba(13,13,13,0.55);
}

.module.new-download {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.85) 0%, rgba(245,245,247,0.85) 100%),
    url("../images/floor4_bg.png") center/cover no-repeat;
}

.download-wrapper {
  display: flex; justify-content: center;
  gap: 20px; flex-wrap: wrap;
  width: 100%; max-width: 980px;
}
.download-item {
  flex: 1 1 200px; max-width: 220px;
  padding: 32px 20px 26px;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(13,13,13,0.05);
  border-radius: 20px;
  transition: all .35s ease;
  cursor: pointer;
  position: relative;
}
.download-item.active {
  border-color: rgba(255,98,37,0.25);
  box-shadow: 0 18px 40px -12px rgba(255,98,37,0.18);
}
.download-item.active::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;
}
.download-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px -12px rgba(13,13,13,0.14);
}
.download-item .logo { margin-bottom: 18px; }
.download-item .logo img { width: 56px; height: 56px; margin: 0 auto; }
.download-item .plat-name {
  font-size: 18px; line-height: 1.4; font-weight: 600;
  color: #0d0d0d; margin-bottom: 4px;
}
.download-item .plat-app-size {
  font-size: 13px; color: rgba(13,13,13,0.46);
  margin-bottom: 20px;
}
.download-item a {
  display: inline-block; min-width: 110px;
  height: 38px; line-height: 38px; padding: 0 18px;
  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 6px 14px rgba(255,60,80,0.24);
}
.download-item a:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(255,60,80,0.36);
}

.module.faq {
  background: linear-gradient(180deg, #f5f5f7 0%, #fff 100%);
}
.faq-list {
  width: 100%; max-width: 880px;
  display: flex; flex-direction: column; gap: 16px;
}
.faq-item {
  background: #fff;
  border: 1px solid rgba(13,13,13,0.06);
  border-radius: 16px;
  padding: 0 28px;
  transition: box-shadow .25s ease, border-color .25s ease;
}
.faq-item[open] {
  box-shadow: 0 18px 36px -16px rgba(13,13,13,0.12);
  border-color: rgba(255,98,37,0.18);
}
.faq-item summary {
  list-style: none; cursor: pointer;
  padding: 22px 0;
  font-size: 17px; font-weight: 600;
  color: #0d0d0d;
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; user-select: none;
  position: relative;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: ""; flex-shrink: 0;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: rgba(13,13,13,0.06);
  position: relative;
  transition: background .25s ease, transform .25s ease;
}
.faq-item summary::before {
  content: ""; position: absolute;
  right: 28px; width: 12px; height: 2px;
  background: #0d0d0d;
  transition: transform .25s ease;
}
.faq-item summary i.plus {
  position: absolute; right: 35.5px;
  width: 2px; height: 12px;
  background: #0d0d0d;
  transition: transform .25s ease;
}
.faq-item[open] summary::after { background: linear-gradient(135deg, #ff06a2 0%, #ff6225 100%); }
.faq-item[open] summary::before { background: #fff; }
.faq-item[open] summary i.plus { transform: rotate(90deg); background: #fff; opacity: 0; }
.faq-item .faq-answer {
  padding: 18px 0 24px;
  font-size: 15px; line-height: 1.85;
  color: rgba(13,13,13,0.7);
  border-top: 1px solid rgba(13,13,13,0.05);
  margin-top: -2px;
}
.faq-item .faq-answer a { color: #ff6225; text-decoration: underline; }

footer {
  padding: 56px 24px 36px;
  background: #1c1c1f;
  color: rgba(255,255,255,0.7);
}
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-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);
}
.footer-grid h4 {
  color: #fff; font-size: 15px; font-weight: 600; margin: 0 0 18px;
}
.footer-grid ul {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 10px;
}
.footer-grid ul a {
  font-size: 13px; color: rgba(255,255,255,0.6);
  transition: color .2s;
}
.footer-grid ul a:hover { color: #fff; }
.footer-brand p {
  font-size: 13px; line-height: 1.85;
  color: rgba(255,255,255,0.6); margin: 0 0 12px;
}
.footer-brand .footer-logo {
  height: 28px; margin-bottom: 16px;
  filter: brightness(0) invert(1);
}
.footer-brand .badge {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 4px 12px; border-radius: 999px;
  background: rgba(255,255,255,0.08);
  font-size: 12px; color: rgba(255,255,255,0.75);
  margin-right: 6px; margin-bottom: 6px;
}
.footer-contact-item {
  display: flex; flex-direction: column;
  gap: 4px; margin-bottom: 14px;
}
.footer-contact-item .label { font-size: 12px; color: rgba(255,255,255,0.5); }
.footer-contact-item .value { font-size: 14px; color: #fff; font-weight: 500; }
.footer-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.45);
}
.footer-bottom a { color: rgba(255,255,255,0.55); transition: color .2s; }
.footer-bottom a:hover { color: #fff; }
.footer-bottom .icp-links { display: flex; flex-wrap: wrap; gap: 14px; }

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}
.reveal {
  opacity: 0; transform: translateY(24px);
  transition: opacity .8s ease, transform .8s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }

.module.home .hero-split { animation: fadeUp .9s ease both; }

@media (max-width: 1024px) {
  .module { padding: 90px 28px; }
  .module-header-title { font-size: 38px; }
  .hero-split { grid-template-columns: 1fr; gap: 40px; }
  .hero-headline { font-size: 44px; }
  .split-layout,
  .split-layout.reverse { grid-template-columns: 1fr; gap: 32px; }
  .feature-row { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
}

@media (max-width: 768px) {
  .header-wrapper { height: 56px; padding: 0 16px; }
  .header-left .logo-title,
  .header-right .wpsHome { display: none; }
  .module { padding: 70px 18px; }
  .module.home { padding-top: 100px; }
  .module-header-title { font-size: 28px; line-height: 1.25; }
  .module-header-subtitle { font-size: 15px; }
  .hero-headline { font-size: 32px; }
  .split-text h2 { font-size: 30px; }
  .hero-trust { grid-template-columns: repeat(2, 1fr); }
  .hero-floating { display: none; }
  .hero-visual { transform: none; }
  .module.new-document .document-icon { width: 160px; right: -40px; bottom: -40px; }
  .feature-row { grid-template-columns: 1fr; }
  .download-wrapper { gap: 14px; }
  .download-item { flex: 1 1 140px; max-width: 160px; padding: 24px 14px 20px; }
  .wps365-stats { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 480px) {
  .module-header-title { font-size: 24px; }
  .hero-headline { font-size: 28px; }
  .footer-grid { grid-template-columns: 1fr; }
}
