:root {
  --ink: #0b1620;
  --muted: #627181;
  --soft: #eef4f6;
  --line: #dbe5ea;
  --paper: #f6f9fb;
  --white: #ffffff;
  --navy: #071923;
  --navy-2: #0d2735;
  --cyan: #16c7b7;
  --cyan-dark: #087f80;
  --shadow: 0 18px 46px rgba(8, 28, 40, 0.11);
}

html {
  scroll-padding-top: 94px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background: var(--paper);
  font-family:
    "Inter", "PingFang SC", "Microsoft YaHei", system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.62;
  overflow-x: hidden;
  scroll-padding-top: 94px;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
  transition:
    background-color 0.18s ease,
    border-color 0.18s ease,
    color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 42px;
  min-height: 74px;
  padding: 13px max(20px, calc((100vw - 1280px) / 2));
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(219, 229, 234, 0.92);
  backdrop-filter: blur(14px);
}

.menu-toggle {
  display: none;
  min-height: 40px;
  padding: 0 14px;
  color: #173242;
  background: #eef4f5;
  border: 1px solid var(--line);
  border-radius: 6px;
  font-weight: 900;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  min-width: 0;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #061b20;
  font-weight: 900;
  background: linear-gradient(135deg, var(--cyan), #e7fbf6);
  border-radius: 8px;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
}

.tabs {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  gap: 6px;
  overflow-x: auto;
  scrollbar-width: none;
}

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

.tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 13px;
  color: var(--ink);
  background: transparent;
  border: 1px solid transparent;
  border-radius: 6px;
  white-space: nowrap;
}

.tab.active {
  color: #053236;
  background: #dcf6f2;
  font-weight: 900;
}

.tab.cta {
  margin-left: auto;
  color: #063b42;
  background: var(--cyan);
  font-weight: 700;
}

.tab:hover,
.button:hover,
.text-link:hover,
.case-filters button:hover,
.need-pills button:hover,
.quick-link:hover {
  transform: translateY(-1px);
}

.tab:focus-visible,
.button:focus-visible,
.text-link:focus-visible,
.contact-form input:focus-visible,
.contact-form select:focus-visible,
.contact-form textarea:focus-visible,
.case-filters button:focus-visible,
.need-pills button:focus-visible,
.quick-link:focus-visible,
.menu-toggle:focus-visible,
.mobile-consult:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(22, 199, 183, 0.22);
}

.app-shell {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(18px, 3vw, 36px) 0 120px;
}

.page {
  display: block;
  margin-top: 28px;
}

#home.page {
  margin-top: 0;
}

.hero {
  position: relative;
  min-height: min(620px, calc(100vh - 132px));
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 17, 25, 0.94) 0%, rgba(5, 17, 25, 0.78) 42%, rgba(5, 17, 25, 0.22) 100%),
    linear-gradient(0deg, rgba(5, 17, 25, 0.7) 0%, transparent 34%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(780px, 100%);
  padding: clamp(28px, 5vw, 58px);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--cyan);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  max-width: 11ch;
  font-size: clamp(36px, 5.4vw, 62px);
  line-height: 1.1;
  letter-spacing: 0;
  text-wrap: balance;
}

.hero h1 {
  max-width: min(640px, 100%);
}

.no-wrap {
  white-space: nowrap;
}

h2 {
  margin-bottom: 12px;
  max-width: 18ch;
  font-size: clamp(26px, 3.8vw, 42px);
  line-height: 1.16;
  letter-spacing: 0;
  text-wrap: balance;
}

h3 {
  margin-bottom: 10px;
  max-width: 22ch;
  font-size: clamp(20px, 2vw, 22px);
  line-height: 1.24;
  text-wrap: balance;
}

.hero-lead {
  width: min(680px, 100%);
  color: rgba(255, 255, 255, 0.79);
  font-size: 17px;
}

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

.quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.quick-link {
  min-height: 40px;
  padding: 0 14px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  font-weight: 800;
}

.button {
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 900;
}

.button.primary {
  color: #063b42;
  background: var(--cyan);
  border: 0;
  font-weight: 700;
}

.button.secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.34);
}

.button.secondary.dark {
  color: #173242;
  background: #eef4f5;
  border-color: var(--line);
}

.button.primary:hover,
.button.primary:active,
.tab.cta:hover {
  background: #12b6a8;
}

.button.secondary:hover {
  background: rgba(255, 255, 255, 0.14);
}

.button.secondary.dark:hover {
  background: #e4ecef;
}

.button.quiet {
  width: 100%;
  color: var(--cyan-dark);
  background: #edf8f7;
  border-color: #c9e8e5;
}

.button.quiet:hover {
  background: #dff3f1;
}

.button.small {
  min-height: 42px;
  padding: 0 16px;
}

button:disabled,
.button:disabled {
  cursor: not-allowed;
  opacity: 0.7;
  transform: none;
}

.trust-strip {
  position: absolute;
  right: clamp(18px, 4vw, 48px);
  bottom: clamp(14px, 3vw, 30px);
  left: clamp(18px, 4vw, 48px);
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  backdrop-filter: blur(12px);
}

.trust-strip article {
  padding: 16px 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.trust-strip article:last-child {
  border-right: 0;
}

.trust-strip strong {
  display: block;
  color: var(--cyan);
  font-size: 22px;
  line-height: 1;
}

.trust-strip span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}

.section-panel,
.entry-grid article,
.product-preview article,
.case-teaser article,
.content-panel,
.sales-grid article,
.comparison-table,
.resource-table,
.process-grid article,
.solution-grid article,
.case-grid article,
.data-case-list article,
.about-grid article,
.business-list article,
.contact-info,
.contact-form {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 26px rgba(8, 28, 40, 0.05);
}

.section-panel {
  margin-top: 22px;
  padding: clamp(20px, 3vw, 30px);
}

.entry-grid-wrap {
  margin-top: 22px;
}

