:root {
  color-scheme: light;
  --page: #f7fafc;
  --paper: #ffffff;
  --paper-soft: #f1f6fa;
  --ink: #14171f;
  --muted: #596373;
  --quiet: #7c8796;
  --line: #dce5ee;
  --line-strong: #c6d3df;
  --accent: #6852f4;
  --accent-2: #0f9f9a;
  --accent-3: #d28a12;
  --accent-soft: #eeebff;
  --shadow: 0 22px 54px rgba(38, 53, 75, 0.12);
  --radius: 8px;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "PingFang SC",
    "Hiragino Sans GB", "Microsoft YaHei", "Segoe UI", sans-serif;
}

/* Homepage redesign — Mobbin-inspired editorial rhythm, scoped to preserve product pages. */
.home-page {
  --home-ink: #141414;
  --home-muted: #717171;
  --home-line: #dedede;
  --home-wash: #f3f3f3;
  background: #fff;
  color: var(--home-ink);
}

.home-page .site-header {
  min-height: 72px;
  border-bottom-color: rgba(20, 20, 20, .1);
  background: rgba(255, 255, 255, .88);
}

.home-page .site-nav {
  border: 0;
  background: transparent;
}

.home-page .site-nav a,
.home-page .lang-link {
  color: var(--home-ink);
}

.home-page .header-cta {
  min-height: 42px;
  padding-inline: 18px;
  background: var(--home-ink);
  box-shadow: none;
}

/* The supplied first-screen composition remains unchanged. */
.home-page .home-hero {
  position: relative;
  isolation: isolate;
  padding-top: 116px;
  padding-bottom: 82px;
}

.home-page .home-hero::before {
  content: "";
  position: absolute;
  inset: 0 calc(50% - 50vw) -150px;
  z-index: -1;
  background:
    radial-gradient(circle at 16% 0%, rgba(111, 205, 223, 0.18), transparent 34rem),
    radial-gradient(circle at 92% 4%, rgba(210, 138, 18, 0.1), transparent 28rem),
    linear-gradient(to bottom, #f7fafc 0%, #f7fafc 72%, rgba(247, 250, 252, 0) 100%);
}

.home-page .section:not(.app-focus) {
  width: min(1200px, calc(100% - 64px));
}

.home-page .app-focus {
  position: relative;
  grid-template-columns: minmax(0, .92fr) minmax(360px, .68fr);
  width: min(1200px, calc(100% - 64px));
  margin-top: 44px;
  margin-bottom: 88px;
  padding: 86px 48px 56px;
  gap: clamp(48px, 8vw, 112px);
  border: 1px solid rgba(198, 211, 223, .82);
  border-radius: 28px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 28px 70px rgba(38, 53, 75, .09);
}

.home-page .app-focus::before {
  content: "重点推荐";
  position: absolute;
  top: 26px;
  left: 48px;
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  color: #2f62f1;
  background: #e7efff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
}

.home-page .focus-media {
  padding: 20px;
  border: 0;
  border-radius: 24px;
  background: var(--home-ink);
  box-shadow: none;
}

.home-page .focus-media img {
  border-radius: 12px;
}

.home-page .app-focus .eyebrow {
  display: none;
}

.home-page .app-focus h2 {
  max-width: 520px;
  margin-bottom: 20px;
  font-size: clamp(48px, 5.2vw, 76px);
  line-height: .98;
  letter-spacing: -.045em;
}

.home-page .app-focus p:not(.eyebrow) {
  max-width: 480px;
  color: var(--home-muted);
  font-size: 20px;
  line-height: 1.45;
}

.home-page .button {
  min-height: 46px;
  padding-inline: 18px;
  border-radius: 999px;
  box-shadow: none;
}

.home-page .button.primary {
  background: var(--home-ink);
  box-shadow: none;
}

.home-page .button.secondary,
.home-page .button.ghost {
  border-color: var(--home-line);
  background: #fff;
}

.home-page #apps {
  padding-top: 112px;
  padding-bottom: 120px;
  border-top: 1px solid var(--home-line);
}

.home-page #apps .section-heading {
  align-items: start;
  margin-bottom: 64px;
}

.home-page #apps .section-heading h2 {
  max-width: 820px;
  font-size: clamp(46px, 5vw, 68px);
  line-height: .98;
  letter-spacing: -.05em;
}

.home-page #apps .section-heading p {
  max-width: 360px;
  color: var(--home-muted);
  font-size: 18px;
  line-height: 1.45;
}

.home-page .app-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 64px 24px;
}

.home-page .app-card {
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: visible;
}

.home-page .app-media {
  padding: 22px;
  overflow: hidden;
  border-radius: 24px;
  background: var(--home-wash);
}

