:root {
  --cool-neutral-99: #F7F7F8;
  --cool-neutral-98: #F4F4F5;
  --cool-neutral-97: #EAEBEC;
  --cool-neutral-96: #E1E2E4;
  --cool-neutral-95: #DBDCDF;
  --cool-neutral-90: #C2C4C8;
  --cool-neutral-80: #AEB0B6;
  --cool-neutral-70: #989BA2;
  --cool-neutral-60: #878A93;
  --cool-neutral-50: #70737C;
  --cool-neutral-40: #5A5C63;
  --cool-neutral-30: #46474C;
  --cool-neutral-25: #37383C;
  --cool-neutral-23: #333438;
  --cool-neutral-22: #2E2F33;
  --cool-neutral-20: #292A2D;
  --cool-neutral-17: #212225;
  --cool-neutral-15: #1B1C1E;
  --cool-neutral-10: #171719;
  --cool-neutral-7: #141415;
  --cool-neutral-5: #0F0F10;
  --onedns-blue-main: #196DF6;
  --onedns-blue-light: #CFE4FF;
  --onedns-blue-lightest: #F1F7FF;
  --surface-canvas: #FFFFFF;
  --surface-subtle: #F7F7F8;
  --surface-muted: #F4F4F5;
  --surface-emphasis: #0F0F10;
  --service-ui-neutral-bg: var(--surface-subtle);
  --mini-ui-gradient: var(--surface-subtle);
  --mini-ui-linear-gradient: linear-gradient(90deg, rgba(122, 167, 255, 0.72) 0%, rgba(75, 127, 245, 0.92) 100%);
  --mini-ui-soft-linear-gradient: linear-gradient(90deg, rgba(22, 131, 247, 0.14), rgba(219, 236, 255, 0.76));
  --text-strong: #0F0F10;
  --text-default: #46474C;
  --text-muted: #70737C;
  --text-inverse: #FFFFFF;
  --accent-primary: #196DF6;
  --accent-primary-soft: #F1F7FF;
  --radius-sm: 16px;
  --radius-md: 24px;
  --radius-lg: 30px;
  --radius-xl: 32px;
  --section-space-sm: 64px;
  --section-space-lg: 200px;
  --section-space-xl: 200px;
  --card-padding-sm: 24px;
  --card-padding-md: 32px;
  --card-padding-lg: 40px;
  --card-padding-xl: 96px;
  --content-max-wide: 1296px;
  --content-max-shell: 1200px;
  --content-max-form: 928px;
  --content-max-copy: 1200px;
  --content-max-nav: 320px;
  --site-header-height: 73px;
}

body,
html {
  font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Segoe UI',
    Roboto, 'Helvetica Neue', Arial, 'Apple SD Gothic Neo', 'Noto Sans KR',
  'Malgun Gothic', sans-serif;
  overflow-x: hidden;
}


.container-tight {
  width: 100%;
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
}

.system-page {
  background: var(--surface-canvas);
  color: var(--text-default);
}

body.solution-oms-page,
body.solution-wms-page,
body.solution-ai-page,
body.solution-oms-page section,
body.solution-wms-page section,
body.solution-ai-page section,
body.solution-oms-page main,
body.solution-wms-page main,
body.solution-ai-page main,
body.solution-oms-page .page-hero,
body.solution-wms-page .page-hero,
body.solution-ai-page .page-hero,
body.solution-oms-page .solution-tab-panel,
body.solution-wms-page .solution-tab-panel,
body.solution-ai-page .solution-tab-panel {
  background: var(--surface-canvas) !important;
}

body.solution-oms-page .system-surface-subtle,
body.solution-wms-page .system-surface-subtle,
body.solution-ai-page .system-surface-subtle,
body.solution-oms-page .system-feature-card,
body.solution-wms-page .system-feature-card,
body.solution-ai-page .system-feature-card,
body.solution-oms-page .system-shell-card,
body.solution-wms-page .system-shell-card,
body.solution-ai-page .system-shell-card {
  background: var(--surface-canvas) !important;
}

.system-container {
  width: 100%;
  max-width: var(--content-max-wide);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.system-shell {
  width: 100%;
  max-width: var(--content-max-shell);
  margin-left: auto;
  margin-right: auto;
}

.system-form-shell {
  width: 100%;
  max-width: var(--content-max-form);
  margin-left: auto;
  margin-right: auto;
}

.system-copy-width {
  width: 100%;
  max-width: var(--content-max-copy);
  margin-left: auto;
  margin-right: auto;
}

.system-section {
  padding-top: var(--section-space-sm);
  padding-bottom: var(--section-space-sm);
}

.system-section-heading {
  width: 100%;
  max-width: var(--content-max-copy);
  margin-left: auto;
  margin-right: auto;
}

.system-section-heading.is-centered {
  text-align: center;
}

.system-section-intro {
  margin-bottom: 2rem;
}

.system-section-intro-lg {
  margin-bottom: 3rem;
}

.system-surface-subtle {
  background: var(--surface-subtle);
}

.system-surface-muted {
  background: var(--surface-muted);
}

.system-surface-emphasis {
  background: var(--surface-emphasis);
  color: var(--text-inverse);
}

.system-card {
  background: var(--surface-canvas);
  border-radius: var(--radius-sm);
}

.system-card-sm {
  padding: var(--card-padding-sm);
}

.system-card-md {
  padding: var(--card-padding-md);
}

.system-card-lg {
  padding: var(--card-padding-lg);
}

.system-card-xl {
  padding: var(--card-padding-xl);
}

.system-shell-card {
  border-radius: var(--radius-xl);
  background: var(--surface-subtle);
  padding: 2px;
}

.system-shell-card > .system-shell-card__inner {
  border-radius: var(--radius-lg);
  background: var(--surface-canvas);
  height: 100%;
}

.system-feature-card {
  border-radius: var(--radius-md);
  background: var(--surface-subtle);
}

.system-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 999px;
  padding: 0.375rem 1rem;
  background: rgba(25, 109, 246, 0.12);
  color: var(--accent-primary);
}

.system-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.75rem;
  padding: 0.5rem 0.75rem;
  background: var(--accent-primary-soft);
  color: var(--accent-primary);
}

.system-cta-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 2.25rem;
  border-radius: 300px;
  background: var(--accent-primary);
  color: var(--text-inverse);
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.system-cta-primary:hover {
  opacity: 0.9;
}

.system-grid-2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.system-grid-3 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.system-grid-4 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.system-lead-layout {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.system-lead-column {
  width: 100%;
}

.system-content-column {
  width: 100%;
}

.system-hero-frame {
  border-radius: var(--radius-sm);
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(15, 15, 16, 0.08);
}

.system-hero-viewport {
  position: relative;
  width: 100%;
  border-radius: var(--radius-sm);
  min-height: 60vh;
}

.system-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.system-hero-copy {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
}

.system-text-strong {
  color: var(--text-strong);
}

.system-text-default {
  color: var(--text-default);
}

.system-text-muted {
  color: var(--text-muted);
}

.system-text-inverse {
  color: var(--text-inverse);
}

.glass {
  backdrop-filter: none;
  background: #ffffff;
}

.site-header {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 50;
  border-bottom: 0 !important;
  background: #ffffff !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

body > .site-header + * {
  margin-top: var(--site-header-height);
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown:hover .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 8px;
  min-width: 180px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 8px 0;
  z-index: 50;
}

.nav-dropdown-item {
  display: block;
  padding: 10px 16px;
  color: #374151;
  text-decoration: none;
  font-size: 16px;
  white-space: nowrap;
  transition: background 0.15s ease;
}

.nav-dropdown-item:hover {
  background: #f3f4f6;
  color: #111827;
}

.typography-display-1 {
  font-size: 56px;
  line-height: 72px;
  letter-spacing: -0.0319em;
  color: #0F0F10;
}

.typography-display-2 {
  font-size: 40px;
  line-height: 52px;
  letter-spacing: -0.0282em;
  color: #0F0F10;
}

.typography-title-1 {
  font-size: 36px;
  line-height: 48px;
  letter-spacing: -0.027em;
  color: #0F0F10;
}

.typography-title-2 {
  font-size: 28px;
  line-height: 38px;
  letter-spacing: -0.0236em;
  color: #0F0F10;
}

.typography-title-3 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.023em;
  color: #0F0F10;
}

.typography-heading-1 {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.0194em;
  color: #46474C;
}

.typography-heading-2 {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.012em;
  color: #46474C;
}

.typography-headline-1 {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.002em;
  color: #46474C;
}

.typography-headline-2 {
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0;
  color: #46474C;
}

.typography-body-1-normal {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.0057em;
  color: #46474C;
}

.typography-body-1-reading {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.0057em;
  color: #46474C;
}

.typography-body-2-normal {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.0096em;
  color: #46474C;
}

.typography-body-2-reading {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.0096em;
  color: #46474C;
}

.typography-label-1-normal {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.0145em;
  color: #46474C;
}

.typography-label-1-reading {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.0145em;
  color: #46474C;
}

.typography-label-2 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.0194em;
  color: #46474C;
}

.typography-caption-1 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.0252em;
  color: #46474C;
}

.typography-caption-2 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.0311em;
  color: #46474C;
}

.page-section {
  padding-top: 48px;
  padding-bottom: 48px;
}

.page-section-title {
  font-size: 32px;
  line-height: 42px;
  letter-spacing: -0.02em;
}

.page-section-copy {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}

.page-hero-title {
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.02em;
}

.page-hero-copy {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.01em;
}

.page-section-heading {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.page-shell-wide {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.page-content-column {
  width: 100%;
  max-width: 720px;
}

.page-form-shell {
  width: 100%;
  max-width: 928px;
  margin-left: auto;
  margin-right: auto;
}

.page-policy-section {
  padding-top: 64px;
  padding-bottom: 64px;
}

.page-policy-title {
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.02em;
}

.landing-section-title {
  font-size: 32px;
  line-height: 42px;
  letter-spacing: -0.02em;
  color: #0F0F10;
}

.landing-section-copy {
  font-size: 16px;
  line-height: 24px;
  color: #46474C;
}

.page-hero-title {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.02em;
}

.page-hero-copy {
  font-size: 16px;
  line-height: 24px;
}

.service-hero-copy {
  min-height: clamp(420px, 48svh, 620px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 960px;
  margin: 0 auto;
  padding: clamp(4.5rem, 10vw, 8rem) 0 clamp(4rem, 8vw, 7rem);
  text-align: center;
}

.service-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 1.25rem;
  border-radius: 999px;
  background: #f4f4f5;
  color: #46474c;
  padding: 0.45rem 0.875rem;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: 0;
}

.service-hero-copy .page-hero-title {
  color: #0f0f10;
  margin-bottom: 32px !important;
}

.service-hero-copy .page-hero-copy {
  margin: 0;
  color: #70737c;
  font-size: 20px !important;
  line-height: 1.65 !important;
  font-weight: 400 !important;
  opacity: 1;
}

.service-hero-image-placeholder {
  background: #eaebec;
  border-radius: 16px;
  overflow: hidden;
}

.home-growth-cta {
  min-height: clamp(340px, 44vh, 520px);
  background:
    linear-gradient(180deg, rgba(2, 4, 10, 0.12), rgba(2, 4, 10, 0.18)),
    url("site-images/home/home-growth-cta-bg.png") center / cover no-repeat,
    #02040a;
}

.home-growth-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 40%, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 42%),
    linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(2, 4, 10, 0.16));
  pointer-events: none;
}