.section-head,
.page-head {
  width: min(760px, 100%);
  margin-bottom: 20px;
}

.section-head h2,
.page-head h2 {
  max-width: 16ch;
}

.priority-card h3,
.product-preview h3,
.sales-grid h3,
.solution-grid h3,
.case-grid h3,
.about-grid h3,
.contact-info h3 {
  max-width: 18ch;
}

.case-aside-copy h3 {
  max-width: 14ch;
}

.section-head p:not(.eyebrow),
.page-head p,
.content-panel p,
.contact-info p {
  color: var(--muted);
}

.loop-flow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
}

.loop-path {
  margin: 0 0 18px;
  padding: 12px 14px;
  color: #173242;
  background: #edf7f7;
  border: 1px solid #c9e8e5;
  border-radius: 8px;
  font-weight: 900;
}

.loop-flow article {
  position: relative;
  display: grid;
  gap: 10px;
  align-content: start;
  min-height: 242px;
  padding: 18px;
  overflow: visible;
  background: linear-gradient(180deg, #ffffff, #f5fbfb);
  border: 1px solid #d7e8e9;
  border-radius: 14px;
  box-shadow: 0 16px 36px rgba(8, 28, 40, 0.07);
}

.loop-flow article::after {
  position: absolute;
  top: 50%;
  right: -19px;
  z-index: 2;
  width: 10px;
  height: 10px;
  content: "";
  background: transparent;
  border-top: 2px solid var(--cyan-dark);
  border-right: 2px solid var(--cyan-dark);
  opacity: 0.55;
  transform: translateY(-50%) rotate(45deg);
}

.loop-flow article:last-child::after {
  content: none;
}

.loop-flow span,
.process-grid span {
  color: var(--cyan-dark);
  font-weight: 900;
}

.flow-card-head {
  display: grid;
  gap: 10px;
  align-content: start;
  justify-items: start;
  min-height: auto;
}

.flow-title-row {
  display: flex;
  align-items: center;
}

.flow-icon {
  display: block;
  width: 70px;
  height: 70px;
  margin: 0;
  object-fit: contain;
}

.loop-flow b,
.entry-grid b,
.process-grid b {
  display: block;
  margin: 2px 0 0;
  font-size: 19px;
  line-height: 1.26;
}

.loop-flow b {
  margin-top: -2px;
}

.flow-title-row b {
  margin: 0;
}

.loop-flow p,
.entry-grid span,
.process-grid p,
.solution-grid dd,
.case-grid p {
  color: var(--muted);
}

.process-grid p strong,
.case-grid b {
  color: #173242;
}

.entry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 18px;
}

.entry-grid article {
  padding: 18px;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.entry-grid article:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.priority-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) repeat(2, minmax(0, 0.8fr));
  gap: 16px;
}

.inline-tip {
  margin: 16px 0 0;
  padding: 12px 14px;
  color: #173242;
  background: #edf7f7;
  border: 1px solid #c9e8e5;
  border-radius: 8px;
  font-weight: 800;
}

.priority-card {
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  gap: 12px;
  align-content: start;
  height: 100%;
  padding: 18px;
  background: #f8fbfc;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.priority-card span {
  display: inline-flex;
  width: fit-content;
  padding: 4px 9px;
  color: #053236;
  background: #dcf6f2;
  border: 1px solid #b9e7e1;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 900;
}

.priority-card p,
.priority-card li {
  color: var(--muted);
}

.priority-card ul {
  display: grid;
  align-content: start;
  gap: 8px;
  padding-left: 18px;
  margin: 0;
}

.priority-card .button {
  align-self: end;
  justify-self: stretch;
}

.priority-card.featured {
  background:
    linear-gradient(135deg, rgba(22, 199, 183, 0.12), rgba(22, 199, 183, 0.03)),
    var(--white);
  border-color: #b9e7e1;
  box-shadow: 0 12px 30px rgba(8, 28, 40, 0.08);
}

.capability-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.capability-strip span {
  padding: 8px 11px;
  color: #173242;
  background: #f3f8f9;
  border: 1px solid var(--line);
  border-radius: 6px;
  font-size: 14px;
  font-weight: 800;
}

.home-case-panel {
  background:
    linear-gradient(180deg, rgba(22, 199, 183, 0.08), rgba(22, 199, 183, 0)),
    var(--white);
}

.home-case-panel .section-head {
  width: 100%;
}

.home-case-panel .section-head h2,
.home-case-panel .section-head p {
  max-width: none;
}

.case-teaser.home-case-teaser {
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}

.case-teaser.home-case-teaser article {
  display: grid;
  align-content: start;
  gap: 12px;
  overflow: hidden;
  padding: 0;
}

.home-case-teaser figure {
  height: 158px;
  margin: 0;
  overflow: hidden;
  background: #edf4f6;
}

.home-case-teaser img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.home-case-teaser article:hover img {
  transform: scale(1.04);
}

.home-case-teaser span {
  display: inline-flex;
  width: fit-content;
  padding: 4px 9px;
  color: #053236;
  background: #dcf6f2;
  border: 1px solid #b9e7e1;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 900;
}

.home-case-teaser span,
.home-case-teaser h3,
.home-case-teaser p {
  margin-right: 18px;
  margin-left: 18px;
}

.home-case-teaser h3,
.home-case-teaser p {
  margin-bottom: 0;
}

.home-case-teaser p {
  margin-bottom: 18px;
}

.home-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px 24px;
  align-items: center;
}

.home-final-cta h3,
.home-final-cta p {
  max-width: none;
  margin-bottom: 0;
}

.home-final-cta .button {
  justify-self: end;
  white-space: nowrap;
}

