html {
  scroll-behavior: smooth;
}

:root {
  --yx-blue-900: #0b2f66;
  --yx-blue-800: #0f3f88;
  --yx-blue-700: #1552a8;
  --yx-blue-600: #0a6cff;
  --yx-blue-400: #35a9ff;
  --yx-red-500: #ff4a56;
  --yx-ink: #172033;
  --yx-muted: #667085;
  --yx-panel: #ffffff;
  --yx-border: #d8e1ee;
  --color-primary-400: var(--yx-blue-400);
  --color-primary-500: var(--yx-blue-600);
  --color-primary-600: var(--yx-blue-700);
  --color-ns-green: var(--yx-blue-600);
  --color-ns-green-light: #eaf4ff;
  --color-ns-yellow: var(--yx-blue-400);
  --color-secondary: #111827;
  --color-background-5: #071833;
  --color-background-6: #061226;
  --color-background-8: #030b18;
}

body {
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", "Source Han Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  letter-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
}

#top,
#capabilities,
#workflow,
#integrations,
#pricing,
#stories,
#insights,
#contact {
  scroll-margin-top: 110px;
}

.header-four .btn {
  min-width: max-content;
}

.header-four a[aria-label="盈序门店首页"] img {
  width: 166px;
  height: auto;
}

.header-four-scroll {
  background-color: rgba(7, 24, 51, 0.86) !important;
  border-bottom: 1px solid rgba(53, 169, 255, 0.16);
  box-shadow: 0 18px 60px rgba(3, 11, 24, 0.22);
  backdrop-filter: blur(18px);
}

footer img[alt="盈序门店 Logo"] {
  width: 220px;
  height: auto;
}

footer {
  background-color: #071833 !important;
}

footer > figure img[src*="ns-img-493"] {
  filter: hue-rotate(12deg) saturate(1.1) brightness(0.92);
  opacity: 0.82;
}

footer > figure img[src*="ns-img-494"] {
  filter: hue-rotate(165deg) saturate(1.25) brightness(0.72);
  opacity: 0.5;
}

.yx-header-secondary {
  display: inline-flex;
}

.btn-green,
.btn-primary {
  border-color: var(--yx-blue-400) !important;
  background: linear-gradient(135deg, var(--yx-blue-600) 0%, var(--yx-blue-400) 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 18px 42px rgba(10, 108, 255, 0.28);
}

.btn-green:hover,
.btn-primary:hover,
.hover\:btn-green:hover {
  border-color: var(--yx-blue-700) !important;
  background: linear-gradient(135deg, var(--yx-blue-700) 0%, var(--yx-blue-600) 100%) !important;
  color: #ffffff !important;
}

.btn-green:before,
.btn-primary:before {
  background-color: rgba(255, 255, 255, 0.18) !important;
}

.badge-green {
  background-color: #eaf4ff !important;
  color: var(--yx-blue-700) !important;
}

.dark .badge-green {
  background-color: rgba(53, 169, 255, 0.14) !important;
  color: #8dd2ff !important;
}

.text-primary-500 {
  color: var(--yx-blue-600) !important;
}

.bg-primary-500,
.after\:bg-primary-500:after {
  background-color: var(--yx-blue-600) !important;
}

.group:hover .group-hover\:text-ns-yellow {
  color: #8dd2ff !important;
}

.yx-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(53, 169, 255, 0.36);
  border-radius: 999px;
  background: rgba(10, 108, 255, 0.12);
  color: rgba(232, 245, 255, 0.82);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  padding: 9px 14px;
}

.yx-hero-brand {
  color: #ffffff;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", system-ui, sans-serif;
  font-size: 88px;
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: 0;
  text-shadow: 0 22px 58px rgba(0, 0, 0, 0.36), 0 0 34px rgba(53, 169, 255, 0.24);
}

.yx-hero-positioning {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.42;
  text-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
}

.yx-hero-positioning span {
  display: inline;
}

.yx-hero-positioning span + span::before {
  content: "的";
}

.yx-hero-copy {
  max-width: 820px;
  color: rgba(232, 245, 255, 0.72);
  font-size: 18px;
  font-weight: 620;
  line-height: 1.75;
}

