/* Generated from styles.css for the cases page group. */
:root {
  --ink: #171c28;
  --ink-soft: #353b49;
  --paper: #f6f3ee;
  --paper-strong: #fffdf9;
  --muted: #697080;
  --line: rgba(9, 14, 27, 0.14);
  --line-strong: rgba(9, 14, 27, 0.28);
  --dark: #090e1b;
  --dark-soft: #141c2c;
  --cyan: #e28b48;
  --blue: #8fa4c4;
  --amber: #f0b27d;
  --radius: 8px;
  --max: 1180px;
  --header-height: 72px;
}

/* 2026 homepage refresh — content-first enterprise presentation */
.home-refresh {
  --home-ink: #171c28;
  --home-green: #182238;
  --home-green-soft: #dbe9e2;
  --home-paper: #f5f3ed;
  color: var(--home-ink);
  background: var(--home-paper);
}

.home-refresh .site-header {
  background: rgba(250, 249, 245, 0.94);
  border-bottom-color: rgba(23, 33, 29, 0.12);
  backdrop-filter: blur(18px);
}

.home-refresh .brand,
.home-refresh .site-nav a,
.home-refresh .nav-chevron {
  color: var(--home-ink);
}


.home-refresh .section-kicker {
  color: var(--home-green);
  letter-spacing: .14em;
}

.home-refresh .section-heading h2 {
  color: var(--home-ink);
}

.home-refresh .section-heading p {
  color: #68726d;
}

/* Final specificity overrides for the existing homepage theme layer */

/* Tool lab / IDEA product directory */

/* Information-dense solutions page: reusable capability before project evidence */

/* English site and bilingual navigation */