.home-contact-panel {
  background:
    radial-gradient(circle at 12% 12%, rgba(22, 199, 183, 0.12), transparent 28%),
    linear-gradient(135deg, #ffffff, #f4fbfb);
}

.home-contact-panel .section-head {
  width: min(920px, 100%);
}

.home-contact-panel .section-head h2 {
  max-width: 16ch;
}

.home-contact-form {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.home-contact-form label {
  font-weight: 500;
}

.home-contact-form label span {
  font-weight: 600;
}

.home-contact-form input,
.home-contact-form select,
.home-contact-form textarea {
  font-weight: 400;
  background: rgba(255, 255, 255, 0.82);
}

.product-preview,
.case-teaser,
.about-grid,
.business-list,
.data-case-list {
  display: grid;
  gap: 16px;
}

.appliance-cards {
  margin-top: 18px;
}

.appliance-section-block .appliance-cards,
.appliance-section-block .comparison-table,
.appliance-section-block .model-capability-grid {
  margin-top: 0;
}

.appliance-section-block .comparison-table {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.appliance-cards article {
  display: flex;
  flex-direction: column;
}

.appliance-cards .button {
  align-self: flex-start;
  margin-top: auto;
}

#appliance .model-capability-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-preview,
.case-teaser,
.about-grid {
  grid-template-columns: repeat(3, 1fr);
}

.product-preview article,
.case-teaser article,
.about-grid article,
.business-list article,
.data-case-list article {
  padding: 18px;
}

.product-preview span,
.about-grid span,
.data-case-list em {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 12px;
  padding: 4px 9px;
  color: #053236;
  background: #dcf6f2;
  border: 1px solid #b9e7e1;
  border-radius: 5px;
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
}

.product-preview p,
.case-teaser span,
.about-grid p,
.business-list span,
.data-case-list span {
  color: var(--muted);
}

.text-link {
  min-height: 34px;
  padding: 0;
  color: var(--cyan-dark);
  background: transparent;
  border: 0;
  font-weight: 900;
}

.case-teaser {
  grid-template-columns: repeat(4, 1fr);
}

.case-teaser b {
  display: block;
  color: var(--cyan-dark);
  font-size: 24px;
}

.page-head {
  margin-top: 4px;
}

.page-head h2,
.section-head h2 {
  max-width: none;
}

.split,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
  gap: 18px;
  align-items: stretch;
}

.compute-intro {
  align-items: stretch;
}

.compute-overview-panel {
  margin-top: 4px;
}

.compute-overview-panel .page-head,
.appliance-overview-panel .page-head {
  margin-top: 0;
}

.appliance-overview-panel {
  margin-top: 4px;
}

.solutions-industry-panel {
  margin-top: 4px;
}

.appliance-overview-panel .media-panel,
.appliance-overview-panel .content-panel {
  height: 252px;
  min-height: 252px;
}

.appliance-overview-panel .media-panel img {
  object-position: 50% 68%;
}

.compute-intro .media-panel,
.compute-intro .content-panel {
  min-height: 272px;
}

.media-panel,
.wide-media {
  position: relative;
  min-height: clamp(240px, 28vw, 310px);
  margin: 0;
  overflow: hidden;
  background: var(--navy-2);
  border-radius: 8px;
}

.wide-media {
  min-height: clamp(220px, 25vw, 280px);
  margin-bottom: 16px;
}

.media-panel img,
.wide-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.media-panel::after,
.wide-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 58%, rgba(5, 17, 25, 0.22));
  pointer-events: none;
}

.content-panel {
  padding: clamp(20px, 2.6vw, 28px);
}

.compute-panel {
  display: grid;
  align-content: start;
  gap: 16px;
}

.compute-panel-copy {
  display: grid;
  gap: 8px;
}

.compute-panel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.compute-spec-grid,
.question-strip,
.model-capability-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.compute-section-block {
  margin-top: 22px;
}

.compact-section-head {
  width: min(760px, 100%);
  margin-bottom: 20px;
}

.compute-section-block .compute-spec-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 0;
}

.compute-spec-grid article,
.question-strip article,
.model-capability-grid article {
  padding: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 26px rgba(8, 28, 40, 0.05);
}

.compute-spec-grid article {
  display: flex;
  flex-direction: column;
}

.compute-spec-grid article p {
  margin-bottom: 16px;
}

.chips.compact {
  margin-top: auto;
}

.chips.compact span {
  font-size: 13px;
}

.compute-panel-grid article {
  display: grid;
  gap: 6px;
  padding: 12px 13px;
  background: #f7fafb;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.compute-panel-grid strong {
  color: #173242;
  font-size: 15px;
}