.home-page .app-card:nth-child(3n + 1) .app-media { background: #e7efff; }
.home-page .app-card:nth-child(3n + 2) .app-media { background: #f0ece8; }
.home-page .app-card:nth-child(3n) .app-media { background: #ececec; }

.home-page .app-media img {
  border-radius: 12px;
  transition: transform .45s cubic-bezier(.2,.7,.2,1);
}

.home-page .app-card:hover .app-media img { transform: scale(1.018); }

.home-page .app-card-body {
  display: grid;
  grid-template-columns: 56px 1fr;
  column-gap: 16px;
  padding: 24px 0 0;
}

.home-page .app-card-body > .app-icon {
  grid-row: 1 / span 4;
  width: 56px;
  height: 56px;
  border-radius: 13px;
}

.home-page .app-card h3 {
  margin: 0 0 7px;
  font-size: 24px;
  letter-spacing: -.025em;
}

.home-page .app-card-body p,
.home-page .app-card-body .chip-row,
.home-page .app-card-body .action-row {
  grid-column: 2;
}

.home-page .app-card-body p {
  max-width: 480px;
  margin-bottom: 14px;
  color: var(--home-muted);
  font-size: 16px;
  line-height: 1.55;
}

.home-page .app-card-body .chip-row {
  margin: 0 0 18px;
}

.home-page .chip-row span {
  min-height: 26px;
  padding-inline: 9px;
  border-color: var(--home-line);
  color: var(--home-muted);
  background: transparent;
  font-size: 11px;
}

.home-page .split-section {
  grid-template-columns: minmax(0, .9fr) minmax(380px, .72fr);
  padding: 96px;
  border: 0;
  border-radius: 28px;
  color: #fff;
  background: var(--home-ink);
}

.home-page .split-section h2 {
  max-width: 650px;
  margin-bottom: 24px;
  font-size: clamp(44px, 5vw, 72px);
  line-height: 1;
  letter-spacing: -.045em;
}

.home-page .split-section p {
  max-width: 600px;
  color: #adadad;
  font-size: 18px;
  line-height: 1.55;
}

.home-page .split-section .privacy-kicker {
  margin-bottom: 18px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
}

.home-page .local-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 34px;
  color: #fff;
  font-size: 14px;
  font-weight: 650;
}

.home-page .local-flow span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid #414141;
  border-radius: 999px;
  background: #202020;
}

.home-page .local-flow i {
  color: #717171;
  font-style: normal;
}

.home-page .privacy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.home-page .button.light {
  color: var(--home-ink);
  background: #fff;
}

.home-page .button.dark-ghost {
  color: #fff;
  border-color: #414141;
  background: transparent;
}

.home-page .check-list {
  min-width: 0;
  border-top: 1px solid #404040;
}

.home-page .check-list li {
  padding: 20px 0;
  border-bottom: 1px solid #404040;
  color: #fff;
  font-size: 18px;
  font-weight: 520;
}

.home-page .privacy-facts li {
  display: grid;
  gap: 7px;
}

.home-page .privacy-facts strong {
  color: #fff;
  font-size: 20px;
  font-weight: 650;
}

.home-page .privacy-facts span {
  color: #8f8f8f;
  font-size: 14px;
  font-weight: 450;
  line-height: 1.5;
}

.home-page .check-list li::before { display: none; }

.home-page .split-section + .section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.home-page .workflow-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--home-line);
}

.home-page .workflow-list article {
  min-height: 260px;
  padding: 32px 32px 36px 0;
  border: 0;
  border-bottom: 1px solid var(--home-line);
  border-radius: 0;
  background: transparent;
}

.home-page .workflow-list article:nth-child(even) {
  padding-left: 32px;
  border-left: 1px solid var(--home-line);
}

.home-page .workflow-list h2 {
  font-size: clamp(26px, 3vw, 38px);
  letter-spacing: -.035em;
}

.home-page .workflow-list p {
  max-width: 480px;
  color: var(--home-muted);
  font-size: 16px;
}

.home-page .article-feature {
  margin-bottom: 120px;
  padding: 64px;
  border: 0;
  border-radius: 24px;
  background: #e7efff;
}

.home-page .article-feature h2 {
  font-size: clamp(38px, 4vw, 56px);
  letter-spacing: -.04em;
}

.home-page .site-footer {
  width: 100%;
  padding: 72px max(32px, calc((100% - 1200px) / 2));
  border-top: 0;
  color: #fff;
  background: var(--home-ink);
}