.yx-hero-copy span {
  display: inline-block;
  margin-inline: 5px;
  white-space: nowrap;
}

.yx-hero-value-grid {
  display: grid;
  width: min(100%, 860px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 26px auto 0;
}

.yx-hero-value-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 12px;
  align-items: start;
  border: 1px solid rgba(232, 245, 255, 0.16);
  border-radius: 16px;
  background: rgba(7, 24, 51, 0.34);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 18px 44px rgba(3, 11, 24, 0.14);
  padding: 16px 18px;
  text-align: left;
  backdrop-filter: blur(14px);
}

.yx-hero-value-card span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(53, 169, 255, 0.3);
  border-radius: 12px;
  background: rgba(10, 108, 255, 0.16);
  color: #9ed9ff;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
}

.yx-hero-value-card strong {
  display: block;
  color: #ffffff;
  font-size: 17px;
  font-weight: 820;
  line-height: 1.15;
  padding-top: 2px;
}

.yx-hero-value-card p {
  grid-column: 2;
  color: rgba(232, 245, 255, 0.68);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
}

.yx-section-copy-lines span {
  display: inline;
}

.yx-section-copy-lines span + span::before {
  content: " ";
}

.yx-nowrap {
  white-space: nowrap;
}

.yx-hero-proof-list {
  margin-top: 6px;
}

.yx-hero-proof-list li > span:first-child {
  background: rgba(53, 169, 255, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 10px 24px rgba(10, 108, 255, 0.18);
}

.yx-hero-proof-list li > span:last-child {
  color: rgba(232, 245, 255, 0.82) !important;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.55;
}

.yx-hero-section {
  isolation: isolate;
  background: linear-gradient(-45deg, #2f6fd8 50%, #0ab39c) !important;
}

.yx-hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: url("/images/yx-cover-pattern.png");
  background-position: center;
  background-size: cover;
  opacity: 1;
}

.yx-hero-section::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 0;
  height: 58%;
  pointer-events: none;
  background:
    radial-gradient(72% 76% at 18% 100%, rgba(10, 179, 156, 0.14) 0%, rgba(10, 179, 156, 0) 62%),
    radial-gradient(74% 80% at 78% 100%, rgba(47, 111, 216, 0.16) 0%, rgba(47, 111, 216, 0) 66%),
    linear-gradient(180deg, rgba(47, 111, 216, 0) 0%, rgba(47, 111, 216, 0.08) 54%, rgba(243, 243, 249, 0.86) 100%);
}

.yx-hero-section .main-container {
  position: relative;
  z-index: 1;
}

.yx-hero-section figure:has(.yx-app-screenshot) {
  background: #ffffff;
  border: 1px solid rgba(232, 245, 255, 0.42);
  box-shadow: 0 34px 100px rgba(21, 80, 151, 0.28);
}

.yx-app-screenshot {
  display: block;
  height: auto;
  width: 100%;
  object-position: top left;
}

.yx-workflow-screenshot {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(216, 225, 238, 0.9);
  background: #f7faff;
  object-fit: cover;
  object-position: top left;
}

#workflow .stack-cards__item {
  max-width: min(100%, 620px) !important;
}

#workflow .stack-cards__item > div {
  max-width: 604px !important;
}

#workflow .stack-cards__item figure:has(.yx-workflow-screenshot) {
  aspect-ratio: 16 / 9;
  max-width: 100% !important;
  overflow: hidden;
}

.yx-hero-secondary-btn {
  border-color: rgba(232, 245, 255, 0.2) !important;
  background: rgba(11, 47, 102, 0.48) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 18px 44px rgba(3, 11, 24, 0.18);
  backdrop-filter: blur(14px);
}

.yx-hero-secondary-btn:hover {
  border-color: var(--yx-blue-400) !important;
  background: linear-gradient(135deg, var(--yx-blue-700) 0%, var(--yx-blue-600) 100%) !important;
}

.yx-hero-cta {
  align-items: center !important;
}

.yx-hero-cta > li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.yx-hero-cta .btn {
  display: inline-flex !important;
  box-sizing: border-box;
  min-height: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  padding: 0 30px !important;
  line-height: 1 !important;
  text-transform: none !important;
  vertical-align: top;
}

.yx-hero-cta .btn span {
  line-height: 1 !important;
}

