/* Generated from styles.css for the business 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 */

.solution-iot {
  background:
    radial-gradient(circle at 85% 22%, rgba(39, 105, 255, 0.18), transparent 28%),
    linear-gradient(135deg, #0b100e, #101b18 56%, #0d1110);
}

/* English site and bilingual navigation */

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

.english-page .seo-solution-hero-copy h1 {
  max-width: 760px;
  font-size: clamp(46px, 4.25vw, 70px);
  line-height: 1.04;
  letter-spacing: -.045em;
}

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

.english-page .seo-problem-grid h3,
.english-page .solution-business-grid h3 {
  line-height: 1.22;
  letter-spacing: -.02em;
}

.english-page .solution-business-grid article > figure {
  margin: -1px -1px 24px;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #dfe8e5;
}

.english-page .solution-business-grid article > figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.english-page .solution-business-grid article > em {
  display: block;
  margin-top: 20px;
  color: var(--jx-muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 750;
}

@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;
  }
}

@media (max-width: 680px) {
  .english-page .seo-solution-hero-copy h1 {
    font-size: clamp(35px, 10.4vw, 48px);
    line-height: 1.03;
  }
}

/* Complete-site expansion: business directories, Demo cases and industry pages. */
.solution-business-directory,
.demo-case-section,
.industry-directory-section,
.industry-start-section {
  color: var(--jx-ink, #171c28);
  background: #fffefb;
}

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

.solution-business-grid,
.industry-directory-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));
}

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

.solution-business-grid article {
  display: flex;
  min-height: 330px;
  padding: 32px;
  flex-direction: column;
  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));
}

.solution-business-grid article > span,
.industry-directory-grid article > span {
  color: #b5d8d1;
  font-size: 29px;
  font-weight: 900;
}

.solution-business-grid h3 {
  margin: 46px 0 12px;
  color: var(--jx-ink, #171c28);
  font-size: 23px;
  line-height: 1.34;
}

.solution-business-grid p,
.industry-directory-grid p,
.industry-directory-grid li {
  color: var(--jx-muted, #697080);
  font-size: 14px;
  line-height: 1.72;
}

.solution-business-grid small {
  margin-top: auto;
  padding-top: 22px;
  color: #c96f33;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.6;
  border-top: 1px solid #e1ebe8;
}

.demo-case-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  min-height: 600px;
  background: #fff;
  border: 1px solid var(--jx-line, rgba(9, 22, 20, 0.14));
}

.demo-case-feature figure {
  position: relative;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  background: #dfe9e6;
}

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

.demo-case-feature figcaption,
.seo-solution-visual figcaption,
.industry-demo-grid 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;
}

.seo-solution-visual {
  position: relative;
}

.demo-case-feature > div {
  padding: 46px;
}

.demo-badge {
  display: inline-block;
  padding: 7px 10px;
  color: #c96f33;
  background: #e7f7f3;
  border: 1px solid #b4ded5;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.demo-case-feature h3 {
  margin: 34px 0 24px;
  color: var(--jx-ink, #171c28);
  font-size: clamp(27px, 2.5vw, 39px);
  line-height: 1.22;
}

.demo-case-feature dl {
  margin: 0;
}

.demo-case-feature dl > div {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 16px;
  padding: 17px 0;
  border-top: 1px solid #e1ebe8;
}

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

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

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

.industry-directory-grid article {
  display: flex;
  min-height: 460px;
  padding: 30px;
  flex-direction: column;
  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));
}

.industry-directory-grid small {
  margin-top: 36px;
  color: #c96f33;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.industry-directory-grid h3 {
  margin: 8px 0 15px;
  font-size: 23px;
}

.industry-directory-grid ul {
  display: grid;
  gap: 3px;
  margin: 18px 0;
  padding: 16px 0 0;
  list-style: none;
  border-top: 1px solid #e1ebe8;
}

.industry-directory-grid li::before {
  margin-right: 8px;
  color: #d97b3f;
  content: "+";
}

.industry-directory-grid a {
  margin-top: auto;
  padding-top: 20px;
  color: #c96f33;
  font-size: 13px;
  font-weight: 850;
}

.industry-demo-gallery,
.industry-system-section {
  color: #f7fbfa;
  background:
    radial-gradient(circle at 88% 12%, rgba(226, 139, 72, 0.2), transparent 28%),
    linear-gradient(140deg, #090e1b, #141c2c 64%, #0d1424);
}

.industry-demo-gallery .section-heading h2,
.industry-demo-gallery .section-heading p,
.industry-system-section .section-heading h2,
.industry-system-section .section-heading p {
  color: #f7fbfa;
}

.industry-demo-gallery .section-heading p,
.industry-system-section .section-heading p {
  color: rgba(235, 250, 246, 0.68);
}

.industry-demo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  border-left: 1px solid rgba(255, 255, 255, 0.17);
}

.industry-demo-grid article {
  background: rgba(255, 255, 255, 0.035);
  border-right: 1px solid rgba(255, 255, 255, 0.17);
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.industry-demo-grid figure {
  position: relative;
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.industry-demo-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.industry-demo-grid article > div {
  padding: 30px;
}

.industry-demo-grid article > div > span {
  color: #f2b984;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.11em;
}

.industry-demo-grid h3 {
  margin: 18px 0 12px;
  color: #fff;
  font-size: 24px;
  line-height: 1.34;
}

.industry-demo-grid p,
.industry-demo-grid li {
  color: rgba(235, 250, 246, 0.68);
  font-size: 13px;
  line-height: 1.7;
}

.industry-demo-grid ul {
  display: grid;
  gap: 5px;
  margin: 20px 0 0;
  padding: 18px 0 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.industry-demo-grid li::before {
  margin-right: 8px;
  color: #f2b984;
  content: "·";
}

.industry-stack {
  border-color: rgba(255, 255, 255, 0.17);
}

@media (max-width: 1180px) {
  .industry-directory-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .solution-business-grid,
  .industry-demo-grid {
    grid-template-columns: 1fr;
  }

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

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

@media (max-width: 680px) {
  .industry-directory-grid {
    grid-template-columns: 1fr;
  }

  .solution-business-grid article,
  .industry-directory-grid article {
    min-height: 0;
    padding: 25px 22px;
  }

  .solution-business-grid h3 {
    margin-top: 28px;
  }

  .demo-case-feature > div,
  .industry-demo-grid article > div {
    padding: 26px 22px;
  }

  .demo-case-feature dl > div {
    grid-template-columns: 66px 1fr;
    gap: 10px;
  }
}

* {
  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;
}

[data-parallax] {
  --parallax-y: 0px;
  --parallax-progress: 0;
}

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

button,
input,
textarea {
  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);
}

.hero {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  min-height: 92svh;
  padding: 112px max(40px, calc((100vw - var(--max)) / 2)) 56px;
  color: #fff;
  background:
    radial-gradient(circle at 78% 20%, rgba(40, 104, 255, 0.24), transparent 28%),
    radial-gradient(circle at 20% 84%, rgba(226, 139, 72, 0.22), transparent 24%),
    linear-gradient(135deg, #080a09 0%, #101411 52%, #191b14 100%);
  overflow: hidden;
}

.flow-canvas,
.hero-grid {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  transform: translate3d(0, var(--parallax-y), 0);
  will-change: transform;
}

.hero-grid {
  z-index: -1;
  opacity: 0.4;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.72) 48%, transparent 100%);
}

.hero-depth {
  position: absolute;
  inset: -12%;
  z-index: -1;
  pointer-events: none;
  transform: translate3d(0, var(--parallax-y), 0);
  will-change: transform;
}

.hero-depth-backplane {
  opacity: 0.48;
  background:
    linear-gradient(115deg, transparent 0 34%, rgba(226, 139, 72, 0.16) 34.2% 34.6%, transparent 34.8% 100%),
    linear-gradient(115deg, transparent 0 61%, rgba(40, 104, 255, 0.14) 61.2% 61.5%, transparent 61.7% 100%);
  background-size: 520px 520px, 680px 680px;
}

.hero-depth-circuit {
  inset: 8% 3% 6% 48%;
  opacity: 0.58;
  background:
    linear-gradient(90deg, rgba(226, 139, 72, 0.28) 1px, transparent 1px),
    linear-gradient(rgba(40, 104, 255, 0.22) 1px, transparent 1px),
    linear-gradient(135deg, transparent 0 46%, rgba(243, 170, 44, 0.18) 46.1% 46.5%, transparent 46.7%);
  background-size: 34px 34px, 34px 34px, 220px 220px;
  clip-path: polygon(18% 0, 100% 12%, 86% 100%, 0 86%);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 24%, #000 78%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 24%, #000 78%, transparent);
}

.hero-depth-scan {
  inset: -32% 6% auto auto;
  width: min(46vw, 640px);
  height: 130%;
  opacity: 0.32;
  background:
    linear-gradient(90deg, transparent, rgba(226, 139, 72, 0.22) 48%, transparent 70%),
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0 1px, transparent 1px 14px);
  transform: translate3d(0, var(--parallax-y), 0) skewX(-16deg);
  animation: scanPulse 7s ease-in-out infinite;
}

.hero-content {
  position: relative;
  width: 100%;
  max-width: min(720px, calc(100% - 430px));
}

.page-hero {
  min-height: 78svh;
}

.page-hero .hero-content {
  max-width: min(820px, calc(100% - 500px));
}

.page-hero .hero-copy {
  max-width: 760px;
}

.page-hero-panel {
  position: absolute;
  right: max(40px, calc((100vw - var(--max)) / 2));
  bottom: 64px;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(92px, 1fr));
  gap: 10px;
  width: min(400px, 32vw);
  padding: 12px;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(12, 18, 15, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  backdrop-filter: blur(18px);
  transform: translate3d(0, var(--parallax-y), 0);
  will-change: transform;
}

.page-hero-panel span {
  display: grid;
  gap: 4px;
  padding: 12px;
  min-height: 78px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  font-size: 11px;
  font-weight: 800;
}

.page-hero-panel b {
  color: var(--cyan);
  font-size: 25px;
  line-height: 1;
}

.hero-content::before {
  position: absolute;
  top: -42px;
  left: -26px;
  width: 118px;
  height: 118px;
  content: "";
  border: 1px solid rgba(226, 139, 72, 0.24);
  transform: rotate(18deg);
  pointer-events: none;
}

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

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: 68px;
  line-height: 1.02;
  font-weight: 850;
  letter-spacing: 0;
}