.home-page .site-footer p,
.home-page .site-footer a { color: #adadad; }
.home-page .site-footer .footer-brand { color: #fff; }

@media (max-width: 820px) {
  .home-page .section:not(.app-focus),
  .home-page .app-focus { width: min(100% - 32px, 1200px); }
  .home-page .app-focus { grid-template-columns: 1fr; padding: 82px 28px 32px; }
  .home-page .app-focus::before { top: 24px; left: 28px; }
  .home-page .app-focus > div { order: -1; }
  .home-page #apps .section-heading { display: block; }
  .home-page #apps .section-heading p { margin-top: 20px; }
  .home-page .app-grid { grid-template-columns: 1fr; gap: 56px; }
  .home-page .split-section { grid-template-columns: 1fr; padding: 56px 32px; }
  .home-page .workflow-list { grid-template-columns: 1fr; }
  .home-page .workflow-list article:nth-child(even) { padding-left: 0; border-left: 0; }
  .home-page .article-feature { padding: 44px 28px; }
}

@media (max-width: 640px) {
  .home-page .site-header { min-height: 60px; }
  .home-page .home-hero { padding-top: 84px; padding-bottom: 70px; }
  .home-page .app-focus h2 { font-size: 46px; }
  .home-page .app-focus { margin-top: 28px; margin-bottom: 64px; border-radius: 20px; }
  .home-page #apps { padding-top: 80px; padding-bottom: 88px; }
  .home-page #apps .section-heading h2 { font-size: 48px; }
  .home-page .app-media { padding: 12px; border-radius: 18px; }
  .home-page .app-card-body { grid-template-columns: 48px 1fr; }
  .home-page .app-card-body > .app-icon { width: 48px; height: 48px; }
  .home-page .app-card-body .action-row { grid-column: 1 / -1; margin-top: 8px; }
  .home-page .split-section { border-radius: 20px; }
  .home-page .split-section h2 { font-size: 42px; }
  .home-page .local-flow { display: grid; grid-template-columns: 1fr; }
  .home-page .local-flow i { display: none; }
  .home-page .local-flow span { justify-content: center; }
  .home-page .split-section + .section { padding-top: 88px; padding-bottom: 88px; }
  .home-page .workflow-list article { min-height: 0; padding: 28px 0; }
  .home-page .article-feature { margin-bottom: 72px; }
}

/* Scroll choreography starts below the preserved homepage hero. */
.motion-ready .home-page [data-reveal] {
  opacity: 0;
  transform: translate3d(0, 42px, 0);
  transition:
    opacity .8s cubic-bezier(.2, .7, .2, 1),
    transform .9s cubic-bezier(.2, .7, .2, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.motion-ready .home-page [data-reveal="media"] {
  transform: translate3d(0, 64px, 0) scale(.975);
}

.motion-ready .home-page [data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.home-page .app-media img,
.home-page .focus-media img {
  transition: transform .7s cubic-bezier(.2, .7, .2, 1);
}

.home-page .app-card:hover .app-media img {
  transform: scale(1.025);
}

@media (prefers-reduced-motion: reduce) {
  .motion-ready .home-page [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Product landing pages share the homepage's editorial system without copying its hero. */
.product-page {
  --product-ink: #141414;
  --product-muted: #717171;
  --product-line: #dedede;
  color: var(--product-ink);
  background: #fff;
}

.product-page .site-header {
  min-height: 72px;
  border-bottom-color: rgba(20, 20, 20, .1);
  background: rgba(255, 255, 255, .9);
}

.product-page .site-nav {
  border: 0;
  background: transparent;
}

.product-page .site-nav a,
.product-page .lang-link { color: var(--product-ink); }

.product-page .header-cta {
  min-height: 42px;
  padding-inline: 18px;
  background: var(--product-ink);
  box-shadow: none;
}

.product-page .hero,
.product-page .section,
.product-page .site-footer {
  width: min(1200px, calc(100% - 64px));
}

.product-page .product-hero {
  grid-template-columns: minmax(360px, .72fr) minmax(0, 1.28fr);
  min-height: calc(100vh - 72px);
  padding: 80px 0 96px;
  gap: clamp(48px, 7vw, 104px);
}

.product-page .product-hero .eyebrow {
  margin-bottom: 20px;
  color: #2f62f1;
  font-size: 12px;
  letter-spacing: .02em;
}

.product-page .product-hero h1 {
  max-width: 620px;
  margin-bottom: 24px;
  font-size: clamp(52px, 5.6vw, 82px);
  line-height: .98;
  letter-spacing: -.052em;
}

.product-page .hero-copy > p:not(.eyebrow) {
  max-width: 560px;
  color: var(--product-muted);
  font-size: 20px;
  line-height: 1.48;
}

.product-page .button {
  min-height: 46px;
  padding-inline: 18px;
  border-radius: 999px;
  box-shadow: none;
}

.product-page .button.primary {
  background: var(--product-ink);
  box-shadow: none;
}

.product-page .button.secondary,
.product-page .button.ghost {
  border-color: var(--product-line);
  background: #fff;
}

.product-page .hero-media {
  position: relative;
  margin: 0;
  padding: 24px;
  overflow: hidden;
  border-radius: 28px;
  background: #e7efff;
}

.product-page .hero-media::after {
  content: "真实产品界面";
  position: absolute;
  right: 18px;
  bottom: 16px;
  padding: 7px 10px;
  border-radius: 999px;
  color: rgba(255,255,255,.86);
  background: rgba(20,20,20,.72);
  backdrop-filter: blur(12px);
  font-size: 11px;
  font-weight: 700;
}

.product-page .hero-media img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 28px 70px rgba(24, 35, 54, .18);
}

.product-page main > .section {
  padding-top: 104px;
  padding-bottom: 104px;
  border-top: 1px solid var(--product-line);
}

.product-page .section-heading {
  align-items: start;
  margin-bottom: 48px;
}

.product-page .section-heading h2 {
  max-width: 720px;
  font-size: clamp(40px, 4.6vw, 64px);
  line-height: 1;
  letter-spacing: -.045em;
}

.product-page .section-heading p {
  max-width: 420px;
  color: var(--product-muted);
  font-size: 17px;
  line-height: 1.5;
}

.product-page .answer-summary {
  grid-template-columns: minmax(0, .85fr) minmax(360px, .7fr);
  padding: 72px;
  border: 0;
  border-radius: 28px;
  color: #fff;
  background: var(--product-ink);
}

.product-page .answer-summary h2 {
  font-size: clamp(38px, 4vw, 56px);
  letter-spacing: -.04em;
}

.product-page .answer-summary p { color: #adadad; }
.product-page .answer-summary .check-list { border-top: 1px solid #404040; }
.product-page .answer-summary .check-list li {
  padding: 18px 0;
  border-bottom: 1px solid #404040;
  color: #fff;
  font-weight: 520;
}
.product-page .answer-summary .check-list li::before { display: none; }

.product-page .feature-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--product-line);
}

.product-page .feature-list article {
  min-height: 220px;
  padding: 32px;
  border: 0;
  border-bottom: 1px solid var(--product-line);
  border-radius: 0;
  background: transparent;
}

.product-page .feature-list article:nth-child(even) { border-left: 1px solid var(--product-line); }
.product-page .feature-list h3,
.product-page .feature-list h2 {
  font-size: clamp(24px, 2.4vw, 34px);
  letter-spacing: -.035em;
}

.product-page .screenshot-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.product-page .screenshot-grid figure {
  padding: 18px;
  border-radius: 22px;
  background: #f1f1f1;
}

.product-page .screenshot-grid figure:last-child {
  grid-column: 1 / -1;
  width: min(760px, 100%);
  max-width: none;
}

.product-page .screenshot-grid img {
  border: 0;
  border-radius: 12px;
  box-shadow: none;
}

.product-page .article-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.product-page .guide-card,
.product-page .faq-item {
  border-color: var(--product-line);
  border-radius: 16px;
  background: #f7f7f7;
}

.product-page .guide-card {
  min-height: 190px;
  padding: 24px;
  transition: transform .25s ease, background .25s ease;
}

.product-page .guide-card:hover {
  transform: translateY(-4px);
  background: #f0f0f0;
}

.product-page .faq-section { max-width: 1200px; }
.product-page .faq-grid {
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid var(--product-line);
}
.product-page .faq-item {
  display: grid;
  grid-template-columns: minmax(260px, .65fr) minmax(0, 1fr);
  gap: 48px;
  padding: 28px 0;
  border: 0;
  border-bottom: 1px solid var(--product-line);
  border-radius: 0;
  background: transparent;
}
.product-page .faq-item h3 { font-size: 20px; }
.product-page .faq-item p { color: var(--product-muted); font-size: 16px; }

.product-page .site-footer {
  width: 100%;
  padding: 72px max(32px, calc((100% - 1200px) / 2));
  border-top: 0;
  color: #fff;
  background: var(--product-ink);
}
.product-page .site-footer p,
.product-page .site-footer a { color: #adadad; }
.product-page .site-footer .footer-brand { color: #fff; }

.motion-ready .product-page [data-product-reveal] {
  opacity: 0;
  transform: translate3d(0, 38px, 0);
  transition: opacity .75s cubic-bezier(.2,.7,.2,1), transform .85s cubic-bezier(.2,.7,.2,1);
  transition-delay: var(--reveal-delay, 0ms);
}
.motion-ready .product-page [data-product-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0,0,0);
}

@media (max-width: 980px) {
  .product-page .product-hero { grid-template-columns: 1fr; min-height: 0; }
  .product-page .hero-media { padding: 18px; }
  .product-page .article-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  .product-page .hero,
  .product-page .section { width: min(100% - 32px, 1200px); }
  .product-page .product-hero { padding: 64px 0 72px; gap: 42px; }
  .product-page .product-hero h1 { font-size: 48px; }
  .product-page .hero-copy > p:not(.eyebrow) { font-size: 18px; }
  .product-page main > .section { padding-top: 76px; padding-bottom: 76px; }
  .product-page .section-heading { display: block; margin-bottom: 32px; }
  .product-page .section-heading p { margin-top: 16px; }
  .product-page .answer-summary { grid-template-columns: 1fr; padding: 44px 28px; }
  .product-page .feature-list,
  .product-page .screenshot-grid,
  .product-page .article-grid { grid-template-columns: 1fr; }
  .product-page .feature-list article { min-height: 0; padding: 28px 0; }
  .product-page .feature-list article:nth-child(even) { border-left: 0; }
  .product-page .screenshot-grid figure:last-child { grid-column: auto; }
  .product-page .faq-item { grid-template-columns: 1fr; gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  .motion-ready .product-page [data-product-reveal] { opacity: 1; transform: none; transition: none; }
}

.screenshot-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.screenshot-grid figure {
  margin: 0;
}

.screenshot-grid figure:last-child {
  grid-column: 1 / -1;
  max-width: 460px;
  justify-self: center;
}

.screenshot-grid img {
  width: 100%;
  height: auto;
  border-radius: 22px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.screenshot-grid figcaption,
.article-image figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

@media (max-width: 760px) {
  .screenshot-grid {
    grid-template-columns: 1fr;
  }

  .screenshot-grid figure:last-child {
    grid-column: auto;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    radial-gradient(circle at 16% 0%, rgba(111, 205, 223, 0.18), transparent 34rem),
    radial-gradient(circle at 92% 4%, rgba(210, 138, 18, 0.1), transparent 28rem),
    var(--page);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

p,
h1,
h2,
h3,
li,
dd,
summary {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  overflow-wrap: normal;
  word-break: normal;
}

.hero,
.section,
.compact-hero,
.article-page,
.site-footer {
  width: min(1160px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 64px;
  width: 100%;
  margin-inline: 0;
  padding-inline: max(24px, calc((100% - 1160px) / 2));
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid rgba(198, 211, 223, 0.72);
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  font-size: 15px;
  font-weight: 780;
  letter-spacing: 0;
}

.brand-mark,
.app-icon,
.hero-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
}

.brand-mark {
  width: 38px;
  height: 38px;
  object-fit: cover;
}

.site-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  min-height: 36px;
  padding: 4px;
  border: 1px solid rgba(220, 229, 238, 0.86);
  border-radius: 999px;
  background: rgba(247, 250, 252, 0.72);
}

.site-nav a,
.lang-link,
.header-cta {
  color: var(--muted);
  font-size: 13px;
  line-height: 1;
  font-weight: 720;
}

.site-nav a:hover,
.lang-link:hover,
.header-cta:hover,
.footer-brand:hover,
.guide-card a:hover {
  color: var(--accent);
}

.text-link {
  display: inline-flex;
  margin-top: 4px;
  color: var(--accent);
  font-size: 14px;
  font-weight: 760;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 11px;
  border-radius: 999px;
}

.site-nav a:hover {
  background: rgba(255, 255, 255, 0.82);
}

.header-cta,
.lang-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  white-space: nowrap;
}

.header-cta {
  padding: 0 14px;
  color: #fff;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), #4f8ef7);
  box-shadow: 0 10px 24px rgba(104, 82, 244, 0.18);
}

.header-cta:hover {
  color: #fff;
}

.lang-link {
  min-width: 42px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
}

.hero {
  padding: 70px 0 44px;
}

.product-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.06fr);
  gap: 48px;
  align-items: center;
}

.home-hero {
  display: grid;
  gap: 0;
  padding-top: 116px;
  padding-bottom: 82px;
  text-align: center;
}

.home-hero .hero-copy {
  display: grid;
  justify-items: center;
}

.hero-copy {
  min-width: 0;
}

.eyebrow {
  margin-bottom: 14px;
  color: var(--accent-2);
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0;
}

.page-updated {
  margin-top: -4px;
  color: var(--quiet);
  font-size: 13px;
  font-weight: 650;
}

.hero-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 22px;
  box-shadow: 0 14px 28px rgba(41, 66, 90, 0.14);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 22px;
  max-width: 760px;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 0.96;
  letter-spacing: 0;
}

.home-hero h1 {
  max-width: 900px;
  font-size: clamp(58px, 7.2vw, 104px);
  letter-spacing: 0;
}

.hero-title {
  display: grid;
  justify-items: center;
  gap: 8px;
}

.hero-title-accent,
.hero-title-main {
  display: block;
}

.hero-title-accent {
  position: relative;
  z-index: 0;
  width: max-content;
  max-width: 100%;
  color: #2f62f1;
  font-size: clamp(42px, 5.6vw, 82px);
  line-height: 0.94;
  font-weight: 820;
}

.hero-title-accent::after {
  content: "";
  position: absolute;
  left: 5%;
  right: 2%;
  bottom: -0.08em;
  z-index: -1;
  height: 0.22em;
  border-bottom: 8px solid rgba(96, 160, 245, 0.34);
  border-radius: 50%;
  transform: rotate(-1.5deg);
}

.hero-title-main {
  color: var(--ink);
  font-size: clamp(58px, 7.4vw, 108px);
  line-height: 0.96;
  font-weight: 840;
}

.compact-hero h1,
.article-page h1 {
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.06;
}

.hero-copy p,
.compact-hero p,
.article-lead {
  max-width: 690px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.72;
}

.hero-actions,
.action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.hero-actions {
  margin: 30px 0;
}

.home-hero .hero-actions {
  margin: 24px 0 0;
  justify-content: center;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-size: 15px;
  font-weight: 720;
  line-height: 1.2;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  color: #fff;
  background: linear-gradient(135deg, var(--accent), #4f8ef7);
  box-shadow: 0 12px 26px rgba(104, 82, 244, 0.24);
}

.button.secondary,
.button.ghost {
  color: var(--ink);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.76);
}

.button.ghost {
  background: transparent;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(620px, 100%);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.trust-row div {
  padding: 16px;
  background: rgba(255, 255, 255, 0.76);
}

.trust-row dt {
  color: var(--quiet);
  font-size: 12px;
  font-weight: 720;
}

.trust-row dd {
  margin: 6px 0 0;
  font-size: 15px;
  font-weight: 720;
}

.hero-screenshot {
  margin: 0;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: var(--shadow);
}

.hero-screenshot img,
.shot-grid img,
.article-image img,
.app-media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--radius);
  object-fit: cover;
}

.hero-screenshot img {
  aspect-ratio: 16 / 10;
}

.hero-showcase {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 18px;
  align-items: stretch;
  width: min(1040px, 100%);
  margin-inline: auto;
  text-align: left;
}

.hero-showcase::before {
  content: "";
  position: absolute;
  inset: 9% 7% -8%;
  z-index: -1;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(104, 82, 244, 0.12), rgba(15, 159, 154, 0.1));
  filter: blur(34px);
}

.showcase-main,
.showcase-mini {
  border: 1px solid rgba(198, 211, 223, 0.88);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 22px 54px rgba(38, 53, 75, 0.1);
}

.showcase-main {
  position: relative;
  min-height: 426px;
  padding: 20px;
  overflow: hidden;
}

.showcase-main > img {
  width: 100%;
  height: 100%;
  min-height: 330px;
  border-radius: 10px;
  object-fit: contain;
  background: linear-gradient(135deg, #c8eef5, #2f93e0);
}

.window-dots {
  position: absolute;
  top: 32px;
  left: 34px;
  z-index: 2;
  display: flex;
  gap: 7px;
}

.window-dots span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
}

.window-dots span:nth-child(1) {
  background: #ff5f57;
}

.window-dots span:nth-child(2) {
  background: #ffbd2e;
}

.window-dots span:nth-child(3) {
  background: #28c840;
}

.showcase-caption {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 34px;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  align-items: center;
  padding: 16px;
  border: 1px solid rgba(198, 211, 223, 0.72);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.showcase-caption .app-icon,
.showcase-mini .app-icon {
  width: 52px;
  height: 52px;
  margin: 0;
}

.showcase-caption strong,
.showcase-caption em,
.showcase-mini strong,
.showcase-mini em {
  display: block;
}

.showcase-caption strong,
.showcase-mini strong {
  margin-bottom: 5px;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.2;
  font-weight: 780;
}

.showcase-caption em,
.showcase-mini em {
  color: var(--muted);
  font-size: 14px;
  font-style: normal;
  line-height: 1.45;
}

.showcase-side {
  display: grid;
  gap: 18px;
}

.showcase-mini {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 204px;
  padding: 22px;
  transition: transform 160ms ease, border-color 160ms ease;
}

.showcase-main:hover,
.showcase-mini:hover {
  border-color: var(--line-strong);
  transform: translateY(-1px);
}

.app-focus,
.ncm-focus {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  padding: 34px 0 58px;
  border-top: 1px solid rgba(198, 211, 223, 0.72);
  border-bottom: 1px solid rgba(198, 211, 223, 0.72);
  background: transparent;
}

.app-focus h2,
.ncm-focus h2 {
  margin-bottom: 12px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.04;
}

.app-focus p:not(.eyebrow),
.ncm-focus p:not(.eyebrow) {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.focus-media {
  margin: 0;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 42px rgba(38, 53, 75, 0.08);
}

.focus-media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: var(--radius);
  object-fit: cover;
}

.section {
  padding: 54px 0;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 24px;
}

.section-heading h2,
.article-feature h2,
.article-page h2 {
  margin-bottom: 8px;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.12;
  letter-spacing: 0;
}

.section-heading p,
.article-feature p,
.feature-list p,
.guide-card p,
.app-card-body p,
.article-page p,
.article-page li,
.faq-section p {
  color: var(--muted);
  font-size: 15.5px;
  line-height: 1.7;
}

.app-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.app-card,
.guide-card,
.feature-list article,
.article-summary,
.article-real-example,
.article-toc,
.article-decision,
.article-process,
.article-checks,
.article-experience,
.article-stop,
.article-troubleshooting,
.article-cta,
.faq-section details,
.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
}

.app-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.app-media {
  display: block;
  padding: 8px;
  background: var(--paper-soft);
}

.app-media img {
  aspect-ratio: 16 / 11;
  height: auto;
}

.app-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px;
}

.app-icon {
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
}

.app-card-body > .app-icon {
  width: 54px;
  height: 54px;
  margin: 0;
  object-fit: contain;
}

.app-card-body > .action-row {
  margin-top: auto;
}

.app-card h3,
.guide-card h3,
.feature-list h2 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.2;
}

.chip-row,
.mini-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chip-row {
  margin: 18px 0;
}

.chip-row span,
.mini-keywords span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #405064;
  background: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 650;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.feature-list article,
.guide-card,
.article-summary,
.article-real-example,
.article-toc,
.article-decision,
.article-process,
.article-checks,
.article-experience,
.article-stop,
.article-troubleshooting,
.faq-section details,
.faq-item {
  padding: 20px;
}

.gallery .shot-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.shot-grid img {
  aspect-ratio: 16 / 10;
  border: 1px solid var(--line);
  background: var(--paper);
  box-shadow: 0 12px 30px rgba(38, 53, 75, 0.08);
}

.split-section,
.article-feature,
.answer-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(238, 235, 255, 0.82), rgba(234, 249, 248, 0.86));
}