.yx-hero-download-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

.yx-hero-download-btn {
  border: 1px solid rgba(232, 245, 255, 0.46) !important;
  color: #ffffff !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 18px 42px rgba(21, 80, 151, 0.16);
  backdrop-filter: blur(14px);
  text-transform: none !important;
  white-space: nowrap;
}

.yx-hero-download-btn-primary {
  background: rgba(255, 255, 255, 0.18) !important;
}

.yx-hero-download-minor {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  padding-inline: 10px;
  color: rgba(245, 250, 255, 0.82);
  font-size: 14px;
  font-weight: 650;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.yx-hero-download-minor:hover {
  color: #ffffff;
}

.yx-hero-download-btn[aria-disabled="true"],
.yx-hero-download-minor[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.58;
  pointer-events: auto;
}

.yx-hero-download-btn[aria-disabled="true"]:hover {
  border-color: rgba(232, 245, 255, 0.46) !important;
  background: rgba(255, 255, 255, 0.18) !important;
}

.yx-hero-download-minor[aria-disabled="true"]:hover {
  color: rgba(245, 250, 255, 0.82);
}

.yx-hero-download-btn:hover {
  border-color: rgba(255, 255, 255, 0.72) !important;
  background: rgba(255, 255, 255, 0.22) !important;
  color: #ffffff !important;
}

.yx-owner-badge {
  border: 1px solid rgba(10, 108, 255, 0.18);
  box-shadow: 0 12px 30px rgba(10, 108, 255, 0.1);
  font-size: 15px !important;
  font-weight: 850 !important;
  letter-spacing: 0;
  padding: 9px 16px !important;
}

.yx-scenario-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: max-content;
  border: 1px solid rgba(15, 63, 136, 0.14);
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(15, 63, 136, 0.08);
  color: rgba(15, 63, 136, 0.78);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 18px 24px;
}

.dark .yx-scenario-pill {
  border-color: rgba(53, 169, 255, 0.18);
  background: rgba(15, 63, 136, 0.2);
  color: rgba(232, 245, 255, 0.78);
}

.yx-marquee-section {
  background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%) !important;
}

.yx-marquee-container {
  width: 100%;
}

.yx-marquee-row {
  align-items: stretch !important;
  gap: 24px !important;
  padding: 8px 0 20px;
}

.yx-marquee-card {
  position: relative;
  display: flex;
  width: 368px;
  min-width: 368px;
  min-height: 258px;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  overflow: hidden;
  border: 1px solid rgba(15, 63, 136, 0.1);
  border-radius: 20px;
  background:
    radial-gradient(circle at 88% 14%, rgba(53, 169, 255, 0.12), rgba(53, 169, 255, 0) 28%),
    #ffffff;
  box-shadow: 0 22px 64px rgba(15, 63, 136, 0.08);
  padding: 28px;
  white-space: normal;
  transition: transform 500ms ease, border-color 500ms ease, background 500ms ease, box-shadow 500ms ease;
}

.yx-marquee-card > :not(figure) {
  position: relative;
  z-index: 1;
}

.yx-marquee-card figure {
  position: absolute;
  inset: auto -46% -74% auto;
  z-index: 0;
  width: 330px;
  opacity: 0;
  pointer-events: none;
  transform: rotate(-26deg) scale(0.9);
  transition: opacity 700ms ease, transform 900ms ease;
}

.yx-marquee-card figure img {
  display: block;
  width: 100%;
}

