:root {
  --ink: #14213a;
  --muted: #66748a;
  --brand: #24b9bb;
  --brand-deep: #087f9d;
  --soft: #effafd;
  --line: #dcebf0;
  --paper: #fff;
  --shadow: 0 18px 48px rgba(17, 72, 105, .12);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #f8fcfd; color: var(--ink); font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif; font-size: 16px; line-height: 1.75; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; image-rendering: auto; }

.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { top: 14px; left: 18px; z-index: 30; padding: 8px 14px; border-radius: 8px; background: #fff; }
.shell { width: min(1180px, calc(100% - 40px)); margin: auto; }

.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(17, 77, 104, .08); background: rgba(255, 255, 255, .88); box-shadow: 0 3px 18px rgba(20, 61, 81, .04); backdrop-filter: blur(16px); }
.header-inner { display: flex; height: 82px; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; flex: none; align-items: center; gap: 10px; }
.brand img { width: 166px; height: auto; object-fit: contain; }
.nav-list { display: flex; align-items: center; gap: 4px; margin: 0; padding: 0; list-style: none; }
.nav-list a { display: block; padding: 8px 13px; border-radius: 10px; color: #3b536a; font-size: 15px; font-weight: 700; transition: background .2s, color .2s, transform .2s; }
.nav-list a:hover { color: #087f9d; transform: translateY(-1px); }
.nav-list a[aria-current="page"] { background: linear-gradient(135deg, #e9fbfb, #dcf7f8); box-shadow: inset 0 0 0 1px rgba(16, 164, 169, .08); color: #087f9d; }
.menu-toggle { display: none; border: 0; border-radius: 9px; padding: 8px 11px; background: #e9fbfb; color: #087f9d; font: inherit; font-weight: 700; }

.hero { position: relative; min-height: 600px; isolation: isolate; overflow: hidden; background: linear-gradient(112deg, #e8fcff 0%, #a4e8ee 43%, #54bbc3 100%); }
.hero::before { position: absolute; z-index: 0; inset: 0; background: linear-gradient(90deg, rgba(239, 254, 255, .76), rgba(104, 203, 207, .20)), url("/public/index/images/blue-stage.jpg") center / cover no-repeat; content: ""; opacity: .28; }
.hero::after { position: absolute; z-index: 0; right: -10vw; bottom: -23vw; width: min(58vw, 840px); aspect-ratio: 1; border: 1px solid rgba(255, 255, 255, .48); border-radius: 50%; box-shadow: 0 0 0 58px rgba(255, 255, 255, .10), 0 0 0 125px rgba(255, 255, 255, .06); content: ""; }
.hero .shell { position: relative; z-index: 1; display: grid; min-height: 600px; grid-template-columns: 52% 48%; align-items: center; }
.hero-art { align-self: end; width: auto; height: min(525px, 42vw); max-width: 100%; max-height: 525px; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 23px 30px rgba(13, 93, 115, .16)); }
.hero-copy { position: relative; padding: 68px 0 60px; }
.hero-mark { width: 200px; height: auto; margin-bottom: 30px; object-fit: contain; filter: drop-shadow(0 8px 14px rgba(24, 93, 124, .08)); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 5px 12px; border: 1px solid rgba(255, 255, 255, .30); border-radius: 999px; background: rgba(255, 255, 255, .58); box-shadow: 0 5px 14px rgba(6, 98, 112, .06); color: #087f9d; font-size: 14px; font-weight: 800; }
.hero h1 { margin: 20px 0; color: #fff; font-size: clamp(40px, 5vw, 68px); letter-spacing: -2px; line-height: 1.12; text-shadow: 0 3px 12px rgba(0, 81, 94, .12); }
.hero p { max-width: 570px; margin: 0 0 27px; color: #f7ffff; font-size: 19px; font-weight: 500; }

.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 49px; align-items: center; justify-content: center; gap: 8px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 14px; padding: 10px 20px; background: linear-gradient(135deg, #123f4f, #0c5362); box-shadow: 0 10px 20px rgba(8, 61, 78, .15); color: #fff; cursor: pointer; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-3px); background: #073743; box-shadow: 0 14px 26px rgba(8, 61, 78, .23); }
.button--light { background: #fff; color: #087f9d; }
.button--light:hover { background: #efffff; }
.button--brand { background: #119b9f; }
.button--brand:hover { background: #087f9d; }

.signal-strip { position: relative; z-index: 4; margin-top: -35px; }
.signal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.signal-card { display: flex; min-height: 94px; align-items: center; gap: 14px; border: 1px solid rgba(205, 237, 239, .88); border-radius: 18px; padding: 17px 19px; background: rgba(255, 255, 255, .92); box-shadow: 0 13px 30px rgba(12, 80, 101, .10); }
.signal-card strong { display: block; color: #183e52; font-size: 15px; }
.signal-card p { margin: 2px 0 0; color: #6c8493; font-size: 13px; line-height: 1.55; }
.signal-mark { position: relative; display: grid; width: 37px; height: 37px; flex: none; place-items: center; border-radius: 12px; background: linear-gradient(145deg, #e2fbfc, #b8ebee); }
.signal-mark::before, .signal-mark::after { position: absolute; content: ""; }
.signal-mark--sync::before { width: 16px; height: 16px; border: 2px solid #0d949d; border-left-color: transparent; border-radius: 50%; }
.signal-mark--sync::after { top: 10px; right: 8px; width: 5px; height: 5px; border-top: 2px solid #0d949d; border-right: 2px solid #0d949d; transform: rotate(25deg); }
.signal-mark--guard::before { width: 17px; height: 19px; border-radius: 9px 9px 12px 12px; background: #138f9b; clip-path: polygon(50% 0, 100% 18%, 88% 73%, 50% 100%, 12% 73%, 0 18%); }
.signal-mark--guard::after { width: 7px; height: 4px; border-bottom: 2px solid #fff; border-left: 2px solid #fff; transform: rotate(-45deg) translate(1px, -1px); }
.signal-mark--guide::before { width: 16px; height: 19px; border-radius: 3px; background: #188e9a; box-shadow: inset 4px 0 0 rgba(255, 255, 255, .18); }
.signal-mark--guide::after { top: 14px; left: 14px; width: 8px; border-top: 2px solid #fff; box-shadow: 0 5px 0 #fff; }

.section { padding: 86px 0; }
.section-title { margin: 0 0 15px; font-size: clamp(29px, 4vw, 44px); letter-spacing: -1px; line-height: 1.25; }
.section-lead { max-width: 730px; margin: 0; color: var(--muted); font-size: 18px; }
.platform-grid { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 32px; }
.platform-card { position: relative; display: flex; min-height: 250px; flex-direction: column; overflow: hidden; border: 1px solid rgba(210, 236, 238, .90); border-radius: 25px; padding: 27px 23px; background: linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(245, 253, 253, .94)); box-shadow: var(--shadow); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.platform-card::before { position: absolute; top: 0; left: 23px; width: 45px; height: 3px; border-radius: 0 0 4px 4px; background: linear-gradient(90deg, #15adb2, #77dde0); content: ""; }
.platform-card:hover { transform: translateY(-7px); border-color: #a6dee2; box-shadow: 0 23px 44px rgba(13, 87, 105, .15); }
.platform-card img { width: 66px; height: 66px; aspect-ratio: 1; margin-bottom: 19px; object-fit: contain; object-position: center; }
.platform-card h2 { margin: 0 0 7px; font-size: 22px; }
.platform-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.platform-card a { margin-top: auto; padding-top: 18px; color: #087f9d; font-weight: 800; }
.platform-card a::after { content: " →"; }

.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 38px; }
.value-card { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); padding: 29px; background: #fff; box-shadow: 0 10px 27px rgba(9, 56, 82, .05); transition: transform .25s ease, box-shadow .25s ease; }
.value-card::after { position: absolute; top: -35px; right: -26px; width: 105px; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(104, 220, 221, .20), transparent 67%); content: ""; }
.value-card:hover { transform: translateY(-5px); box-shadow: 0 21px 38px rgba(9, 71, 91, .10); }
.value-number { display: inline-flex; border-radius: 999px; padding: 4px 9px; background: #e7fafa; color: #0b929a; font-size: 12px; font-weight: 900; letter-spacing: .8px; }
.value-card h3 { margin: 13px 0 8px; font-size: 21px; }
.value-card p { margin: 0; color: var(--muted); }
.soft-section { background: var(--soft); }
.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; }
.split img { width: auto; height: auto; max-width: 100%; max-height: 385px; justify-self: center; object-fit: contain; object-position: center; }
.check-list { margin: 25px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 0 0 13px 29px; color: #4f6378; }
.check-list li::before { position: absolute; top: 0; left: 0; color: #0ba4a7; content: "✓"; font-weight: 900; }

.page-hero { position: relative; overflow: hidden; padding: 77px 0 70px; background: radial-gradient(circle at 77% 14%, rgba(255, 255, 255, .72), transparent 22%), linear-gradient(120deg, #e7fbfe, #c2eff2 47%, #7ed1d4); }
.page-hero::after { position: absolute; top: -265px; right: -140px; width: 510px; height: 510px; border: 70px solid rgba(255, 255, 255, .2); border-radius: 50%; content: ""; }
.page-hero .shell { position: relative; z-index: 1; }
.breadcrumbs { margin-bottom: 16px; color: #47808c; font-size: 14px; }
.breadcrumbs a:hover { text-decoration: underline; }
.page-hero h1 { margin: 0 0 16px; font-size: clamp(37px, 5vw, 58px); letter-spacing: -2px; line-height: 1.15; }
.page-hero p { max-width: 690px; margin: 0; color: #426174; font-size: 18px; }
.content-wrap { display: grid; grid-template-columns: minmax(0, 1fr) 270px; gap: 50px; padding: 70px 0 94px; }
.article { position: relative; min-width: 0; border: 1px solid var(--line); border-radius: 24px; padding: clamp(26px, 4vw, 53px); background: #fff; box-shadow: 0 13px 32px rgba(9, 56, 82, .06); }
.article::before { position: absolute; top: 0; left: 43px; width: 64px; height: 3px; border-radius: 0 0 4px 4px; background: linear-gradient(90deg, #0d9ea5, #72d8dc); content: ""; }
.article h2 { margin: 42px 0 15px; padding-top: 5px; font-size: 28px; line-height: 1.35; }
.article h2:first-child { margin-top: 0; }
.article h3 { margin: 28px 0 10px; font-size: 21px; line-height: 1.45; }
.article p { margin: 0 0 16px; color: #4c6073; }
.article ul, .article ol { margin: 0 0 18px; padding-left: 24px; color: #4c6073; }
.article li { margin: 7px 0; }
.article strong { color: #19324a; }
.article .note { margin: 24px 0; border-left: 4px solid #1fb2b5; border-radius: 0 14px 14px 0; padding: 15px 18px; background: #edfcfc; color: #38616a; }
.toc { position: sticky; top: 104px; align-self: start; border: 1px solid var(--line); border-radius: 18px; padding: 22px; background: rgba(255, 255, 255, .92); box-shadow: 0 13px 28px rgba(9, 56, 82, .06); backdrop-filter: blur(12px); }
.toc h2 { margin: 0 0 10px; font-size: 16px; }
.toc a { display: block; padding: 6px 0; color: #607488; font-size: 14px; }
.toc a:hover { color: #078d9a; }

.faq-list { display: grid; gap: 13px; }
.faq-item { overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: #fff; transition: border-color .2s, box-shadow .2s; }
.faq-item:hover { border-color: #b9e4e6; box-shadow: 0 9px 18px rgba(7, 102, 112, .06); }
.faq-item summary { position: relative; padding: 18px 50px 18px 20px; cursor: pointer; font-weight: 800; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { position: absolute; top: 12px; right: 20px; color: #078d9a; content: "+"; font-size: 24px; }
.faq-item[open] summary { background: #eafafa; color: #087f9d; }
.faq-item[open] summary::after { content: "−"; }
.faq-answer { padding: 0 20px 18px; color: #52677a; }
.faq-answer p { margin: 0; }

.download-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 21px; margin-top: 35px; }
.download-card { display: flex; min-height: 265px; flex-direction: column; border: 1px solid var(--line); border-radius: 23px; padding: 28px; background: #fff; box-shadow: 0 8px 22px rgba(8, 70, 91, .04); transition: transform .25s, border-color .25s, box-shadow .25s; }
.download-card:hover { transform: translateY(-6px); border-color: #b7e2e5; box-shadow: 0 19px 35px rgba(8, 70, 91, .10); }
.download-card img { width: 72px; height: 72px; aspect-ratio: 1; margin-bottom: 16px; object-fit: contain; object-position: center; }
.download-card h2 { margin: 0 0 7px; font-size: 24px; }
.download-card p { margin: 0 0 17px; color: var(--muted); }
.download-card .button { align-self: flex-start; margin-top: auto; }
.download-card--soon { background: #f5fafb; }
.download-note { margin-top: 24px; border-radius: 17px; padding: 18px 22px; background: #eafafa; color: #40707a; }

.news-section { position: relative; overflow: hidden; padding: 84px 0; background: linear-gradient(135deg, #f2fcfd 0%, #e1f6f7 100%); }
.news-section::after { position: absolute; right: -140px; bottom: -170px; width: 400px; aspect-ratio: 1; border: 44px solid rgba(111, 211, 215, .16); border-radius: 50%; content: ""; }
.news { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: 54px; align-items: start; }
.news > * { position: relative; z-index: 1; }
.news-heading { position: sticky; top: 104px; }
.news-title { margin: 15px 0 13px; font-size: clamp(31px, 4vw, 46px); letter-spacing: -1px; line-height: 1.2; }
.news-desc { max-width: 420px; margin: 0; color: #557083; font-size: 17px; }
.news-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid #cce6e8; }
.news-item { display: flex; min-height: 69px; align-items: center; gap: 24px; border-bottom: 1px solid #cce6e8; padding: 16px 2px; }
.news-link { min-width: 0; flex: 1; color: #18364c; font-size: 17px; font-weight: 800; line-height: 1.45; transition: color .2s; }
.news-link:hover { color: #078d9a; }
.news-time { flex: none; color: #718b9b; font-size: 14px; white-space: nowrap; }
.news-empty { border-bottom: 1px solid #cce6e8; padding: 27px 2px; color: #718b9b; font-size: 15px; }
.news-more { grid-column: 2; margin-top: -29px; }
.news-more a { display: inline-flex; align-items: center; gap: 8px; color: #087f9d; font-weight: 900; }
.news-more a:hover { text-decoration: underline; }

.site-main { background: #f8fcfd; }
.news-wrap { padding: 66px 0 94px; }
.features { display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 36px; align-items: start; }
.left { position: sticky; top: 24px; border: 1px solid var(--line); border-radius: 20px; padding: 20px; background: #fff; box-shadow: 0 10px 27px rgba(9, 56, 82, .05); }
.blog-nav-label { margin: 0 0 8px; color: #648092; font-size: 13px; font-weight: 900; letter-spacing: 1px; }
.left ul { margin: 0; padding: 0; list-style: none; }
.left li + li { margin-top: 4px; }
.left a { display: block; border-radius: 10px; padding: 9px 11px; color: #516d80; font-size: 15px; font-weight: 800; }
.left a:hover, .left a.active { background: #e7fafa; color: #087f9d; }
.blog-aside-note { margin-top: 22px; border-radius: 13px; padding: 14px; background: #f0fafb; color: #587384; font-size: 13px; line-height: 1.65; }
.blog-aside-note strong { color: #168b96; }
.blog-aside-note p { margin: 5px 0 0; }
.right { position: relative; min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; padding: clamp(25px, 4vw, 48px); background: #fff; box-shadow: 0 13px 30px rgba(9, 56, 82, .07); }
.right::before { position: absolute; top: 0; left: 46px; width: 68px; height: 3px; border-radius: 0 0 4px 4px; background: linear-gradient(90deg, #0a9da5, #77dfe1); content: ""; }
.newsc .eyebrow { margin-bottom: 12px; }
.newsc .title { margin: 0 0 9px; font-size: clamp(29px, 4vw, 42px); letter-spacing: -1px; line-height: 1.25; }
.blog-intro { max-width: 670px; margin: 0 0 29px; color: var(--muted); }
.blog-list { margin: 0; padding: 0; list-style: none; }
.blog-list > li { display: flex; gap: 24px; border-top: 1px solid var(--line); padding: 23px 0; }
.blog-list > li:last-child { border-bottom: 1px solid var(--line); }
.blog-list > li.blog-empty { display: block; min-height: 190px; border-radius: 16px; padding: 42px 26px; background: #f2fafb; color: #668090; text-align: center; }
.blog-empty strong { display: block; margin-bottom: 7px; color: #2d6070; font-size: 19px; }
.blog-empty p { margin: 0; }
.blog-thumb { display: flex; width: 170px; height: 130px; flex: none; align-items: center; justify-content: center; overflow: hidden; border-radius: 15px; background: linear-gradient(145deg, #ecfbfc, #cfeef1); }
.blog-thumb img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.blog-list > li:nth-child(2) .blog-thumb img { width: auto; height: 112%; object-position: center 62%; }
.blog-list > li:nth-child(3) .blog-thumb img, .blog-list > li:nth-child(4) .blog-thumb img, .blog-list > li:nth-child(5) .blog-thumb img { width: 72px; height: 72px; }
.blog-copy { display: flex; min-width: 0; flex: 1; flex-direction: column; justify-content: space-between; }
.blog-copy h3 { margin: 0 0 8px; font-size: 21px; line-height: 1.42; }
.blog-copy h3 a:hover, .blog-meta a:hover { color: #078d9a; }
.blog-copy p { margin: 0; color: #61768a; font-size: 15px; line-height: 1.7; }
.blog-meta { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 15px; color: #8aa0ad; font-size: 14px; }
.blog-meta a { color: #087f9d; font-weight: 900; }
.pages { display: flex; justify-content: center; margin-top: 28px; }
.pages span { display: grid; width: 37px; height: 37px; place-items: center; border-radius: 10px; background: #0f9ea1; color: #fff; font-weight: 900; }

.site-footer { position: relative; overflow: hidden; padding: 55px 0 25px; background: radial-gradient(circle at 88% -24%, rgba(66, 176, 184, .35), transparent 32%), #0f3548; color: #d9edf0; }
.footer-grid { display: grid; grid-template-columns: 1.45fr 1fr 1fr; gap: 42px; }
.footer-brand img { width: 170px; height: auto; margin-bottom: 17px; object-fit: contain; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 370px; margin: 0; color: #afcbd2; }
.footer-heading { margin: 5px 0 13px; color: #fff; font-weight: 900; }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links li { margin: 7px 0; }
.footer-links a { color: #b7d1d6; }
.footer-links a:hover { color: #fff; text-decoration: underline; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px; margin-top: 35px; border-top: 1px solid rgba(220, 243, 245, .18); padding-top: 18px; color: #9dbcc3; font-size: 14px; }
.footer-bottom a { text-decoration: underline; }
.visually-hidden { position: absolute; overflow: hidden; width: 1px; height: 1px; margin: -1px; padding: 0; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

/* Keep the first screen responsive by postponing sections that are below it. */
@supports (content-visibility: auto) {
  .platform-section,
  main > .section:not(.platform-section),
  .news-section,
  .site-footer {
    content-visibility: auto;
    contain-intrinsic-size: auto 760px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

@media (max-width: 900px) {
  .hero .shell { min-height: 0; grid-template-columns: 1fr; padding: 48px 0 0; }
  .hero-copy { order: 1; padding: 0 0 33px; }
  .hero-art { order: 2; width: auto; height: min(430px, 90vw); max-width: 100%; max-height: 430px; justify-self: center; }
  .platform-grid { grid-template-columns: repeat(2, 1fr); margin-top: 0; padding-top: 0; }
  .signal-strip { margin-top: 0; background: #edfafa; }
  .signal-grid { grid-template-columns: repeat(3, 1fr); padding: 18px 0; }
  .signal-card { min-height: 104px; }
  .section.platform-section { padding-top: 28px; }
  .value-grid, .download-grid { grid-template-columns: repeat(2, 1fr); }
  .split { gap: 35px; }
  .content-wrap { grid-template-columns: 1fr; }
  .toc { display: none; }
  .news { grid-template-columns: 1fr; gap: 30px; }
  .news-heading { position: static; }
  .news-more { grid-column: auto; margin-top: 0; }
  .features { grid-template-columns: 1fr; }
  .left { position: static; }
}

@media (max-width: 680px) {
  .site-header { background: #fff; backdrop-filter: none; }
  .shell { width: min(100% - 30px, 1180px); }
  .header-inner { height: 70px; }
  .brand img { width: 139px; }
  .menu-toggle { display: block; }
  .nav-list { position: absolute; top: 70px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; border-bottom: 1px solid var(--line); padding: 11px 15px 17px; background: #fff; box-shadow: 0 10px 24px rgba(9, 56, 82, .08); }
  .nav-list.is-open { display: flex; }
  .nav-list a { padding: 11px; }
  .hero h1 { letter-spacing: -1px; }
  .hero p { font-size: 16px; }
  .hero-mark { width: 150px; margin-bottom: 18px; }
  .signal-grid { grid-template-columns: 1fr; gap: 9px; padding: 14px 0; }
  .signal-card { min-height: 76px; padding: 12px 14px; }
  .platform-grid, .value-grid, .download-grid { grid-template-columns: 1fr; }
  .split { grid-template-columns: 1fr; }
  .split img { max-height: 300px; order: 2; }
  .section { padding: 58px 0; }
  .page-hero { padding: 55px 0; }
  .content-wrap { padding: 42px 0 58px; }
  .article { border-radius: 18px; padding: 25px 20px; }
  .article h2 { margin-top: 34px; font-size: 25px; }
  .footer-grid { grid-template-columns: 1fr; gap: 22px; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-bottom: 6px; }
  .button, .download-card .button { width: 100%; }
  .button-row { display: grid; grid-template-columns: 1fr; }
  .news-section { padding: 58px 0; }
  .news-item { align-items: flex-start; flex-direction: column; gap: 5px; padding: 16px 0; }
  .news-link { font-size: 16px; }
  .news-wrap { padding: 42px 0 58px; }
  .left { border-radius: 16px; padding: 16px; }
  .blog-list > li { gap: 15px; padding: 19px 0; }
  .blog-thumb { width: 92px; height: 92px; border-radius: 12px; }
  .blog-list > li:nth-child(2) .blog-thumb img { width: auto; height: 115%; }
  .blog-copy h3 { font-size: 17px; }
  .blog-copy p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; font-size: 14px; }
  .blog-meta { align-items: flex-start; flex-direction: column; gap: 2px; margin-top: 10px; font-size: 13px; }
}