.answer-summary {
  grid-template-columns: minmax(0, 0.82fr) minmax(340px, 1.18fr);
  align-items: start;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(234, 249, 248, 0.82));
}

.answer-summary h2 {
  margin-bottom: 10px;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.12;
}

.answer-summary p {
  color: var(--muted);
  font-size: 15.5px;
  line-height: 1.7;
}

.answer-summary .check-list li {
  font-weight: 640;
  line-height: 1.55;
}

.check-list {
  min-width: 280px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  padding: 10px 0 10px 24px;
  color: var(--ink);
  font-weight: 700;
  position: relative;
}

.check-list li::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--accent-2);
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.guide-card h3 {
  font-size: 19px;
}

.guide-card p {
  min-height: 78px;
}

.compact-hero {
  padding: 72px 0 24px;
}

.article-page {
  max-width: 840px;
  padding: 60px 0;
}

.breadcrumb {
  margin-bottom: 22px;
  color: var(--quiet);
  font-size: 14px;
}

.breadcrumb a {
  color: var(--accent);
}

.article-page h1 {
  margin-bottom: 18px;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
  color: var(--quiet);
  font-size: 13px;
  line-height: 1.5;
}

.article-meta span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
}

.article-meta a,
.article-page p a,
.article-page li a {
  color: var(--accent);
  font-weight: 720;
}