.yx-marquee-card:hover {
  transform: translateY(-4px);
  border-color: rgba(53, 169, 255, 0.24);
  background: linear-gradient(145deg, #071833 0%, #0f3f88 62%, #1552a8 100%);
  box-shadow: 0 30px 90px rgba(10, 108, 255, 0.18);
}

.yx-marquee-card:hover figure {
  opacity: 0.82;
  transform: rotate(-18deg) scale(1.08);
}

.yx-marquee-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.yx-marquee-index,
.yx-marquee-kicker {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.yx-marquee-index {
  border: 1px solid rgba(10, 108, 255, 0.18);
  background: #eaf4ff;
  color: var(--yx-blue-700);
  padding: 8px 10px;
}

.yx-marquee-kicker {
  color: rgba(15, 63, 136, 0.58);
}

.yx-marquee-card h3 {
  max-width: 304px;
  color: var(--yx-ink);
  font-size: 28px;
  font-weight: 820;
  line-height: 1.22;
}

.yx-marquee-card p {
  color: rgba(23, 32, 51, 0.66);
  font-size: 15px;
  font-weight: 550;
  line-height: 1.75;
}

.yx-marquee-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.yx-marquee-tags span {
  border: 1px solid rgba(15, 63, 136, 0.1);
  border-radius: 999px;
  background: rgba(10, 108, 255, 0.08);
  color: var(--yx-blue-700);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  padding: 8px 10px;
}

.yx-marquee-card:hover .yx-marquee-index,
.yx-marquee-card:hover .yx-marquee-tags span {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.11);
  color: rgba(255, 255, 255, 0.88);
}

.yx-marquee-card:hover .yx-marquee-kicker,
.yx-marquee-card:hover p {
  color: rgba(232, 245, 255, 0.7);
}

.yx-marquee-card:hover h3 {
  color: #ffffff;
}

.dark .yx-marquee-section {
  background: radial-gradient(circle at 50% 0%, rgba(53, 169, 255, 0.12), rgba(53, 169, 255, 0) 42%), #030b18 !important;
}

.dark .yx-marquee-card {
  border-color: rgba(53, 169, 255, 0.12);
  background:
    radial-gradient(circle at 88% 14%, rgba(53, 169, 255, 0.1), rgba(53, 169, 255, 0) 28%),
    rgba(7, 24, 51, 0.8);
}

.dark .yx-marquee-card h3 {
  color: #ffffff;
}

.dark .yx-marquee-card p,
.dark .yx-marquee-kicker {
  color: rgba(232, 245, 255, 0.66);
}

#capabilities {
  background-color: #071833;
  background-blend-mode: multiply;
}

#capabilities .bg-white {
  border-radius: 16px !important;
  border: 1px solid rgba(216, 225, 238, 0.12);
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%) !important;
  box-shadow: 0 24px 70px rgba(3, 11, 24, 0.2);
}

#capabilities .bg-white:hover {
  box-shadow: 0 28px 80px rgba(10, 108, 255, 0.16);
}

#capabilities .yx-capability-card {
  padding: 0 !important;
  overflow: hidden;
}

#capabilities .yx-capability-card h3 {
  font-size: 23px;
  line-height: 1.24;
}

#capabilities .yx-capability-card p {
  font-size: 15px;
  line-height: 1.62;
}

.yx-capability-card > .space-y-4 {
  margin-top: 0 !important;
  padding: 14px 26px 24px;
}

.yx-capability-card > .space-y-4 > div:first-child {
  display: none;
}

.yx-capability-card > .space-y-4 > div {
  margin-top: 0 !important;
}

.yx-capability-card span[class*="ns-shape"] {
  display: none !important;
}

.yx-capability-preview {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 7.2;
  overflow: hidden;
  border-bottom: 1px solid rgba(15, 63, 136, 0.1);
  background: #f7faff;
}

.yx-capability-preview::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 30%;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(247, 250, 252, 0) 0%, rgba(255, 255, 255, 0.52) 68%, #ffffff 100%);
}

.yx-capability-preview img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
}

.yx-capability-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding-top: 4px;
}

.yx-capability-flow li {
  border: 1px solid rgba(10, 108, 255, 0.14);
  border-radius: 999px;
  background: #eaf4ff;
  color: var(--yx-blue-700);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 7px 9px;
}

.yx-capability-visual {
  display: flex;
  min-height: 154px;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  overflow: hidden;
  border-bottom: 1px solid rgba(15, 63, 136, 0.1);
  background:
    radial-gradient(circle at 88% 16%, rgba(255, 74, 86, 0.16), rgba(255, 74, 86, 0) 28%),
    radial-gradient(circle at 18% 20%, rgba(53, 169, 255, 0.24), rgba(53, 169, 255, 0) 34%),
    linear-gradient(135deg, #f7faff 0%, #eef6ff 100%);
  padding: 24px 26px 20px;
}

.yx-capability-visual-head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.yx-capability-icon,
.yx-solution-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(10, 108, 255, 0.16);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(10, 108, 255, 0.1);
  color: var(--yx-blue-600);
}