.home-growth-cta .landing-section-title,
.home-growth-cta .landing-section-copy {
  color: #ffffff !important;
  opacity: 1 !important;
}

.landing-card-title {
  font-size: 22px;
  line-height: 28px;
  color: #0F0F10;
}

.landing-card-copy {
  font-size: 16px;
  line-height: 24px;
  color: #46474C;
}

.landing-feature-title {
  font-size: 24px;
  line-height: 32px;
  color: #0F0F10;
}

.landing-meta {
  font-size: 16px;
  line-height: 24px;
  color: #46474C;
}

.landing-nav-label {
  font-size: 22px;
  line-height: 30px;
  color: #0F0F10;
}

.landing-nav-copy {
  display: block;
  margin-top: 6px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #70737C;
}

.hero-cta-label {
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
}

.landing-stat-copy {
  font-size: 16px;
  line-height: 24px;
}

.landing-stat-number {
  font-size: 56px;
  line-height: 56px;
}

.landing-case-number {
  font-size: 32px;
  line-height: 42px;
}

.landing-metric-value,
.landing-modal-title {
  font-size: 18px;
  line-height: 26px;
}

.landing-modal-copy,
.landing-modal-label {
  font-size: 16px;
  line-height: 24px;
}

.pricing-card {
  transition: all 0.3s ease;
}

.pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.pricing-card.featured {
  border: 2px solid #196DF6;
}

.pricing-faq-section {
  padding: 96px 0 120px;
  background: #ffffff;
}