.compute-panel-grid span {
  color: var(--muted);
  font-size: 13px;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.chips span {
  padding: 7px 10px;
  color: #053236;
  background: #dcf6f2;
  border: 1px solid #b9e7e1;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 800;
}

.sales-grid,
.process-grid,
.solution-grid,
.case-grid {
  display: grid;
  gap: 14px;
  margin-top: 16px;
}

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

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

.compute-section-block .compute-story-grid,
.compute-section-block .resource-table {
  margin-top: 0;
}

.compute-section-block .resource-table {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.sales-grid article,
.process-grid article,
.solution-grid article,
.case-grid article {
  padding: 18px;
}

.sales-grid ul {
  display: grid;
  gap: 8px;
  padding-left: 18px;
  margin: 0;
  color: var(--muted);
}

.story-card {
  display: grid;
  gap: 12px;
  align-content: start;
  min-height: 100%;
  padding: 22px;
  background: var(--white);
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.story-card:hover {
  border-color: #b8dfe0;
  box-shadow: 0 14px 32px rgba(8, 28, 40, 0.08);
  transform: translateY(-2px);
}

.story-card h3 {
  max-width: none;
  margin-bottom: 2px;
}

.story-list,
.story-steps {
  display: grid;
  gap: 10px;
  align-content: start;
}

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

.story-list span,
.story-steps span {
  display: grid;
  align-items: center;
  min-height: 46px;
  padding: 10px 12px;
  color: #173242;
  background: #f4f8f9;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 800;
}

.story-steps span {
  position: relative;
  padding-left: 40px;
}

.story-steps .wide {
  grid-column: 1 / -1;
}

.story-steps span::before {
  position: absolute;
  left: 12px;
  width: 18px;
  height: 18px;
  color: #053236;
  content: "•";
  font-size: 18px;
  line-height: 18px;
}

.comparison-table {
  margin-top: 18px;
  overflow: hidden;
}

.resource-table {
  margin-top: 18px;
  overflow: hidden;
  padding: 16px 18px;
}

.table-row {
  display: grid;
  grid-template-columns: 0.75fr 1.15fr 1.3fr 1.2fr 1.55fr;
  gap: 14px;
  padding: 15px 16px;
  border-bottom: 1px solid var(--line);
}

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

.table-head {
  color: #173242;
  background: #edf5f7;
  font-size: 14px;
}

.table-row span {
  color: var(--muted);
}

.resource-table .table-row {
  grid-template-columns: 0.92fr 1.28fr 1.12fr;
  gap: 18px;
  padding: 16px 6px;
  margin-bottom: 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #e7eef2;
  border-radius: 0;
}

.resource-head {
  color: #173242;
  background: transparent;
}

.resource-table .table-row:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

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

.data-question-panel {
  margin-top: 4px;
}

.data-question-flow {
  position: relative;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin-top: 0;
}

.data-question-flow article {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-content: start;
  gap: 10px;
}

.data-question-flow article:not(:last-child)::after {
  position: absolute;
  top: 24px;
  right: -27px;
  z-index: 2;
  width: 24px;
  height: 12px;
  content: "";
  background: #48bdb3;
  clip-path: polygon(0 42%, 68% 42%, 68% 0, 100% 50%, 68% 100%, 68% 58%, 0 58%);
}

.question-index {
  display: inline-grid;
  place-items: center;
  min-width: 30px;
  height: 24px;
  padding: 0 6px;
  color: var(--cyan-dark);
  background: #edf8f7;
  border: 1px solid #c6e9e5;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.question-title-row {
  display: flex;
  align-items: center;
  gap: 9px;
}

.question-title-row h3 {
  margin: 0;
}

.question-outcome {
  align-self: end;
  width: fit-content;
  margin-top: 6px;
  padding: 6px 9px;
  color: #066c68;
  background: #edf8f7;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 600;
}

.data-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.data-timeline::before {
  position: absolute;
  top: 20px;
  right: 8.333%;
  left: 8.333%;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, #16c7b7, rgba(22, 199, 183, 0.25));
}

.data-timeline li {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 12px;
  min-width: 0;
  text-align: center;
}

.timeline-marker {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  color: #053236;
  background: #dcf6f2;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #9ddfd8;
  font-size: 13px;
  font-weight: 700;
}

.timeline-content {
  display: grid;
  justify-items: center;
  gap: 8px;
}

.timeline-content h3 {
  margin: 0;
  font-size: 18px;
}

.timeline-content p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.timeline-output {
  padding: 5px 8px;
  color: #066c68;
  background: #f0f8f7;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
}

.process-grid .deliverable {
  margin: 14px 0 0;
  padding: 10px 12px;
  color: #173242;
  background: #f0f8f7;
  border-left: 3px solid var(--cyan);
  border-radius: 6px;
  font-weight: 800;
}

.model-wall {
  margin-top: 14px;
}

.cta-panel {
  display: grid;
  gap: 10px;
}

.cta-panel h3,
.cta-panel p {
  margin-bottom: 0;
}

.cta-panel .button {
  width: fit-content;
  margin-top: 8px;
}

.compute-lead-simple .section-head,
.appliance-lead-simple .section-head,
.solutions-lead-simple .section-head,
.data-lead-simple .section-head {
  width: 100%;
  max-width: none;
  margin-bottom: 14px;
}

.compute-lead-simple h2,
.appliance-lead-simple h2,
.solutions-lead-simple h2,
.data-lead-simple h2 {
  max-width: none;
  margin-bottom: 8px;
}

.compute-lead-simple p,
.appliance-lead-simple p,
.solutions-lead-simple p,
.data-lead-simple p {
  max-width: none;
}

.contact-form.inline-lead-form {
  width: 100%;
  gap: 16px 18px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.contact-form.inline-lead-form label {
  gap: 8px;
  font-weight: 500;
}

.contact-form.inline-lead-form input,
.contact-form.inline-lead-form select,
.contact-form.inline-lead-form textarea {
  min-height: 48px;
  padding: 12px 14px;
  background: var(--white);
  border-color: #d8e3e9;
  font-weight: 400;
}

.contact-form.inline-lead-form option,
.contact-form.inline-lead-form input::placeholder,
.contact-form.inline-lead-form textarea::placeholder {
  font-weight: 400;
}

.contact-form.inline-lead-form textarea {
  min-height: 140px;
}

.contact-form.inline-lead-form button {
  min-height: 48px;
  padding: 0 20px;
  color: #063b42;
  background: var(--cyan);
  border: 0;
  border-radius: 6px;
  font-weight: 700;
}

.contact-form.inline-lead-form .form-status:empty {
  display: none;
}

.ai-overview-panel {
  margin-top: 4px;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 18%, rgba(22, 199, 183, 0.1), transparent 30%),
    var(--white);
}

.ai-overview-layout {
  display: grid;
  grid-template-columns: minmax(310px, 0.82fr) minmax(0, 1.35fr);
  gap: 28px;
  align-items: stretch;
}

.ai-overview-copy {
  display: grid;
  align-content: center;
}

.ai-overview-copy .section-head {
  width: 100%;
  margin-bottom: 16px;
}

.ai-overview-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ai-overview-tags span {
  padding: 7px 10px;
  color: #066c68;
  background: #edf8f7;
  border: 1px solid #d0ebe8;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 600;
}

.ai-architecture {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  min-height: 210px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(135deg, #082d3a, #0c5960);
  border: 1px solid rgba(22, 199, 183, 0.35);
  border-radius: 8px;
}

.ai-architecture > div {
  position: relative;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 9px;
  min-width: 0;
  padding: 20px 10px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.ai-architecture > div:last-child {
  border-right: 0;
}

.ai-architecture > div:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -5px;
  z-index: 2;
  width: 8px;
  height: 8px;
  content: "";
  border-top: 2px solid #42d5c8;
  border-right: 2px solid #42d5c8;
  transform: translateY(-50%) rotate(45deg);
}

.ai-architecture span {
  color: #51dfd1;
  font-size: 13px;
  font-weight: 800;
}

.ai-architecture b {
  font-size: 17px;
}

.ai-architecture small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
}

.ai-capability-grid,
.ai-delivery-grid {
  display: grid;
  gap: 14px;
}

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

.ai-capability-grid article,
.ai-delivery-grid article {
  display: grid;
  align-content: start;
  min-width: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 26px rgba(8, 28, 40, 0.05);
}

.ai-capability-grid article {
  grid-template-rows: auto auto 1fr auto;
  gap: 10px;
  padding: 18px;
  border-top: 3px solid #74d7ce;
}

.ai-capability-index {
  color: var(--cyan-dark);
  font-size: 13px;
  font-weight: 800;
}

.ai-capability-grid h3,
.ai-capability-grid p {
  margin: 0;
}

.ai-capability-grid p {
  color: var(--muted);
  line-height: 1.65;
}

.ai-capability-grid strong {
  width: fit-content;
  margin-top: 4px;
  padding: 6px 9px;
  color: #066c68;
  background: #edf8f7;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 600;
}

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

.ai-delivery-grid article {
  grid-template-rows: auto auto 1fr auto;
  gap: 10px;
  padding: 20px;
  background: linear-gradient(180deg, #fff, #f6fbfb);
}

.ai-delivery-grid article > span {
  width: fit-content;
  padding: 5px 8px;
  color: #066c68;
  background: #dcf6f2;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
}

.ai-delivery-grid h3,
.ai-delivery-grid p {
  margin: 0;
}

.ai-delivery-grid p {
  color: var(--muted);
  line-height: 1.65;
}

.ai-delivery-grid .button {
  justify-self: start;
  margin-top: 6px;
  color: #173242;
  background: #eef4f5;
  border-color: var(--line);
}

.ai-delivery-grid .button:hover {
  background: #e4ecef;
}

.ai-process {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.ai-process::before {
  position: absolute;
  top: 18px;
  right: 10%;
  left: 10%;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, #16c7b7, rgba(22, 199, 183, 0.25));
}

.ai-process li {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 12px;
  min-width: 0;
  text-align: center;
}

.ai-process li > span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: #053236;
  background: #dcf6f2;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #9ddfd8;
  font-size: 12px;
  font-weight: 800;
}

.ai-process li > div {
  display: grid;
  justify-items: center;
  gap: 8px;
}

.ai-process h3,
.ai-process p {
  margin: 0;
}

.ai-process h3 {
  font-size: 18px;
}

.ai-process p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.ai-process strong {
  padding: 5px 8px;
  color: #066c68;
  background: #f0f8f7;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
}

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

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

.solutions-industry-panel .industry-solution-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 0;
}

.industry-solution-card {
  display: grid;
  grid-template-rows: 148px 1fr;
  padding: 0 !important;
  overflow: hidden;
}

.industry-card-media {
  height: 148px;
  background-image: url("./assets/industry-ai-scenes.webp");
  background-repeat: no-repeat;
  background-size: 300% auto;
}

.industry-education {
  background-position: 0 18%;
}

.industry-medical {
  background-position: 50% 18%;
}

.industry-legal {
  background-position: 100% 18%;
}

.industry-brand {
  background-position: 0 82%;
}

.industry-card-body {
  display: grid;
  grid-template-rows: auto 1fr;
  padding: 16px;
}

.industry-card-body h3 {
  margin-bottom: 14px;
}

.solution-grid .industry-details {
  grid-template-columns: 1fr;
  gap: 9px;
}

.industry-details > div {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  padding: 9px;
  background: #f7fafb;
  border: 1px solid var(--line);
  border-radius: 7px;
}

.solution-grid .industry-details dd {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
}

.solution-grid dl {
  display: grid;
  gap: 6px;
  margin: 0;
}

.solution-grid dt {
  width: fit-content;
  padding: 2px 8px;
  color: #053236;
  background: #dcf6f2;
  border: 1px solid #b9e7e1;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 900;
}

.solution-grid dd {
  margin: 0 0 8px;
}

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

.case-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.case-filters button,
.need-pills button {
  min-height: 38px;
  padding: 0 12px;
  color: #173242;
  background: #eef4f5;
  border: 1px solid var(--line);
  border-radius: 6px;
  font-weight: 900;
}

.case-filters button.active,
.need-pills button.active {
  color: #063b42;
  background: var(--cyan);
  border-color: var(--cyan);
  font-weight: 700;
}

.case-grid strong {
  display: block;
  color: var(--cyan-dark);
  font-size: 28px;
  line-height: 1;
}

.case-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: 18px;
  align-items: start;
}

.case-aside {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 26px rgba(8, 28, 40, 0.05);
}

.case-media {
  min-height: 220px;
  margin: 0;
  overflow: hidden;
  background: var(--navy-2);
}

.case-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.case-aside-copy {
  padding: 20px;
}

.case-aside-copy p,
.case-aside-copy li {
  color: var(--muted);
}

.case-aside-copy ul {
  display: grid;
  gap: 8px;
  padding-left: 18px;
  margin: 16px 0 0;
}

.case-grid article {
  display: grid;
  align-content: start;
  gap: 10px;
}

.case-grid article.is-hidden {
  display: none;
}

.case-grid h3,
.case-grid p {
  margin-bottom: 0;
}

.case-grid b {
  color: #173242;
}

#contact .contact-layout {
  grid-template-columns: minmax(320px, 0.7fr) minmax(0, 1.3fr);
  gap: 22px;
  margin-top: 22px;
}

#contact .contact-info {
  gap: 20px;
  padding: 24px;
}