.yx-capability-icon {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  font-size: 30px;
}

.yx-capability-visual-head span:not(.yx-capability-icon) {
  display: block;
  color: rgba(15, 63, 136, 0.64);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.yx-capability-visual-head strong {
  display: block;
  margin-top: 6px;
  color: var(--yx-ink);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
}

.yx-capability-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.yx-capability-metrics li {
  border: 1px solid rgba(15, 63, 136, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
  padding: 10px 11px;
}

.yx-capability-metrics span {
  display: block;
  color: rgba(23, 32, 51, 0.52);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.yx-capability-metrics strong {
  display: block;
  margin-top: 7px;
  color: var(--yx-blue-700);
  font-size: 16px;
  font-weight: 850;
  line-height: 1;
}

#stories {
  background:
    linear-gradient(180deg, #f7faff 0%, #eef5ff 100%) !important;
  padding-bottom: clamp(72px, 8vw, 120px) !important;
}

.yx-story-grid {
  overflow: visible;
}

.yx-story-grid-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.yx-story-card > div {
  height: 100%;
  border: 1px solid rgba(15, 63, 136, 0.1);
  box-shadow: 0 22px 64px rgba(15, 63, 136, 0.08);
}

.yx-story-card > div > :not(.gradient-overlay) {
  position: relative;
  z-index: 1;
}

#stories .swiper-slide > div {
  border: 1px solid rgba(15, 63, 136, 0.1);
  box-shadow: 0 22px 64px rgba(15, 63, 136, 0.08);
}

#stories .swiper-slide > div > :not(.gradient-overlay) {
  position: relative;
  z-index: 1;
}

.yx-story-scene {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 8;
  overflow: hidden;
  border: 1px solid rgba(216, 225, 238, 0.65);
  border-radius: 14px;
  background: #071833;
}

.yx-story-scene::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(7, 24, 51, 0) 42%, rgba(7, 24, 51, 0.22) 100%),
    radial-gradient(68% 72% at 50% 100%, rgba(10, 108, 255, 0.18) 0%, rgba(10, 108, 255, 0) 62%);
}

.yx-story-scene img,
.yx-insight-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.04) contrast(1.03);
}

#stories .review-text {
  color: rgba(23, 32, 51, 0.72) !important;
  font-weight: 600;
  line-height: 1.85;
}

#stories .review-name {
  color: var(--yx-ink) !important;
}

#stories .review-title {
  color: rgba(23, 32, 51, 0.54) !important;
}

#stories .swiper-slide-active > div,
#stories .swiper-slide-active > div.dark\:bg-background-5 {
  background: #071833 !important;
  border-color: rgba(53, 169, 255, 0.18);
  box-shadow: 0 30px 90px rgba(7, 24, 51, 0.18);
}

#stories .swiper-slide-active .review-text {
  color: rgba(232, 245, 255, 0.82) !important;
}

#stories .swiper-slide-active .review-name {
  color: #ffffff !important;
}

#stories .swiper-slide-active .review-title {
  color: rgba(232, 245, 255, 0.62) !important;
}

.dark #stories {
  background:
    radial-gradient(circle at 50% 0%, rgba(53, 169, 255, 0.13), rgba(53, 169, 255, 0) 44%),
    #071833 !important;
}

.dark #stories .swiper-slide > div {
  border-color: rgba(53, 169, 255, 0.12);
  background: rgba(3, 11, 24, 0.72) !important;
}

.dark .yx-story-card > div {
  border-color: rgba(53, 169, 255, 0.12);
  background: rgba(3, 11, 24, 0.72) !important;
}

.dark #stories .review-text {
  color: rgba(232, 245, 255, 0.72) !important;
}

.dark #stories .review-name {
  color: #ffffff !important;
}

.yx-insight-cover {
  position: relative;
  background: #071833;
}

.yx-insight-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(7, 24, 51, 0.06) 0%, rgba(7, 24, 51, 0.2) 100%),
    radial-gradient(70% 90% at 50% 100%, rgba(10, 108, 255, 0.16) 0%, rgba(10, 108, 255, 0) 64%);
}