.pricing-faq-title {
  color: #0f0f10;
  font-size: clamp(2.5rem, 4vw, 4.5rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.pricing-faq-list {
  border-top: 1px solid #dfe1e5;
}

.pricing-faq-item {
  border-bottom: 1px solid #dfe1e5;
}

.pricing-faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 44px 0;
  text-align: left;
  color: #050505;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.02em;
  font-weight: 400;
}

.pricing-faq-question:focus {
  outline: none;
}

.pricing-faq-icon {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #050505;
  font-size: 2.75rem;
  line-height: 1;
  font-weight: 300;
}

.pricing-faq-answer {
  max-width: 1040px;
  padding: 0 80px 44px 0;
  color: #46474c;
  font-size: clamp(1.0625rem, 1.2vw, 1.375rem);
  line-height: 1.75;
  letter-spacing: -0.02em;
}

.scrollbar-none {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scrollbar-none::-webkit-scrollbar {
  display: none;
}

.solution-tab-panel {
  display: none;
}

.solution-tab-panel.is-active {
  display: block;
}

body.solution-detail-page > section.bg-white:not(.page-hero),
body.solution-detail-page .solution-tab-panel {
  display: none;
}

body.solution-wms-page #solution-wms,
body.solution-oms-page #solution-oms,
body.solution-ai-page #solution-ai {
  display: block;
}

.solution-tab-link {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  color: #196df6;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.solution-summary-card {
  min-height: 100%;
}

.solution-point-list {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.solution-point-item {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  color: #46474c;
}

.solution-point-item::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #196df6;
  flex-shrink: 0;
}

.solution-showcase-card {
  overflow: hidden;
}

body.solution-detail-page .solution-showcase-card > .system-shell-card__inner > .p-6 {
  padding: 0 !important;
}

.solution-showcase-caption {
  margin-top: 32px;
  padding-inline: 0;
}

.solution-showcase-caption--before {
  margin-top: 0;
  margin-bottom: 32px;
}

.solution-showcase-card > .system-shell-card__inner > .solution-showcase-caption {
  width: 100%;
}

.solution-showcase-caption .landing-meta,
.insight-showcase-caption .landing-meta {
  margin-bottom: 16px !important;
  min-height: auto;
  padding-inline: 0 !important;
}

.solution-showcase-caption .landing-nav-label,
.insight-showcase-caption .landing-nav-label {
  margin-bottom: 12px !important;
}

body.solution-wms-page .wms-return-feature-grid > .system-feature-card {
  background: var(--surface-subtle) !important;
}

.solution-placeholder-frame {
  width: 100%;
  background: var(--service-ui-neutral-bg);
  min-height: 240px;
  border-radius: 16px;
  overflow: hidden;
}

.solution-placeholder-frame.is-tall {
  min-height: 320px;
}

.home-mini-ui {
  width: 100%;
  min-height: 260px;
  padding: clamp(1rem, 2.2vw, 1.5rem);
  background: var(--mini-ui-gradient);
  border: 0;
  border-radius: 16px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.home-mini-ui--wide {
  min-height: 340px;
}

.home-mini-ui--step {
  min-height: 300px;
}

body.solution-wms-page .home-mini-ui,
body.solution-wms-page .service-ui-demo {
  min-height: 480px;
}

body.solution-wms-page .service-ui-demo {
  height: 480px;
}

body.solution-wms-page .solution-step-media.home-mini-ui--step > .home-mini-card {
  height: 240px !important;
  min-height: 240px !important;
  max-height: 240px !important;
}

body.solution-wms-page .home-mini-ui > .home-mini-card,
body.solution-wms-page .home-mini-layer > .home-mini-layer__base {
  height: 240px !important;
  min-height: 240px !important;
  max-height: 240px !important;
}

body.solution-wms-page .home-mini-layer--move {
  width: min(720px, 100%);
  min-height: 240px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}

body.solution-wms-page .home-mini-layer--move > .home-mini-layer__base,
body.solution-wms-page .home-mini-layer--move .home-mini-move__drawer {
  width: 100%;
  height: 240px !important;
  min-height: 240px !important;
  max-height: 240px !important;
}

body.solution-wms-page .home-mini-layer--move > .home-mini-layer__float {
  position: static;
  right: auto;
  bottom: auto;
  z-index: 1;
}

body.solution-wms-page .home-mini-layer--move .home-mini-move__summary {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.solution-wms-page .home-mini-layer--move .home-mini-move__summary div:nth-child(3),
body.solution-wms-page .home-mini-layer--move .home-mini-move__timeline div:nth-child(n + 4) {
  display: none;
}

body.solution-wms-page .insight-showcase-card.home-mini-ui {
  height: 480px !important;
  min-height: 480px !important;
  padding: 30px 30px 0;
}

body.solution-wms-page .insight-showcase-card.home-mini-ui > .home-mini-layer {
  align-self: end;
}

body.solution-wms-page .insight-showcase-card.home-mini-ui .home-mini-layer__base {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.home-mini-card--h240 {
  height: 240px !important;
  min-height: 240px !important;
  max-height: 240px !important;
}

.home-mini-card--fill {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home-mini-card {
  width: min(440px, 100%);
  padding: 1rem;
  border: 1px solid #dfe7f0;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(17, 24, 39, 0.1);
}

.home-mini-card.is-wide {
  width: min(680px, 100%);
}

.home-mini-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #edf1f5;
  margin-bottom: 0.75rem;
}

.home-mini-head span,
.home-mini-head strong {
  display: block;
}

.home-mini-head span {
  margin-bottom: 0.25rem;
  color: #6b7280;
  font-size: 0.7rem;
  font-weight: 700;
}

.home-mini-head strong {
  color: #1f2937;
  font-size: 0.95rem;
  line-height: 1.35;
  font-weight: 700;
}

.home-mini-badge {
  flex-shrink: 0;
  padding: 0.35rem 0.55rem;
  border-radius: 999px;
  background: #edf6ff;
  color: #1683f7;
  font-size: 0.64rem;
  font-weight: 700;
}

.home-mini-flow,
.home-mini-stats,
.home-mini-map,
.home-mini-scan {
  display: grid;
  gap: 0.55rem;
}

.home-mini-flow {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-mini-flow div,
.home-mini-stats div,
.home-mini-map div,
.home-mini-scan div {
  min-width: 0;
  padding: 0.75rem;
  border: 1px solid #edf1f5;
  border-radius: 10px;
  background: #f8fafc;
}

.home-mini-flow span,
.home-mini-flow strong,
.home-mini-stats span,
.home-mini-stats strong,
.home-mini-map span,
.home-mini-map strong,
.home-mini-scan span,
.home-mini-scan strong {
  display: block;
}

.home-mini-flow span,
.home-mini-stats span,
.home-mini-map span,
.home-mini-scan span {
  margin-bottom: 0.35rem;
  color: #6b7280;
  font-size: 0.64rem;
  font-weight: 700;
}

.home-mini-flow strong,
.home-mini-stats strong,
.home-mini-map strong,
.home-mini-scan strong {
  color: #1f2937;
  font-size: 0.82rem;
  line-height: 1.35;
  font-weight: 700;
}

.home-mini-stats {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-mini-map {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-mini-map div {
  min-height: 74px;
  display: grid;
  align-content: end;
  background: #ffffff;
}

.home-mini-map div:nth-child(2) {
  background: #e7f8f1;
}

.home-mini-map div:nth-child(3) {
  background: #edf6ff;
}

.home-mini-map div:nth-child(4) {
  background: #fff7df;
}

.home-mini-scan {
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.home-mini-scan em {
  padding: 0.35rem 0.45rem;
  border-radius: 7px;
  background: #1683f7;
  color: #ffffff;
  font-size: 0.64rem;
  font-style: normal;
  font-weight: 700;
}

.home-mini-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid #e6ebf1;
  border-radius: 10px;
  background: #ffffff;
  font-size: 0.68rem;
}

.home-mini-table th,
.home-mini-table td {
  padding: 0.58rem 0.65rem;
  border-bottom: 1px solid #edf1f5;
  color: #4b5563;
  text-align: left;
  white-space: nowrap;
}

.home-mini-table th {
  background: #f8fafc;
  color: #6b7280;
  font-weight: 700;
}

.home-mini-table tr:last-child td {
  border-bottom: 0;
}

.home-mini-status {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 0 0.42rem;
  border-radius: 6px;
  background: #e7f8f1;
  color: #047857;
  font-size: 0.64rem;
  font-weight: 700;
}

.home-mini-status.is-warn {
  background: #fff7df;
  color: #92400e;
}

.home-mini-status.is-danger {
  background: #fff1f1;
  color: #b42318;
}

.home-mini-progress {
  height: 8px;
  margin-top: 0.75rem;
  border-radius: 999px;
  background: #e6ebf1;
  overflow: hidden;
}

.home-mini-progress span {
  display: block;
  width: 72%;
  height: 100%;
  border-radius: inherit;
  background: var(--mini-ui-linear-gradient);
}

.home-mini-ui--allocation {
  background: var(--mini-ui-gradient);
}

.home-mini-ui--purchase {
  background: var(--mini-ui-gradient);
}

.home-mini-ui--packing {
  background: var(--mini-ui-gradient);
}

.home-mini-ui--inventory {
  background: var(--mini-ui-gradient);
}

.home-mini-ui--move {
  background: var(--mini-ui-gradient);
}

.home-mini-ui--return {
  background: var(--mini-ui-gradient);
}

.home-mini-ui--ai-attribute {
  min-height: 315px;
}

.home-mini-ui--ai-comparison {
  min-height: 360px;
}

.home-mini-layer {
  position: relative;
  width: min(460px, 100%);
  min-height: 270px;
}

.home-mini-layer__base {
  position: relative;
  z-index: 1;
  padding: 1rem;
  border: 1px solid #dfe7f0;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 36px rgba(17, 24, 39, 0.08);
}

.home-mini-layer__float {
  position: absolute;
  right: -1.1rem;
  bottom: -1.15rem;
  z-index: 2;
}

.home-mini-layer__float--purchase {
  right: -0.9rem;
  bottom: -1.4rem;
}

.home-mini-layer__float--packing {
  right: -1rem;
  bottom: -1.1rem;
}

.home-mini-layer__float--inventory {
  right: -1rem;
  bottom: -1rem;
}

.home-mini-layer__float--move {
  right: -1rem;
  bottom: -1rem;
}

.home-mini-layer__float--return {
  right: -1rem;
  bottom: -1rem;
}

.home-mini-allocation__hero,
.home-mini-purchase__hero {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0.95rem;
  border-radius: 14px;
  margin-bottom: 0.85rem;
}

.home-mini-allocation__hero {
  background: var(--mini-ui-soft-linear-gradient);
}

.home-mini-purchase__hero {
  background: var(--mini-ui-soft-linear-gradient);
}

.home-mini-allocation__hero span,
.home-mini-allocation__hero strong,
.home-mini-purchase__hero span,
.home-mini-purchase__hero strong {
  display: block;
}

.home-mini-allocation__hero span,
.home-mini-purchase__hero span {
  margin-bottom: 0.25rem;
  color: #5b6472;
  font-size: 0.68rem;
  font-weight: 700;
}

.home-mini-allocation__hero strong,
.home-mini-purchase__hero strong {
  color: #1f2937;
  font-size: 0.92rem;
  line-height: 1.35;
  font-weight: 700;
}

.home-mini-allocation__panel,
.home-mini-purchase__card {
  padding: 0.9rem;
  border: 1px solid #edf1f5;
  border-radius: 14px;
  background: #ffffff;
}

.home-mini-allocation__panel--popup {
  width: 188px;
  box-shadow: 0 18px 34px rgba(59, 96, 176, 0.18);
}

.home-mini-allocation__panel p,
.home-mini-purchase__card p {
  margin: 0 0 0.6rem;
  color: #6b7280;
  font-size: 0.68rem;
  font-weight: 700;
}

.home-mini-allocation__bars {
  display: grid;
  gap: 0.6rem;
}

.home-mini-allocation__bars div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.25rem 0.5rem;
  align-items: center;
}

.home-mini-allocation__bars span,
.home-mini-allocation__bars strong {
  color: #1f2937;
  font-size: 0.72rem;
  font-weight: 700;
}

.home-mini-allocation__bars em {
  grid-column: 1 / -1;
  display: block;
  height: 8px;
  border-radius: 999px;
  background: var(--mini-ui-linear-gradient);
  font-style: normal;
}

.home-mini-allocation__stats {
  display: grid;
  gap: 0.55rem;
}

.home-mini-allocation__stats div {
  padding: 0.7rem 0.75rem;
  border-radius: 12px;
  background: #f8fafc;
}

.home-mini-allocation__stats span,
.home-mini-allocation__stats strong,
.home-mini-purchase__card strong,
.home-mini-purchase__card span {
  display: block;
}

.home-mini-allocation__stats span,
.home-mini-purchase__card span {
  color: #6b7280;
  font-size: 0.64rem;
  font-weight: 700;
}

.home-mini-allocation__stats strong,
.home-mini-purchase__card strong {
  margin-top: 0.25rem;
  color: #1f2937;
  font-size: 0.85rem;
  line-height: 1.35;
  font-weight: 700;
}

.home-mini-purchase__notice {
  padding: 0.85rem 0.95rem;
  border: 1px solid #f7dfbf;
  border-radius: 14px;
  background: #fff5e8;
  margin-bottom: 0.75rem;
}

.home-mini-purchase__notice span,
.home-mini-purchase__notice strong {
  display: block;
}

.home-mini-purchase__notice span {
  margin-bottom: 0.25rem;
  color: #a16207;
  font-size: 0.66rem;
  font-weight: 700;
}

.home-mini-purchase__notice strong {
  color: #7c2d12;
  font-size: 0.8rem;
  line-height: 1.35;
  font-weight: 700;
}

.home-mini-purchase__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.home-mini-purchase__popup {
  width: 220px;
  padding: 0.85rem;
  border: 1px solid #f0d8bb;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 36px rgba(124, 45, 18, 0.14);
}

.home-mini-purchase__popup-head {
  margin-bottom: 0.65rem;
}

.home-mini-purchase__popup-head span,
.home-mini-purchase__popup-head strong {
  display: block;
}

.home-mini-purchase__popup-head span {
  margin-bottom: 0.25rem;
  color: #9a3412;
  font-size: 0.64rem;
  font-weight: 700;
}

.home-mini-purchase__popup-head strong {
  color: #1f2937;
  font-size: 0.82rem;
  line-height: 1.35;
  font-weight: 700;
}

.home-mini-purchase__popup .home-mini-table {
  font-size: 0.66rem;
}

.home-mini-packing__meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  margin-top: 0.75rem;
}

.home-mini-packing__meta div {
  padding: 0.75rem;
  border: 1px solid #edf1f5;
  border-radius: 10px;
  background: #f8fafc;
}

.home-mini-packing__meta span,
.home-mini-packing__meta strong {
  display: block;
}

.home-mini-packing__meta span {
  margin-bottom: 0.35rem;
  color: #6b7280;
  font-size: 0.64rem;
  font-weight: 700;
}

.home-mini-packing__meta strong {
  color: #1f2937;
  font-size: 0.8rem;
  line-height: 1.35;
  font-weight: 700;
}

.home-mini-packing__popup {
  width: 220px;
  padding: 0.85rem;
  border: 1px solid #d9e8ff;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 36px rgba(22, 131, 247, 0.16);
}

.home-mini-packing__popup-head {
  margin-bottom: 0.65rem;
}

.home-mini-packing__popup-head span,
.home-mini-packing__popup-head strong {
  display: block;
}

.home-mini-packing__popup-head span {
  margin-bottom: 0.25rem;
  color: #196df6;
  font-size: 0.64rem;
  font-weight: 700;
}

.home-mini-packing__popup-head strong {
  color: #1f2937;
  font-size: 0.82rem;
  line-height: 1.35;
  font-weight: 700;
}

.home-mini-packing__queue {
  display: grid;
  gap: 0.55rem;
}

.home-mini-packing__queue div {
  padding: 0.7rem 0.75rem;
  border: 1px solid #edf1f5;
  border-radius: 12px;
  background: #f8fbff;
}

.home-mini-packing__queue p,
.home-mini-packing__queue strong,
.home-mini-packing__queue span {
  display: block;
}

.home-mini-packing__queue p {
  margin: 0 0 0.2rem;
  color: #196df6;
  font-size: 0.64rem;
  font-weight: 700;
}

.home-mini-packing__queue strong {
  color: #1f2937;
  font-size: 0.78rem;
  line-height: 1.35;
  font-weight: 700;
}

.home-mini-packing__queue span {
  margin-top: 0.25rem;
  color: #6b7280;
  font-size: 0.66rem;
  line-height: 1.4;
}

.home-mini-inventory__inspector {
  width: 216px;
  padding: 0.82rem;
  border: 1px solid #d8e7f7;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 20px 36px rgba(22, 131, 247, 0.14);
}

.home-mini-inventory__inspector-head {
  margin-bottom: 0.65rem;
}

.home-mini-inventory__inspector-head span,
.home-mini-inventory__inspector-head strong,
.home-mini-inventory__inspector-grid p,
.home-mini-inventory__inspector-grid strong {
  display: block;
}

.home-mini-inventory__inspector-head span {
  margin-bottom: 0.25rem;
  color: #196df6;
  font-size: 0.64rem;
  font-weight: 700;
}

.home-mini-inventory__inspector-head strong {
  color: #1f2937;
  font-size: 0.82rem;
  line-height: 1.35;
  font-weight: 700;
}

.home-mini-inventory__inspector-grid {
  display: grid;
  gap: 0.55rem;
}

.home-mini-inventory__inspector-grid div {
  padding: 0.7rem 0.75rem;
  border: 1px solid #edf1f5;
  border-radius: 12px;
  background: #f8fbff;
}

.home-mini-inventory__inspector-grid p {
  margin: 0 0 0.22rem;
  color: #6b7280;
  font-size: 0.64rem;
  font-weight: 700;
}

.home-mini-inventory__inspector-grid strong {
  color: #1f2937;
  font-size: 0.76rem;
  line-height: 1.35;
  font-weight: 700;
}

.home-mini-move__summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
  margin-bottom: 0.8rem;
}

.home-mini-move__summary div {
  padding: 0.72rem 0.75rem;
  border: 1px solid #e6edf6;
  border-radius: 12px;
  background: #f8fbff;
}

.home-mini-move__summary span,
.home-mini-move__summary strong,
.home-mini-move__drawer-head span,
.home-mini-move__drawer-head strong,
.home-mini-move__meta p,
.home-mini-move__meta strong,
.home-mini-move__timeline p,
.home-mini-move__timeline strong {
  display: block;
}

.home-mini-move__summary span,
.home-mini-move__meta p,
.home-mini-move__timeline p {
  margin-bottom: 0.24rem;
  color: #6b7280;
  font-size: 0.64rem;
  font-weight: 700;
}

.home-mini-move__summary strong {
  color: #1f2937;
  font-size: 0.8rem;
  line-height: 1.35;
  font-weight: 700;
}

.home-mini-move__drawer {
  width: 226px;
  padding: 0.85rem;
  border: 1px solid #d9e8ff;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 36px rgba(22, 131, 247, 0.16);
}

.home-mini-move__drawer-head {
  margin-bottom: 0.68rem;
}

.home-mini-move__drawer-head span {
  margin-bottom: 0.25rem;
  color: #196df6;
  font-size: 0.64rem;
  font-weight: 700;
}

.home-mini-move__drawer-head strong {
  color: #1f2937;
  font-size: 0.82rem;
  line-height: 1.35;
  font-weight: 700;
}

.home-mini-move__meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  margin-bottom: 0.68rem;
}

.home-mini-move__meta div,
.home-mini-move__timeline div {
  padding: 0.72rem 0.75rem;
  border: 1px solid #edf1f5;
  border-radius: 12px;
  background: #f8fbff;
}

.home-mini-move__meta strong,
.home-mini-move__timeline strong {
  color: #1f2937;
  font-size: 0.76rem;
  line-height: 1.35;
  font-weight: 700;
}

.home-mini-move__timeline {
  display: grid;
  gap: 0.5rem;
}

.home-mini-move__timeline div {
  position: relative;
  padding-left: 1rem;
}

.home-mini-move__timeline div::before {
  content: "";
  position: absolute;
  left: 0.75rem;
  top: 0.95rem;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #c7d2e2;
  transform: translateX(-50%);
}

.home-mini-move__timeline div.is-complete::before {
  background: #1683f7;
}

.home-mini-move__timeline div.is-active {
  border-color: #bfd8ff;
  background: #eef6ff;
}

.home-mini-move__timeline div.is-active::before {
  background: #2563eb;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}

.home-mini-return__popup {
  width: 220px;
  padding: 0.85rem;
  border: 1px solid #f1dcc4;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 20px 36px rgba(124, 45, 18, 0.14);
}

.home-mini-return__popup-head {
  margin-bottom: 0.68rem;
}

.home-mini-return__popup-head span,
.home-mini-return__popup-head strong,
.home-mini-return__grid p,
.home-mini-return__grid strong {
  display: block;
}

.home-mini-return__popup-head span {
  margin-bottom: 0.25rem;
  color: #c2410c;
  font-size: 0.64rem;
  font-weight: 700;
}

.home-mini-return__popup-head strong {
  color: #1f2937;
  font-size: 0.82rem;
  line-height: 1.35;
  font-weight: 700;
}

.home-mini-return__grid {
  display: grid;
  gap: 0.55rem;
}

.home-mini-return__grid div {
  padding: 0.72rem 0.75rem;
  border: 1px solid #f3e7db;
  border-radius: 12px;
  background: #fffaf5;
}

.home-mini-return__grid p {
  margin: 0 0 0.24rem;
  color: #7c2d12;
  font-size: 0.64rem;
  font-weight: 700;
}

.home-mini-return__grid strong {
  color: #1f2937;
  font-size: 0.76rem;
  line-height: 1.35;
  font-weight: 700;
}

@media (max-width: 767px) {
  .home-mini-layer {
    width: 100%;
    min-height: auto;
  }

  .home-mini-layer__float,
  .home-mini-layer__float--purchase {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 0.75rem;
  }

  .home-mini-allocation__panel--popup,
  .home-mini-purchase__popup,
  .home-mini-packing__popup,
  .home-mini-inventory__inspector,
  .home-mini-move__drawer,
  .home-mini-return__popup {
    width: 100%;
  }

  .home-mini-move__summary,
  .home-mini-move__meta {
    grid-template-columns: 1fr;
  }
}

.service-ui-demo {
  width: 100%;
  min-height: 430px;
  padding: clamp(0.75rem, 2vw, 1.25rem);
  background: var(--service-ui-neutral-bg);
  border: 0;
  border-radius: 16px;
  overflow: hidden;
}

.service-ui-demo--solution-wide {
  min-height: 560px;
}

.service-ui-demo--solution-wide .service-ui-demo__app {
  min-height: 520px;
}

@media (min-width: 769px) {
  .service-ui-demo--oms-sync,
  .service-ui-demo--oms-match,
  .service-ui-demo--oms-cs,
  .service-ui-demo--oms-purchase {
    height: 572px;
    min-height: 572px;
    padding: 30px;
  }

  .service-ui-demo--oms-sync .service-ui-demo__app,
  .service-ui-demo--oms-match .service-ui-demo__app,
  .service-ui-demo--oms-cs .service-ui-demo__app,
  .service-ui-demo--oms-purchase .service-ui-demo__app {
    height: 100%;
    min-height: 0;
  }
}

.insight-showcase {
  padding: 120px 0;
}

.insight-showcase-heading {
  margin-bottom: 48px;
}

.insight-showcase-subsection {
  margin-top: 80px;
}

.insight-showcase-heading .landing-section-copy {
  max-width: 980px;
}

.insight-showcase-card.service-ui-demo {
  width: 100%;
  height: 480px;
  min-height: 480px;
  padding: 30px 30px 0;
}

.insight-showcase-card.home-mini-ui {
  width: 100%;
  height: 480px;
  min-height: 480px;
  padding: 30px 30px 0;
}

.insight-showcase-card.service-ui-demo .service-ui-demo__app {
  height: 100%;
  min-height: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.insight-showcase-card.home-mini-ui > .home-mini-layer,
.insight-showcase-card.home-mini-ui > .home-mini-card {
  align-self: end;
}

.insight-showcase-card.home-mini-ui--ai-repurchase {
  padding: 30px;
}

.insight-showcase-card.home-mini-ui--ai-repurchase > .home-mini-card {
  align-self: center;
}

.insight-showcase-card.home-mini-ui .home-mini-layer__base {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.insight-showcase-caption {
  margin-top: 32px;
  max-width: 760px;
}

.insight-showcase-caption--wide {
  max-width: none;
}

.insight-showcase-support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 32px;
}

.insight-showcase-support-grid--flush > .system-feature-card {
  padding: 0 !important;
  background: transparent !important;
}

.insight-showcase-icon-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 48px;
  row-gap: 64px;
  margin-top: 48px;
}

.insight-showcase-icon-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 40px;
}

.insight-showcase-icon-item {
  min-width: 0;
}

.insight-showcase-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 30px;
  color: #8a8d93;
}

.insight-showcase-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.insight-showcase-icon-item .landing-nav-label {
  margin-bottom: 16px;
}

.service-ui-demo__app {
  width: 100%;
  min-height: 390px;
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  border: 1px solid #dfe7f0;
  border-radius: 16px;
  background: var(--service-ui-neutral-bg);
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.06);
  overflow: hidden;
}

.service-ui-demo__rail {
  padding: 0.875rem 0.75rem;
  background: #ffffff;
  border-right: 1px solid #e6ebf1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.service-ui-demo__logo {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: #1683f7;
  color: #ffffff;
  display: grid;
  place-items: center;
  font-size: 0.82rem;
  font-weight: 700;
}

.service-ui-demo__rail span {
  width: 34px;
  height: 8px;
  border-radius: 999px;
  background: #dbe3ed;
}

.service-ui-demo__rail span.is-active {
  height: 28px;
  border-radius: 8px;
  background: #1683f7;
}

.service-ui-demo__workspace {
  min-width: 0;
  padding: 0.75rem;
}

.service-ui-demo__tabs {
  display: flex;
  gap: 0.375rem;
  margin-bottom: 0.75rem;
  overflow: hidden;
}

.service-ui-demo__tabs span {
  min-width: 0;
  max-width: 132px;
  padding: 0.55rem 0.75rem;
  border: 1px solid #e6ebf1;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  background: #ffffff;
  color: #6b7280;
  font-size: 0.68rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.service-ui-demo__tabs span.is-active {
  border-color: #1683f7;
  color: #1683f7;
}

.service-ui-demo__panel {
  width: 100%;
  padding: clamp(0.875rem, 2vw, 1.125rem);
  border: 1px solid #e6ebf1;
  border-radius: 12px;
  background: #ffffff;
}

.service-ui-demo__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.875rem;
  border-bottom: 1px solid #edf1f5;
  margin-bottom: 0.875rem;
}

.service-ui-demo__eyebrow {
  margin-bottom: 0.25rem;
  color: #6b7280;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.service-ui-demo__title {
  margin: 0;
  color: #1f2937;
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.service-ui-demo__button,
.service-ui-demo__filters button,
.service-ui-demo__schedule-card button {
  min-height: 32px;
  padding: 0 0.75rem;
  border: 1px solid rgba(22, 131, 247, 0.16);
  border-radius: 7px;
  background: #edf6ff;
  color: #1683f7;
  font-size: 0.72rem;
  line-height: 1;
  font-weight: 700;
}

.service-ui-demo__filters {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  gap: 0.5rem;
  margin-bottom: 0.875rem;
}

.service-ui-demo__filters label {
  min-width: 0;
  min-height: 36px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  border: 1px solid #e6ebf1;
  border-radius: 7px;
  background: #ffffff;
  overflow: hidden;
}

.service-ui-demo__filters label span {
  height: 100%;
  min-width: 74px;
  padding: 0 0.7rem;
  background: #f3f5f8;
  color: #6b7280;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.68rem;
  font-weight: 700;
}

.service-ui-demo__filters label strong {
  padding: 0 0.65rem;
  color: #4b5563;
  font-size: 0.7rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.service-ui-demo__summary {
  display: grid;
  grid-template-columns: 1.2fr repeat(4, 1fr);
  border: 1px solid #edf1f5;
  border-radius: 10px;
  background: var(--service-ui-neutral-bg);
  overflow: hidden;
  margin-bottom: 0.75rem;
}

.service-ui-demo__summary p,
.service-ui-demo__summary span {
  min-height: 44px;
  padding: 0.75rem;
  border-right: 1px solid #edf1f5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.35rem;
  color: #4b5563;
  font-size: 0.72rem;
  font-weight: 700;
}

.service-ui-demo__summary span:last-child {
  border-right: 0;
}

.service-ui-demo__summary strong {
  color: #1f2937;
  font-size: 1rem;
  font-weight: 700;
}

.service-ui-demo__summary p strong {
  color: #1683f7;
}

.service-ui-demo__table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid #e6ebf1;
  border-radius: 10px;
  background: #ffffff;
  font-size: 0.7rem;
}

.service-ui-demo__table th,
.service-ui-demo__table td {
  padding: 0.62rem 0.7rem;
  border-bottom: 1px solid #edf1f5;
  color: #4b5563;
  text-align: left;
  vertical-align: middle;
}

.service-ui-demo__table th {
  background: var(--service-ui-neutral-bg);
  color: #6b7280;
  font-size: 0.72rem;
  font-weight: 700;
}

.service-ui-demo__table td:first-child {
  color: #1f2937;
  font-weight: 700;
}

.service-ui-demo__table tr:last-child td {
  border-bottom: 0;
}

.service-ui-demo__status {
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 0.45rem;
  border-radius: 6px;
  font-size: 0.7rem;
  line-height: 1;
  font-weight: 700;
}

.service-ui-demo__schedule-card {
  width: min(320px, 100%);
  padding: 0.75rem;
  border: 1px solid #edf1f5;
  border-radius: 10px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.service-ui-demo__schedule-card p {
  margin: 0 0 0.35rem;
  color: #1f2937;
  font-size: 0.76rem;
  font-weight: 700;
}

.service-ui-demo__schedule-card p span {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 0.35rem;
  border-radius: 999px;
  background: #10b981;
}

.service-ui-demo__schedule-card em {
  margin-left: 0.25rem;
  padding: 0.12rem 0.28rem;
  border-radius: 4px;
  background: #e7f8f1;
  color: #047857;
  font-style: normal;
  font-size: 0.62rem;
}

.service-ui-demo__schedule-card small {
  color: #6b7280;
  font-size: 0.68rem;
}

.service-ui-demo__match-board {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 96px minmax(0, 1fr);
  align-items: center;
  gap: 0.75rem;
  padding: 0.875rem;
  border: 1px solid #edf1f5;
  border-radius: 12px;
  background: var(--service-ui-neutral-bg);
  margin-bottom: 0.75rem;
}

.service-ui-demo__match-card {
  min-width: 0;
  min-height: 116px;
  padding: 0.875rem;
  border: 1px solid #edf1f5;
  border-radius: 10px;
  background: #ffffff;
}

.service-ui-demo__match-card p {
  margin: 0 0 0.5rem;
  color: #6b7280;
  font-size: 0.7rem;
  font-weight: 700;
}

.service-ui-demo__match-card strong,
.service-ui-demo__match-card span {
  display: block;
}

.service-ui-demo__match-card strong {
  color: #1f2937;
  font-size: 0.78rem;
  line-height: 1.35;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.service-ui-demo__match-card span {
  margin-top: 0.45rem;
  color: #6b7280;
  font-size: 0.68rem;
  line-height: 1.45;
}

.service-ui-demo__match-link {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0.35rem;
}

.service-ui-demo__match-link span {
  height: 1px;
  background: #0891b2;
}

.service-ui-demo__match-link em {
  padding: 0.3rem 0.45rem;
  border-radius: 5px;
  background: #0ea5b7;
  color: #ffffff;
  font-size: 0.64rem;
  font-style: normal;
  font-weight: 700;
  white-space: nowrap;
}

.service-ui-demo__table--compact th,
.service-ui-demo__table--compact td {
  padding-top: 0.52rem;
  padding-bottom: 0.52rem;
}

.service-ui-demo__notice {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem;
  border-radius: 10px;
  background: #f8fafc;
  margin-bottom: 0.75rem;
}

.service-ui-demo__notice strong {
  color: #1f2937;
  font-size: 0.76rem;
  font-weight: 700;
}

.service-ui-demo__notice span {
  color: #4b5563;
  font-size: 0.68rem;
  line-height: 1.45;
}

.service-ui-demo__option-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.service-ui-demo__option-grid > div {
  padding: 0.75rem;
  border: 1px solid #edf1f5;
  border-radius: 10px;
  background: #ffffff;
}

.service-ui-demo__option-grid p {
  margin: 0 0 0.5rem;
  color: #1f2937;
  font-size: 0.72rem;
  font-weight: 700;
}

.service-ui-demo__option-grid span {
  position: relative;
  display: block;
  padding-left: 1rem;
  color: #6b7280;
  font-size: 0.66rem;
  line-height: 1.55;
}

.service-ui-demo__option-grid span::before {
  content: "";
  position: absolute;
  top: 0.34rem;
  left: 0;
  width: 8px;
  height: 8px;
  border: 1px solid #c7d0dc;
  border-radius: 999px;
  background: #ffffff;
}

.service-ui-demo__option-grid span.is-selected {
  color: #1f2937;
  font-weight: 700;
}

.service-ui-demo__option-grid span.is-selected::before {
  border-color: #1683f7;
  background: radial-gradient(circle, #1683f7 42%, #ffffff 46%);
}

.service-ui-demo__allocation-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.service-ui-demo__allocation-grid > div {
  padding: 0.75rem;
  border: 1px solid #edf1f5;
  border-radius: 10px;
  background: #ffffff;
}

.service-ui-demo__allocation-grid span {
  display: block;
  width: 7px;
  height: 7px;
  margin-bottom: 0.55rem;
  border-radius: 999px;
  background: #10b981;
}

.service-ui-demo__allocation-grid span.is-warning {
  background: #f59e0b;
}

.service-ui-demo__allocation-grid span.is-danger {
  background: #f04438;
}

.service-ui-demo__allocation-grid span.is-muted {
  background: #a8b2c1;
}

.service-ui-demo__allocation-grid p {
  margin: 0 0 0.35rem;
  color: #4b5563;
  font-size: 0.68rem;
  font-weight: 700;
}

.service-ui-demo__allocation-grid strong {
  color: #1f2937;
  font-size: 0.95rem;
  line-height: 1;
  font-weight: 700;
}

.service-ui-demo__error-panel {
  display: grid;
  gap: 0.45rem;
  padding: 0.75rem;
  border-radius: 10px;
  background: #fff5f5;
  border: 1px solid #ffe0e0;
  margin-top: 0.75rem;
}

.service-ui-demo__error-panel strong {
  color: #f04438;
  font-size: 0.72rem;
  font-weight: 700;
}

.service-ui-demo__error-panel span {
  display: block;
  padding: 0.45rem 0.55rem;
  border-radius: 7px;
  background: #ffffff;
  color: #4b5563;
  font-size: 0.66rem;
  line-height: 1.45;
}

.service-ui-demo--oms-product-send {
  height: 374px;
  min-height: 374px;
  display: grid;
  place-items: center;
  background: var(--mini-ui-gradient);
}

.service-ui-demo--oms-product-manage {
  height: 374px;
  min-height: 374px;
  display: grid;
  place-items: center;
  background: var(--mini-ui-gradient);
}

.service-ui-demo__send-modal {
  width: min(300px, 100%);
  display: grid;
  gap: 0.55rem;
  padding: 0.75rem;
  border: 1px solid #dfe7f0;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(17, 24, 39, 0.12);
}

.service-ui-demo--oms-product-manage .service-ui-demo__send-modal {
  min-height: 286px;
}

.service-ui-demo--oms-product-manage .service-ui-demo__send-action {
  margin-top: auto;
}

.service-ui-demo__send-modal-header {
  padding-bottom: 0.55rem;
  border-bottom: 1px solid #edf1f5;
}

.service-ui-demo__send-modal-header span,
.service-ui-demo__send-modal-header strong {
  display: block;
}

.service-ui-demo__send-modal-header span {
  margin-bottom: 0.35rem;
  color: #1f2937;
  font-size: 0.9rem;
  font-weight: 700;
}

.service-ui-demo__send-modal-header strong {
  color: #6b7280;
  font-size: 0.68rem;
  line-height: 1.45;
  font-weight: 700;
}

.service-ui-demo__send-product {
  padding: 0.65rem;
  border: 1px solid #edf1f5;
  border-radius: 10px;
  background: #ffffff;
}

.service-ui-demo__send-product span,
.service-ui-demo__send-product strong,
.service-ui-demo__send-product small {
  display: block;
}

.service-ui-demo__send-product span {
  margin-bottom: 0.3rem;
  color: #6b7280;
  font-size: 0.68rem;
  font-weight: 700;
}

.service-ui-demo__send-product strong {
  color: #1f2937;
  font-size: 0.9rem;
  line-height: 1.35;
  font-weight: 700;
}

.service-ui-demo__send-product small {
  margin-top: 0.3rem;
  color: #6b7280;
  font-size: 0.66rem;
}

.service-ui-demo__send-channels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.35rem;
}

.service-ui-demo__send-channels span {
  min-height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid #edf1f5;
  border-radius: 7px;
  background: #ffffff;
  color: #6b7280;
  font-size: 0.66rem;
  font-weight: 700;
}

.service-ui-demo__send-channels span.is-active {
  border-color: #bcdcff;
  background: #edf6ff;
  color: #1683f7;
}

.service-ui-demo__price-list {
  display: grid;
  gap: 0.35rem;
}

.service-ui-demo__price-list label {
  min-height: 30px;
  padding: 0 0.7rem;
  border: 1px solid #edf1f5;
  border-radius: 8px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.service-ui-demo__price-list span {
  color: #6b7280;
  font-size: 0.66rem;
  font-weight: 700;
}

.service-ui-demo__price-list strong {
  color: #1f2937;
  font-size: 0.72rem;
  font-weight: 700;
}

.service-ui-demo__sync-status {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 0.5rem;
}

.service-ui-demo__sync-status div {
  min-width: 0;
  padding: 0.65rem;
  border: 1px solid #edf1f5;
  border-radius: 10px;
  background: #ffffff;
}

.service-ui-demo__sync-status span,
.service-ui-demo__sync-status strong {
  display: block;
}

.service-ui-demo__sync-status span {
  margin-bottom: 0.4rem;
  color: #6b7280;
  font-size: 0.64rem;
  font-weight: 700;
}

.service-ui-demo__sync-status strong {
  color: #1f2937;
  font-size: 0.78rem;
  font-weight: 700;
}

.service-ui-demo__sync-status em {
  padding: 0.3rem 0.42rem;
  border-radius: 6px;
  background: #edf6ff;
  color: #1683f7;
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 700;
}

.service-ui-demo__send-action {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.4rem;
}

.service-ui-demo__send-action button {
  min-height: 32px;
  border: 0;
  border-radius: 8px;
  background: #1683f7;
  color: #ffffff;
  font-size: 0.74rem;
  font-weight: 700;
}

.service-ui-demo__send-action p {
  margin: 0;
  padding: 0.45rem;
  border: 1px solid #bfead9;
  border-radius: 8px;
  background: #e7f8f1;
  color: #047857;
  text-align: center;
  font-size: 0.68rem;
  font-weight: 700;
}

.service-ui-demo__cs-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(180px, 0.8fr);
  gap: 0.75rem;
  align-items: stretch;
}

.service-ui-demo--oms-cs {
  height: 572px;
  min-height: 572px;
  padding: 30px;
}

.service-ui-demo--oms-cs .service-ui-demo__app {
  height: 100%;
  min-height: 0;
}

.service-ui-demo--oms-cs .service-ui-demo__workspace {
  min-height: 0;
  overflow: hidden;
}

.service-ui-demo--oms-cs .service-ui-demo__panel {
  padding: 0.875rem;
  overflow: hidden;
}

.service-ui-demo--oms-cs .service-ui-demo__header {
  padding-bottom: 0.65rem;
  margin-bottom: 0.65rem;
}

.service-ui-demo--oms-cs .service-ui-demo__filters {
  margin-bottom: 0.65rem;
}

.service-ui-demo--oms-cs .service-ui-demo__cs-layout {
  gap: 0.6rem;
  align-items: start;
}

.service-ui-demo--oms-cs .service-ui-demo__table tbody tr:nth-child(n + 3),
.service-ui-demo--oms-cs .service-ui-demo__cs-thread.is-ai,
.service-ui-demo--oms-cs .service-ui-demo__cs-reply {
  display: none;
}

.service-ui-demo__cs-panel {
  padding: 0.75rem;
  border: 1px solid #edf1f5;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 34px rgba(22, 131, 247, 0.12);
  display: grid;
  gap: 0.55rem;
}

.service-ui-demo__cs-panel p {
  margin: 0 0 0.35rem;
  color: #1683f7;
  font-size: 0.68rem;
  font-weight: 700;
}

.service-ui-demo__cs-panel strong,
.service-ui-demo__cs-panel span {
  display: block;
}

.service-ui-demo__cs-panel > div > strong {
  color: #1f2937;
  font-size: 0.78rem;
  line-height: 1.35;
  font-weight: 700;
}

.service-ui-demo__cs-panel > div > span {
  margin-top: 0.3rem;
  color: #6b7280;
  font-size: 0.66rem;
}

.service-ui-demo__cs-panel-head {
  padding: 0.1rem 0 0.2rem;
}

.service-ui-demo__cs-panel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem;
}

.service-ui-demo__cs-panel-grid div,
.service-ui-demo__cs-thread,
.service-ui-demo__cs-reply {
  padding: 0.72rem 0.75rem;
  border: 1px solid #edf1f5;
  border-radius: 12px;
  background: #f8fbff;
}

.service-ui-demo__cs-panel-grid p,
.service-ui-demo__cs-thread p,
.service-ui-demo__cs-reply span {
  margin: 0 0 0.24rem;
  display: block;
  color: #6b7280;
  font-size: 0.64rem;
  font-weight: 700;
}

.service-ui-demo__cs-panel-grid strong,
.service-ui-demo__cs-thread strong,
.service-ui-demo__cs-reply strong {
  color: #1f2937;
  font-size: 0.76rem;
  line-height: 1.35;
  font-weight: 700;
}

.service-ui-demo__cs-thread span,
.service-ui-demo__cs-reply small {
  display: block;
  margin-top: 0.25rem;
  color: #6b7280;
  font-size: 0.65rem;
  line-height: 1.4;
}

.service-ui-demo__cs-thread.is-ai {
  border-color: #d9e8ff;
  background: #eef6ff;
}

.service-ui-demo__cs-reply {
  border-color: #dfe8f6;
  background: #ffffff;
}

.service-ui-demo__cs-panel label {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  align-items: center;
  border: 1px solid #edf1f5;
  border-radius: 7px;
  overflow: hidden;
}

.service-ui-demo__cs-panel label span {
  height: 100%;
  padding: 0.45rem;
  background: #f3f5f8;
  color: #6b7280;
  font-size: 0.64rem;
  font-weight: 700;
}

.service-ui-demo__cs-panel label strong {
  padding: 0.45rem;
  color: #4b5563;
  font-size: 0.66rem;
  font-weight: 700;
}

.service-ui-demo__cs-panel button {
  justify-self: end;
  min-height: 32px;
  padding: 0 0.85rem;
  border: 0;
  border-radius: 8px;
  background: #1683f7;
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: 700;
}

.service-ui-demo__sync-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem;
  border: 1px solid #edf1f5;
  border-radius: 12px;
  background: #f8fafc;
  margin-bottom: 0.75rem;
}

.service-ui-demo__sync-flow div {
  min-width: 0;
  padding: 0.7rem;
  border: 1px solid #edf1f5;
  border-radius: 10px;
  background: #ffffff;
}

.service-ui-demo__sync-flow p,
.service-ui-demo__sync-flow span,
.service-ui-demo__sync-flow strong {
  display: block;
}

.service-ui-demo__sync-flow p {
  margin: 0 0 0.35rem;
  color: #6b7280;
  font-size: 0.66rem;
  font-weight: 700;
}

.service-ui-demo__sync-flow strong {
  color: #1f2937;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 700;
}

.service-ui-demo__sync-flow span {
  margin-top: 0.35rem;
  color: #6b7280;
  font-size: 0.62rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.service-ui-demo__sync-flow em {
  padding: 0.3rem 0.42rem;
  border-radius: 6px;
  background: #edf6ff;
  color: #1683f7;
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 700;
  white-space: nowrap;
}

.service-ui-demo--oms-allocation,
.service-ui-demo--oms-oversell {
  height: 460px;
  min-height: 460px;
}

.service-ui-demo--oms-allocation .service-ui-demo__app,
.service-ui-demo--oms-oversell .service-ui-demo__app {
  height: 100%;
  min-height: 0;
}

.service-ui-demo--oms-allocation .service-ui-demo__header,
.service-ui-demo--oms-oversell .service-ui-demo__header {
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
}

.service-ui-demo--oms-allocation .service-ui-demo__panel {
  position: relative;
}

.service-ui-demo--oms-allocation .service-ui-demo__notice,
.service-ui-demo--oms-allocation .service-ui-demo__allocation-grid,
.service-ui-demo--oms-oversell .service-ui-demo__sync-flow {
  margin-bottom: 0.65rem;
}

.service-ui-demo__allocation-popup {
  position: absolute;
  right: -0.5rem;
  bottom: -1.15rem;
  width: 216px;
  padding: 0.78rem;
  border: 1px solid #e1e2e4;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 20px 38px rgba(15, 15, 16, 0.08);
}

.service-ui-demo__allocation-popup-head {
  margin-bottom: 0.65rem;
}

.service-ui-demo__allocation-popup-head span,
.service-ui-demo__allocation-popup-head strong,
.service-ui-demo__allocation-popup-body p,
.service-ui-demo__allocation-popup-body strong,
.service-ui-demo__allocation-popup-body span {
  display: block;
}

.service-ui-demo__allocation-popup-head span {
  margin-bottom: 0.25rem;
  color: #70737c;
  font-size: 0.64rem;
  font-weight: 700;
}

.service-ui-demo__allocation-popup-head strong {
  color: #1f2937;
  font-size: 0.8rem;
  line-height: 1.35;
  font-weight: 700;
}

.service-ui-demo__allocation-popup-body {
  display: grid;
  gap: 0.55rem;
}

.service-ui-demo__allocation-popup-body div {
  padding: 0.7rem 0.75rem;
  border: 1px solid #edf1f5;
  border-radius: 12px;
  background: #f7f7f8;
}

.service-ui-demo__allocation-popup-body p {
  margin: 0 0 0.22rem;
  color: #6b7280;
  font-size: 0.64rem;
  font-weight: 700;
}

.service-ui-demo__allocation-popup-body strong {
  color: #1f2937;
  font-size: 0.76rem;
  line-height: 1.35;
  font-weight: 700;
}

.service-ui-demo__allocation-popup-body span {
  margin-top: 0.25rem;
  color: #6b7280;
  font-size: 0.65rem;
  line-height: 1.4;
}

.service-ui-demo--oms-purchase .service-ui-demo__panel {
  position: relative;
}

.service-ui-demo__purchase-popup {
  position: absolute;
  right: 0;
  bottom: -1.2rem;
  width: 220px;
  padding: 0.8rem;
  border: 1px solid #e1e2e4;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 20px 38px rgba(15, 15, 16, 0.08);
}

.service-ui-demo__purchase-popup-head {
  margin-bottom: 0.65rem;
}

.service-ui-demo__purchase-popup-head span,
.service-ui-demo__purchase-popup-head strong,
.service-ui-demo__purchase-popup-body p,
.service-ui-demo__purchase-popup-body strong,
.service-ui-demo__purchase-popup-body span {
  display: block;
}

.service-ui-demo__purchase-popup-head span {
  margin-bottom: 0.25rem;
  color: #70737c;
  font-size: 0.64rem;
  font-weight: 700;
}

.service-ui-demo__purchase-popup-head strong {
  color: #1f2937;
  font-size: 0.8rem;
  line-height: 1.35;
  font-weight: 700;
}

.service-ui-demo__purchase-popup-body {
  display: grid;
  gap: 0.55rem;
}

.service-ui-demo__purchase-popup-body div {
  padding: 0.72rem 0.75rem;
  border: 1px solid #edf1f5;
  border-radius: 12px;
  background: #f7f7f8;
}

.service-ui-demo__purchase-popup-body p {
  margin: 0 0 0.22rem;
  color: #6b7280;
  font-size: 0.64rem;
  font-weight: 700;
}

.service-ui-demo__purchase-popup-body strong {
  color: #1f2937;
  font-size: 0.76rem;
  line-height: 1.35;
  font-weight: 700;
}

.service-ui-demo__purchase-popup-body span {
  margin-top: 0.25rem;
  color: #6b7280;
  font-size: 0.65rem;
  line-height: 1.4;
}

.service-ui-demo__status.is-success {
  color: #047857;
  background: #e7f8f1;
  border: 1px solid #bfead9;
}

.service-ui-demo__status.is-pending {
  color: #92400e;
  background: #fff7df;
  border: 1px solid #f8e3a3;
}

.service-ui-demo__status.is-danger {
  color: #b42318;
  background: #fff1f1;
  border: 1px solid #ffd0d0;
}

/* Keep every service image/mockup canvas on the unified mini UI gradient. */
.home-mini-ui,
.solution-placeholder-frame,
.service-ui-demo,
.service-ui-demo--oms-product-send,
.service-ui-demo--oms-product-manage {
  background: var(--mini-ui-gradient) !important;
}

.service-ui-demo__app {
  background: var(--service-ui-neutral-bg);
}

.solution-flow-stack {
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
}

.solution-section-note {
  max-width: 46rem;
  color: #70737c;
}

.solution-tab-panel .system-section-heading:not(.is-centered) {
  margin-left: 0;
  margin-right: 0;
}

.solution-step-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}

.faq-item summary {
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.product-faq-section {
  background: #ffffff;
  padding: clamp(4rem, 8vw, 7.5rem) 0;
}

.product-faq-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: start;
}

.product-faq-intro h2 {
  margin: 0;
  color: #0f0f10;
}

.product-faq-intro p {
  margin-top: 1rem;
}

.product-faq-list {
  border-top: 1px solid rgba(15, 15, 16, 0.1);
}

.product-faq-list details {
  border-bottom: 1px solid rgba(15, 15, 16, 0.1);
}

.product-faq-list summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.5rem 0;
  color: #0f0f10;
}

.product-faq-list summary::-webkit-details-marker {
  display: none;
}

.product-faq-list summary::after {
  content: "+";
  flex: 0 0 auto;
  width: 1.75rem;
  height: 1.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #196df6;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  transition: transform 0.18s ease;
}

.product-faq-list details[open] summary::after {
  transform: rotate(45deg);
}

.product-faq-list details p {
  margin: -0.25rem 0 1.5rem;
  max-width: 44rem;
  color: #70737c;
}

.testimonial-rail {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding: 0 0.125rem 1rem;
}

.testimonial-card {
  width: min(360px, calc(100vw - 4rem));
  flex-shrink: 0;
  scroll-snap-align: start;
}

.testimonial-nav-btn {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 1px solid rgba(15, 15, 16, 0.08);
  background: #ffffff;
  color: #0f0f10;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease;
}

.testimonial-nav-btn:hover {
  border-color: rgba(15, 15, 16, 0.18);
  background: #f7f7f8;
}

.workflow-icon-shell {
  background: linear-gradient(
    135deg,
    rgba(223, 234, 253, 0.92),
    rgba(217, 220, 226, 0.54)
  );
}

.workflow-icon-main {
  stroke: #356CEE;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.workflow-icon-dark {
  stroke: #6D95F2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.workflow-icon-fill-main {
  fill: #356CEE;
}

.workflow-icon-fill-dark {
  fill: #6D95F2;
}

.workflow-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (min-width: 1024px) {
  .workflow-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media (max-width: 768px) {
  .page-hero .system-container {
    padding: 1rem !important;
  }

  .service-hero-copy {
    min-height: clamp(360px, 50svh, 520px);
    padding: 4rem 0 3.5rem;
  }

  .service-hero-eyebrow {
    margin-bottom: 1rem;
    font-size: 14px;
    line-height: 20px;
  }

  .system-hero-viewport {
    min-height: clamp(430px, 60svh, 620px);
    border-radius: 16px;
  }

  .system-hero-overlay {
    background: rgba(0, 0, 0, 0.52);
  }

  .system-shell-card {
    border-radius: 20px;
  }

  .system-shell-card > .system-shell-card__inner {
    border-radius: 18px;
  }

  .typography-display-1 {
    font-size: 32px;
    line-height: 42px;
  }

  .typography-display-2 {
    font-size: 28px;
    line-height: 36px;
  }

  .typography-title-1 {
    font-size: 24px;
    line-height: 32px;
  }

  .typography-title-2 {
    font-size: 22px;
    line-height: 28px;
  }

  .typography-headline-1 {
    font-size: 16px;
    line-height: 24px;
  }

  .typography-heading-1 {
    font-size: 18px;
    line-height: 26px;
  }

  .typography-body-1-reading {
    font-size: 16px;
    line-height: 24px;
  }

  .container-tight {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .page-section-heading {
    margin-bottom: 2.5rem !important;
  }

  .landing-feature-title {
    font-size: 28px;
    line-height: 36px;
  }

  .landing-nav-label {
    font-size: 18px;
    line-height: 26px;
  }

  .landing-nav-copy {
    margin-top: 4px;
    font-size: 16px;
    line-height: 24px;
  }

  .solution-metrics-grid .system-card {
    padding: 1.25rem;
    min-height: auto;
  }

  .solution-metrics-grid .typography-display-2 {
    font-size: 26px;
    line-height: 34px;
    word-break: keep-all;
  }

  .solution-metrics-grid .landing-nav-copy {
    max-width: 16rem;
  }

  .pricing-faq-section {
    padding: 72px 0 88px;
  }

  .pricing-faq-question {
    padding: 28px 0;
    font-size: 18px;
    line-height: 26px;
  }

  .pricing-faq-icon {
    width: 32px;
    height: 32px;
    font-size: 2rem;
  }

  .pricing-faq-answer {
    padding: 0 0 32px;
  }

  .solution-placeholder-frame {
    min-height: 200px;
  }

  .solution-placeholder-frame.is-tall {
    min-height: 220px;
  }

  .home-mini-ui {
    min-height: auto;
    padding: 0.875rem;
  }

  .home-mini-ui--wide,
  .home-mini-ui--step,
  .home-mini-ui--ai-comparison,
  .home-mini-ui--ai-attribute {
    min-height: auto;
  }

  .service-ui-demo {
    min-height: auto;
    padding: 0.75rem;
  }

  .insight-showcase {
    padding: 80px 0;
  }

  .insight-showcase-heading {
    margin-bottom: 32px;
  }

  .insight-showcase-subsection {
    margin-top: 56px;
  }

  .insight-showcase-card.service-ui-demo {
    height: auto;
    min-height: auto;
    padding: 16px 16px 0;
  }

  .insight-showcase-card.home-mini-ui {
    height: auto;
    min-height: auto;
    padding: 16px 16px 0;
  }

  .insight-showcase-caption {
    margin-top: 24px;
  }

  .insight-showcase-support-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 24px;
  }

  .insight-showcase-icon-grid {
    grid-template-columns: 1fr;
    row-gap: 40px;
    margin-top: 32px;
  }

  .insight-showcase-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 20px;
  }

  .service-ui-demo--oms-allocation,
  .service-ui-demo--oms-oversell,
  .service-ui-demo--oms-cs {
    height: auto;
    min-height: auto;
  }

  .service-ui-demo__app {
    grid-template-columns: 44px minmax(0, 1fr);
    min-height: auto;
  }

  .service-ui-demo__rail {
    padding: 0.75rem 0.4rem;
  }

  .service-ui-demo__rail span {
    width: 24px;
  }

  .service-ui-demo__tabs span {
    max-width: 100px;
  }

  .service-ui-demo__panel {
    border-radius: 14px;
  }

  .service-ui-demo__header {
    align-items: flex-start;
  }

  .service-ui-demo__filters {
    grid-template-columns: 1fr;
  }

  .service-ui-demo__summary {
    grid-template-columns: 1fr;
  }

  .service-ui-demo__summary p,
  .service-ui-demo__summary span {
    border-right: 0;
    border-bottom: 1px solid #edf1f5;
  }

  .service-ui-demo__summary span:last-child {
    border-bottom: 0;
  }

  .service-ui-demo__match-board {
    grid-template-columns: 1fr;
  }

  .service-ui-demo__match-link {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .service-ui-demo__match-link span {
    width: 1px;
    height: 16px;
  }

  .service-ui-demo__notice,
  .service-ui-demo__option-grid,
  .service-ui-demo__allocation-grid,
  .service-ui-demo__cs-layout,
  .service-ui-demo__sync-flow {
    grid-template-columns: 1fr;
  }

  .service-ui-demo__allocation-popup {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 0.75rem;
  }

  .service-ui-demo__purchase-popup {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 0.75rem;
  }

  .service-ui-demo__cs-panel-grid {
    grid-template-columns: 1fr;
  }

  .service-ui-demo__table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .service-ui-demo__table th,
  .service-ui-demo__table td {
    padding: 0.65rem;
  }

  .solution-ai-page .service-ui-demo {
    padding: 0.625rem;
    border-radius: 22px;
  }

  .solution-ai-page .service-ui-demo__app {
    display: block;
    border-radius: 14px;
  }

  .solution-ai-page .service-ui-demo__rail,
  .solution-ai-page .service-ui-demo__tabs {
    display: none;
  }

  .solution-ai-page .service-ui-demo__workspace {
    padding: 0.625rem;
  }

  .solution-ai-page .service-ui-demo__panel {
    padding: 0.75rem;
  }

  .solution-ai-page .service-ui-demo__header {
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .solution-ai-page .service-ui-demo__button {
    display: none;
  }

  .solution-ai-page .service-ui-demo__summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solution-ai-page .service-ui-demo__summary p {
    grid-column: 1 / -1;
  }

  .solution-ai-page .service-ui-demo__summary p,
  .solution-ai-page .service-ui-demo__summary span {
    min-height: 56px;
    border-right: 0;
  }

  .solution-ai-page .service-ui-demo__summary span:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .solution-ai-page .service-ui-demo__match-board {
    gap: 0.625rem;
  }

  .solution-ai-page .service-ui-demo__match-link {
    display: none;
  }

  .solution-ai-page .service-ui-demo__match-card {
    padding: 0.75rem;
  }

  .solution-ai-page .service-ui-demo__option-grid {
    gap: 0.625rem;
  }

  .solution-ai-page .service-ui-demo__option-grid > div {
    padding: 0.75rem;
  }

  .solution-ai-page .service-ui-demo__option-grid span:nth-of-type(n + 4) {
    display: none;
  }

  .solution-ai-page .service-ui-demo__sync-flow {
    gap: 0.625rem;
  }

  .solution-ai-page .service-ui-demo__sync-flow em {
    display: none;
  }

  .solution-ai-page .service-ui-demo__sync-flow div {
    padding: 0.75rem;
  }

  .solution-ai-page .service-ui-demo__table {
    display: table;
    width: 100%;
    table-layout: fixed;
    overflow: visible;
    white-space: normal;
  }

  .solution-ai-page .service-ui-demo__table th,
  .solution-ai-page .service-ui-demo__table td {
    padding: 0.55rem 0.45rem;
    white-space: normal;
    word-break: keep-all;
  }

  .solution-ai-page .service-ui-demo__table th:nth-child(3),
  .solution-ai-page .service-ui-demo__table td:nth-child(3) {
    display: none;
  }

  .solution-ai-page .service-ui-demo__status {
    white-space: normal;
  }

  .solution-flow-stack {
    gap: 3rem;
  }

  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

@media (min-width: 768px) {
  .page-hero-title {
    font-size: 56px;
    line-height: 72px;
  }

  .page-hero-copy {
    font-size: 21px;
    line-height: 32px;
  }

  .typography-caption-2 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.0057em;
  }

  .typography-caption-1 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.0057em;
  }

  .typography-label-2 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.0057em;
  }

  .typography-label-1-normal {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.0057em;
  }

  .typography-label-1-reading {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.0057em;
  }

  .typography-body-2-normal {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.0057em;
  }

  .typography-body-2-reading {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.0057em;
  }

  .system-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .system-section-intro {
    margin-bottom: 4rem;
  }

  .system-section-intro-lg {
    margin-bottom: 4rem;
  }

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

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

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

  .page-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .page-section-title {
    font-size: 48px;
    line-height: 60px;
  }

  .page-section-copy {
    font-size: 18px;
    line-height: 28px;
  }

  .page-hero-title {
    font-size: 56px;
    line-height: 72px;
  }

  .page-hero-copy {
    font-size: 21px;
    line-height: 32px;
  }

  .page-policy-title {
    font-size: 40px;
    line-height: 52px;
  }

  .landing-section-title {
    font-size: 48px;
    line-height: 60px;
  }

  .landing-section-copy {
    font-size: 18px;
    line-height: 28px;
  }

  .landing-card-title {
    font-size: 32px;
    line-height: 38px;
  }

  .landing-card-copy {
    font-size: 19px;
    line-height: 27px;
  }

  .landing-feature-title {
    font-size: 32px;
    line-height: 40px;
  }

  .landing-stat-number {
    font-size: 56px;
    line-height: 56px;
  }

  .landing-case-number {
    font-size: 48px;
    line-height: 60px;
  }

  .landing-metric-value {
    font-size: 22px;
    line-height: 28px;
  }

}

@media (min-width: 768px) and (max-width: 1023px) {
  .page-hero-title {
    font-size: 48px;
    line-height: 58px;
  }

  .page-hero-copy {
    font-size: 18px;
    line-height: 28px;
  }

  .landing-section-title,
  .page-section-title {
    font-size: 42px;
    line-height: 52px;
  }

  .landing-section-copy,
  .page-section-copy {
    font-size: 18px;
    line-height: 28px;
  }

  .landing-feature-title {
    font-size: 30px;
    line-height: 38px;
  }

  .landing-stat-number {
    font-size: 52px;
    line-height: 52px;
  }
}

@media (min-width: 1024px) {
  .system-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .product-faq-layout {
    grid-template-columns: minmax(17rem, 0.78fr) minmax(0, 1.22fr);
  }

  .system-section-lg {
    padding-top: var(--section-space-lg);
    padding-bottom: var(--section-space-lg);
  }

  .system-section-xl {
    padding-top: var(--section-space-xl);
    padding-bottom: var(--section-space-xl);
  }

  .system-lead-layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, min(928px, 1.28fr));
    gap: clamp(2rem, 4vw, 4rem);
    align-items: start;
    justify-content: stretch;
  }

  .system-lead-column {
    width: 100%;
    min-width: 0;
    flex-shrink: 1;
  }

  .system-content-column {
    width: 100%;
    min-width: 0;
    max-width: 928px;
    justify-self: end;
    flex: 1 1 auto;
  }

  .system-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .system-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .system-hero-viewport {
    min-height: calc(100vh - 137px);
  }

  .workflow-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #solution-home > section:nth-of-type(3),
  #solution-home > section:nth-of-type(4),
  #solution-wms > section:nth-of-type(n+2):nth-of-type(-n+9),
  #solution-oms > section:nth-of-type(n+2):nth-of-type(-n+9) {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .solution-step-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 4rem;
  }

  .solution-flow-stack {
    gap: 7.5rem;
  }

  .solution-step-grid.is-reverse .solution-step-copy {
    order: 2;
  }

  .solution-step-grid.is-reverse .solution-step-media {
    order: 1;
  }
}