.english-page {
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.english-page .section-heading h2 {
  max-width: 920px;
  letter-spacing: -.035em;
}

@media (max-width: 1180px) and (min-width: 981px) {
  .english-page .site-nav {
    left: 205px;
  }

  .english-page .site-nav {
    gap: 0;
  }

  .english-page .nav-parent {
    padding-inline: 6px;
    font-size: 12px;
  }
}

/* Complete-site expansion: business directories, Demo cases and industry pages. */

.case-demo-library {
  color: var(--jx-ink, #171c28);
  background: #fffefb;
}


.case-demo-library {
  background: var(--jx-paper, #f5f8f7);
}


.case-demo-grid {
  display: grid;
  border-top: 1px solid var(--jx-line, rgba(9, 22, 20, 0.14));
  border-left: 1px solid var(--jx-line, rgba(9, 22, 20, 0.14));
}


.case-demo-card figcaption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  padding: 7px 10px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(7, 20, 17, 0.78);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.04em;
}


.case-demo-card dt {
  color: #182238;
  font-size: 12px;
  font-weight: 900;
}


.case-demo-card dd {
  margin: 0;
  color: var(--jx-muted, #697080);
  font-size: 13px;
  line-height: 1.7;
}

.demo-replace-note {
  display: grid;
  grid-template-columns: 1.2fr repeat(6, 1fr);
  margin-bottom: 28px;
  color: #182238;
  background: #e7f7f3;
  border: 1px solid #b6ddd5;
}

.demo-replace-note > * {
  padding: 15px;
  font-size: 11px;
  border-right: 1px solid #b6ddd5;
}

.demo-replace-note > *:last-child {
  border-right: 0;
}

.demo-replace-note strong {
  font-weight: 900;
}

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

.case-demo-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  min-height: 520px;
  background: #fff;
  border-right: 1px solid var(--jx-line, rgba(9, 22, 20, 0.14));
  border-bottom: 1px solid var(--jx-line, rgba(9, 22, 20, 0.14));
}

.case-demo-card figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #dfe9e6;
}

.case-demo-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-demo-card > div {
  padding: 30px;
}

.case-demo-card small {
  color: #c96f33;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.09em;
}

.case-demo-card h3 {
  margin: 20px 0 14px;
  color: var(--jx-ink, #171c28);
  font-size: 22px;
  line-height: 1.38;
}

.case-demo-card p {
  color: var(--jx-muted, #697080);
  font-size: 13px;
  line-height: 1.72;
}

.case-demo-card dl {
  margin: 18px 0 0;
  border-top: 1px solid #e1ebe8;
}

.case-demo-card dl > div {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 9px;
  padding: 11px 0;
  border-bottom: 1px solid #e1ebe8;
}

.case-demo-card a {
  display: inline-block;
  margin-top: 20px;
  color: #c96f33;
  font-size: 12px;
  font-weight: 850;
}

@media (max-width: 1180px) {

  .case-demo-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {

  
  .case-demo-card {
    grid-template-columns: 1fr;
  }

  
  .case-demo-card figure {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

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

  .demo-replace-note > * {
    border-bottom: 1px solid #b6ddd5;
  }
}

@media (max-width: 680px) {

  
  .case-demo-card > div {
    padding: 26px 22px;
  }

  .demo-replace-note {
    grid-template-columns: 1fr;
  }

  .demo-replace-note > * {
    border-right: 0;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
}

body.nav-open {
  overflow: hidden;
}

body.is-dragging {
  cursor: grabbing;
  user-select: none;
}

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

button {
  font: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: block;
  width: 100%;
  min-height: var(--header-height);
  padding: 0 40px;
  color: var(--paper-strong);
  background: rgba(11, 15, 13, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
}

.brand {
  position: absolute;
  top: 50%;
  left: 40px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 182px;
  transform: translateY(-50%);
}

.site-nav {
  position: absolute;
  top: 50%;
  left: 280px;
  right: auto;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
  justify-content: flex-start;
  transform: translateY(-50%);
  min-width: 0;
}

.nav-group {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.nav-parent,
.nav-chevron {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 600;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.nav-parent {
  padding: 0 10px;
}

.nav-chevron {
  justify-content: center;
  width: 24px;
  min-height: 44px;
  margin-left: -8px;
  padding: 0;
}

.nav-chevron::before {
  width: 5px;
  height: 5px;
  content: "";
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-1px) rotate(45deg);
  transition: transform 180ms ease, color 180ms ease;
}

.nav-parent::after {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 1px;
  height: 2px;
  content: "";
  background: var(--cyan);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.nav-parent:hover,
.nav-parent:focus-visible,
.nav-group:hover .nav-parent,
.nav-group.is-open .nav-parent,
.nav-group:hover .nav-chevron,
.nav-group.is-open .nav-chevron {
  color: #fff;
}

.nav-parent:hover::after,
.nav-parent:focus-visible::after,
.nav-group:hover .nav-parent::after,
.nav-group.is-open .nav-parent::after {
  transform: scaleX(1);
}

.nav-group:hover .nav-chevron::before,
.nav-group:focus-within .nav-chevron::before,
.nav-group.is-open .nav-chevron::before {
  transform: translateY(1px) rotate(225deg);
}

.nav-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  z-index: 24;
  display: grid;
  grid-template-columns: minmax(220px, 1fr);
  gap: 6px;
  width: 286px;
  padding: 10px;
  background:
    linear-gradient(135deg, rgba(226, 139, 72, 0.16), transparent 38%),
    rgba(10, 15, 13, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 10px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  visibility: hidden;
}

.nav-menu::before {
  position: absolute;
  left: 0;
  right: 0;
  top: -12px;
  height: 12px;
  content: "";
}

.nav-group:hover .nav-menu,
.nav-group:focus-within .nav-menu,
.nav-group.is-open .nav-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
  visibility: visible;
}

.nav-menu a {
  display: grid;
  gap: 4px;
  min-height: 66px;
  padding: 13px 14px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 5px;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.nav-menu a:hover,
.nav-menu a:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(226, 139, 72, 0.34);
  transform: translateY(-2px);
}

.nav-menu span,
.nav-menu small {
  display: block;
}

.nav-menu span {
  color: #fff;
  font-size: 13px;
  font-weight: 850;
}

.nav-menu small {
  color: rgba(255, 255, 255, 0.52);
  font-size: 11px;
  font-weight: 700;
}

.nav-toggle {
  display: none;
  position: absolute;
  top: 50%;
  right: 18px;
  width: 44px;
  height: 44px;
  padding: 0;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 4px;
  transform: translateY(-50%);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
  transition: transform 180ms ease;
}

body.nav-open .nav-toggle span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}

body.nav-open .nav-toggle span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}


.section-kicker {
  margin: 0 0 22px;
  color: var(--cyan);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.button {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  font-size: 15px;
  font-weight: 800;
  border-radius: 4px;
  border: 1px solid transparent;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.button::after {
  position: absolute;
  inset: auto auto -40px -40px;
  width: 80px;
  height: 80px;
  content: "";
  background: radial-gradient(circle, rgba(255, 255, 255, 0.42), transparent 58%);
  opacity: 0;
  transform: translate(var(--magnetic-x, 0), var(--magnetic-y, 0));
  transition: opacity 180ms ease;
  pointer-events: none;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button:hover::after,
.button:focus-visible::after {
  opacity: 1;
}

.button.primary {
  color: var(--dark);
  background: var(--cyan);
}

.button.primary:hover,
.button.primary:focus-visible {
  background: #f2b984;
}

.section {
  padding: 108px max(40px, calc((100vw - var(--max)) / 2));
  border-top: 1px solid var(--line);
}

.tech-section {
  --section-parallax-y: 0px;
  --section-progress: 0;
  --section-focus-x: 44%;
  position: relative;
  isolation: isolate;
  overflow: clip;
}

.tech-section::before {
  position: absolute;
  inset: -18% -8%;
  z-index: 0;
  content: "";
  pointer-events: none;
  opacity: 0.28;
  background:
    linear-gradient(120deg, transparent 0 42%, rgba(226, 139, 72, 0.16) 42.15% 42.45%, transparent 42.6%),
    linear-gradient(120deg, transparent 0 68%, rgba(40, 104, 255, 0.12) 68.15% 68.5%, transparent 68.65%),
    linear-gradient(rgba(16, 18, 17, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 18, 17, 0.07) 1px, transparent 1px);
  background-size: 420px 420px, 620px 620px, 58px 58px, 58px 58px;
  -webkit-mask-image: radial-gradient(circle at var(--section-focus-x) 42%, #000, transparent 66%);
  mask-image: radial-gradient(circle at var(--section-focus-x) 42%, #000, transparent 66%);
  transform: translate3d(0, var(--section-parallax-y), 0);
  will-change: transform;
}


.trust.tech-section::before,
.contact.tech-section::before {
  opacity: 0.42;
  background:
    linear-gradient(120deg, transparent 0 40%, rgba(226, 139, 72, 0.22) 40.15% 40.5%, transparent 40.65%),
    linear-gradient(120deg, transparent 0 72%, rgba(40, 104, 255, 0.18) 72.15% 72.5%, transparent 72.65%),
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 440px 440px, 680px 680px, 62px 62px, 62px 62px;
}

.tech-section > * {
  position: relative;
  z-index: 1;
}

@keyframes scanPulse {
  0%,
  100% {
    opacity: 0.22;
    background-position: 0 0, 0 0;
  }

  50% {
    opacity: 0.44;
    background-position: 42px 0, 0 36px;
  }
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(240px, 1fr);
  gap: 44px;
  align-items: end;
  margin-bottom: 54px;
}

.section-heading h2 {
  margin: 0;
  font-size: 48px;
  line-height: 1.14;
  font-weight: 850;
  letter-spacing: 0;
}

.section-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.services {
  background: var(--paper);
}

.page-section-dark {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(226, 139, 72, 0.14), transparent 44%),
    var(--dark);
}

.page-section-dark .section-heading p,
.page-section-dark .product-card p,
.page-section-dark .product-card li {
  color: rgba(255, 255, 255, 0.68);
}


.page-section-dark .product-card {
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.045);
  border-color: rgba(255, 255, 255, 0.13);
}


.page-section-dark .product-card h3 {
  color: #fff;
}

.page-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 36px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(226, 139, 72, 0.22), transparent 42%),
    #101511;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
}

.page-cta h2 {
  margin: 0;
  font-size: 40px;
  line-height: 1.12;
}

.page-cta p {
  max-width: 700px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 17px;
}

/* Homepage team credibility section */

/* Home service snapshot: denser comparison cards with clear deliverables */


.product-card > span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}


.product-card h3 {
  margin: 28px 0 0;
  font-size: 27px;
  line-height: 1.18;
}


.product-card p,
.product-card li {
  color: var(--muted);
  font-size: 16px;
}


.case-item h3 {
  margin: 26px 0 0;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 850;
  letter-spacing: 0;
}


.case-item dd {
  color: var(--muted);
  font-size: 16px;
}

.products {
  background: #eef3ed;
}

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

.product-card {
  position: relative;
  min-height: 430px;
  padding: 28px;
  overflow: hidden;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.66)),
    #fff;
  border: 1px solid rgba(16, 18, 17, 0.13);
  border-radius: var(--radius);
  box-shadow: 0 18px 44px rgba(16, 18, 17, 0.07);
}

.product-card::after {
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 128px;
  height: 128px;
  content: "";
  border: 1px solid rgba(226, 139, 72, 0.28);
  transform: rotate(18deg);
}

.product-card p {
  margin: 18px 0 0;
}

.product-card ul {
  display: grid;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.product-card li {
  position: relative;
  padding-left: 18px;
  font-weight: 700;
}

.product-card li::before {
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  background: var(--cyan);
  border-radius: 50%;
  transform: translateY(-50%);
}

.product-card .button {
  width: auto;
  margin-top: 24px;
}

.cases {
  background: var(--paper-strong);
  overflow: hidden;
}

.case-track {
  display: flex;
  gap: 26px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding: 4px 0 20px;
  cursor: grab;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: var(--cyan) rgba(16, 18, 17, 0.08);
}

.case-track::-webkit-scrollbar {
  height: 8px;
}

.case-track::-webkit-scrollbar-track {
  background: rgba(16, 18, 17, 0.08);
}

.case-track::-webkit-scrollbar-thumb {
  background: var(--cyan);
  border-radius: 999px;
}

.case-item {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(520px, 1.35fr);
  flex: 0 0 min(1080px, calc(100vw - 80px));
  min-height: 590px;
  padding: 0;
  background: #fff;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
  scroll-snap-align: start;
}

.case-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 38px 36px 0;
}

.case-copy > p {
  margin: 0;
  color: var(--blue);
  font-size: 13px;
  font-weight: 850;
}

.case-item h3 {
  margin: 72px 0 auto;
  font-size: 42px;
  line-height: 1.08;
}

.case-item dl {
  display: grid;
  gap: 16px;
  margin: 42px 0 0;
}

.case-item div {
  min-width: 0;
}

.case-item dt {
  color: var(--ink);
  font-size: 13px;
  font-weight: 850;
}

.case-item dd {
  margin: 8px 0 0;
}

.case-copy dl > div {
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.case-visual {
  position: relative;
  min-height: 590px;
  border-left: 1px solid var(--line);
  overflow: hidden;
}

.case-visual-brand {
  display: grid;
  place-items: center;
  padding: 9%;
  background: #b9e8dc;
}

.case-visual-system {
  display: grid;
  place-items: center;
  padding: 10%;
  background:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    #141c2c;
  background-size: 42px 42px;
}


.case-ops-section {
  background: #eef3ed;
}


.case-detail-card > span,
.case-ai-copy span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}


.case-detail-card h3,
.case-ai-copy h3 {
  margin: 26px 0 0;
  font-size: 24px;
  line-height: 1.18;
}


.case-detail-card p,
.case-ai-copy p,
.case-note p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 16px;
}

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

.case-detail-card {
  min-height: 316px;
  padding: 30px;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)),
    linear-gradient(90deg, rgba(226, 139, 72, 0.12), transparent 68%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
}

.case-detail-card > span {
  color: var(--cyan);
}

.case-detail-card h3 {
  color: #fff;
}

.case-detail-card p {
  color: rgba(255, 255, 255, 0.68);
}

.case-result-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.case-result-strip span {
  display: grid;
  min-height: 118px;
  align-content: center;
  gap: 8px;
  padding: 22px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
}

.case-result-strip b {
  color: #fff;
  font-size: 26px;
}

.case-ai-layout {
  display: grid;
  grid-template-columns: minmax(420px, 0.96fr) minmax(0, 1fr);
  gap: 26px;
  align-items: stretch;
}

.case-ai-layout .case-visual {
  min-height: 620px;
  border: 1px solid var(--line-strong);
}

.case-ai-copy {
  display: grid;
  gap: 14px;
}

.case-ai-copy article,
.case-note {
  padding: 30px;
  background: #fff;
  border: 1px solid rgba(16, 18, 17, 0.13);
  border-radius: var(--radius);
}

.case-ai-copy h3 {
  font-size: 28px;
}

.case-note {
  margin-top: 22px;
}

.case-note strong {
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.trust {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(40, 104, 255, 0.18), transparent 42%),
    linear-gradient(90deg, #111412, #1c1f18);
}

.trust .section-heading {
  display: block;
  margin: 0;
}

/* Products / case 04: AI automation product showcase */

.contact {
  display: flex;
  align-items: center;
  min-height: 92svh;
  padding: 128px max(40px, calc((100vw - var(--max)) / 2));
  color: #fff;
  background:
    linear-gradient(90deg, rgba(226, 139, 72, 0.13), transparent 38%),
    linear-gradient(0deg, rgba(40, 104, 255, 0.12), transparent 50%),
    #090e1b;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 28px max(40px, calc((100vw - var(--max)) / 2));
  color: rgba(255, 255, 255, 0.64);
  background: var(--dark);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--cyan);
  font-weight: 800;
}

.reveal {
  opacity: 1;
  transform: none;
  transition: opacity 520ms ease, transform 520ms ease;
}

body.reveal-ready .reveal {
  opacity: 1;
  transform: translateY(18px);
}

body.reveal-ready .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {

  .section-heading {
    grid-template-columns: 1fr;
  }

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

  .case-item {
    grid-template-columns: minmax(280px, 0.8fr) minmax(440px, 1.2fr);
    flex-basis: calc(100vw - 80px);
    min-height: 540px;
  }

  .case-copy {
    padding-right: 28px;
  }

  .case-item h3 {
    font-size: 34px;
  }

  .case-visual {
    min-height: 540px;
  }

  .case-detail-grid,
  .case-result-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .case-ai-layout {
    grid-template-columns: 1fr;
  }
}

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

  .site-header {
    padding: 0 18px;
  }

  .brand {
    left: 18px;
    min-width: 166px;
    gap: 9px;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    top: var(--header-height);
    left: 0;
    display: grid;
    gap: 6px;
    width: 100%;
    max-height: calc(100svh - var(--header-height));
    padding: 16px 18px 22px;
    background: rgba(11, 15, 13, 0.96);
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    opacity: 0;
    overflow-y: auto;
    pointer-events: none;
    transform: translateY(-120%);
    visibility: hidden;
    transition: transform 200ms ease, opacity 200ms ease, visibility 200ms ease;
  }

  body.nav-open .site-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }

  .nav-group {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  }

  .nav-parent {
    justify-content: space-between;
    width: 100%;
    min-height: 52px;
    padding: 0;
    font-size: 17px;
  }

  .nav-chevron {
    width: 44px;
    min-height: 52px;
    margin: 0;
    justify-self: end;
  }

  .nav-parent::after {
    left: 0;
    right: 0;
    bottom: 0;
  }

  .nav-menu {
    position: static;
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    width: 100%;
    max-height: 0;
    padding: 0;
    overflow: hidden;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    pointer-events: none;
    transform: none;
    transition: max-height 220ms ease, padding 220ms ease;
    visibility: visible;
  }

  .nav-menu::before {
    display: none;
  }

  .nav-menu a {
    min-height: 58px;
    padding: 11px 13px;
    background: rgba(255, 255, 255, 0.055);
  }

  .nav-group:not(.is-open) .nav-menu {
    max-height: 0;
    padding: 0;
    pointer-events: none;
    transform: none;
  }

  .nav-group.is-open .nav-menu {
    max-height: 420px;
    padding: 0 0 12px;
    pointer-events: auto;
    transform: none;
  }

  .button {
    width: 100%;
  }

  .section {
    padding: 78px 18px;
  }

  .section-heading {
    gap: 18px;
    margin-bottom: 34px;
  }

  .section-heading h2 {
    font-size: 34px;
    line-height: 1.16;
  }

  .section-heading p {
    font-size: 16px;
  }

  
  .product-suite {
    grid-template-columns: 1fr;
  }

  
  .product-card {
    min-height: auto;
    padding: 22px;
  }

  .page-cta {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .page-cta h2 {
    font-size: 31px;
  }

  .case-item {
    display: block;
    flex-basis: calc(100vw - 36px);
    min-height: 0;
  }

  .case-copy {
    min-height: 450px;
    padding: 30px 0;
  }

  .case-item h3 {
    margin-top: 54px;
    font-size: 34px;
  }

  .case-visual {
    min-height: 430px;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .case-visual-brand,
  .case-visual-system {
    padding: 22px;
  }

  
  .case-detail-grid,
  .case-result-strip {
    grid-template-columns: 1fr;
  }

  
  .case-detail-card {
    min-height: 0;
    padding: 24px;
  }

  .case-ai-layout .case-visual {
    min-height: 430px;
  }

  .contact {
    min-height: auto;
    padding: 96px 18px;
  }

  .site-footer {
    display: grid;
    padding: 24px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  body.reveal-ready .reveal,
  .reveal {
    opacity: 1;
    transform: none;
  }

  
  .tech-section::before {
    transform: none !important;
  }
}

/* 90-day business system launch product */

/* Phase 2: team accountability and verifiable delivery evidence */

.cases-page .case-proof {
  display: grid;
  grid-template-columns: minmax(150px, 0.72fr) repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 28px;
  overflow: hidden;
  color: #211811;
  background: #d8c6b5;
  border: 1px solid #d8c6b5;
}

.cases-page .case-proof > strong,
.cases-page .case-proof > span {
  display: grid;
  align-content: center;
  min-height: 116px;
  padding: 20px;
  background: rgba(255, 250, 244, 0.96);
}

.cases-page .case-proof > strong {
  color: #8b684c;
  font-size: 13px;
  letter-spacing: 0.06em;
}

.cases-page .case-proof > span {
  gap: 7px;
  color: #6f5a49;
  font-size: 12px;
  line-height: 1.55;
}

.cases-page .case-proof b {
  color: #211811;
  font-size: 14px;
}

@media (max-width: 1080px) {

  .cases-page .case-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cases-page .case-proof > strong {
    grid-column: 1 / -1;
    min-height: 68px;
  }
}

@media (max-width: 680px) {
  
  .cases-page .case-proof {
    grid-template-columns: 1fr;
  }

  .cases-page .case-proof > strong,
  .cases-page .case-proof > span {
    min-height: auto;
    padding: 18px;
  }
}

/* Products / case 05: IDEA validation module */

/* Sales conversion system */

.form-field.is-complete:not(.has-error)::after {
  position: absolute;
  right: 10px;
  top: 34px;
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
  color: #06221c;
  font-size: 11px;
  font-weight: 900;
  content: "✓";
  background: #52e4c7;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(82, 228, 199, 0.13);
  pointer-events: none;
}

.form-field.is-complete:has(select):not(.has-error)::after {
  content: none;
}

.form-field.is-select-field.is-complete:not(.has-error)::after {
  content: none;
}

body.has-submit-success-dialog {
  overflow: hidden;
}

/* Contact section contrast on dark background */

/* Refined home hero: stable editorial two-column layout */

/* Refined brand principles section */

/* Refined project-fit section */

/* Unified light-card textures and restrained motion */
:where(
  .products .product-card,
  .case-ops-section .product-card,
  .case-ai-copy article,
  .case-note) {
  --surface-accent-rgb: 226, 139, 72;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  transition:
    transform 240ms ease,
    border-color 240ms ease,
    box-shadow 240ms ease,
    background-color 240ms ease;
}

:where(
  .products .product-card,
  .case-ops-section .product-card,
  .case-ai-copy article,
  .case-note)::before {
  position: absolute;
  inset: -12%;
  z-index: 0;
  content: "";
  background:
    radial-gradient(circle at 84% 18%, rgba(var(--surface-accent-rgb), 0.15), transparent 28%),
    linear-gradient(132deg, transparent 0 54%, rgba(var(--surface-accent-rgb), 0.07) 54.2% 54.7%, transparent 54.9%),
    linear-gradient(rgba(16, 18, 17, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 18, 17, 0.028) 1px, transparent 1px);
  background-size: auto, 190px 190px, 42px 42px, 42px 42px;
  opacity: 0.72;
  pointer-events: none;
  transform: translate3d(-6px, 4px, 0) scale(1.02);
  transition: transform 620ms cubic-bezier(0.2, 0.7, 0.2, 1), opacity 320ms ease;
}

:where(
  .products .product-card,
  .case-ops-section .product-card,
  .case-ai-copy article,
  .case-note) > * {
  position: relative;
  z-index: 1;
}

body.reveal-ready :where(
  .products .product-card,
  .case-ops-section .product-card,
  .case-ai-copy article,
  .case-note).reveal.is-visible:hover {
  transform: translateY(-4px);
}

:where(
  .products .product-card,
  .case-ops-section .product-card,
  .case-ai-copy article,
  .case-note):hover::before {
  opacity: 0.92;
  transform: translate3d(10px, -6px, 0) scale(1.05);
}

/* Expanded solutions hero */

/* Admin dashboard */

/* Refined cases hero: quieter project-review tone */

/* Cases page de-AI pass: editorial project review instead of sci-fi dashboard */
.cases-page {
  color: #211811;
  background: #fbf5ee;
}

.cases-page .tech-section::before {
  display: none !important;
}

.cases-page .section {
  background: #fbf5ee;
  border-top-color: #dfd1c3;
}

.cases-page .section-kicker,
.cases-page .case-detail-card > span,
.cases-page .case-ai-copy span,
.cases-page .case-note strong {
  color: #8b684c;
  letter-spacing: 0.08em;
}

.cases-page .section-heading h2,
.cases-page .case-item h3,
.cases-page .case-detail-card h3,
.cases-page .case-ai-copy h3,
.cases-page .page-cta h2 {
  color: #211811;
}

.cases-page .section-heading p,
.cases-page .case-detail-card p,
.cases-page .case-ai-copy p,
.cases-page .case-note p,
.cases-page .page-cta p {
  color: #6f5a49;
}

.cases-page .button.primary {
  color: #fffaf4;
  background: #211811;
  border-color: #211811;
}


.cases-page .case-ops-section,
.cases-page .page-section-dark,
.cases-page .cases {
  color: #211811;
  background: #fbf5ee;
}


.cases-page .case-detail-card,
.cases-page .case-ai-copy article,
.cases-page .case-note,
.cases-page .product-card {
  color: #211811;
  background:
    linear-gradient(140deg, rgba(255, 250, 244, 0.98), rgba(247, 241, 232, 0.9)),
    #fffaf4;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.cases-page .case-item {
  background: #fffaf4;
  border-color: #d8c6b5;
}

.cases-page .case-copy > p {
  color: #8b684c;
}

.cases-page .case-copy dl > div {
  border-top-color: #d8c6b5;
}

.cases-page .case-item dd {
  color: #6f5a49;
}

.cases-page .case-visual,
.cases-page .case-ai-layout .case-visual {
  border-color: #d8c6b5;
}

.cases-page .case-visual-system,
.cases-page .case-visual-brand {
  background:
    linear-gradient(135deg, rgba(255, 250, 244, 0.88), rgba(239, 225, 210, 0.92)),
    #efe1d2;
}

.cases-page .case-detail-grid,
.cases-page .case-result-strip {
  gap: 1px;
  background: #d8c6b5;
  border: 1px solid #d8c6b5;
}

.cases-page .case-detail-card {
  min-height: 292px;
}

.cases-page .case-result-strip {
  margin-top: 1px;
}

.cases-page .case-result-strip span {
  color: #6f5a49;
  background: #fffaf4;
  border: 0;
  border-radius: 0;
}

.cases-page .case-result-strip b {
  color: #211811;
}

.cases-page .page-cta {
  color: #211811;
  background:
    linear-gradient(135deg, rgba(255, 250, 244, 0.96), rgba(239, 225, 210, 0.82)),
    #efe1d2;
  border: 1px solid #d8c6b5;
}

@media (max-width: 900px) {

  
  .cases-page .case-detail-grid,
  .cases-page .case-result-strip,
  .cases-page .case-ai-layout {
    grid-template-columns: 1fr;
  }
}

/* Cases page typography and rhythm refinement */
.cases-page .section {
  padding-top: 88px;
  padding-bottom: 88px;
}

.cases-page .section-kicker {
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 1.4;
}

.cases-page .section-heading {
  grid-template-columns: minmax(0, 680px) minmax(280px, 1fr);
  gap: 64px;
  align-items: start;
  margin-bottom: 42px;
}

.cases-page .section-heading h2 {
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: 0;
}

.cases-page .section-heading p {
  max-width: 500px;
  font-size: 16px;
  line-height: 1.78;
}

.cases-page .case-item {
  grid-template-columns: minmax(340px, 0.9fr) minmax(500px, 1.1fr);
  min-height: 540px;
}

.cases-page .case-copy {
  justify-content: flex-start;
  padding: 34px 34px 30px 0;
}

.cases-page .case-item h3 {
  margin: 34px 0 0;
  font-size: 32px;
  line-height: 1.22;
}

.cases-page .case-item dl {
  gap: 0;
  margin-top: 48px;
}

.cases-page .case-copy dl > div {
  display: grid;
  min-height: 88px;
  align-content: center;
  padding: 15px 0 16px;
}

.cases-page .case-item dd {
  margin-top: 6px;
  font-size: 15px;
  line-height: 1.68;
}

.cases-page .case-visual {
  min-height: 540px;
}

.cases-page .case-detail-card {
  min-height: 250px;
  padding: 26px;
}

.cases-page .case-detail-card h3,
.cases-page .case-ai-copy h3 {
  margin-top: 22px;
  font-size: 23px;
  line-height: 1.3;
}

.cases-page .case-detail-card p,
.cases-page .case-ai-copy p,
.cases-page .case-note p,
.cases-page .product-card p {
  margin-top: 14px;
  font-size: 15px;
  line-height: 1.72;
}

.cases-page .case-result-strip span {
  min-height: 100px;
  padding: 18px 20px;
  font-size: 14px;
  line-height: 1.55;
}

.cases-page .case-result-strip b {
  font-size: 22px;
}

.cases-page .case-ai-layout .case-visual {
  min-height: 540px;
}

.cases-page .case-ai-copy article,
.cases-page .case-note {
  padding: 26px;
}

.cases-page .product-card {
  padding: 26px;
}

.cases-page .product-card h3 {
  margin-top: 22px;
  font-size: 24px;
  line-height: 1.28;
}

.cases-page .page-cta {
  gap: 32px;
  padding: 32px;
}

.cases-page .page-cta h2 {
  font-size: 34px;
  line-height: 1.2;
}

.cases-page .page-cta p {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.72;
}

@media (max-width: 900px) {
  .cases-page .section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .cases-page .section-heading {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 34px;
  }

  .cases-page .section-heading h2 {
    max-width: 720px;
    font-size: 36px;
  }

  .cases-page .section-heading p {
    max-width: 680px;
  }

  
  .cases-page .case-detail-grid,
  .cases-page .case-result-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cases-page .case-ai-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .cases-page .section {
    padding: 62px 18px;
  }

  .cases-page .section-heading h2 {
    font-size: 31px;
    line-height: 1.22;
  }

  .cases-page .section-heading p {
    font-size: 15px;
    line-height: 1.72;
  }

  
  .cases-page .case-detail-grid,
  .cases-page .case-result-strip {
    grid-template-columns: 1fr;
  }

  
  .cases-page .case-detail-card {
    min-height: auto;
    padding: 22px;
  }

  .cases-page .case-item {
    min-height: 0;
  }

  .cases-page .case-copy {
    min-height: 0;
    padding: 28px 0;
  }

  .cases-page .case-item h3 {
    margin-top: 28px;
    font-size: 28px;
  }

  .cases-page .case-item dl {
    margin-top: 28px;
  }

  .cases-page .case-copy dl > div {
    min-height: 0;
  }

.cases-page .case-visual,
.cases-page .case-ai-layout .case-visual {
  min-height: 360px;
}

  .cases-page .case-ai-copy article,
  .cases-page .case-note,
  .cases-page .product-card {
    padding: 22px;
  }

  .cases-page .page-cta {
    padding: 24px 22px;
  }

  .cases-page .page-cta h2 {
    font-size: 28px;
  }
}

/* WMS case: balanced editorial split */
.cases-page #case-wms .case-track {
  display: block;
  padding: 0;
  overflow: visible;
  cursor: default;
  scroll-snap-type: none;
}

.cases-page #case-wms .case-item {
  width: 100%;
  min-height: 620px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
  flex: 1 1 auto;
  border: 1px solid #d8c6b5;
}

.cases-page #case-wms .case-copy {
  justify-content: center;
  padding: 44px 42px;
}