.hero h1 span {
  display: block;
}

.hero-copy {
  max-width: 650px;
  margin: 34px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 20px;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 680px;
  margin-top: 26px;
}

.hero-tags span {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 850;
  background:
    linear-gradient(90deg, rgba(226, 139, 72, 0.12), transparent 62%),
    rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0;
}

.hero-tags span::before {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 18px;
  height: 2px;
  content: "";
  background: var(--cyan);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.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;
}

.button.ghost {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
}

.button.ghost:hover,
.button.ghost:focus-visible {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.34);
}

.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;
}

.method.tech-section::before,
.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 */


.deliverable-grid {
  display: grid;
  gap: 14px;
}

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

/* 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;
}

.service-board {
  position: relative;
}

.service-lines {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.service-lines path {
  fill: none;
  stroke: rgba(226, 139, 72, 0.52);
  stroke-width: 1.5;
  stroke-dasharray: 8 9;
  opacity: 0;
  transition: opacity 180ms ease;
}

.service-board.is-linked .service-lines path {
  opacity: 1;
}

.service-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--line-strong);
  border-left: 1px solid var(--line);
}

.service-item {
  position: relative;
  min-height: 312px;
  padding: 24px 20px 22px;
  background: rgba(255, 255, 255, 0.36);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.service-item::after {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 8px;
  height: 8px;
  content: "";
  background: var(--cyan);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(226, 139, 72, 0.08);
  opacity: 0.42;
  transition: opacity 180ms ease, transform 180ms ease;
}

.service-item:hover,
.service-item:focus-within,
.service-item.is-hovered {
  z-index: 3;
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(226, 139, 72, 0.34);
  box-shadow: 0 22px 54px rgba(16, 18, 17, 0.12);
  transform: translateY(-8px);
}

.service-item:hover::after,
.service-item:focus-within::after,
.service-item.is-hovered::after {
  opacity: 1;
  transform: scale(1.4);
}

.service-item span,
.method-list span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 850;
}

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

.service-item p,
.method-list p,
.trust-list p {
  color: var(--muted);
  font-size: 16px;
}

.service-item p {
  margin: 18px 0 0;
}

.service-item em {
  display: block;
  margin-top: 26px;
  color: var(--ink-soft);
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}

.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-visual {
  --product-preview-gutter: 28px;
  display: flex;
  min-height: 520px;
  padding-bottom: 0;
  flex-direction: column;
}

.product-card-visual::after {
  display: none;
}

.product-card-preview {
  position: relative;
  min-height: 228px;
  margin: auto calc(var(--product-preview-gutter) * -1) 0;
  overflow: hidden;
  background: #eef1ee;
  border-top: 1px solid rgba(16, 18, 17, 0.12);
}

.product-card-preview::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 64%, rgba(10, 17, 15, 0.58));
  pointer-events: none;
}

.product-card-preview img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: top center;
  transition: transform 260ms ease;
}

.product-card-visual:hover .product-card-preview img {
  transform: scale(1.015);
}

.product-card-preview figcaption {
  position: absolute;
  right: 14px;
  bottom: 12px;
  left: 14px;
  z-index: 1;
  color: rgba(255, 255, 255, 0.92);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.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;
}

.product-card .button.ghost {
  color: var(--ink);
  background: rgba(16, 18, 17, 0.04);
  border-color: rgba(16, 18, 17, 0.14);
}

.product-card .button.ghost:hover,
.product-card .button.ghost:focus-visible {
  color: var(--dark);
  background: var(--cyan);
  border-color: var(--cyan);
}

.method {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(226, 139, 72, 0.12), transparent 42%),
    var(--dark);
}

.method.tech-section {
  overflow: visible;
}

.method .section-heading {
  position: sticky;
  top: calc(var(--header-height) + 28px);
  z-index: 1;
}

.method .section-heading p,
.method-list p {
  color: rgba(255, 255, 255, 0.68);
}

.method-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 1px;
  list-style: none;
  background: rgba(255, 255, 255, 0.12);
}

.method-list li {
  position: relative;
  min-height: 260px;
  padding: 28px;
  background: var(--dark-soft);
  transition: background 220ms ease, transform 220ms ease;
}

.method-list li::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  content: "";
  background: var(--cyan);
  opacity: 0;
  transition: opacity 220ms ease;
}

.method-list li.is-active {
  background:
    linear-gradient(180deg, rgba(226, 139, 72, 0.14), transparent 78%),
    #1b2320;
  transform: translateY(-6px);
}

.method-list li.is-active::before {
  opacity: 1;
}

.method-list h3 {
  color: #fff;
}

.method-list p {
  margin: 18px 0 0;
}

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

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

.trust-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.76fr);
  gap: 74px;
  align-items: start;
}

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

.trust-list {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.trust-list p {
  margin: 0;
  padding: 24px 0;
  color: rgba(255, 255, 255, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

/* 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) {
  .hero {
    display: block;
  }

  .hero-content {
    max-width: 100%;
  }

  .hero h1 {
    font-size: 62px;
  }

  .page-hero-panel {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 42px;
  }

  .hero-depth-circuit {
    inset: 10% -12% 8% 34%;
  }

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

  .service-grid,
  .method-list,
  .product-suite,
  .deliverable-grid {
    grid-template-columns: repeat(2, minmax(0, 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;
  }

  .hero {
    align-items: center;
    min-height: 86svh;
    padding: 104px 18px 48px;
  }

  .page-hero {
    min-height: auto;
  }

  .page-hero-panel {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .hero-depth-backplane,
  .hero-depth-circuit {
    opacity: 0.28;
  }

  .hero-depth-scan {
    display: none;
  }

  .hero h1 {
    font-size: 42px;
    line-height: 1.08;
  }

  .hero-copy {
    font-size: 17px;
  }

  .hero-tags {
    gap: 8px;
    margin-top: 22px;
  }

  .hero-tags span {
    flex: 1 1 calc(50% - 8px);
    justify-content: center;
    min-height: 36px;
    padding: 0 10px;
    text-align: center;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .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;
  }

  .service-grid,
  .method-list,
  .product-suite,
  .deliverable-grid {
    grid-template-columns: 1fr;
  }

  .service-lines {
    display: none;
  }

  .service-grid {
    border-left: 0;
  }

  .service-item {
    min-height: 236px;
    border-left: 1px solid var(--line);
  }

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

  .product-card-visual {
    --product-preview-gutter: 22px;
    padding-bottom: 0;
  }

  .product-card-preview,
  .product-card-preview img {
    min-height: 230px;
  }

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

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

  .method-list li {
    min-height: 210px;
  }

  .method .section-heading {
    position: static;
  }

  .trust-layout {
    gap: 34px;
  }

  .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;
  }

  .flow-canvas,
  .hero-grid,
  .hero-depth,
  .tech-section::before {
    transform: none !important;
  }
}

/* 90-day business system launch product */
.launch-plan-page {
  --launch-ink: #141c2c;
  --launch-forest: #0b3028;
  --launch-forest-soft: #17463c;
  --launch-ivory: #f7f3ea;
  --launch-paper: #fffdf8;
  --launch-brass: #ae8a52;
  --launch-line: rgba(13, 38, 32, 0.16);
  background: var(--launch-paper);
  color: var(--launch-ink);
}