.contact-info > div:first-child h3,
.contact-info > div:first-child p {
  margin: 0;
}

.contact-info > div:first-child p {
  margin-top: 8px;
}

.contact-info .need-pills {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 0;
}

.contact-info .need-pills button {
  min-width: 0;
  font-weight: 700;
}

.official-account-card {
  display: grid;
  grid-template-columns: 164px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 16px;
  background: linear-gradient(135deg, #eef8f7, #f9fcfc);
  border: 1px solid #d3e8e6;
  border-radius: 8px;
}

.official-account-card img {
  display: block;
  width: 164px;
  height: 164px;
  object-fit: contain;
  background: #fff;
  border: 8px solid #fff;
  border-radius: 6px;
  box-shadow: 0 6px 20px rgba(8, 28, 40, 0.08);
}

.official-account-card > div {
  display: grid;
  gap: 8px;
}

.official-account-card span {
  color: #067b75;
  font-size: 12px;
  font-weight: 700;
}

.official-account-card h3,
.official-account-card p {
  margin: 0;
}

.official-account-card h3 {
  font-size: 19px;
}

.official-account-card p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.contact-info .contact-meta {
  gap: 8px;
}

.contact-info .contact-meta > div {
  display: grid;
  gap: 5px;
  padding: 12px 14px;
  background: #f7fafb;
  border: 1px solid var(--line);
  border-radius: 7px;
}

.contact-info .contact-meta span {
  font-size: 12px;
}

.contact-info .contact-meta strong {
  color: #173242;
  font-size: 14px;
  line-height: 1.5;
}

.contact-page-form {
  align-content: start;
  padding: 24px;
}

.contact-page-form .form-head {
  grid-column: 1 / -1;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.contact-page-form .form-head h3,
.contact-page-form .form-head p {
  margin: 0;
}

.contact-page-form .form-head p {
  margin-top: 7px;
  color: var(--muted);
  font-size: 13px;
}

.contact-form.contact-page-form label,
.contact-form.contact-page-form label span {
  font-weight: 500;
}

.contact-form.contact-page-form input,
.contact-form.contact-page-form select,
.contact-form.contact-page-form textarea,
.contact-form.contact-page-form option,
.contact-form.contact-page-form input::placeholder,
.contact-form.contact-page-form textarea::placeholder {
  font-weight: 400;
}

.contact-form.contact-page-form button {
  font-weight: 700;
}

.contact-submit-panel {
  margin-top: 4px;
}

.contact-page-head {
  margin-bottom: 28px;
}

.contact-submit-panel .contact-page-form {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.contact-submit-panel .contact-page-form .form-head {
  padding-bottom: 16px;
}

.contact-info {
  display: grid;
  gap: 12px;
  align-content: start;
  padding: 22px;
}

.contact-meta {
  display: grid;
  gap: 6px;
}

.qr-placeholder {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 14px;
  align-items: center;
  padding: 14px;
  background: #f7fafb;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.qr-box {
  width: 96px;
  height: 96px;
  background:
    linear-gradient(90deg, #173242 12%, transparent 12%) 0 0 / 16px 16px,
    linear-gradient(#173242 12%, transparent 12%) 0 0 / 16px 16px,
    #eef4f5;
  border: 1px solid #c9d6dd;
  border-radius: 8px;
}

.need-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.contact-info span {
  color: var(--muted);
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  padding: 22px;
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: #173242;
  font-weight: 800;
}

.contact-form label span {
  font-size: 14px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  color: var(--ink);
  background: #fbfdfe;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.contact-form input[aria-invalid="true"],
.contact-form select[aria-invalid="true"],
.contact-form textarea[aria-invalid="true"] {
  border-color: #d92d20;
}

.contact-form textarea {
  min-height: 128px;
  resize: vertical;
}

.contact-form .full,
.contact-form .form-status,
.contact-form button {
  grid-column: 1 / -1;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--muted);
  font-weight: 800;
}

.form-status.success {
  color: var(--cyan-dark);
}

.form-status.error {
  color: #b42318;
}

.form-status.loading {
  color: #173242;
}

.contact-form button {
  min-height: 50px;
  color: #063b42;
  background: var(--cyan);
  border: 0;
  border-radius: 6px;
  font-weight: 700;
}

.contact-form button.is-loading::after {
  content: " ...";
}

.home-contact-form label {
  font-weight: 500;
}

.home-contact-form label span {
  font-weight: 600;
}

.home-contact-form input,
.home-contact-form select,
.home-contact-form textarea {
  font-weight: 400;
}

.about-hero-panel {
  margin-top: 4px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 12% 18%, rgba(81, 223, 209, 0.2), transparent 30%),
    linear-gradient(135deg, #061f2b, #0a4f57);
  border-color: rgba(22, 199, 183, 0.32);
}

.about-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(430px, 0.95fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  min-height: 330px;
}

.about-eyebrow {
  margin: 0 0 14px;
  color: #51dfd1;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.about-hero-copy h2 {
  max-width: none;
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(36px, 4.6vw, 62px);
  line-height: 1.12;
}

.about-hero-copy > p:not(.about-eyebrow) {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  line-height: 1.8;
}

.about-hero-copy > strong {
  display: block;
  margin-top: 24px;
  color: #7ce8de;
  font-size: 15px;
  letter-spacing: 0.08em;
}

.about-positioning-map {
  display: grid;
  gap: 12px;
}

.about-positioning-map article {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 17px 18px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}

.about-positioning-map span {
  color: #51dfd1;
  font-size: 13px;
  font-weight: 800;
}

.about-positioning-map article > div {
  display: grid;
  gap: 5px;
}

.about-positioning-map b {
  font-size: 18px;
}

.about-positioning-map small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
}

.about-proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  background: #f5faf9;
  border: 1px solid #d8ebe9;
  border-radius: 8px;
}

.about-proof-strip article {
  padding: 24px 18px;
  text-align: center;
  border-right: 1px solid #d8ebe9;
}

.about-proof-strip article:last-child {
  border-right: 0;
}

.about-proof-strip strong {
  display: block;
  color: #063b42;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1;
}

.about-proof-strip span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
}

.about-business-grid,
.about-practice-grid {
  display: grid;
  gap: 14px;
}

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

.about-business-grid article {
  display: grid;
  grid-template-rows: auto auto 1fr auto auto;
  gap: 11px;
  min-width: 0;
  padding: 20px;
  background: linear-gradient(180deg, #fff, #f7fbfb);
  border: 1px solid var(--line);
  border-top: 3px solid #74d7ce;
  border-radius: 8px;
  box-shadow: 0 8px 26px rgba(8, 28, 40, 0.05);
}

.about-business-grid article > span {
  color: var(--cyan-dark);
  font-size: 13px;
  font-weight: 700;
}

.about-business-grid h3,
.about-business-grid p {
  margin: 0;
}

.about-business-grid h3 {
  font-size: 21px;
}

.about-business-grid p {
  color: var(--muted);
  line-height: 1.7;
}

.about-business-grid article > div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.about-business-grid article > div b {
  padding: 5px 8px;
  color: #066c68;
  background: #eaf7f5;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
}

.about-business-grid a {
  width: fit-content;
  color: #067b75;
  font-size: 14px;
  font-weight: 700;
}

.about-chain {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.about-chain::before {
  position: absolute;
  top: 18px;
  right: 10%;
  left: 10%;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, #16c7b7, rgba(22, 199, 183, 0.25));
}

.about-chain li {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 9px;
  min-width: 0;
  text-align: center;
}

.about-chain li > span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: #053236;
  background: #dcf6f2;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #9ddfd8;
  font-size: 12px;
  font-weight: 800;
}

.about-chain h3,
.about-chain p {
  margin: 0;
}

.about-chain h3 {
  font-size: 18px;
}

.about-chain p {
  color: var(--muted);
  font-size: 13px;
}

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

.about-practice-grid article {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 26px rgba(8, 28, 40, 0.05);
}

.about-practice-grid article > span {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  margin: 0;
  background: rgba(234, 247, 245, 0.94);
  box-shadow: 0 4px 14px rgba(8, 28, 40, 0.12);
  backdrop-filter: blur(6px);
}

.about-practice-grid figure {
  height: 170px;
  margin: 0;
  overflow: hidden;
  background: #eaf1f3;
}

.about-practice-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-practice-grid .is-document {
  padding: 8px;
  background: #f4f0e7;
}

.about-practice-grid .is-document img {
  object-fit: contain;
}

.about-practice-grid article > div {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.about-practice-grid span {
  width: fit-content;
  padding: 5px 8px;
  color: #066c68;
  background: #eaf7f5;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
}

.about-practice-grid h3,
.about-practice-grid p {
  margin: 0;
}

.about-practice-grid h3 {
  max-width: none;
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.4;
  white-space: nowrap;
}

.about-practice-grid p {
  color: var(--muted);
  line-height: 1.7;
}

.about-closing-panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: end;
  color: #fff;
  background: linear-gradient(135deg, #082d3a, #0c5960);
  border-color: rgba(22, 199, 183, 0.35);
}

.about-closing-panel h2 {
  max-width: none;
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.15;
  white-space: nowrap;
}

.about-closing-panel div > p:last-child {
  max-width: 680px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.about-contact-form {
  margin-top: 6px;
}

.about-contact-form label {
  color: rgba(255, 255, 255, 0.82) !important;
}

.about-contact-form .form-status {
  color: rgba(255, 255, 255, 0.78);
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 24px;
  padding: 18px 20px 32px;
  color: var(--muted);
  font-size: 13px;
}

.mobile-consult {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 24;
  display: none;
  min-height: 48px;
  padding: 0 18px;
  color: #063b42;
  background: var(--cyan);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(8, 28, 40, 0.18);
  font-weight: 700;
}

@media (max-width: 1120px) {
  #contact .contact-layout {
    grid-template-columns: 1fr;
  }

  .about-hero-layout {
    grid-template-columns: 1fr;
  }

  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .brand {
    min-width: 0;
  }

  .tabs {
    width: 100%;
  }

  .loop-flow {
    grid-template-columns: repeat(2, 1fr);
  }

  .solutions-industry-panel .industry-solution-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

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

  .compute-panel-grid,
  .compute-spec-grid,
  .question-strip,
  .model-capability-grid,
  .story-list,
  .story-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .compute-section-block .compute-spec-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .loop-flow article::after {
    content: none;
  }

  .split,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .appliance-overview-panel .media-panel {
    height: 230px;
    min-height: 230px;
  }

  .appliance-overview-panel .content-panel {
    height: auto;
    min-height: 0;
  }

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

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

  .comparison-table {
    overflow-x: auto;
  }

  .table-row {
    min-width: 920px;
  }

  .resource-table {
    overflow-x: auto;
  }

  .resource-table .table-row {
    min-width: 760px;
  }
}

@media (max-width: 760px) {
  .official-account-card {
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 14px;
    padding: 14px;
  }

  .official-account-card img {
    width: 120px;
    height: 120px;
  }

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

  .about-proof-strip article:nth-child(2) {
    border-right: 0;
  }

  .about-proof-strip article:nth-child(-n + 2) {
    border-bottom: 1px solid #d8ebe9;
  }

  .about-business-grid,
  .about-practice-grid,
  .about-closing-panel {
    grid-template-columns: 1fr;
  }

  .about-chain {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .about-chain::before {
    top: 18px;
    right: auto;
    bottom: 18px;
    left: 17px;
    width: 2px;
    height: auto;
  }

  .about-chain li {
    grid-template-columns: 36px minmax(0, 1fr);
    grid-template-rows: auto auto;
    justify-items: start;
    gap: 14px;
    padding-bottom: 24px;
    text-align: left;
  }

  .about-chain li:last-child {
    padding-bottom: 0;
  }

  .about-chain li > span {
    grid-row: 1 / span 2;
  }

  .about-chain h3,
  .about-chain p {
    grid-column: 2;
  }

  .about-chain h3 {
    grid-row: 1;
    align-self: center;
  }

  .about-chain p {
    grid-row: 2;
  }

  .about-closing-panel .button {
    justify-self: stretch;
  }

  .about-closing-panel h2 {
    white-space: normal;
  }

  html,
  body {
    scroll-padding-top: 96px;
  }

  .site-header {
    flex-flow: row wrap;
    align-items: center;
    gap: 12px;
    padding-inline: 14px;
  }

  .app-shell {
    width: min(100% - 28px, 1280px);
    padding-top: 18px;
    padding-bottom: 76px;
  }

  .brand {
    flex: 1 1 auto;
  }

  .brand small {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .tabs {
    order: 3;
    display: none;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .tabs.is-open {
    display: grid;
  }

  .tab {
    min-height: 40px;
    background: #eef4f5;
  }

  .tab.cta {
    margin-left: 0;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(30px, 8vw, 38px);
    line-height: 1.14;
    overflow-wrap: anywhere;
  }

  h2 {
    max-width: 100%;
    font-size: clamp(24px, 6.8vw, 32px);
  }

  h3 {
    max-width: 100%;
    font-size: 20px;
  }

  .hero {
    min-height: auto;
  }

  .hero-media {
    position: absolute;
  }

  .hero-overlay {
    background: rgba(5, 17, 25, 0.82);
  }

  .hero-content {
    padding: 24px;
  }

  .hero-lead {
    font-size: 16px;
  }

  .trust-strip {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 14px 14px;
  }

  .trust-strip article {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }

  .trust-strip strong {
    font-size: 21px;
  }

  .loop-flow,
  .priority-grid,
  .entry-grid,
  .product-preview,
  .case-teaser,
  .sales-grid,
  .process-grid,
  .solution-grid,
  .compute-spec-grid,
  .question-strip,
  .model-capability-grid,
  .about-grid,
  .case-layout,
  .case-grid,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .solutions-industry-panel .industry-solution-grid {
    grid-template-columns: 1fr;
  }

  .ai-architecture,
  .ai-capability-grid,
  .ai-delivery-grid,
  .ai-process {
    grid-template-columns: 1fr;
  }

  .ai-architecture {
    min-height: 0;
  }

  .ai-architecture > div {
    min-height: 92px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .ai-architecture > div:last-child {
    border-bottom: 0;
  }

  .ai-architecture > div:not(:last-child)::after {
    top: auto;
    right: 50%;
    bottom: -5px;
    transform: translateX(50%) rotate(135deg);
  }

  .ai-process {
    gap: 0;
  }

  .ai-process::before {
    top: 18px;
    right: auto;
    bottom: 18px;
    left: 17px;
    width: 2px;
    height: auto;
  }

  .ai-process li {
    grid-template-columns: 36px minmax(0, 1fr);
    justify-items: stretch;
    gap: 14px;
    padding-bottom: 24px;
    text-align: left;
  }

  .ai-process li:last-child {
    padding-bottom: 0;
  }

  .ai-process li > div {
    justify-items: start;
  }

  #appliance .model-capability-grid {
    grid-template-columns: 1fr;
  }

  .compute-section-block .compute-spec-grid {
    grid-template-columns: 1fr;
  }

  .business-list,
  .data-case-list {
    grid-template-columns: 1fr;
  }

  .resource-table,
  .comparison-table {
    overflow: visible;
  }

  .resource-table .table-row,
  .comparison-table .table-row {
    min-width: 0;
  }

  .resource-table .table-row,
  .comparison-table .table-row {
    grid-template-columns: 1fr;
  }

  .resource-head,
  .comparison-table .table-head {
    display: none;
  }

  .table-row {
    gap: 8px;
  }

  .media-panel,
  .wide-media {
    min-height: 210px;
  }

  .appliance-overview-panel .media-panel {
    height: 210px;
    min-height: 210px;
  }

  .data-question-flow {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .data-question-flow article:not(:last-child)::after {
    content: none;
  }

  .data-timeline {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .data-timeline::before {
    top: 20px;
    right: auto;
    bottom: 20px;
    left: 19px;
    width: 2px;
    height: auto;
  }

  .data-timeline li {
    grid-template-columns: 40px minmax(0, 1fr);
    justify-items: stretch;
    gap: 14px;
    padding-bottom: 24px;
    text-align: left;
  }

  .data-timeline li:last-child {
    padding-bottom: 0;
  }

  .timeline-content {
    justify-items: start;
  }

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

  .quick-links {
    flex-direction: column;
    align-items: stretch;
  }

  .capability-strip {
    display: grid;
    grid-template-columns: 1fr;
  }

  .home-final-cta {
    grid-template-columns: 1fr;
  }

  .home-final-cta .button {
    justify-self: stretch;
  }

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

  .page-home .mobile-consult {
    display: none;
  }

  .quick-link {
    width: 100%;
    justify-content: center;
  }

  .qr-placeholder {
    grid-template-columns: 1fr;
  }

  .mobile-consult {
    right: auto;
    bottom: 14px;
    left: 50%;
    min-width: 138px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-50%);
  }
}