.cases-page #case-wms .case-copy > p {
  font-size: 12px;
  line-height: 1.5;
}

.cases-page #case-wms .case-item h3 {
  max-width: 520px;
  margin-top: 30px;
  font-size: 30px;
  line-height: 1.26;
}

.cases-page #case-wms .case-item dl {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 40px;
  border-top: 1px solid #d8c6b5;
  border-bottom: 1px solid #d8c6b5;
}

.cases-page #case-wms .case-copy dl > div {
  min-height: 126px;
  align-content: start;
  padding: 18px 18px 18px 0;
  border-top: 0;
}

.cases-page #case-wms .case-copy dl > div:nth-child(odd) {
  border-right: 1px solid #d8c6b5;
}

.cases-page #case-wms .case-copy dl > div:nth-child(even) {
  padding-right: 0;
  padding-left: 18px;
}

.cases-page #case-wms .case-copy dl > div:nth-child(-n + 2) {
  border-bottom: 1px solid #d8c6b5;
}

.cases-page #case-wms .case-item dt {
  font-size: 12px;
}

.cases-page #case-wms .case-item dd {
  font-size: 14px;
  line-height: 1.65;
}

.cases-page #case-wms .case-visual {
  min-height: 620px;
}

.cases-page #case-wms .case-visual-system {
  padding: 8%;
}