@media (min-width: 1280px) {
  .system-container {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .system-hero-viewport {
    min-height: calc(100vh - 169px);
  }
}

/* Typography system enforcement: page text follows the design guide, mini UI mockups keep their compact scale. */
body.system-page {
  font-size: 17px;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0;
}

body.system-page :where(
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  a,
  button,
  summary,
  li,
  span
):not(:where(
  .service-ui-demo *,
  .home-mini-ui *,
  .solution-placeholder-frame *,
  .service-ui-demo,
  .home-mini-ui,
  .solution-placeholder-frame
)) {
  letter-spacing: 0 !important;
}

body.system-page :where(
  .font-bold,
  .font-extrabold,
  .font-black,
  strong
):not(:where(
  .service-ui-demo *,
  .home-mini-ui *,
  .solution-placeholder-frame *
)) {
  font-weight: 600 !important;
}

body.system-page :where(.font-light):not(:where(
  .service-ui-demo *,
  .home-mini-ui *,
  .solution-placeholder-frame *
)) {
  font-weight: 400 !important;
}

.page-hero-title,
.home-hero-full .page-hero-title {
  font-size: 64px !important;
  line-height: 1.18 !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}

body.solution-detail-page .page-hero-title,
body:not(.home-page) .page-hero-title {
  font-size: 48px !important;
  line-height: 1.22 !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}

.landing-section-title,
.page-section-title,
.page-policy-title,
.product-faq-layout h2 {
  font-size: 36px !important;
  line-height: 1.28 !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}

.landing-section-copy,
.page-section-copy {
  font-size: 20px !important;
  line-height: 1.65 !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

body.system-page :where(
  .landing-section-title,
  .page-section-title,
  .landing-feature-title
):not(:where(
  .service-ui-demo *,
  .home-mini-ui *,
  .solution-placeholder-frame *
)):has(+ :where(
  .landing-section-copy,
  .page-section-copy,
  .solution-section-note
)) {
  margin-bottom: 32px !important;
}

.landing-feature-title,
.landing-card-title,
.landing-nav-label,
.typography-title-2,
.typography-title-3 {
  font-size: 22px !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}

.landing-card-copy,
.landing-nav-copy,
.typography-body-1-normal,
.typography-body-1-reading {
  font-size: 17px !important;
  line-height: 1.65 !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

.typography-body-2-normal,
.typography-body-2-reading,
.typography-caption-1,
.typography-caption-2,
.typography-label-1-normal,
.typography-label-1-reading,
.typography-label-2 {
  font-size: 16px !important;
  line-height: 1.55 !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

.site-header :where(#mainNav a, #mobileMenu a) {
  font-weight: 500 !important;
}

.system-pill,
.system-badge,
.landing-meta {
  min-height: 34px;
  padding: 0 18px;
  font-size: 16px !important;
  line-height: 1.45 !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}

.landing-stat-number,
.landing-case-number,
.solution-metrics-grid .typography-display-2 {
  font-size: 48px !important;
  line-height: 1.12 !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  font-feature-settings: "tnum" on, "lnum" on;
}

.landing-stat-copy {
  font-size: 17px !important;
  line-height: 1.65 !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

.landing-stat-copy.font-medium {
  font-size: 22px !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
}

.landing-metric-value {
  font-size: 22px !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  font-feature-settings: "tnum" on, "lnum" on;
}

.solution-metrics-grid .system-card {
  text-align: left !important;
}

.solution-metrics-grid .landing-meta {
  display: block;
  min-height: 0;
  padding: 0;
  text-align: left !important;
}

.solution-metrics-grid .typography-display-2,
.solution-metrics-grid .landing-nav-copy {
  text-align: left !important;
}

body.solution-detail-page main :where(
  .landing-section-title,
  .page-section-title,
  .landing-feature-title,
  .landing-card-title,
  .landing-nav-label,
  .product-faq-list summary
):not(:where(
  .service-ui-demo *,
  .home-mini-ui *,
  .solution-placeholder-frame *
)),
body.company-page section:not(:first-of-type) :where(
  .landing-section-title,
  .page-section-title,
  .landing-feature-title,
  .landing-card-title,
  .landing-nav-label
) {
  color: #0F0F10 !important;
}

body.solution-detail-page main :where(
  .landing-section-copy,
  .page-section-copy
):not(:where(
  .service-ui-demo *,
  .home-mini-ui *,
  .solution-placeholder-frame *
)),
body.company-page section:not(:first-of-type) :where(
  .landing-section-copy,
  .page-section-copy
) {
  color: #46474C !important;
  opacity: 0.8;
}

body.solution-detail-page main :where(
  .landing-card-copy,
  .landing-nav-copy
):not(:where(
  .service-ui-demo *,
  .home-mini-ui *,
  .solution-placeholder-frame *
)),
body.company-page section:not(:first-of-type) :where(
  .landing-card-copy,
  .landing-nav-copy,
  .typography-body-1-reading,
  .typography-body-1-normal
) {
  color: #70737C !important;
}

body.system-page .home-growth-cta :where(.landing-section-title, .landing-section-copy),
body.company-page section:not(:first-of-type) .home-growth-cta :where(.landing-section-title, .landing-section-copy) {
  color: #ffffff !important;
  opacity: 1 !important;
}

body.company-page,
body.company-page > section,
body.company-page #sales {
  background-color: #ffffff !important;
}

.home-process-section [style*="font-size: 32px"] {
  font-size: 22px !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}

.home-process-section [style*="font-size: 20px"] {
  font-size: 17px !important;
  line-height: 1.65 !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

@media (min-width: 769px) {
  body.solution-ai-page #solution-ai > section:not(:first-of-type) {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
}

@media (max-width: 767px) {
  body.system-page {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-hero-title,
  .home-hero-full .page-hero-title,
  body.solution-detail-page .page-hero-title,
  body:not(.home-page) .page-hero-title,
  .landing-section-title,
  .page-section-title,
  .page-policy-title,
  .product-faq-layout h2 {
    font-size: 28px !important;
    line-height: 1.28 !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
  }

  .landing-section-copy,
  .page-section-copy,
  .landing-card-copy,
  .landing-nav-copy,
  .typography-body-1-normal,
  .typography-body-1-reading {
    font-size: 16px !important;
    line-height: 1.6 !important;
    font-weight: 400 !important;
  }

  .landing-stat-number,
  .landing-case-number,
  .solution-metrics-grid .typography-display-2 {
    font-size: 48px !important;
    line-height: 1.12 !important;
  }

  .landing-stat-copy,
  .home-process-section [style*="font-size: 20px"] {
    font-size: 16px !important;
    line-height: 1.6 !important;
    font-weight: 400 !important;
  }

  .landing-stat-copy.font-medium,
  .home-process-section [style*="font-size: 32px"] {
    font-size: 22px !important;
    line-height: 1.4 !important;
    font-weight: 600 !important;
  }
}

@media (min-width: 768px) and (max-width: 1099px) {
  .page-hero-title,
  .home-hero-full .page-hero-title,
  body.solution-detail-page .page-hero-title,
  body:not(.home-page) .page-hero-title {
    font-size: 48px !important;
    line-height: 1.22 !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
  }
}

/* Final responsive pass: keep desktop rules intact and normalize mobile/tablet layout rhythm. */
@media (max-width: 1099px) {
  html,
  body {
    overflow-x: hidden;
  }

  .container-tight,
  .system-container,
  .page-shell-wide {
    max-width: 100%;
  }

  body.system-page > section:not(.home-hero-full):not(.page-hero),
  body.solution-detail-page main > div > section:not(.page-hero),
  body.company-page > section:not(:first-of-type) {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }

  .workflow-section,
  .insight-showcase,
  .product-faq-section {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }

  .system-section-heading,
  .system-section-intro,
  .system-section-intro-lg,
  .page-section-heading {
    margin-bottom: 48px !important;
  }

  .solution-step-grid,
  .system-lead-layout {
    grid-template-columns: 1fr !important;
    gap: 48px !important;
  }

  .system-content-column {
    max-width: none;
    justify-self: stretch;
  }

  .insight-showcase-icon-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 40px;
    row-gap: 48px;
  }

  .insight-showcase-card.service-ui-demo,
  .insight-showcase-card.home-mini-ui,
  body.solution-wms-page .insight-showcase-card.home-mini-ui {
    height: auto !important;
    min-height: 420px !important;
  }

  .home-mini-ui,
  .service-ui-demo,
  .solution-placeholder-frame {
    border-radius: 16px !important;
  }

  .home-growth-cta {
    min-height: 320px;
  }

  .testimonial-card {
    width: min(360px, calc(100vw - 40px));
  }
}

@media (max-width: 767px) {
  :root {
    --site-header-height: 64px;
  }

  body > .site-header + * {
    margin-top: var(--site-header-height);
  }

  .site-header .container-tight,
  .site-header .system-container,
  .site-header > div {
    min-height: var(--site-header-height);
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  #mobileMenu,
  #mobileMenuOverlay {
    top: var(--site-header-height) !important;
  }

  #mobileMenu {
    height: calc(100svh - var(--site-header-height)) !important;
    overflow-y: auto;
  }

  .container-tight,
  .system-container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  body.system-page > section:not(.home-hero-full):not(.page-hero),
  body.solution-detail-page main > div > section:not(.page-hero),
  body.company-page > section:not(:first-of-type),
  .workflow-section,
  .insight-showcase,
  .product-faq-section {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .home-page #top.home-hero-full {
    min-height: 100svh;
  }

  .home-hero-full__copy {
    min-height: calc(100svh - var(--site-header-height));
    padding-top: 56px;
    padding-bottom: 56px;
    align-items: flex-end;
  }

  .home-hero-full__copy > div {
    max-width: 100%;
  }

  .home-hero-full__image {
    object-position: 58% center;
  }

  .service-hero-copy {
    min-height: auto;
    padding-top: 72px;
    padding-bottom: 48px;
  }

  .service-hero-image-placeholder {
    margin-top: 32px !important;
    border-radius: 16px !important;
  }

  .page-hero-title,
  .home-hero-full .page-hero-title,
  body.solution-detail-page .page-hero-title,
  body:not(.home-page) .page-hero-title,
  .landing-section-title,
  .page-section-title,
  .page-policy-title,
  .product-faq-layout h2 {
    font-size: 28px !important;
    line-height: 1.32 !important;
  }

  .landing-feature-title,
  .landing-card-title,
  .landing-nav-label,
  .typography-title-2,
  .typography-title-3 {
    font-size: 21px !important;
    line-height: 1.42 !important;
  }

  .landing-section-copy,
  .page-section-copy {
    margin-top: 0 !important;
  }

  body.system-page :where(
    .landing-section-title,
    .page-section-title,
    .landing-feature-title
  ):not(:where(
    .service-ui-demo *,
    .home-mini-ui *,
    .solution-placeholder-frame *
  )):has(+ :where(
    .landing-section-copy,
    .page-section-copy,
    .solution-section-note
  )) {
    margin-bottom: 24px !important;
  }

  .system-section-heading,
  .system-section-intro,
  .system-section-intro-lg,
  .page-section-heading {
    margin-bottom: 36px !important;
  }

  .system-grid-2,
  .system-grid-3,
  .system-grid-4,
  .solution-step-grid,
  .system-lead-layout,
  .product-faq-layout {
    grid-template-columns: 1fr !important;
  }

  .solution-flow-stack {
    gap: 64px !important;
  }

  .solution-metrics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  .solution-metrics-grid .system-card,
  .hero-stat-card {
    padding: 18px !important;
    min-height: 156px !important;
  }

  .landing-stat-number,
  .landing-case-number,
  .solution-metrics-grid .typography-display-2 {
    font-size: 40px !important;
  }

  .insight-showcase-heading {
    margin-bottom: 32px !important;
  }

  .insight-showcase-card.service-ui-demo,
  .insight-showcase-card.home-mini-ui,
  body.solution-wms-page .insight-showcase-card.home-mini-ui {
    min-height: 0 !important;
    padding: 16px 16px 0 !important;
  }

  .service-ui-demo {
    min-height: 0 !important;
  }

  .service-ui-demo__app {
    grid-template-columns: 38px minmax(0, 1fr) !important;
  }

  .service-ui-demo__workspace,
  .service-ui-demo__panel {
    min-width: 0;
  }

  .service-ui-demo__tabs {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .service-ui-demo__tabs span {
    flex: 0 0 auto;
  }

  .service-ui-demo__table {
    max-width: 100%;
  }

  .home-mini-layer,
  .home-mini-card {
    width: 100%;
    max-width: 100%;
  }

  .home-mini-layer__base,
  .home-mini-layer__float,
  .home-mini-card {
    max-width: 100%;
  }

  .insight-showcase-icon-grid {
    grid-template-columns: 1fr;
    row-gap: 40px;
    margin-top: 40px;
  }

  .insight-showcase-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 20px;
  }

  .home-process-section .grid,
  .home-page section .grid,
  .company-page section .grid {
    gap: 16px !important;
  }

  .home-page .rounded-2xl,
  .company-page .rounded-2xl,
  .solution-detail-page .rounded-2xl {
    border-radius: 16px !important;
  }

  .home-page [class*="min-h-[620px]"] {
    min-height: auto !important;
  }

  .home-page [class*="p-6"],
  .company-page [class*="p-6"] {
    padding: 20px !important;
  }

  .home-growth-cta {
    min-height: 280px;
  }

  .home-growth-cta .p-8,
  .home-growth-cta .md\:p-12 {
    padding: 28px 20px !important;
  }

  .product-faq-layout {
    gap: 32px !important;
  }

  .product-faq-list summary {
    padding-right: 36px;
  }

  footer .grid {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }
}

@media (max-width: 420px) {
  .container-tight,
  .system-container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .solution-metrics-grid {
    grid-template-columns: 1fr !important;
  }

  .landing-stat-number,
  .landing-case-number,
  .solution-metrics-grid .typography-display-2 {
    font-size: 36px !important;
  }

  .service-ui-demo__rail {
    display: none;
  }

  .service-ui-demo__app {
    grid-template-columns: 1fr !important;
  }
}