.article-page h2 {
  margin-top: 36px;
}

.article-summary,
.article-real-example,
.article-toc,
.article-decision,
.article-process,
.article-checks,
.article-experience,
.article-stop,
.article-troubleshooting {
  margin: 26px 0;
}

.article-summary h2,
.article-real-example h2,
.article-decision h2,
.article-process h2,
.article-checks h2,
.article-experience h2,
.article-stop h2,
.article-troubleshooting h2 {
  margin-top: 0;
}

.article-summary {
  background: linear-gradient(135deg, rgba(238, 235, 255, 0.82), rgba(234, 249, 248, 0.86));
}

.article-real-example {
  border-color: rgba(15, 159, 154, 0.34);
  background: rgba(234, 249, 248, 0.74);
}

.article-toc {
  background: rgba(241, 246, 250, 0.72);
}

.article-toc strong {
  display: block;
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 15px;
}

.article-toc ol,
.article-process ol {
  margin: 0;
  padding-left: 22px;
}

.article-toc li + li,
.article-process li + li,
.article-summary li + li,
.article-troubleshooting li + li {
  margin-top: 8px;
}

.article-decision {
  overflow-x: auto;
}

.article-decision table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
}

.article-decision th,
.article-decision td {
  padding: 12px 14px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
  text-align: left;
  vertical-align: top;
}