@media (max-width: 900px) {
  .cases-page #case-wms .case-item {
    grid-template-columns: 1fr;
  }

  .cases-page #case-wms .case-copy {
    padding: 36px 30px;
  }

  .cases-page #case-wms .case-visual {
    min-height: 520px;
    border-top: 1px solid #d8c6b5;
    border-left: 0;
  }
}

@media (max-width: 680px) {
  .cases-page #case-wms .case-copy {
    padding: 28px 22px;
  }

  .cases-page #case-wms .case-item h3 {
    margin-top: 24px;
    font-size: 26px;
  }

  .cases-page #case-wms .case-item dl {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .cases-page #case-wms .case-copy dl > div,
  .cases-page #case-wms .case-copy dl > div:nth-child(even) {
    min-height: 0;
    padding: 17px 0;
    border-right: 0;
    border-bottom: 1px solid #d8c6b5;
  }

  .cases-page #case-wms .case-copy dl > div:last-child {
    border-bottom: 0;
  }

  .cases-page #case-wms .case-visual {
    min-height: 400px;
  }

  .cases-page #case-wms .case-visual-system {
    padding: 20px;
  }
}

/* Generated operations product screens */
.cases-page .case-product-card {
  display: flex;
  min-height: 0;
  flex-direction: column;
  padding-bottom: 24px;
}