#insights .rounded-\[20px\]:has(.yx-insight-cover) {
  border: 1px solid rgba(15, 63, 136, 0.1);
  box-shadow: 0 22px 64px rgba(15, 63, 136, 0.08);
}

#insights .rounded-\[20px\]:has(.yx-insight-cover):hover .yx-insight-cover img {
  transform: scale(1.04);
}

.yx-insight-cover img {
  transition: transform 600ms ease;
}

.yx-product-cover {
  border: 1px solid rgba(216, 225, 238, 0.8);
  background:
    linear-gradient(180deg, #ffffff 0%, #f4f8fd 100%) !important;
}

.yx-product-cover::after {
  display: none;
}

.yx-product-cover img {
  object-fit: cover !important;
  object-position: top center !important;
  padding: 0;
  filter: saturate(1.02) contrast(1.03);
}

#insights h3 {
  color: var(--yx-ink);
  font-weight: 750;
  line-height: 1.35;
}

#insights .space-y-4 p {
  color: rgba(23, 32, 51, 0.68);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
}

.dark #insights h3 {
  color: #ffffff;
}

.dark #insights .space-y-4 p {
  color: rgba(232, 245, 255, 0.68);
}

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

.yx-solution-card {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
  border: 1px solid rgba(15, 63, 136, 0.1);
  border-radius: 20px;
  background: #ffffff;
  padding: 30px;
  box-shadow: 0 24px 72px rgba(15, 63, 136, 0.08);
}

.yx-solution-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--yx-blue-600), var(--yx-blue-400));
}

.yx-solution-card-featured {
  background: linear-gradient(145deg, #071833 0%, #0f3f88 58%, #1552a8 100%);
  box-shadow: 0 30px 90px rgba(10, 108, 255, 0.18);
}

.yx-solution-card-featured::before {
  background: linear-gradient(90deg, #35a9ff, #ff4a56);
}

.yx-solution-visual {
  display: flex;
  min-height: 124px;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

.yx-solution-icon {
  width: 56px;
  height: 56px;
  font-size: 30px;
}

.yx-solution-card-featured .yx-solution-icon {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 18px 44px rgba(3, 11, 24, 0.18);
}

.yx-solution-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.yx-solution-flow span {
  border: 1px solid rgba(10, 108, 255, 0.14);
  border-radius: 999px;
  background: #eaf4ff;
  color: var(--yx-blue-700);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  padding: 9px 11px;
}

.yx-solution-card-featured .yx-solution-flow span {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.88);
}

.yx-solution-kicker {
  color: var(--yx-blue-700);
  font-size: 14px;
  font-weight: 850;
  line-height: 1;
}

.yx-solution-card h3 {
  color: var(--yx-ink);
  font-size: 28px;
  font-weight: 800;
  line-height: 1.25;
}

.yx-solution-card p {
  color: rgba(23, 32, 51, 0.68);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}

.yx-solution-card-featured .yx-solution-kicker,
.yx-solution-card-featured h3 {
  color: #ffffff !important;
}

.yx-solution-card-featured p {
  color: rgba(232, 245, 255, 0.74);
}

.dark .yx-capability-visual,
.dark .yx-solution-card {
  border-color: rgba(53, 169, 255, 0.12);
  background:
    radial-gradient(circle at 88% 16%, rgba(255, 74, 86, 0.12), rgba(255, 74, 86, 0) 28%),
    radial-gradient(circle at 18% 20%, rgba(53, 169, 255, 0.18), rgba(53, 169, 255, 0) 34%),
    #071833;
}

.dark .yx-capability-visual-head span:not(.yx-capability-icon),
.dark .yx-capability-metrics span,
.dark .yx-solution-card p {
  color: rgba(232, 245, 255, 0.66);
}

.dark .yx-capability-visual-head strong,
.dark .yx-solution-card h3,
.dark .yx-solution-kicker {
  color: #ffffff;
}

.dark .yx-capability-metrics li {
  border-color: rgba(53, 169, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
}

.dark .yx-capability-metrics strong {
  color: #8dd2ff;
}

@media (max-width: 1023px) {
  .yx-marquee-card {
    width: 340px;
    min-width: 340px;
  }

  .yx-story-grid-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .yx-solution-grid {
    grid-template-columns: 1fr;
  }
}

#capabilities span[class*="ns-shape"] {
  display: inline-flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(10, 108, 255, 0.14);
  border-radius: 14px;
  background: #eaf4ff;
  color: var(--yx-blue-600) !important;
  font-size: 30px !important;
}

#capabilities .btn-white {
  border-color: rgba(15, 63, 136, 0.16) !important;
}

.yx-trial-section {
  background: linear-gradient(180deg, #f7faff 0%, #edf4fb 100%) !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  scroll-margin-top: 74px !important;
}

.dark .yx-trial-section {
  background: radial-gradient(circle at 50% 0%, rgba(53, 169, 255, 0.14), rgba(53, 169, 255, 0) 42%), #071833 !important;
}

.yx-pricing-legacy {
  display: none !important;
}

.yx-trial-grid {
  align-items: stretch;
}

.yx-trial-wrap {
  padding-top: clamp(56px, 5vw, 78px) !important;
  padding-bottom: clamp(72px, 7vw, 100px) !important;
}

.yx-trial-wrap > :not([hidden]) ~ :not([hidden]) {
  margin-top: 56px !important;
}

.yx-trial-title {
  max-width: 920px !important;
  font-size: clamp(36px, 3.2vw, 48px);
  line-height: 1.12;
}

.yx-trial-title span {
  display: inline-block;
}

.yx-trial-card {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  overflow: hidden;
  border: 1px solid rgba(15, 63, 136, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  padding: 32px;
  box-shadow: 0 24px 80px rgba(15, 63, 136, 0.08);
}

.yx-trial-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--yx-blue-600), var(--yx-blue-400), var(--yx-red-500));
}