.article-decision th {
  color: var(--ink);
  background: var(--paper-soft);
  font-weight: 760;
}

.article-decision tr:last-child td {
  border-bottom: 0;
}

.article-page ul {
  padding-left: 20px;
}

.article-image {
  margin: 30px 0;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
}

.article-cta {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin-top: 36px;
  padding: 22px;
}

.article-cta h2 {
  margin-top: 0;
  font-size: 24px;
}

.article-floating-cta {
  position: fixed;
  right: max(22px, env(safe-area-inset-right));
  bottom: max(22px, env(safe-area-inset-bottom));
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 10px 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 48px rgba(32, 42, 60, 0.2);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.article-floating-cta span {
  max-width: 190px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 720;
  line-height: 1.3;
}

.article-floating-cta .button {
  min-height: 46px;
  white-space: nowrap;
}

.faq-section {
  max-width: 920px;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.faq-item {
  padding: 20px;
}

.faq-item h3 {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.35;
}

.faq-item p {
  margin: 0;
}

.faq-section details + details {
  margin-top: 10px;
}

.faq-section summary {
  cursor: pointer;
  font-weight: 760;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.2fr auto auto;
  gap: 28px;
  align-items: start;
  padding: 36px 0 46px;
  border-top: 1px solid var(--line);
}

.site-footer nav,
.footer-record {
  display: grid;
  gap: 10px;
}

.footer-brand {
  font-weight: 780;
}

.site-footer p,
.site-footer a {
  color: var(--muted);
  font-size: 14px;
}

.footer-record {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
}

.police-record {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.police-record img {
  width: 16px;
  height: 16px;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto auto;
    gap: 10px 14px;
    padding-block: 10px 12px;
    padding-inline: 24px;
  }

  .brand {
    grid-column: 1;
    grid-row: 1;
  }

  .lang-link {
    grid-column: 2;
    grid-row: 1;
  }

  .header-cta {
    grid-column: 3;
    grid-row: 1;
  }

  .site-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: start;
    overflow-x: auto;
    gap: 8px;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .site-nav a {
    flex: 0 0 auto;
    min-height: 32px;
    padding: 0 2px;
  }

  .product-hero,
  .hero-showcase,
  .app-focus,
  .ncm-focus,
  .split-section,
  .article-feature,
  .answer-summary {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 48px;
  }

  .home-hero {
    padding-top: 62px;
    padding-bottom: 56px;
  }

  .home-hero h1 {
    font-size: clamp(54px, 12vw, 82px);
  }

  .hero-title-accent {
    font-size: clamp(42px, 9vw, 72px);
  }

  .hero-title-main {
    font-size: clamp(54px, 11vw, 82px);
  }

  .showcase-side {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .showcase-mini {
    min-height: 156px;
  }

  .app-grid,
  .article-grid,
  .feature-list,
  .faq-grid,
  .gallery .shot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-heading {
    display: block;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .hero,
  .section,
  .compact-hero,
  .article-page,
  .site-footer {
    width: min(100% - 28px, 1160px);
  }

  h1 {
    font-size: 36px;
    line-height: 1.04;
  }

  .home-hero {
    gap: 0;
    padding-top: 54px;
    padding-bottom: 44px;
    text-align: left;
  }

  .home-hero .hero-copy {
    justify-items: start;
  }

  .home-hero h1 {
    font-size: 52px;
    line-height: 0.98;
  }

  .hero-title {
    justify-items: start;
    gap: 7px;
    text-align: left;
  }

  .hero-title-accent {
    font-size: clamp(34px, 11vw, 48px);
  }

  .hero-title-accent::after {
    left: 3%;
    right: 0;
    bottom: -0.1em;
    border-bottom-width: 6px;
  }

  .hero-title-main {
    max-width: 100%;
    font-size: clamp(38px, 10.8vw, 46px);
    line-height: 1;
  }

  .site-header {
    min-height: 0;
    padding-inline: 14px;
  }

  .brand {
    gap: 9px;
    font-size: 17px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    border-radius: 10px;
  }

  .site-nav a,
  .header-cta,
  .lang-link {
    font-size: 14px;
  }

  .header-cta {
    display: none;
  }

  .lang-link {
    width: auto;
    min-height: 32px;
    padding: 0 10px;
    align-content: center;
    justify-self: end;
    background: rgba(255, 255, 255, 0.72);
  }

  .hero {
    padding-top: 38px;
  }

  .hero-copy p,
  .compact-hero p,
  .article-lead {
    font-size: 16px;
  }

  .trust-row,
  .app-grid,
  .article-grid,
  .feature-list,
  .gallery .shot-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .hero-actions,
  .action-row,
  .article-cta,
  .footer-record {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .article-floating-cta {
    right: max(12px, env(safe-area-inset-right));
    bottom: max(12px, env(safe-area-inset-bottom));
    left: max(12px, env(safe-area-inset-left));
    padding: 8px;
    border-radius: 16px;
  }

  .article-floating-cta span {
    display: none;
  }

  .article-floating-cta .button {
    min-height: 50px;
  }

  .hero-showcase {
    gap: 12px;
  }

  .showcase-main {
    min-height: 0;
    padding: 10px;
  }

  .showcase-main > img {
    min-height: 0;
    aspect-ratio: 16 / 11;
  }

  .window-dots {
    top: 18px;
    left: 20px;
  }

  .window-dots span {
    width: 7px;
    height: 7px;
  }

  .showcase-caption {
    position: static;
    margin-top: 10px;
    grid-template-columns: 44px 1fr;
    padding: 12px;
  }

  .showcase-caption .app-icon,
  .showcase-mini .app-icon {
    width: 44px;
    height: 44px;
  }

  .showcase-caption strong,
  .showcase-mini strong {
    font-size: 17px;
  }

  .showcase-side {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .showcase-mini {
    min-height: 0;
    grid-template-columns: 44px 1fr;
    padding: 14px;
  }

  .split-section,
  .app-focus,
  .ncm-focus,
  .article-feature,
  .answer-summary {
    padding: 22px;
  }

  .check-list {
    min-width: 0;
  }
}