.cases-page .case-product-card::after {
  display: none;
}

.cases-page .case-product-card > span,
.cases-page .case-product-card > h3,
.cases-page .case-product-card > p,
.cases-page .case-product-shot {
  position: relative;
  z-index: 1;
}

.cases-page .case-product-card > p {
  min-height: 102px;
}

.cases-page .case-product-shot {
  aspect-ratio: 4 / 3;
  margin: 22px 0 0;
  background: #efe1d2;
  border: 1px solid #d8c6b5;
  overflow: hidden;
}

.cases-page .case-product-shot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
  filter: saturate(0.86) contrast(0.98);
  transition: transform 320ms ease, filter 320ms ease;
}

.cases-page .case-product-card:hover .case-product-shot img,
.cases-page .case-product-card:focus-within .case-product-shot img {
  filter: saturate(0.98) contrast(1);
  transform: scale(1.025);
}

@media (max-width: 1180px) {
  .cases-page .case-product-card > p {
    min-height: 78px;
  }
}

@media (max-width: 680px) {
  .cases-page .case-product-card > p {
    min-height: 0;
  }

  .cases-page .case-product-shot {
    margin-top: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cases-page .case-product-shot img {
    transition: none;
  }

  .cases-page .case-product-card:hover .case-product-shot img,
  .cases-page .case-product-card:focus-within .case-product-shot img {
    transform: none;
  }
}

/* Generated case product screens */
.cases-page .case-feature-shot,
.cases-page .case-wide-product-shot {
  position: relative;
  margin: 0;
  background: #efe1d2;
  border: 1px solid #d8c6b5;
  overflow: hidden;
}

.cases-page .case-feature-shot {
  width: 100%;
  aspect-ratio: 4 / 3;
  box-shadow: 0 24px 60px rgba(47, 33, 24, 0.12);
}

.cases-page .case-wide-product-shot {
  width: min(100%, 1040px);
  aspect-ratio: 16 / 8.4;
  margin: 28px auto 0;
  padding: 22px;
  background:
    linear-gradient(135deg, rgba(255, 250, 244, 0.92), rgba(239, 225, 210, 0.82)),
    #efe1d2;
  box-shadow: 0 22px 54px rgba(47, 33, 24, 0.1);
}

.cases-page .case-feature-shot img,
.cases-page .case-wide-product-shot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
  filter: saturate(0.88) contrast(0.98);
  transition: transform 360ms ease, filter 360ms ease;
}