.yx-trial-card h3 {
  color: var(--yx-ink);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.15;
}

.yx-trial-card p {
  color: var(--yx-muted);
  line-height: 1.75;
}

.yx-trial-kicker,
.yx-trial-tag {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.yx-trial-kicker {
  background: rgba(10, 108, 255, 0.1);
  color: var(--yx-blue-700);
  padding: 8px 11px;
}

.yx-trial-tag {
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.9);
  padding: 8px 10px;
}

.yx-trial-list {
  display: grid;
  gap: 13px;
}

.yx-trial-list li {
  display: flex;
  gap: 12px;
  color: rgba(23, 32, 51, 0.74);
  line-height: 1.55;
}

.yx-trial-list li::before {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin-top: 3px;
  border: 1px solid rgba(10, 108, 255, 0.24);
  border-radius: 999px;
  background: radial-gradient(circle at 50% 50%, var(--yx-blue-600) 0 38%, transparent 39%);
}

.yx-trial-card .btn {
  width: 100%;
  justify-content: center;
}

.yx-trial-card-featured {
  border-color: rgba(53, 169, 255, 0.34);
  background: linear-gradient(145deg, #071833 0%, #0f3f88 56%, #1552a8 100%);
  box-shadow: 0 34px 100px rgba(10, 108, 255, 0.24);
}

.yx-trial-card-featured::before {
  background: linear-gradient(90deg, #35a9ff, #ff4a56);
}

.yx-trial-card-featured h3 {
  color: #ffffff;
}

.yx-trial-card-featured p,
.yx-trial-card-featured .yx-trial-list li {
  color: rgba(255, 255, 255, 0.72);
}

.yx-trial-card-featured .yx-trial-kicker {
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.86);
}

.yx-trial-card-featured .yx-trial-list li::before {
  border-color: rgba(255, 255, 255, 0.25);
  background: radial-gradient(circle at 50% 50%, #35a9ff 0 38%, transparent 39%);
}

.yx-contact-steps {
  display: grid;
  max-width: 460px;
  gap: 0;
  padding-top: 4px;
}

.yx-contact-steps li {
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: flex-start;
  gap: 14px;
  padding: 0 0 22px;
}

.yx-contact-steps li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 36px;
  bottom: 8px;
  left: 18px;
  width: 1px;
  background: linear-gradient(180deg, rgba(10, 108, 255, 0.28), rgba(15, 63, 136, 0.06));
}

.yx-contact-steps span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(10, 108, 255, 0.16);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(10, 108, 255, 0.08);
  color: var(--yx-blue-700);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.yx-contact-steps p {
  padding-top: 7px;
  color: rgba(23, 32, 51, 0.78);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.55;
}

.yx-contact-form-card {
  width: 100%;
  align-self: flex-start;
  border: 1px solid rgba(216, 225, 238, 0.72);
  box-shadow: 0 24px 70px rgba(23, 32, 51, 0.06);
}

@media (max-width: 640px) {
  .header-four {
    padding-inline: 16px;
  }

  .header-four img {
    max-width: 150px;
  }

  .yx-header-secondary {
    display: none !important;
  }

  .yx-hero-eyebrow {
    font-size: 12px;
    padding: 8px 12px;
  }

  .yx-hero-brand {
    font-size: 56px;
    line-height: 1.05;
  }

  .yx-hero-positioning {
    max-width: 330px;
    margin-inline: 0;
    font-size: 24px;
    line-height: 1.45;
  }

  .yx-hero-positioning span {
    display: block;
  }

  .yx-hero-positioning span + span::before {
    content: "";
  }

  .yx-hero-copy {
    max-width: 330px;
    margin-inline: 0;
    font-size: 15px;
    line-height: 1.75;
  }

  .yx-hero-copy span {
    display: block;
    margin-inline: 0;
    white-space: normal;
  }

  .yx-hero-cta {
    gap: 10px;
  }

  .yx-hero-download-group {
    width: 90%;
    margin-inline: auto;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }

  .yx-hero-download-btn {
    min-width: 0;
    flex: 1 1 100%;
    padding-inline: 10px;
    font-size: 13px;
    min-height: 50px;
  }

  .yx-hero-download-minor {
    min-height: 24px;
    padding-inline: 8px;
    font-size: 13px;
  }

  .yx-hero-value-grid {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 22px;
  }

  .yx-hero-value-card {
    border-radius: 14px;
    padding: 14px 15px;
  }

  .yx-hero-value-card strong {
    font-size: 16px;
  }

  .yx-hero-value-card p {
    font-size: 14px;
  }

  .yx-section-copy-lines span {
    display: block;
  }

  .yx-section-copy-lines span + span::before {
    content: "";
  }

  .yx-hero-proof-list {
    gap: 14px;
  }

  .yx-hero-proof-list li {
    align-items: flex-start;
  }

  .yx-hero-proof-list li > span:first-child {
    margin-top: 3px;
  }

  .yx-hero-proof-list li > span:last-child {
    font-size: 16px;
  }

  .yx-workflow-screenshot {
    height: 100%;
  }

  .yx-capability-card > .space-y-4 {
    padding: 12px 20px 20px;
  }

  .yx-capability-preview {
    aspect-ratio: 16 / 7.2;
  }

  .yx-capability-visual {
    min-height: 138px;
    gap: 12px;
    padding: 20px;
  }

  .yx-capability-visual-head strong {
    font-size: 18px;
  }

  .yx-capability-metrics li {
    padding: 9px;
  }

  #capabilities .yx-capability-card h3 {
    font-size: 21px;
  }

  .yx-marquee-row {
    gap: 16px !important;
  }

  .yx-marquee-card {
    width: 300px;
    min-width: 300px;
    min-height: 250px;
    border-radius: 16px;
    padding: 24px;
  }

  .yx-marquee-card h3 {
    font-size: 24px;
  }

  .yx-marquee-card p {
    font-size: 14px;
    line-height: 1.65;
  }

  .yx-story-grid-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .yx-story-card > div {
    padding: 24px;
  }

  #stories .review-text {
    font-size: 18px;
    line-height: 1.7;
  }

  .yx-trial-card {
    border-radius: 16px;
    padding: 24px;
  }

  .yx-trial-card h3 {
    font-size: 26px;
  }

  .yx-trial-section {
    scroll-margin-top: 56px !important;
  }

  .yx-trial-wrap {
    padding-top: 44px !important;
    padding-bottom: 64px !important;
  }

  .yx-trial-wrap > :not([hidden]) ~ :not([hidden]) {
    margin-top: 34px !important;
  }

  .yx-trial-title {
    font-size: 33px;
    line-height: 1.18;
  }
}