.launch-plan-bridge {
  margin: 0;
  padding: 58px clamp(28px, 8vw, 156px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: clamp(32px, 6vw, 82px);
  align-items: center;
  background: #eee7da;
  border-bottom: 1px solid rgba(13, 38, 32, 0.18);
  color: #141c2c;
}

.launch-plan-bridge p { margin: 0 0 12px; color: #c96f33; font-size: 11px; font-weight: 700; letter-spacing: .14em; }
.launch-plan-bridge h2 { max-width: 800px; margin: 0 0 12px; font-size: clamp(28px, 3vw, 42px); line-height: 1.22; letter-spacing: 0; }
.launch-plan-bridge > div > span { color: #61716b; line-height: 1.7; }
.launch-plan-bridge dl { margin: 0; display: grid; grid-template-columns: 1fr 1fr; border: 1px solid rgba(13, 38, 32, .18); }
.launch-plan-bridge dl div { min-width: 132px; padding: 20px; }
.launch-plan-bridge dl div + div { border-left: 1px solid rgba(13, 38, 32, .18); }
.launch-plan-bridge dt { color: #997344; font: 500 28px/1 Georgia, serif; }
.launch-plan-bridge dd { margin: 9px 0 0; color: #61716b; font-size: 12px; }
.launch-plan-bridge .button.primary { white-space: nowrap; background: #0d3028; border-color: #0d3028; color: #fffdf8; }

@media (max-width: 1040px) {
  .launch-plan-bridge { grid-template-columns: 1fr auto; }
  .launch-plan-bridge dl { grid-row: 2; }
}

@media (max-width: 680px) {
  .launch-plan-bridge { grid-template-columns: 1fr; padding: 48px 24px; }
  .launch-plan-bridge dl { grid-row: auto; width: 100%; }
  .launch-plan-bridge .button { width: 100%; }
}

.launch-hero {
  min-height: 780px;
  padding: 132px clamp(28px, 8vw, 156px) 76px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.78fr);
  gap: clamp(52px, 8vw, 136px);
  align-items: center;
  background:
    linear-gradient(90deg, rgba(13, 38, 32, 0.055) 1px, transparent 1px) 0 0 / 72px 72px,
    linear-gradient(rgba(13, 38, 32, 0.055) 1px, transparent 1px) 0 0 / 72px 72px,
    var(--launch-ivory);
  border-bottom: 1px solid var(--launch-line);
  position: relative;
  overflow: hidden;
}

.launch-hero::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: -180px;
  top: 100px;
  border: 1px solid rgba(174, 138, 82, 0.35);
  transform: rotate(45deg);
  pointer-events: none;
}

.launch-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 780px;
}

.launch-hero-copy .eyebrow,
.launch-plan-page .section-kicker {
  color: #c96f33;
  letter-spacing: 0.14em;
}

.launch-hero h1 {
  margin: 22px 0 28px;
  max-width: 760px;
  font-size: clamp(48px, 5.05vw, 82px);
  line-height: 1.08;
  letter-spacing: 0;
  color: var(--launch-ink);
  text-wrap: pretty;
}

.launch-title-lead,
.launch-title-line {
  display: block;
  white-space: nowrap;
}

.launch-hero-lead {
  max-width: 680px;
  margin: 0;
  color: #536761;
  font-size: 18px;
  line-height: 1.9;
}

.launch-hero .hero-actions {
  margin-top: 34px;
}

.launch-hero .button.primary,
.launch-assessment .button.primary {
  background: var(--launch-forest);
  border-color: var(--launch-forest);
  color: #fffdf7;
}

.launch-hero .button.ghost {
  color: var(--launch-ink);
  border-color: rgba(13, 38, 32, 0.4);
  background: rgba(255, 253, 248, 0.55);
}

.launch-hero-note {
  margin: 24px 0 0;
  padding-left: 18px;
  border-left: 2px solid var(--launch-brass);
  color: #6c5b43;
  font-size: 14px;
  letter-spacing: 0.04em;
}

.launch-price-panel {
  position: relative;
  z-index: 1;
  padding: 34px;
  background: var(--launch-forest);
  color: #f5f0e7;
  box-shadow: 28px 32px 0 rgba(13, 38, 32, 0.08);
}

.launch-price {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.launch-price > span {
  grid-column: 1 / -1;
  margin-bottom: 10px;
  color: #b8c8c3;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.launch-price strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 4.3vw, 72px);
  line-height: 1;
  font-weight: 500;
  color: #fffdf8;
}

.launch-price strong small {
  margin-right: 6px;
  color: #d7bd91;
  font-size: 0.42em;
}

.launch-price em {
  padding-bottom: 7px;
  color: #b8c8c3;
  font-style: normal;
  font-size: 13px;
}

.launch-time-axis {
  display: grid;
  grid-template-columns: 1fr 64px 1fr;
  align-items: center;
  gap: 16px;
  padding: 28px 0;
}

.launch-time-axis div {
  display: grid;
  gap: 4px;
}

.launch-time-axis b {
  color: #d7bd91;
  font-size: 12px;
  letter-spacing: 0.14em;
}

.launch-time-axis strong {
  font-size: 23px;
  color: #fffdf8;
}

.launch-time-axis span {
  color: #aebfba;
  font-size: 13px;
}

.launch-time-axis i {
  height: 1px;
  background: #b68f55;
  position: relative;
}

.launch-time-axis i::after {
  content: "";
  position: absolute;
  right: 0;
  top: -3px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #b68f55;
  border-right: 1px solid #b68f55;
  transform: rotate(45deg);
}

.launch-interface-preview {
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #e8e5dc;
}

.launch-interface-preview img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top center;
  opacity: 0.94;
}

.launch-interface-preview figcaption {
  padding: 10px 12px;
  background: #102a24;
  color: #9eb2ac;
  font-size: 11px;
}

.launch-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 0 clamp(28px, 8vw, 156px);
  border-bottom: 1px solid var(--launch-line);
  background: #fffdf8;
}

.launch-proof > div {
  min-height: 136px;
  padding: 26px 28px;
  display: grid;
  align-content: center;
  gap: 5px;
  border-left: 1px solid var(--launch-line);
}

.launch-proof > div:last-child { border-right: 1px solid var(--launch-line); }
.launch-proof span { color: #9a7847; font-size: 11px; letter-spacing: 0.14em; }
.launch-proof strong { font-size: 17px; }
.launch-proof small { color: #71817c; font-size: 13px; }

.launch-plan-page .section {
  padding-top: 112px;
  padding-bottom: 112px;
}

.launch-plan-page .section-heading {
  max-width: 1060px;
  margin-bottom: 54px;
}

.launch-plan-page .section-heading h2 {
  max-width: 900px;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.18;
  letter-spacing: 0;
  text-wrap: pretty;
}

.launch-plan-page .section-heading p {
  max-width: 760px;
  color: #65756f;
  line-height: 1.85;
}

.launch-fit { background: #fffdf8; }
.launch-fit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--launch-line);
  border-bottom: 1px solid var(--launch-line);
}

.launch-fit-grid article {
  min-height: 300px;
  padding: 34px 28px;
  border-right: 1px solid var(--launch-line);
}

.launch-fit-grid article:last-child { border-right: 0; }
.launch-fit-grid span { color: #c96f33; font-size: 11px; letter-spacing: 0.15em; }
.launch-fit-grid h3 { margin: 70px 0 16px; font-size: 24px; line-height: 1.35; }
.launch-fit-grid p { margin: 0; color: #65756f; line-height: 1.75; }
.launch-fit-grid .is-caution { background: #f1ebdf; }
.launch-fit-grid .is-caution span { color: #967245; }

.launch-scope { background: #f2eee5; }
.scope-number-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-bottom: 42px;
  border: 1px solid var(--launch-line);
  background: #faf7f0;
}

.scope-number-grid article {
  min-height: 148px;
  padding: 25px 20px;
  display: grid;
  align-content: center;
  gap: 10px;
  border-right: 1px solid var(--launch-line);
}

.scope-number-grid article:last-child { border-right: 0; }
.scope-number-grid b { color: #997344; font: 500 38px/1 Georgia, serif; }
.scope-number-grid span { color: #4f625b; font-size: 13px; line-height: 1.45; }

.scope-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--launch-line);
}

.scope-columns article { padding: clamp(34px, 5vw, 62px); }
.scope-columns article + article { border-left: 1px solid var(--launch-line); }
.scope-columns article > p { color: #c96f33; font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; }
.scope-columns h3 { max-width: 480px; margin: 16px 0 30px; font-size: 30px; line-height: 1.25; }
.scope-columns ul { margin: 0; padding: 0; list-style: none; }
.scope-columns li { padding: 13px 0 13px 24px; border-top: 1px solid rgba(13, 38, 32, 0.12); color: #53655f; position: relative; }
.scope-columns li::before { content: "+"; position: absolute; left: 0; color: #c96f33; }
.scope-excluded { background: var(--launch-forest); color: #fffdf8; }
.scope-excluded h3 { color: #fffdf8; }
.scope-excluded li { color: #bdcbc7; border-color: rgba(255, 255, 255, 0.14); }
.scope-excluded li::before, .scope-excluded > p { color: #d4b77f !important; }

.launch-timeline { background: #0b2721; }
.launch-timeline .section-heading p { color: #a9bbb5; }
.launch-stage-list {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.launch-stage-list li {
  min-height: 330px;
  padding: 30px 24px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.launch-stage-list li:last-child { border-right: 0; }
.launch-stage-list b { color: #d5b879; font-size: 13px; letter-spacing: 0.14em; }
.launch-stage-list span { margin-top: 48px; color: #92aaa3; font-size: 12px; }
.launch-stage-list h3 { margin: 12px 0; color: #fffdf8; font-size: 24px; }
.launch-stage-list p { color: #b4c3bf; line-height: 1.7; }
.launch-stage-list small { margin-top: auto; color: #d6c5a2; line-height: 1.5; }

.launch-maintenance { background: #fffdf8; }
.maintenance-layout { display: grid; grid-template-columns: 1.5fr 0.8fr; gap: 24px; }
.maintenance-layout article { min-height: 430px; padding: clamp(34px, 5vw, 62px); border: 1px solid var(--launch-line); }
.maintenance-layout article > span { color: #9a7847; font-size: 12px; letter-spacing: 0.15em; }
.maintenance-layout h3 { max-width: 640px; margin: 26px 0 34px; font-size: 34px; line-height: 1.24; }
.maintenance-main { background: var(--launch-ivory); }
.maintenance-main ul { margin: 0; padding: 0; list-style: none; }
.maintenance-main li { padding: 18px 0; display: grid; grid-template-columns: 130px 1fr; gap: 22px; border-top: 1px solid var(--launch-line); color: #63736e; line-height: 1.65; }
.maintenance-main li b { color: var(--launch-ink); }
.maintenance-boundary { background: #183f35; color: #eef1eb; }
.maintenance-boundary h3 { color: #fffdf8; }
.maintenance-boundary p { color: #b7c7c1; line-height: 1.8; }
.maintenance-boundary a { display: inline-block; margin-top: 42px; color: #e0c48d; border-bottom: 1px solid rgba(224, 196, 141, 0.48); }

.launch-deliverables { background: #f2eee5; }
.deliverable-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid var(--launch-line); }
.deliverable-grid article { min-height: 260px; padding: 30px; border-right: 1px solid var(--launch-line); background: #faf7f0; }
.deliverable-grid article:last-child { border-right: 0; }
.deliverable-grid span { color: #9a7847; font-size: 12px; }
.deliverable-grid h3 { margin: 72px 0 16px; font-size: 23px; }
.deliverable-grid p { color: #62736d; line-height: 1.7; }

.launch-faq { background: #fffdf8; }
.launch-faq .faq-list { max-width: 1050px; }

.launch-assessment {
  display: grid;
  grid-template-columns: minmax(300px, 0.65fr) minmax(540px, 1fr);
  gap: clamp(50px, 8vw, 120px);
  align-items: start;
  background: #0b2721;
}

.assessment-heading { position: sticky; top: 118px; }
.assessment-heading h2 { margin: 22px 0; color: #fffdf8; font-size: clamp(36px, 4vw, 56px); line-height: 1.18; }
.assessment-heading > p:last-child { color: #aebfba; line-height: 1.8; }
.launch-assessment-form { padding: clamp(28px, 4vw, 48px); background: #f6f1e8; color: var(--launch-ink); }
.launch-assessment-form .form-grid { gap: 22px 18px; }
.launch-assessment-form input,
.launch-assessment-form textarea { background: #fffdf8; border-color: rgba(13, 38, 32, 0.24); color: var(--launch-ink); }
.launch-assessment-form textarea { resize: vertical; }

.english-page.launch-plan-page .launch-hero h1 { font-size: clamp(46px, 4.5vw, 74px); }
.english-page.launch-plan-page .launch-hero-lead { max-width: 720px; }

@media (max-width: 1180px) {
  .launch-hero { grid-template-columns: 1fr 420px; gap: 50px; padding-left: 48px; padding-right: 48px; }
  .launch-proof { padding-left: 48px; padding-right: 48px; }
  .scope-number-grid { grid-template-columns: repeat(3, 1fr); }
  .scope-number-grid article:nth-child(3) { border-right: 0; }
  .scope-number-grid article:nth-child(-n+3) { border-bottom: 1px solid var(--launch-line); }
  .launch-fit-grid { grid-template-columns: 1fr 1fr; }
  .launch-fit-grid article:nth-child(2) { border-right: 0; }
  .launch-fit-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--launch-line); }
  .launch-stage-list { grid-template-columns: 1fr 1fr; }
  .launch-stage-list li { min-height: 280px; border-bottom: 1px solid rgba(255,255,255,.16); }
  .launch-stage-list li:nth-child(2n) { border-right: 0; }
  .launch-stage-list li:last-child { grid-column: 1 / -1; min-height: 230px; }
}

@media (max-width: 860px) {
  .launch-hero { min-height: 0; grid-template-columns: 1fr; padding: 112px 24px 56px; }
  .launch-hero h1 { max-width: 680px; }
  .launch-price-panel { max-width: 640px; box-shadow: 14px 16px 0 rgba(13, 38, 32, 0.08); }
  .launch-proof { grid-template-columns: 1fr 1fr; padding: 0 24px; }
  .launch-proof > div:nth-child(2) { border-right: 1px solid var(--launch-line); }
  .launch-proof > div:nth-child(-n+2) { border-bottom: 1px solid var(--launch-line); }
  .scope-columns, .maintenance-layout, .launch-assessment { grid-template-columns: 1fr; }
  .scope-columns article + article { border-left: 0; border-top: 1px solid var(--launch-line); }
  .deliverable-grid { grid-template-columns: 1fr 1fr; }
  .deliverable-grid article:nth-child(2) { border-right: 0; }
  .deliverable-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--launch-line); }
  .assessment-heading { position: static; }
}

@media (max-width: 600px) {
  .launch-hero { padding-top: 98px; gap: 38px; }
  .launch-hero h1, .english-page.launch-plan-page .launch-hero h1 { font-size: 40px; line-height: 1.13; }
  .launch-title-lead { font-size: .9em; }
  .launch-hero-lead { font-size: 16px; line-height: 1.78; }
  .launch-hero .hero-actions { display: grid; }
  .launch-price-panel { padding: 24px; }
  .launch-price { grid-template-columns: 1fr; }
  .launch-price strong { font-size: 48px; }
  .launch-price em { margin-top: 8px; }
  .launch-time-axis { grid-template-columns: 1fr; gap: 14px; }
  .launch-time-axis i { width: 1px; height: 24px; margin-left: 3px; }
  .launch-time-axis i::after { display: none; }
  .launch-proof { grid-template-columns: 1fr; padding: 0 20px; }
  .launch-proof > div { min-height: 112px; border-right: 1px solid var(--launch-line); border-bottom: 1px solid var(--launch-line); }
  .launch-proof > div:last-child { border-bottom: 0; }
  .launch-plan-page .section { padding-top: 76px; padding-bottom: 76px; }
  .launch-plan-page .section-heading h2 { font-size: 34px; line-height: 1.22; }
  .launch-fit-grid, .scope-number-grid, .launch-stage-list, .deliverable-grid { grid-template-columns: 1fr; }
  .launch-fit-grid article, .scope-number-grid article, .deliverable-grid article { border-right: 0; border-bottom: 1px solid var(--launch-line); }
  .launch-fit-grid article:last-child, .scope-number-grid article:last-child, .deliverable-grid article:last-child { border-bottom: 0; }
  .launch-fit-grid article { min-height: 230px; }
  .launch-fit-grid h3, .deliverable-grid h3 { margin-top: 48px; }
  .launch-stage-list li, .launch-stage-list li:last-child { grid-column: auto; min-height: 260px; border-right: 0; }
  .maintenance-layout article { min-height: 0; }
  .maintenance-main li { grid-template-columns: 1fr; gap: 7px; }
  .launch-assessment-form { padding: 24px 18px; }
}

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

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

/* Sales conversion system */

.pricing-table {
  max-width: var(--max);
  margin: 48px auto 0;
  overflow-x: auto;
  background: var(--paper-strong);
  border: 1px solid var(--line);
}

.pricing-row {
  display: grid;
  grid-template-columns: 1.25fr 1.45fr 1fr 1fr .7fr;
  align-items: center;
  min-width: 880px;
  min-height: 76px;
  border-bottom: 1px solid var(--line);
}

.pricing-row:last-child {
  border-bottom: 0;
}

.pricing-row > * {
  padding: 18px 20px;
}

.pricing-row b {
  color: #c96f33;
}

.pricing-row a {
  color: #c96f33;
  font-weight: 700;
}

.pricing-head {
  min-height: 52px;
  color: var(--muted);
  background: #edf1eb;
  font-size: 12px;
}

.pricing-note {
  max-width: var(--max);
  margin: 16px auto 0;
  color: var(--muted);
  font-size: 13px;
}

.lead-form {
  width: 100%;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 20px;
  row-gap: 14px;
  margin-top: 28px;
  align-items: start;
}

.form-grid label {
  position: relative;
  display: grid;
  grid-template-rows: 18px 48px 34px;
  gap: 6px;
  align-items: start;
  min-width: 0;
}

.form-grid label > span {
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 650;
}

.form-field-wide {
  grid-column: 1 / -1;
}

.form-grid label.form-field-wide {
  grid-template-rows: 18px 48px 34px;
  min-height: 0;
}

.form-grid label.form-field-wide:has(textarea) {
  grid-template-rows: 18px minmax(132px, auto) minmax(30px, auto);
  min-height: 194px;
}

.form-grid input,
.form-grid textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 38px 12px 14px;
  color: var(--ink);
  background: var(--paper-strong);
  border: 1px solid var(--line-strong);
  border-radius: 4px;
  outline: 0;
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.form-grid textarea {
  min-height: 132px;
  resize: vertical;
}

.form-grid input:focus,
.form-grid textarea:focus {
  border-color: #c96f33;
  box-shadow: 0 0 0 3px rgba(226, 139, 72, 0.14);
}

.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;
}

.form-field.has-error input,
.form-field.has-error textarea {
  border-color: #ff9a75;
  background: #fff8f5;
  box-shadow: 0 0 0 3px rgba(255, 154, 117, 0.16);
}

.form-field.is-active input,
.form-field.is-active textarea {
  transform: translateY(-1px);
}

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

.submit-success-dialog[hidden] {
  display: none;
}

.submit-success-dialog {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(4, 10, 8, 0.82);
  backdrop-filter: blur(8px);
}

.submit-success-panel {
  width: min(460px, 100%);
  padding: 40px;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(226, 139, 72, 0.1), transparent 46%),
    #f7f8f3;
  border: 1px solid rgba(226, 139, 72, 0.44);
  box-shadow: 0 32px 100px rgba(0, 0, 0, 0.48);
}

.submit-success-icon {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  place-items: center;
  color: #06211b;
  font-size: 24px;
  font-weight: 900;
  background: var(--cyan);
}

.submit-success-kicker {
  margin: 0 0 10px;
  color: #c96f33;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.submit-success-panel h2 {
  margin: 0;
  font-size: clamp(34px, 6vw, 48px);
  line-height: 1.05;
}

.submit-success-panel > p:last-of-type {
  margin: 18px 0 28px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.submit-success-panel .button {
  width: 100%;
}

@media (max-width: 600px) {
  .submit-success-panel {
    padding: 32px 24px;
  }
}

.form-submit {
  width: 100%;
  border: 0;
  cursor: pointer;
}

/* Contact section contrast on dark background */

.contact .form-grid label > span {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 700;
}

.contact .form-grid input,
.contact .form-grid textarea {
  color: #161a18;
  background: #ffffff;
  border-color: rgba(255, 255, 255, 0.54);
}

.contact .form-field.is-complete:not(.has-error) input,
.contact .form-field.is-complete:not(.has-error) textarea {
  border-color: rgba(82, 228, 199, 0.72);
  background:
    linear-gradient(90deg, rgba(82, 228, 199, 0.1), transparent 34%),
    #ffffff;
}

.contact .form-grid input::placeholder,
.contact .form-grid textarea::placeholder {
  color: #737977;
  opacity: 1;
}

.faq-list {
  max-width: 900px;
  margin: 48px auto 0;
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 24px 50px 24px 0;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::after {
  position: absolute;
  top: 24px;
  right: 6px;
  color: var(--muted);
  content: "+";
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 720px;
  margin: -4px 0 24px;
  color: var(--muted);
  line-height: 1.8;
}

.blog-tool-callout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  margin-top: 34px;
  padding: 24px 26px;
  align-items: center;
  background: rgba(231, 244, 239, 0.66);
  border: 1px solid rgba(13, 125, 103, 0.28);
}

.blog-tool-callout small {
  display: block;
  color: #0d7d67;
  font-weight: 850;
  letter-spacing: 0.06em;
}

.blog-tool-callout strong {
  display: block;
  margin-top: 8px;
  color: #241a14;
  font-size: 18px;
  line-height: 1.45;
}

.blog-tool-callout p {
  margin: 8px 0 0;
  color: #6b5e55;
  font-size: 13px;
  line-height: 1.7;
}

.blog-tool-callout > a {
  padding: 12px 16px;
  color: #fff;
  background: #17211c;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

@media (max-width: 900px) {

  .blog-tool-callout {
    grid-template-columns: 1fr;
  }

  .blog-tool-callout > a {
    width: fit-content;
  }

  .page-hero .hero-content {
    max-width: 100%;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .form-field-wide {
    grid-column: auto;
  }
}

@media (max-width: 680px) {

  .page-hero .hero-content {
    width: 100%;
    max-width: 100%;
  }

  .hero .eyebrow {
    max-width: 100%;
    line-height: 1.5;
  }

  .lead-form {
    padding-top: 8px;
  }

  .faq-list {
    margin-top: 30px;
  }
}

/* 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) {
  --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)::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) > * {
  position: relative;
  z-index: 1;
}

body.reveal-ready :where(
  .products .product-card).reveal.is-visible:hover {
  transform: translateY(-4px);
}

:where(
  .products .product-card):hover::before {
  opacity: 0.92;
  transform: translate3d(10px, -6px, 0) scale(1.05);
}

.pricing-row:not(.pricing-head) {
  transition: background-color 180ms ease, color 180ms ease;
}

.pricing-row:not(.pricing-head):hover {
  background: rgba(226, 139, 72, 0.065);
}

.faq-list details {
  transition: background-color 180ms ease, padding 180ms ease;
}

.faq-list details:hover {
  background: rgba(226, 139, 72, 0.045);
}

.faq-list details:hover summary {
  color: #c96f33;
}

/* Expanded solutions hero */

/* Admin dashboard */

.form-status {
  min-height: 24px;
  margin: 14px 0 0;
  color: #9ff1df;
  font-size: 14px;
  font-weight: 700;
}

.form-status.is-error {
  color: #ffb7a8;
}

.form-submit:disabled {
  cursor: progress;
  opacity: 0.68;
}

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

/* Cases page de-AI pass: editorial project review instead of sci-fi dashboard */

/* Cases page typography and rhythm refinement */

/* WMS case: balanced editorial split */

/* Generated operations product screens */

/* Generated case product screens */

/* Give each case its own product identity instead of one shared dashboard skin. */

/* 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;
}

.legal-page {
  background: #f7f4ee;
}

.legal-hero {
  padding: 150px max(40px, calc((100vw - var(--max)) / 2)) 76px;
  background:
    linear-gradient(135deg, rgba(226, 139, 72, 0.08), transparent 34%),
    #f1f6f2;
  border-bottom: 1px solid var(--line);
}

.legal-hero h1 {
  margin: 18px 0 24px;
  color: var(--ink);
  font-size: clamp(48px, 6vw, 78px);
  line-height: 1.05;
}

.legal-hero > p {
  max-width: 830px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.78;
}

.legal-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 930px;
  margin-top: 42px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.legal-summary span {
  display: grid;
  gap: 8px;
  padding: 18px;
  color: var(--muted);
  font-size: 13px;
  border-left: 1px solid var(--line);
}

.legal-summary span:first-child {
  padding-left: 0;
  border-left: 0;
}

.legal-summary b {
  color: var(--ink);
  font-size: 12px;
}

.legal-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 820px);
  gap: 74px;
  justify-content: center;
  padding: 84px 40px 110px;
}

.legal-toc {
  position: sticky;
  top: 108px;
  align-self: start;
  display: grid;
  padding: 22px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
}

.legal-toc strong {
  margin-bottom: 14px;
  color: var(--ink);
  font-size: 13px;
}

.legal-toc a {
  padding: 11px 0;
  color: var(--muted);
  font-size: 13px;
  border-top: 1px solid var(--line);
}

.legal-content {
  min-width: 0;
}

.legal-content section {
  scroll-margin-top: 110px;
  padding: 0 0 48px;
  margin-bottom: 48px;
  border-bottom: 1px solid var(--line);
}

.legal-content section > span {
  color: #d97b3f;
  font-size: 12px;
  font-weight: 850;
}

.legal-content h2 {
  margin: 15px 0 22px;
  color: var(--ink);
  font-size: 32px;
  line-height: 1.25;
}

.legal-content p,
.legal-content li,
.legal-content dd {
  color: #53605c;
  font-size: 15px;
  line-height: 1.85;
}

.legal-content ul {
  padding-left: 22px;
}

.legal-content dl {
  margin: 24px 0;
  border-top: 1px solid var(--line);
}

.legal-content dl div {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 20px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}

.legal-content dt {
  color: var(--ink);
  font-size: 14px;
  font-weight: 850;
}

.legal-content dd {
  margin: 0;
}

.legal-content a {
  color: #078d73;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-notice {
  padding: 26px;
  background: #eaf3ee;
  border-left: 3px solid var(--cyan);
}

.legal-notice strong {
  color: var(--ink);
}

.legal-notice p {
  margin: 10px 0 0;
}

.contact-privacy-note {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 1.55;
}

.contact-privacy-note a {
  color: var(--cyan);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

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

  
  .legal-summary,
  .legal-layout {
    grid-template-columns: 1fr;
  }

  
  .legal-content dl div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .legal-hero {
    padding: 122px 18px 62px;
  }

  .legal-summary span,
  .legal-summary span:first-child {
    padding: 16px 0;
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .legal-summary span:first-child {
    border-top: 0;
  }

  .legal-layout {
    gap: 34px;
    padding: 56px 18px 82px;
  }

  .legal-toc {
    position: static;
  }

  .legal-content h2 {
    font-size: 27px;
  }
}

/* Standalone SEO solution pages */
.seo-solution-page {
  background: #f4f6f1;
}

.seo-solution-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
  gap: 64px;
  align-items: center;
  min-height: 720px;
  padding: calc(var(--header-height) + 78px) max(40px, calc((100vw - var(--max)) / 2)) 76px;
  color: #fff;
  background:
    radial-gradient(circle at 78% 20%, rgba(40, 104, 255, 0.17), transparent 31%),
    linear-gradient(120deg, rgba(226, 139, 72, 0.11), transparent 38%),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    #0a0f0d;
  background-size: auto, auto, 54px 54px, 54px 54px, auto;
}

.seo-solution-hero-copy h1 {
  max-width: 650px;
  margin: 0;
  font-size: clamp(44px, 4.1vw, 66px);
  font-weight: 880;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.seo-solution-hero-copy > p:not(.eyebrow) {
  max-width: 620px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
  line-height: 1.85;
}

.seo-solution-hero .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.seo-solution-hero .button.ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.05);
}

.seo-solution-visual {
  position: relative;
  min-width: 0;
  margin: 0;
  padding: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 28px 76px rgba(0, 0, 0, 0.34);
  overflow: hidden;
}

.seo-solution-visual::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(226, 139, 72, 0.12);
}

.seo-solution-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.seo-proof-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 0 max(40px, calc((100vw - var(--max)) / 2));
  background: #101713;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.seo-proof-bar span {
  display: grid;
  gap: 7px;
  min-height: 104px;
  padding: 26px 22px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.seo-proof-bar span:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.seo-proof-bar b {
  color: var(--cyan);
  font-size: 16px;
}

.seo-solution-page .section {
  background:
    linear-gradient(rgba(20, 110, 90, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 110, 90, 0.025) 1px, transparent 1px),
    #f6f7f2;
  background-size: 64px 64px;
}

.seo-solution-page .section-heading {
  align-items: start;
}

.seo-problem-grid,
.seo-delivery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.seo-problem-grid article,
.seo-delivery-grid article {
  position: relative;
  min-height: 290px;
  padding: 34px 30px;
  background: rgba(255, 255, 255, 0.74);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.seo-problem-grid article:hover,
.seo-delivery-grid article:hover {
  z-index: 1;
  background: #fff;
  box-shadow: 0 18px 48px rgba(24, 38, 31, 0.1);
  transform: translateY(-4px);
}

.seo-problem-grid b {
  color: rgba(15, 128, 105, 0.25);
  font-size: 42px;
  line-height: 1;
}

.seo-problem-grid h3,
.seo-delivery-grid h3 {
  margin: 60px 0 14px;
  font-size: 22px;
  line-height: 1.35;
}

.seo-problem-grid p,
.seo-delivery-grid p {
  margin: 0;
  color: #616b66;
  font-size: 14px;
  line-height: 1.8;
}

.seo-architecture {
  color: #fff;
  background:
    radial-gradient(circle at 88% 22%, rgba(40, 104, 255, 0.14), transparent 28%),
    linear-gradient(130deg, rgba(226, 139, 72, 0.09), transparent 42%),
    #0b100e !important;
}

.seo-architecture .section-heading p {
  color: rgba(255, 255, 255, 0.62);
}

.seo-architecture-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
  gap: 24px;
}

.seo-architecture-stack {
  display: grid;
  gap: 10px;
}

.seo-architecture-stack > div {
  display: grid;
  grid-template-columns: 112px minmax(210px, 0.8fr) minmax(220px, 1fr);
  gap: 24px;
  align-items: center;
  min-height: 94px;
  padding: 20px 24px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.seo-architecture-stack small {
  color: var(--cyan);
  font-size: 10px;
  font-weight: 850;
}

.seo-architecture-stack strong {
  font-size: 16px;
}

.seo-architecture-stack span {
  color: rgba(255, 255, 255, 0.54);
  font-size: 13px;
}

.seo-tech-panel {
  padding: 30px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.13);
}

.seo-tech-panel h3 {
  margin: 0 0 22px;
  font-size: 22px;
}

.seo-tech-panel dl {
  margin: 0;
}

.seo-tech-panel dl div {
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.seo-tech-panel dt {
  color: var(--cyan);
  font-size: 13px;
  font-weight: 850;
}

.seo-tech-panel dd {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.65;
}

.seo-delivery-grid article > span {
  color: #0d8f75;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.seo-delivery-grid h3 {
  margin-top: 48px;
}

.seo-acceptance {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  padding: 24px;
  background: #e8f2ed;
  border-left: 3px solid var(--cyan);
}

.seo-acceptance strong {
  margin-right: 14px;
}

.seo-acceptance span {
  padding: 8px 12px;
  color: #4e5b55;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(16, 18, 17, 0.1);
  font-size: 12px;
}

.seo-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.seo-related-grid a {
  min-height: 248px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.74);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: color 180ms ease, background 180ms ease;
}

.seo-related-grid a:hover {
  color: #c96f33;
  background: #fff;
}

.seo-related-grid small {
  color: #16816c;
  font-weight: 850;
}

.seo-related-grid h3 {
  margin: 56px 0 14px;
  font-size: 24px;
  line-height: 1.35;
}

.seo-related-grid p {
  margin: 0;
  color: #64706a;
  font-size: 14px;
  line-height: 1.75;
}

.seo-faq .section-heading {
  margin-bottom: 0;
}

.seo-iot-visual {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 10px;
  align-items: stretch;
  padding: 28px;
}

.seo-iot-visual > div {
  display: grid;
  align-content: center;
  gap: 7px;
  min-height: 118px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(226, 139, 72, 0.25);
}

.seo-iot-visual small {
  color: var(--cyan);
  font-size: 9px;
  font-weight: 900;
}

.seo-iot-visual strong {
  font-size: 15px;
}

.seo-iot-visual span {
  color: rgba(255, 255, 255, 0.52);
  font-size: 11px;
}

.seo-iot-visual i {
  align-self: center;
  color: rgba(255, 255, 255, 0.36);
  font-size: 9px;
  font-style: normal;
  writing-mode: vertical-rl;
}

@media (max-width: 1080px) {
  .seo-solution-hero {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .seo-solution-visual {
    max-width: 760px;
  }

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

  .seo-architecture-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .seo-solution-hero {
    min-height: auto;
    padding: 124px 18px 56px;
  }

  .seo-solution-hero-copy h1 {
    font-size: 40px;
  }

  .seo-proof-bar,
  .seo-problem-grid,
  .seo-delivery-grid,
  .seo-related-grid {
    grid-template-columns: 1fr;
  }

  .seo-proof-bar {
    padding: 0 18px;
  }

  .seo-proof-bar span,
  .seo-proof-bar span:last-child {
    min-height: auto;
    padding: 18px 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .seo-problem-grid article,
  .seo-delivery-grid article,
  .seo-related-grid a {
    min-height: auto;
    padding: 26px 22px;
  }

  .seo-problem-grid h3,
  .seo-delivery-grid h3,
  .seo-related-grid h3 {
    margin-top: 34px;
  }

  .seo-architecture-stack > div {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .seo-iot-visual {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .seo-iot-visual i {
    text-align: center;
    writing-mode: initial;
  }

  .seo-acceptance {
    align-items: stretch;
  }

  .seo-acceptance strong,
  .seo-acceptance span {
    width: 100%;
  }
}

/* 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) .page-hero {
  min-height: 700px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 12%, rgba(226, 139, 72, 0.22), transparent 32%),
    linear-gradient(116deg, transparent 0 59%, rgba(255, 255, 255, 0.045) 59% 59.15%, transparent 59.15% 100%),
    linear-gradient(135deg, var(--jx-navy-deep), var(--jx-navy));
}

body:not(.tool-lab-page) .page-hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.75), transparent 82%);
}

body:not(.tool-lab-page) .page-hero .flow-canvas,
body:not(.tool-lab-page) .page-hero .hero-grid,
body:not(.tool-lab-page) .page-hero .hero-depth,
body:not(.tool-lab-page) .page-hero .hero-content::before {
  display: none;
}

body:not(.tool-lab-page) .page-hero .hero-content {
  max-width: min(780px, calc(100% - 430px));
}

body:not(.tool-lab-page) .page-hero h1 {
  max-width: 820px;
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 5vw, 74px);
  font-weight: 830;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

body:not(.tool-lab-page) .page-hero .hero-copy {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.73);
  font-size: 17px;
  line-height: 1.85;
}

body:not(.tool-lab-page) .page-hero .eyebrow,
body:not(.tool-lab-page) .seo-solution-hero .eyebrow {
  color: #f0b27d;
  letter-spacing: 0.12em;
}

body:not(.tool-lab-page) .page-hero .hero-tags span {
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.16);
  border-radius: 2px;
}

body:not(.tool-lab-page) .page-hero .button.primary,
body:not(.tool-lab-page) .seo-solution-hero .button.primary {
  color: #fff;
  background: var(--jx-blue);
  border-color: var(--jx-blue);
}

body:not(.tool-lab-page) .page-hero-panel {
  bottom: 72px;
  width: min(380px, 31vw);
  color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(255, 255, 255, 0.17);
  border-radius: 2px;
  backdrop-filter: blur(8px);
}

body:not(.tool-lab-page) .page-hero-panel span {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.1);
  border-radius: 1px;
}

body:not(.tool-lab-page) .page-hero-panel b {
  color: #f0b27d;
}

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;
}

.seo-solution-page .seo-solution-hero {
  color: #fff;
  background:
    radial-gradient(circle at 82% 12%, rgba(226, 139, 72, 0.2), transparent 32%),
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(135deg, var(--jx-navy-deep), var(--jx-navy));
  background-size: auto, 72px 72px, 72px 72px, auto;
}

.seo-solution-page .seo-solution-hero-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.73);
}

.seo-solution-page .seo-solution-visual {
  padding: 10px;
  background: rgba(255,255,255,.07);
  border-color: rgba(255,255,255,.18);
  border-radius: 2px;
  box-shadow: 22px 24px 0 rgba(226, 139, 72, 0.12);
}

.seo-solution-page .section {
  background: #f7faf9;
}

.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;
}

.jx-faq-section {
  background: #fff;
}

@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;
  }

  body:not(.tool-lab-page) .page-hero {
    min-height: auto;
    padding-top: 138px;
  }

  body:not(.tool-lab-page) .page-hero .hero-content {
    max-width: 100%;
  }

  body:not(.tool-lab-page) .page-hero-panel {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
  }
}

@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);
  }

  body:not(.tool-lab-page) .page-hero {
    padding: 116px 18px 58px;
  }

  body:not(.tool-lab-page) .page-hero h1 {
    font-size: 40px;
  }

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

/* Final hero layout guards after the shared business theme overrides */
body:not(.tool-lab-page) .page-hero .hero-content {
  max-width: min(760px, 61vw);
}

@media (max-width: 1080px) {
  body:not(.tool-lab-page) .page-hero .hero-content {
    max-width: 100%;
  }
}

/* Cases directory refresh: enterprise-blue story wall and capability catalog. */

/* Homepage light-surface contrast guards. */

/* 2026-08 rich enterprise content system */

.service-catalog-section,
.engagement-section,
.delivery-matrix-section {
  color: var(--jx-ink, #171c28);
  background: #fffefb;
}


.engagement-section {
  background: var(--jx-paper, #f5f8f7);
}


.service-catalog-grid,
.engagement-grid {
  display: grid;
}


.integration-coverage {
  color: #f7fbfa;
  background:
    radial-gradient(circle at 88% 12%, rgba(226, 139, 72, 0.2), transparent 28%),
    linear-gradient(140deg, #090e1b, #141c2c 64%, #0d1424);
}


.integration-coverage .section-heading h2,
.integration-coverage .section-heading p {
  color: #f7fbfa;
}


.integration-coverage .section-heading p {
  color: rgba(235, 250, 246, 0.68);
}


.integration-coverage-grid small,
.solution-stack-grid small {
  color: #eda468;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.service-catalog-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  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));
}

.service-catalog-card {
  display: flex;
  min-height: 500px;
  padding: 30px;
  flex-direction: column;
  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));
}

.service-catalog-card > span {
  color: #b6d9d1;
  font-size: 30px;
  font-weight: 900;
}

.service-catalog-card small {
  margin-top: 38px;
  color: #c96f33;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.service-catalog-card h3 {
  margin: 8px 0 16px;
  font-size: 22px;
  line-height: 1.32;
}

.service-catalog-card p,
.service-catalog-card li {
  color: var(--jx-muted, #697080);
  font-size: 13px;
  line-height: 1.7;
}

.service-catalog-card ul {
  display: grid;
  gap: 4px;
  margin: 18px 0;
  padding: 18px 0 0;
  list-style: none;
  border-top: 1px solid #e2ebe8;
}

.service-catalog-card li::before {
  margin-right: 8px;
  color: #d97b3f;
  content: "·";
}

.service-catalog-card > b {
  margin-top: auto;
  padding-top: 20px;
  color: #182238;
  font-size: 12px;
  line-height: 1.55;
  border-top: 1px solid #e2ebe8;
}

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

.engagement-card {
  padding: 30px;
  background: #fff;
  border: 1px solid var(--jx-line, rgba(9, 22, 20, 0.14));
}

.engagement-card > b {
  color: #b5d8d1;
  font-size: 28px;
}

.engagement-card > small {
  display: block;
  margin-top: 46px;
  color: #c96f33;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.13em;
}

.engagement-card h3 {
  margin: 8px 0 14px;
  font-size: 25px;
}

.engagement-card p,
.engagement-card dd {
  color: var(--jx-muted, #697080);
  font-size: 14px;
}

.engagement-card dl {
  margin: 24px 0 0;
  border-top: 1px solid #e1ebe8;
}

.engagement-card dl div {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid #e1ebe8;
}

.engagement-card dt {
  color: #182238;
  font-size: 12px;
  font-weight: 850;
}

.engagement-card dd {
  margin: 0;
}

.delivery-matrix,
.solution-selection-table {
  overflow: hidden;
  border: 1px solid var(--jx-line, rgba(9, 22, 20, 0.14));
  background: #fff;
}

.delivery-matrix-row,
.solution-selection-row {
  display: grid;
  align-items: center;
  border-bottom: 1px solid var(--jx-line, rgba(9, 22, 20, 0.14));
}

.delivery-matrix-row {
  grid-template-columns: 0.65fr 1.4fr 1.35fr 0.75fr;
}

.delivery-matrix-row:last-child,
.solution-selection-row:last-child {
  border-bottom: 0;
}

.delivery-matrix-row > *,
.solution-selection-row > * {
  min-width: 0;
  height: 100%;
  padding: 20px;
  border-right: 1px solid var(--jx-line, rgba(9, 22, 20, 0.14));
}

.delivery-matrix-row > *:last-child,
.solution-selection-row > *:last-child {
  border-right: 0;
}

.delivery-matrix-head,
.solution-selection-head {
  color: #fff;
  background: #12312c;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.04em;
}

.delivery-matrix-row:not(.delivery-matrix-head) span,
.solution-selection-row:not(.solution-selection-head) span {
  color: var(--jx-muted, #697080);
  font-size: 13px;
  line-height: 1.65;
}

.delivery-matrix-row:not(.delivery-matrix-head) strong,
.solution-selection-row:not(.solution-selection-head) strong {
  color: #182238;
  font-size: 14px;
}

.delivery-matrix-row:not(.delivery-matrix-head) b {
  color: #c96f33;
  font-size: 12px;
}

.integration-coverage-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  border-left: 1px solid rgba(255, 255, 255, 0.17);
}

.integration-coverage-grid article {
  min-height: 260px;
  padding: 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.17);
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.integration-coverage-grid h3,
.solution-stack-grid h3 {
  margin: 42px 0 12px;
  color: #fff;
  font-size: 21px;
}

.integration-coverage-grid p,
.solution-stack-grid p {
  color: rgba(235, 250, 246, 0.66);
  font-size: 13px;
  line-height: 1.7;
}

.solution-stack-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  border-left: 1px solid rgba(255, 255, 255, 0.17);
}

.solution-stack-grid article {
  display: flex;
  min-height: 350px;
  padding: 30px;
  flex-direction: column;
  border-right: 1px solid rgba(255, 255, 255, 0.17);
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.solution-stack-grid b {
  color: rgba(103, 217, 195, 0.6);
  font-size: 28px;
}

.solution-stack-grid small {
  margin-top: 52px;
}

.solution-stack-grid h3 {
  margin-top: 8px;
}

.solution-stack-grid span {
  margin-top: auto;
  padding-top: 22px;
  color: #f2b984;
  font-size: 12px;
  font-weight: 800;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.solution-selection-row {
  grid-template-columns: 1.15fr 1fr 1.45fr 1.1fr 0.68fr;
}

.solution-selection-row a {
  display: flex;
  align-items: center;
  color: #c96f33;
  font-size: 12px;
  font-weight: 850;
}

@media (max-width: 1180px) {
  .service-catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 900px) {

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

  .delivery-matrix,
  .solution-selection-table {
    overflow-x: auto;
  }

  .delivery-matrix-row {
    min-width: 820px;
  }

  .solution-selection-row {
    min-width: 980px;
  }
}

@media (max-width: 680px) {
  
  .service-catalog-grid,
  .engagement-grid,
  .integration-coverage-grid,
  .solution-stack-grid {
    grid-template-columns: 1fr;
  }

  
  .service-catalog-card,
  .engagement-card,
  .solution-stack-grid article {
    min-height: 0;
    padding: 24px 22px;
  }

  .service-catalog-card small,
  .engagement-card > small,
  .solution-stack-grid small {
    margin-top: 28px;
  }
}

/* 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. */
@media (min-width: 1081px) {
  .services-page .services-hero {
    display: grid;
    grid-template-columns: minmax(0, 0.96fr) minmax(520px, 1.04fr);
    gap: clamp(54px, 6vw, 100px);
    min-height: 760px;
    padding-top: 126px;
    padding-bottom: 64px;
    align-items: center;
  }

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

  .services-page .services-hero h1 {
    max-width: 720px;
    font-size: clamp(50px, 3.7vw, 66px);
    line-height: 1.1;
  }

  .services-page .services-hero h1 span {
    display: block;
    white-space: nowrap;
  }

  .services-page .services-hero h1 span + span {
    margin-top: 0;
  }
}

.services-hero-aside {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 760px;
  margin: 0;
  justify-self: end;
  transform: translate3d(0, var(--parallax-y), 0);
}

.services-hero-visual {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #0b1714;
  border: 1px solid rgba(103, 217, 195, 0.25);
  box-shadow: 0 30px 74px rgba(0, 0, 0, 0.32);
}

.services-hero-visual::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(90deg, rgba(4, 13, 11, 0.16), transparent 42%),
    linear-gradient(180deg, transparent 58%, rgba(4, 13, 11, 0.82));
  pointer-events: none;
}

.services-hero-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.02);
}

.services-hero-visual figcaption {
  position: absolute;
  right: 20px;
  bottom: 18px;
  left: 20px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 800;
}

.services-hero-visual figcaption span {
  color: #efae75;
}

.services-page .services-hero-aside .page-hero-panel {
  position: static;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  width: 100%;
  margin-top: 12px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(103, 217, 195, 0.28);
  backdrop-filter: blur(8px);
}

.services-page .services-hero-aside .page-hero-panel span {
  min-height: 78px;
  background: rgba(255, 255, 255, 0.045);
}

.services-page #delivery .section-heading h2 {
  color: #f4fbf8;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
}

@media (max-width: 1080px) {
  .services-page .services-hero h1 span {
    display: block;
  }

  .services-hero-aside {
    max-width: 780px;
    margin-top: 54px;
    justify-self: start;
  }

  .services-page .services-hero-aside .page-hero-panel {
    display: grid;
  }
}

@media (max-width: 680px) {
  .services-page .services-hero h1 {
    font-size: clamp(34px, 9.4vw, 39px);
    line-height: 1.13;
  }

  .services-page .services-hero h1 span {
    white-space: normal;
  }

  .services-hero-aside {
    margin-top: 42px;
  }

  .services-hero-visual figcaption {
    right: 14px;
    bottom: 12px;
    left: 14px;
    display: grid;
    gap: 4px;
  }

  .services-page .services-hero-aside .page-hero-panel {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 10px;
    padding: 8px;
  }

  .services-page .services-hero-aside .page-hero-panel span {
    min-height: 68px;
    padding: 10px 8px;
  }
}

/* Final services-page guards: override the higher-specificity shared hero rules. */
@media (min-width: 1081px) {
  body.services-page .page-hero.services-hero {
    grid-template-columns: minmax(0, 0.94fr) minmax(560px, 1.06fr);
    gap: clamp(56px, 4vw, 76px);
    padding-right: max(64px, calc((100vw - 1500px) / 2));
    padding-left: max(64px, calc((100vw - 1500px) / 2));
  }

  body.services-page .page-hero.services-hero .hero-content {
    max-width: none;
  }

  body.services-page .page-hero.services-hero h1 {
    max-width: none;
    font-size: clamp(48px, 3.2vw, 60px);
    line-height: 1.1;
  }

  body.services-page .page-hero.services-hero h1 span,
  body.services-page .page-hero.services-hero h1 span + span {
    display: block;
    margin-top: 0;
    white-space: nowrap;
  }
}

.services-page .services-hero-visual img {
  height: auto;
}

@media (max-width: 680px) {
  body.services-page .page-hero.services-hero h1 {
    font-size: clamp(26px, 8.1vw, 32px);
    line-height: 1.18;
    letter-spacing: -0.025em;
  }

  body.services-page .page-hero.services-hero h1 span,
  body.services-page .page-hero.services-hero h1 span + span {
    display: block;
    margin-top: 0;
    white-space: nowrap;
  }
}

/* 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,
body.launch-plan-page {
  --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,
body.launch-plan-page main {
  background: var(--midnight);
}

body:not(.tool-lab-page).home-refresh .site-header,
body.launch-plan-page .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,
body.launch-plan-page .brand,
body.launch-plan-page .site-nav a,
body.launch-plan-page .nav-chevron {
  color: var(--midnight-text);
}

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

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

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


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


body.home-refresh .page-cta .button.primary:hover,
body.launch-plan-page .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.launch-plan-page {
  --launch-ink: var(--midnight-text);
  --launch-forest: var(--midnight-raised);
  --launch-forest-soft: var(--midnight-card);
  --launch-ivory: var(--midnight);
  --launch-paper: var(--midnight);
  --launch-brass: var(--midnight-brass);
  --launch-line: var(--midnight-line);
}

body.launch-plan-page .launch-hero {
  color: var(--midnight-text);
  background:
    linear-gradient(90deg, rgba(143, 164, 196, 0.05) 1px, transparent 1px) 0 0 / 72px 72px,
    linear-gradient(rgba(143, 164, 196, 0.05) 1px, transparent 1px) 0 0 / 72px 72px,
    radial-gradient(circle at 82% 22%, rgba(143, 164, 196, 0.12), transparent 32%),
    var(--midnight);
}

body.launch-plan-page .launch-hero h1,
body.launch-plan-page .section-heading h2,
body.launch-plan-page .launch-fit-grid h3,
body.launch-plan-page .scope-columns h3,
body.launch-plan-page .maintenance-layout h3,
body.launch-plan-page .deliverable-grid h3,
body.launch-plan-page .faq-list summary {
  color: var(--midnight-text);
}

body.launch-plan-page .launch-hero-lead,
body.launch-plan-page .section-heading p,
body.launch-plan-page .launch-fit-grid p,
body.launch-plan-page .scope-number-grid span,
body.launch-plan-page .scope-columns li,
body.launch-plan-page .maintenance-main li,
body.launch-plan-page .deliverable-grid p,
body.launch-plan-page .faq-list details p {
  color: var(--midnight-muted);
}

body.launch-plan-page .launch-hero-copy .eyebrow,
body.launch-plan-page .section-kicker,
body.launch-plan-page .launch-fit-grid span,
body.launch-plan-page .scope-columns article > p {
  color: var(--midnight-teal);
}

body.launch-plan-page .launch-hero .button.ghost {
  color: var(--midnight-text);
  background: transparent;
  border-color: rgba(243, 240, 233, 0.34);
}

body.launch-plan-page .launch-hero-note {
  color: #f0b27d;
  border-left-color: var(--midnight-brass);
}

body.launch-plan-page .launch-price-panel {
  background: var(--midnight-raised);
  border: 1px solid rgba(226, 139, 72, 0.34);
  box-shadow: 22px 24px 0 rgba(143, 164, 196, 0.04);
}

body.launch-plan-page .launch-proof,
body.launch-plan-page .launch-fit,
body.launch-plan-page .launch-maintenance,
body.launch-plan-page .launch-faq {
  color: var(--midnight-text);
  background: var(--midnight-raised);
  border-color: var(--midnight-line);
}

body.launch-plan-page .launch-proof > div,
body.launch-plan-page .launch-fit-grid,
body.launch-plan-page .launch-fit-grid article,
body.launch-plan-page .scope-number-grid,
body.launch-plan-page .scope-number-grid article,
body.launch-plan-page .scope-columns,
body.launch-plan-page .scope-columns article,
body.launch-plan-page .maintenance-layout article,
body.launch-plan-page .deliverable-grid,
body.launch-plan-page .deliverable-grid article,
body.launch-plan-page .faq-list,
body.launch-plan-page .faq-list details {
  border-color: var(--midnight-line);
}

body.launch-plan-page .launch-fit-grid .is-caution,
body.launch-plan-page .scope-number-grid,
body.launch-plan-page .scope-number-grid article,
body.launch-plan-page .scope-included,
body.launch-plan-page .maintenance-main,
body.launch-plan-page .deliverable-grid article {
  color: var(--midnight-text);
  background: var(--midnight-card);
}

body.launch-plan-page .launch-scope,
body.launch-plan-page .launch-deliverables {
  color: var(--midnight-text);
  background: var(--midnight);
}

body.launch-plan-page .scope-excluded,
body.launch-plan-page .maintenance-boundary,
body.launch-plan-page .launch-timeline,
body.launch-plan-page .launch-assessment {
  background: #070b15;
}

body.launch-plan-page .launch-stage-list,
body.launch-plan-page .launch-stage-list li,
body.launch-plan-page .maintenance-main li,
body.launch-plan-page .scope-columns li {
  border-color: var(--midnight-line);
}

body.launch-plan-page .launch-assessment-form {
  color: var(--midnight-text);
  background: var(--midnight-raised);
  border: 1px solid var(--midnight-line);
}

body.launch-plan-page .launch-assessment-form label > span {
  color: var(--midnight-text);
}

body.launch-plan-page .launch-assessment-form input,
body.launch-plan-page .launch-assessment-form textarea {
  color: var(--midnight-text);
  background: var(--midnight-card);
  border-color: rgba(167, 180, 175, 0.28);
  color-scheme: dark;
}

body.launch-plan-page .launch-assessment-form input::placeholder,
body.launch-plan-page .launch-assessment-form textarea::placeholder {
  color: #879690;
}

body.launch-plan-page .launch-assessment-form .form-field.has-error input,
body.launch-plan-page .launch-assessment-form .form-field.has-error textarea {
  color: var(--midnight-text);
  background: #2a211e;
}

body.launch-plan-page .launch-assessment .eyebrow {
  color: var(--midnight-teal);
}

body.launch-plan-page .submit-success-panel {
  color: var(--midnight-text);
  background: var(--midnight-raised);
  border-color: rgba(226, 139, 72, 0.38);
}

body.launch-plan-page .submit-success-icon {
  color: #090e1b;
  background: var(--midnight-brass);
}

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

@media (max-width: 1080px) {
  body.home-refresh .site-nav,
  body.launch-plan-page .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;
}

body:not(.tool-lab-page) input:focus,
body:not(.tool-lab-page) textarea:focus {
  border-color: #e28b48;
  outline-color: rgba(226, 139, 72, 0.3);
}

body:not(.tool-lab-page) .page-hero .hero-actions .button.primary,
body:not(.tool-lab-page) .seo-solution-hero .hero-actions .button.primary,
body:not(.tool-lab-page) .hero-actions .button.primary {
  color: #17110d;
}
/* Article authority and thematic navigation */
/* Direct-answer panels for human readers and generative search retrieval */
.geo-answer-panel {
  width: min(1180px, calc(100% - 44px));
  margin: clamp(28px, 5vw, 64px) auto;
  padding: clamp(26px, 4.5vw, 52px);
  border: 1px solid rgba(230, 120, 42, .28);
  background: linear-gradient(135deg, #fffaf5 0%, #fff 54%, #f6f8fb 100%);
  box-shadow: 0 24px 70px rgba(9, 23, 45, .08);
  color: #172235;
}

.geo-answer-intro {
  display: grid;
  grid-template-columns: minmax(180px, .42fr) minmax(0, 1.58fr);
  gap: clamp(18px, 4vw, 56px);
  align-items: start;
  padding-bottom: clamp(22px, 4vw, 40px);
  border-bottom: 1px solid rgba(9, 23, 45, .12);
}

.geo-answer-intro p {
  margin: 5px 0 0;
  color: #b9571c;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.geo-answer-intro h2 {
  max-width: 920px;
  margin: 0;
  color: #172235;
  font-size: clamp(1.55rem, 3vw, 2.75rem);
  line-height: 1.18;
  letter-spacing: 0;
}

.geo-answer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
}

.geo-answer-grid > div {
  padding: clamp(22px, 3vw, 36px) clamp(16px, 2.5vw, 30px) 12px 0;
}

.geo-answer-grid > div + div {
  padding-left: clamp(16px, 2.5vw, 30px);
  border-left: 1px solid rgba(9, 23, 45, .1);
}

.geo-answer-grid dt {
  margin-bottom: 10px;
  color: #172235;
  font-weight: 800;
}

.geo-answer-grid dd {
  margin: 0;
  color: #4e5a6d;
  line-height: 1.8;
}

.geo-answer-source {
  display: flex;
  gap: 10px 20px;
  margin: 20px 0 0;
  padding-top: 20px;
  border-top: 1px solid rgba(9, 23, 45, .1);
  color: #5b6677;
  flex-wrap: wrap;
  font-size: .9rem;
}

.geo-answer-source a {
  color: #a44e17;
  font-weight: 750;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.geo-answer-panel-product {
  border-color: rgba(230, 120, 42, .45);
  background: linear-gradient(135deg, #fff3e8, #fff 58%);
}

@media (max-width: 760px) {
  .geo-answer-panel {
    width: min(100% - 28px, 1180px);
  }

  .geo-answer-intro,
  .geo-answer-grid {
    grid-template-columns: 1fr;
  }

  .geo-answer-grid > div,
  .geo-answer-grid > div + div {
    padding: 20px 0;
    border-left: 0;
    border-bottom: 1px solid rgba(9, 23, 45, .1);
  }
}
/* 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. */

/* Flagship maintenance: lead with reassurance and keep scope control secondary. */
body.launch-plan-page .launch-maintenance .section-heading {
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  max-width: 1100px;
  margin-bottom: 48px;
}

body.launch-plan-page .launch-maintenance .section-heading h2 {
  max-width: 1020px;
}

body.launch-plan-page .launch-maintenance .section-heading p {
  max-width: 790px;
  margin: 0;
  border-left: 2px solid var(--midnight-brass);
}

body.launch-plan-page .maintenance-layout {
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, 0.82fr);
  gap: 1px;
  overflow: hidden;
  background: var(--midnight-line);
  border: 1px solid var(--midnight-line);
}

body.launch-plan-page .maintenance-layout article {
  min-height: 0;
  padding: 48px;
  border: 0;
}

body.launch-plan-page .maintenance-main {
  background:
    linear-gradient(145deg, rgba(226, 139, 72, 0.055), transparent 48%),
    var(--midnight-card);
}

body.launch-plan-page .maintenance-main > span,
body.launch-plan-page .maintenance-boundary > span {
  color: var(--midnight-brass);
  font-weight: 760;
  letter-spacing: 0.15em;
}

body.launch-plan-page .maintenance-layout h3 {
  margin: 24px 0 18px;
  font-size: 34px;
  line-height: 1.25;
  letter-spacing: 0;
}

body.launch-plan-page .maintenance-lead {
  max-width: 700px;
  margin: 0;
  color: var(--midnight-muted);
  font-size: 16px;
  line-height: 1.78;
}

body.launch-plan-page .maintenance-assurance {
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid var(--midnight-line);
}

body.launch-plan-page .maintenance-main .maintenance-assurance li {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  padding: 22px 0;
  color: var(--midnight-muted);
  border-top: 1px solid var(--midnight-line);
}

body.launch-plan-page .maintenance-assurance li > b {
  color: var(--midnight-brass);
  font-size: 13px;
  letter-spacing: 0.12em;
}

body.launch-plan-page .maintenance-assurance strong {
  display: block;
  color: var(--midnight-text);
  font-size: 17px;
  line-height: 1.4;
}

body.launch-plan-page .maintenance-assurance p {
  margin: 7px 0 0;
  color: var(--midnight-muted);
  font-size: 14px;
  line-height: 1.7;
}

body.launch-plan-page .maintenance-start {
  margin: 22px 0 0;
  color: rgba(243, 240, 233, 0.56);
  font-size: 12px;
  line-height: 1.7;
}

body.launch-plan-page .maintenance-boundary {
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(160deg, rgba(143, 164, 196, 0.055), transparent 55%),
    #070b15;
}

body.launch-plan-page .maintenance-boundary h3 {
  max-width: 460px;
}

body.launch-plan-page .maintenance-boundary > p {
  margin: 0;
  color: var(--midnight-muted);
  font-size: 15px;
  line-height: 1.82;
}

body.launch-plan-page .maintenance-boundary-note {
  margin-top: 38px;
  padding: 24px 0;
  border-top: 1px solid var(--midnight-line);
  border-bottom: 1px solid var(--midnight-line);
}

body.launch-plan-page .maintenance-boundary-note strong {
  display: block;
  color: var(--midnight-text);
  font-size: 14px;
}

body.launch-plan-page .maintenance-boundary-note p {
  margin: 10px 0 0;
  color: rgba(167, 180, 175, 0.72);
  font-size: 13px;
  line-height: 1.72;
}

body.launch-plan-page .maintenance-boundary a {
  align-self: flex-start;
  margin-top: auto;
  padding-top: 42px;
}

@media (max-width: 980px) {
  body.launch-plan-page .maintenance-layout {
    grid-template-columns: 1fr;
  }

  body.launch-plan-page .maintenance-boundary a {
    margin-top: 36px;
    padding-top: 0;
  }
}

@media (max-width: 620px) {
  body.launch-plan-page .launch-maintenance .section-heading {
    margin-bottom: 32px;
  }

  body.launch-plan-page .maintenance-layout article {
    padding: 30px 22px;
  }

  body.launch-plan-page .maintenance-layout h3 {
    font-size: 28px;
  }

  body.launch-plan-page .maintenance-main .maintenance-assurance li {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
  }
}

/* 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 */