.cases-page .case-wide-product-shot img {
  border: 1px solid rgba(201, 173, 149, 0.72);
}

.cases-page .case-feature-shot:hover img,
.cases-page .case-wide-product-shot:hover img {
  filter: saturate(0.98) contrast(1);
  transform: scale(1.018);
}

.cases-page #case-ai-website .case-visual-brand {
  padding: 8%;
}

.cases-page #case-service-miniapp .case-result-strip,
.cases-page #case-automation .case-result-strip {
  margin-top: 28px;
}

/* Give each case its own product identity instead of one shared dashboard skin. */
.cases-page #case-wms .case-visual-system {
  background:
    linear-gradient(rgba(70, 111, 145, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(70, 111, 145, 0.14) 1px, transparent 1px),
    #091522;
  background-size: 34px 34px;
}

.cases-page #case-wms .case-feature-shot {
  background: #07121d;
  border-color: #2f4d66;
  box-shadow: 0 26px 62px rgba(4, 15, 25, 0.34);
}

.cases-page #case-service-miniapp .case-wide-product-shot {
  background:
    linear-gradient(135deg, rgba(244, 249, 245, 0.98), rgba(246, 226, 216, 0.8)),
    #edf5ef;
  border-color: #c7d7ca;
  box-shadow: 0 22px 54px rgba(59, 99, 72, 0.1);
}

.cases-page #case-service-miniapp .case-wide-product-shot img {
  border-color: #cbd9ce;
}

.cases-page #case-ai-website .case-visual-brand {
  background:
    linear-gradient(140deg, rgba(245, 249, 255, 0.98), rgba(218, 231, 255, 0.86)),
    #eaf2ff;
  border-color: #c4d4f1;
}

.cases-page #case-ai-website .case-feature-shot {
  background: #f7faff;
  border-color: #b9caea;
  box-shadow: 0 24px 58px rgba(22, 71, 164, 0.14);
}

.cases-page #case-automation .case-wide-product-shot {
  background:
    linear-gradient(135deg, rgba(19, 27, 48, 0.98), rgba(38, 30, 72, 0.94)),
    #121a2e;
  border-color: #384569;
  box-shadow: 0 24px 60px rgba(11, 16, 31, 0.28);
}

.cases-page #case-automation .case-wide-product-shot img {
  border-color: #435179;
}

.cases-page #case-wms .case-feature-shot img,
.cases-page #case-service-miniapp .case-wide-product-shot img,
.cases-page #case-ai-website .case-feature-shot img,
.cases-page #case-automation .case-wide-product-shot img {
  filter: none;
}

.cases-page #case-wms .case-feature-shot:hover img,
.cases-page #case-service-miniapp .case-wide-product-shot:hover img,
.cases-page #case-ai-website .case-feature-shot:hover img,
.cases-page #case-automation .case-wide-product-shot:hover img {
  filter: none;
}

@media (max-width: 900px) {
  .cases-page .case-wide-product-shot {
    width: 100%;
    aspect-ratio: 16 / 9;
    padding: 18px;
  }
}

@media (max-width: 680px) {
  .cases-page .case-feature-shot,
  .cases-page .case-wide-product-shot {
    aspect-ratio: 4 / 3;
    box-shadow: 0 16px 36px rgba(47, 33, 24, 0.09);
  }

  .cases-page .case-wide-product-shot {
    margin-top: 20px;
    padding: 10px;
  }

  .cases-page #case-ai-website .case-visual-brand {
    min-height: auto;
    padding: 20px;
  }

  .cases-page #case-service-miniapp .case-result-strip,
  .cases-page #case-automation .case-result-strip {
    margin-top: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cases-page .case-feature-shot img,
  .cases-page .case-wide-product-shot img {
    transition: none;
  }

  .cases-page .case-feature-shot:hover img,
  .cases-page .case-wide-product-shot:hover img {
    transform: none;
  }
}

/* Company trust center and privacy policy */
.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  justify-content: flex-end;
}

.site-footer nav a {
  font-size: 13px;
}

@media (max-width: 760px) {
  .site-footer,
  .site-footer nav {
    justify-content: flex-start;
  }
}

/* Standalone SEO solution pages */

/* Cases hero layout: keep navigation, actions and metrics in separate flows. */

/* IDEA / tool gallery: visual product covers */

/* 2026 full-site business presentation system */
:root {
  --jx-navy: #182238;
  --jx-navy-deep: #090e1b;
  --jx-blue: #e28b48;
  --jx-sky: #fff0e4;
  --jx-paper: #f6f3ee;
  --jx-ink: #171c28;
  --jx-muted: #697080;
  --jx-line: rgba(9, 14, 27, 0.14);
  --max: 1200px;
}

body:not(.tool-lab-page) {
  color: var(--jx-ink);
  background: var(--jx-paper);
}

body:not(.tool-lab-page) .site-header {
  z-index: 100;
  min-height: 76px;
  color: var(--jx-ink);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--jx-line);
  box-shadow: 0 8px 28px rgba(9, 22, 20, 0.055);
  backdrop-filter: blur(18px);
}


body:not(.tool-lab-page) .nav-parent,
body:not(.tool-lab-page) .nav-chevron {
  color: var(--jx-ink);
}

body:not(.tool-lab-page) .nav-parent:hover,
body:not(.tool-lab-page) .nav-parent:focus-visible,
body:not(.tool-lab-page) .nav-group:hover .nav-parent,
body:not(.tool-lab-page) .nav-group.is-open .nav-parent,
body:not(.tool-lab-page) .nav-group:hover .nav-chevron,
body:not(.tool-lab-page) .nav-group.is-open .nav-chevron {
  color: var(--jx-blue);
}

body:not(.tool-lab-page) .nav-parent::after {
  background: var(--jx-blue);
}

body:not(.tool-lab-page) .nav-menu {
  z-index: 110;
  top: calc(100% + 12px);
  padding: 12px;
  color: var(--jx-ink);
  background: #fff;
  border-color: var(--jx-line);
  border-radius: 3px;
  box-shadow: 0 22px 64px rgba(9, 37, 32, 0.15);
}

body:not(.tool-lab-page) .nav-menu a {
  color: var(--jx-ink);
  background: #f5f9f8;
  border-color: rgba(9, 22, 20, 0.09);
  border-radius: 2px;
}

body:not(.tool-lab-page) .nav-menu a:hover,
body:not(.tool-lab-page) .nav-menu a:focus-visible {
  background: var(--jx-sky);
  border-color: rgba(226, 139, 72, 0.3);
}

body:not(.tool-lab-page) .nav-menu span {
  color: var(--jx-ink);
}

body:not(.tool-lab-page) .nav-menu small {
  color: var(--jx-muted);
}

body:not(.tool-lab-page) .section {
  border-top-color: var(--jx-line);
}

body:not(.tool-lab-page) .tech-section::before {
  opacity: 0.09;
  background:
    linear-gradient(rgba(226, 139, 72, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(226, 139, 72, 0.12) 1px, transparent 1px);
  background-size: 68px 68px;
}

body:not(.tool-lab-page) .section-kicker {
  color: var(--jx-blue);
  letter-spacing: 0.11em;
}

body:not(.tool-lab-page) .section-heading h2 {
  color: var(--jx-ink);
  letter-spacing: -0.025em;
}

body:not(.tool-lab-page) .section-heading p {
  color: var(--jx-muted);
}

body:not(.tool-lab-page) .page-section-dark {
  background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px),
    var(--jx-navy-deep);
  background-size: 68px 68px;
}

