@media (max-width: 760px) {
  .ca-feature .brwin-body:has(> div) {
    height: 208px !important;
    max-height: none !important;
    overflow: hidden;
  }
  .ca-feature .brwin-body > div {
    width: 1096px;
    transform: scale(0.30);
    transform-origin: top left;
  }
}
.ca-feature .dcov-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 14px;
  margin-top: 34px;
  text-align: left;
}
.ca-feature .dcov-item {
  background: #fff;
  border-radius: 16px;
  padding: 22px 24px;
  box-shadow: 0 4px 4px -5px rgba(13, 27, 62, 0.25),
    0 0 0 1px rgba(13, 27, 62, 0.11), 0 2px 8px -1px rgba(13, 27, 62, 0.04);
}
.ca-feature .dcov-item dt {
  font-weight: 800;
  font-size: 15px;
  letter-spacing: -0.01em;
  color: var(--navy, #0d1b3e);
  margin-bottom: 6px;
}
.ca-feature .dcov-item dd {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: var(--muted, #5c6779);
}
.ca-feature .dcov-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  max-width: 78ch;
  margin: 26px auto 0;
  padding: 16px 20px;
  border-radius: 16px;
  background: #fff4f8;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--muted, #5c6779);
  text-align: left;
}
.ca-feature .dcov-note svg,
.ca-feature .dcov-note i {
  width: 18px;
  height: 18px;
  flex: none;
  margin-top: 1px;
  color: var(--pink, #ff0066);
}
@media (max-width: 620px) {
  .ca-feature .dcov-grid {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }
  .ca-feature .dcov-item {
    padding: 18px 18px;
  }
}
.ca-feature .tts-scene {
  --r-md: 10px;
  --r-lg: 15px;
  --r-xl: 24px;
  --shadow-card: 0 4px 4px -5px rgba(19, 12, 62, 0.25),
    0 0 0 1px rgba(19, 12, 62, 0.11), 0 2px 8px -1px rgba(19, 12, 62, 0.04);
  --font-display: inherit;
  --font-ui: inherit;
  --border: #e4e6ec;
  --border-strong: #babfc8;
  --border-input: #c9c9c9;
  --fg2: #696984;
  --fg3: #737373;
  --bg-soft: #f5f5f8;
  --pink-panel: #fff3f7;
  --pink-300: #ff5c9b;
  --info: #2a6fdb;
  text-align: left;
}

.ca-feature .brwin-body.tts {
  position: relative;
}

.ca-feature .tts-frame-note {
  position: absolute;
  top: 12px;
  left: 20px;
  z-index: 4;
  padding: 5px 10px;
  border: 1px solid rgba(19, 12, 62, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--fg2);
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 700;
}

.ca-feature .tkw-shop-mock {
  width: 100%;
  max-width: 440px;
}

.ca-feature .tkw-shop-mock .uimock {
  max-width: none;
}

.ca-feature .tkw-shop-mock-note {
  display: block;
  margin: 0 0 8px;
  color: var(--muted-2);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

@media (max-width: 940px) {
  .ca-feature.fp-scope-ts .tkw {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding-inline: 16px;
    grid-template-columns: minmax(0, 1fr);
  }
  .ca-feature.fp-scope-ts .tkw-left,
  .ca-feature.fp-scope-ts .tkw-stage,
  .ca-feature.fp-scope-ts .tkw-panel,
  .ca-feature.fp-scope-ts .tkw-media,
  .ca-feature.fp-scope-ts .tkw-shop-mock {
    min-width: 0;
    max-width: 100%;
  }
  .ca-feature.fp-scope-ts .tkw-shop-mock {
    width: 100%;
    max-width: 360px;
  }
}
.ca-feature.fp-scope-ts .brwin-body.tts > .tts-scene {
  transform: scale(0.7117);
  transform-origin: top left;
}

@media (max-width: 760px) {
  .ca-feature.fp-scope-ts .brwin-body.tts:has(> div) {
    height: auto !important;
  }
  .ca-feature.fp-scope-ts .brwin-body.tts > .tts-scene {
    width: 1540px;
    transform: scale(0.194);
  }
}
.ca-feature .fp-marquee-track {
  will-change: transform;
  animation-play-state: running;
}
@media (prefers-reduced-motion: reduce) {
  .ca-feature .fp-marquee-track {
    animation: marquee-rtl 30s linear infinite !important;
    animation-play-state: running !important;
  }
  .ca-feature .fp-marquee-track.rev {
    animation: marquee-ltr 30s linear infinite !important;
  }
}
.ca-feature .api-wrap,
.ca-feature .api-code {
  text-align: left;
}
.ca-feature .api-report {
  font-family: var(--font, Roboto), -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  font-variant-numeric: tabular-nums;
}
@media (max-width: 820px) {
  .ca-feature .cmpx-old::before,
  .ca-feature .cmpx-new::before,
  .ca-feature .cmpx-old.other::before {
    content: attr(data-mobile-label) " - ";
  }
}