body:not(.tool-lab-page) .page-section-dark .section-heading h2,
body:not(.tool-lab-page) .page-section-dark .section-heading p,
body:not(.tool-lab-page) .page-section-dark h2,
body:not(.tool-lab-page) .page-section-dark h3 {
  color: #fff;
}

.enterprise-footer {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(560px, 1.25fr);
  gap: 72px;
  padding: 74px max(40px, calc((100vw - var(--max)) / 2)) 28px;
  color: rgba(255, 255, 255, 0.6);
  background: var(--jx-navy-deep);
  border-top: 0;
}

@media (max-width: 1180px) {
  body:not(.tool-lab-page) .site-header {
    padding-inline: 24px;
  }

  body:not(.tool-lab-page) .brand {
    left: 24px;
    min-width: 160px;
  }

  body:not(.tool-lab-page) .site-nav {
    left: 220px;
    gap: 2px;
  }

  body:not(.tool-lab-page) .nav-parent {
    padding-inline: 7px;
    font-size: 13px;
  }

  .enterprise-footer {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

@media (max-width: 980px) {
  body:not(.tool-lab-page) .site-header {
    padding: 0 18px;
  }

  body:not(.tool-lab-page) .brand {
    left: 18px;
  }

  body:not(.tool-lab-page) .nav-toggle {
    display: block;
    color: var(--jx-ink);
    border-color: var(--jx-line);
  }

  body:not(.tool-lab-page) .site-nav {
    position: fixed;
    top: 76px;
    left: 0;
    display: grid;
    gap: 6px;
    width: 100%;
    max-height: calc(100svh - 76px);
    padding: 16px 18px 24px;
    background: rgba(255,255,255,.99);
    border-bottom: 1px solid var(--jx-line);
    opacity: 0;
    overflow-y: auto;
    pointer-events: none;
    transform: translateY(-120%);
    visibility: hidden;
    transition: transform 200ms ease, opacity 200ms ease, visibility 200ms ease;
  }

  body.nav-open:not(.tool-lab-page) .site-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }

  body:not(.tool-lab-page) .nav-group {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
    border-bottom: 1px solid var(--jx-line);
  }

  body:not(.tool-lab-page) .nav-parent {
    justify-content: space-between;
    width: 100%;
    min-height: 52px;
    padding: 0;
    font-size: 16px;
  }

  body:not(.tool-lab-page) .nav-chevron {
    width: 44px;
    min-height: 52px;
    margin: 0;
    justify-self: end;
  }

  body:not(.tool-lab-page) .nav-menu {
    position: static;
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    width: 100%;
    max-height: 0;
    padding: 0;
    overflow: hidden;
    background: transparent;
    border: 0;
    box-shadow: none;
    opacity: 1;
    pointer-events: none;
    transform: none;
    transition: max-height 220ms ease, padding 220ms ease;
    visibility: visible;
  }

  body:not(.tool-lab-page) .nav-group:hover .nav-menu,
  body:not(.tool-lab-page) .nav-group:focus-within .nav-menu {
    max-height: 0;
    padding: 0;
    pointer-events: none;
  }

  body:not(.tool-lab-page) .nav-group.is-open .nav-menu {
    max-height: 520px;
    padding: 0 0 12px;
    pointer-events: auto;
  }
}

@media (max-width: 720px) {
  body:not(.tool-lab-page) .site-header {
    min-height: 64px;
  }

  body:not(.tool-lab-page) .site-nav {
    top: 64px;
    max-height: calc(100svh - 64px);
  }

  .enterprise-footer {
    gap: 36px;
    padding: 56px 18px 24px;
  }
}

/* Final hero layout guards after the shared business theme overrides */

/* Cases directory refresh: enterprise-blue story wall and capability catalog. */
.cases-page {
  --case-blue: #e28b48;
  --case-blue-deep: #c96f33;
  --case-ink: #171c28;
  --case-muted: #697080;
  --case-line: #d8e4e0;
  --case-paper: #f4f8f6;
  color: var(--case-ink);
  background: var(--case-paper);
}


.cases-page .case-copy > p {
  color: var(--case-blue);
}


.cases-page .section-heading p,
.cases-page .case-detail-card p,
.cases-page .case-ai-copy p,
.cases-page .case-note p,
.cases-page .page-cta p {
  color: var(--case-muted);
}

.cases-page .button.primary {
  color: #fff;
  background: var(--case-blue);
  border-color: var(--case-blue);
}

.cases-page .button.primary:hover,
.cases-page .button.primary:focus-visible {
  background: #c96f33;
  border-color: #c96f33;
}

.cases-page .case-ops-section,
.cases-page .cases {
  color: var(--case-ink);
  background: var(--case-paper);
}

.cases-page .page-section-dark {
  color: var(--case-ink);
  background: #e9f4f1;
}

.cases-page .case-item,
.cases-page .case-detail-card,
.cases-page .case-ai-copy article,
.cases-page .case-note,
.cases-page .product-card {
  color: var(--case-ink);
  background: #fffefb;
  border-color: var(--case-line);
}

.cases-page .case-item dd {
  color: var(--case-muted);
}

.cases-page .case-copy dl > div,
.cases-page .case-visual,
.cases-page .case-ai-layout .case-visual {
  border-color: var(--case-line);
}

/* Homepage light-surface contrast guards. */

/* 2026-08 rich enterprise content system */

/* Homepage philosophy — business thinking before feature execution */

/* Keep the process steps below the hero screenshot instead of covering it. */

/* Homepage spatial scroll — restrained depth, eased layers and section progress. */

@keyframes home-scroll-line {
  0% { transform: translateX(-100%); }
  50%, 100% { transform: translateX(100%); }
}

.home-section-rail {
  position: fixed;
  top: 50%;
  right: 24px;
  z-index: 70;
  display: grid;
  gap: 11px;
  padding-left: 18px;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(14px, -50%, 0);
  transition: opacity 280ms ease, transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.home-rail-visible .home-section-rail {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, -50%, 0);
}

.home-section-rail a {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 7px;
  color: rgba(23, 63, 52, 0.44);
  font-size: 10px;
  line-height: 1;
  align-items: center;
  transition: color 180ms ease;
}

.home-section-rail a b {
  font-size: 9px;
  font-variant-numeric: tabular-nums;
}

.home-section-rail a span {
  overflow: hidden;
  max-width: 0;
  white-space: nowrap;
  opacity: 0;
  transition: max-width 220ms ease, opacity 180ms ease;
}

.home-section-rail:hover a span,
.home-section-rail a:focus-visible span,
.home-section-rail a.is-active span {
  max-width: 52px;
  opacity: 1;
}

.home-section-rail a:hover,
.home-section-rail a:focus-visible,
.home-section-rail a.is-active {
  color: #c96f33;
}

.home-section-rail a.is-active b {
  font-weight: 900;
}

@media (max-width: 1180px) {
  .home-section-rail {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {

  .home-section-rail {
    transition: none;
  }
}

/* Services hero: project workshop image and controlled semantic title lines. */

/* Final services-page guards: override the higher-specificity shared hero rules. */

/* Homepage foundation catalog — calmer hierarchy and one clear card rhythm. */

/* 2026-08 homepage quiet luxury — flat surfaces, warm restraint, editorial rhythm. */
body.home-refresh {
  --lux-ivory: #f4efe7;
  --lux-paper: #fbf8f2;
  --lux-white: #fffdf9;
  --lux-ink: #171c28;
  --lux-green: #1d4639;
  --lux-green-deep: #12271f;
  --lux-brass: #ad8a5e;
  --lux-brass-soft: #d7c5aa;
  --lux-muted: #6b716c;
  --lux-line: rgba(49, 55, 50, 0.15);
  color: var(--lux-ink);
  background: var(--lux-ivory);
}

body:not(.tool-lab-page).home-refresh .site-header {
  background: #fbf8f2;
  border-bottom-color: var(--lux-line);
  box-shadow: none;
  backdrop-filter: none;
}

body:not(.tool-lab-page).home-refresh .brand,
body:not(.tool-lab-page).home-refresh .site-nav a,
body:not(.tool-lab-page).home-refresh .nav-chevron {
  color: var(--lux-ink);
}


body:not(.tool-lab-page).home-refresh .nav-parent:hover,
body:not(.tool-lab-page).home-refresh .nav-parent:focus-visible {
  color: var(--lux-green);
}

body:not(.tool-lab-page).home-refresh .nav-parent::after {
  background: var(--lux-brass);
}


body.home-refresh .page-section-dark .section-kicker {
  color: var(--lux-brass-soft);
}

/* The bilingual homepage shares one layout. Contain decorative motion and let
   longer English headings wrap without changing the image/card composition. */
body.home-refresh {
  overflow-x: clip;
}

body.home-refresh .home-section-rail a:hover,
body.home-refresh .home-section-rail a:focus-visible,
body.home-refresh .home-section-rail a.is-active {
  color: #876840;
}

body.home-refresh .section {
  border-top-color: var(--lux-line);
}

body.home-refresh .section-kicker {
  color: #8f7049;
  letter-spacing: 0.13em;
}

body.home-refresh .section-heading h2 {
  color: var(--lux-ink);
  font-weight: 720;
  letter-spacing: 0;
}

body.home-refresh .section-heading p {
  color: var(--lux-muted);
}


body.home-refresh main > .page-section-dark {
  color: #f8f4eb;
  background: var(--lux-green-deep);
}

body.home-refresh .tech-section::before {
  display: none;
}

body.home-refresh .page-cta {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

body.home-refresh .page-cta h2 {
  color: #f8f4eb;
  font-weight: 720;
  letter-spacing: 0;
}

body.home-refresh .page-cta .button.primary {
  color: #fffdf9;
  background: var(--lux-brass);
  border-color: var(--lux-brass);
  border-radius: 2px;
  box-shadow: none;
}

@media (min-width: 1081px) {

  body.home-refresh .section-heading h2 {
    font-size: 44px;
    line-height: 1.2;
  }
}

@media (max-width: 1080px) {

  body.home-refresh .section-heading h2 {
    font-size: 39px;
    line-height: 1.2;
  }
}

@media (max-width: 680px) {

  body.home-refresh .section-heading h2 {
    font-size: 31px;
    line-height: 1.24;
  }
}

/* 2026-08 midnight brand system — deep enterprise palette with restrained brass. */
body.home-refresh {
  --midnight: #090e1b;
  --midnight-raised: #101827;
  --midnight-card: #172235;
  --midnight-card-soft: #131c2c;
  --midnight-text: #f3f0e9;
  --midnight-muted: #aab2c1;
  --midnight-teal: #d97b3f;
  --midnight-brass: #e28b48;
  --midnight-line: rgba(170, 178, 193, 0.18);
  background: var(--midnight);
  color: var(--midnight-text);
}

body.home-refresh {
  --lux-ivory: var(--midnight);
  --lux-paper: var(--midnight-raised);
  --lux-white: var(--midnight-card);
  --lux-ink: var(--midnight-text);
  --lux-green: var(--midnight-teal);
  --lux-green-deep: var(--midnight);
  --lux-brass: var(--midnight-brass);
  --lux-brass-soft: #f0b27d;
  --lux-muted: var(--midnight-muted);
  --lux-line: var(--midnight-line);
}

body.home-refresh main {
  background: var(--midnight);
}

body:not(.tool-lab-page).home-refresh .site-header {
  color: var(--midnight-text);
  background: rgba(9, 14, 27, 0.96);
  border-bottom-color: var(--midnight-line);
  box-shadow: none;
  backdrop-filter: blur(16px);
}

body:not(.tool-lab-page).home-refresh .brand,
body:not(.tool-lab-page).home-refresh .site-nav a,
body:not(.tool-lab-page).home-refresh .nav-chevron {
  color: var(--midnight-text);
}

body:not(.tool-lab-page).home-refresh .nav-parent::after {
  background: var(--midnight-brass);
}

body.home-refresh .nav-toggle {
  border-color: var(--midnight-line);
  background: var(--midnight-raised);
}

body.home-refresh .nav-toggle span {
  background: var(--midnight-text);
}


body.home-refresh .page-cta .button.primary {
  color: #17110d;
  background: var(--midnight-brass);
  border-color: var(--midnight-brass);
  box-shadow: none;
}


body.home-refresh .page-cta .button.primary:hover {
  background: #f09b58;
  border-color: #f09b58;
}


body.home-refresh .section-kicker {
  color: #f0b27d;
}

body.home-refresh .section-heading h2 {
  color: var(--midnight-text);
}

body.home-refresh .section-heading p {
  color: var(--midnight-muted);
}


body.home-refresh main > .page-section-dark {
  background: #070b15;
}

body.home-refresh .tech-section::before {
  background:
    linear-gradient(rgba(143, 164, 196, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(143, 164, 196, 0.065) 1px, transparent 1px);
  background-size: 68px 68px;
}

/* Flagship plan: keep the conversion page in the same midnight system. */

body.home-refresh .site-footer {
  background: #050811;
  border-top-color: var(--midnight-line);
}

@media (max-width: 1080px) {
  body.home-refresh .site-nav {
    color: var(--midnight-text);
    background: var(--midnight-raised);
    border-color: var(--midnight-line);
  }
}

/* Full-site logo palette: navy foundations, clay-orange actions, warm paper. */
body:not(.tool-lab-page) .button.primary {
  color: #17110d;
  background: #e28b48;
  border-color: #e28b48;
  box-shadow: none;
}

body:not(.tool-lab-page) .button.primary:hover,
body:not(.tool-lab-page) .button.primary:focus-visible {
  color: #17110d;
  background: #f09b58;
  border-color: #f09b58;
}
/* Article authority and thematic navigation */
/* Direct-answer panels for human readers and generative search retrieval */
/* Long-form editorial depth: evidence, constraints and decision tables */

/* 2026-08 homepage image edit — fewer images, one focal hierarchy, consistent crops. */

/* Cases CTA uses a warm light panel inside a dark section. Keep its copy
   anchored to the panel rather than inheriting the section's white heading. */
body.cases-page .page-section-dark .page-cta h2 {
  color: #211811;
}

body.cases-page .page-section-dark .page-cta p {
  color: #5e4d40;
}

/* Flagship maintenance: lead with reassurance and keep scope control secondary. */

/* Homepage art direction: quiet premium split hero */
.home-refresh {
  --home-ink: #f5f0e8;
  --home-paper: #f5f0e8;
  --home-brass: #c18d5f;
  background: #f5f0e8;
}

.home-refresh .site-header {
  color: #f5f0e8;
  background: rgba(14, 20, 29, .94);
  border-bottom-color: rgba(245, 240, 232, .14);
}

.home-refresh .brand,
.home-refresh .site-nav a,
.home-refresh .nav-chevron {
  color: rgba(245, 240, 232, .9);
}

/* Homepage final visual lock: keep the premium split hero above legacy theme layers */
