.industry-ai-page {
  --industry-blue-900: #102b57;
  --industry-blue-800: #123b7a;
  --industry-blue-700: #075fda;
  --industry-blue-600: #0d6efd;
  --industry-blue-500: #2d86ff;
  --industry-blue-100: #eaf4ff;
  --industry-cyan: #24c7f4;
  --industry-text: #14233f;
  --industry-muted: #63728c;
  --industry-line: rgba(31, 97, 178, 0.13);
  --industry-card: rgba(255, 255, 255, 0.9);
  --industry-shadow: 0 22px 54px rgba(39, 105, 185, 0.18);
  margin: 0;
  background: #f7fbff;
  color: var(--industry-text);
  font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
}

.industry-page,
.industry-page * {
  box-sizing: border-box;
}

.industry-page {
  min-width: 320px;
  overflow: hidden;
  background: #f7fbff;
}

.industry-page a {
  text-decoration: none;
}

.industry-page h1,
.industry-page h2,
.industry-page h3,
.industry-page p,
.industry-page ul,
.industry-page ol,
.industry-page dl,
.industry-page dd {
  margin: 0;
  padding: 0;
  letter-spacing: 0;
}

.industry-page ul,
.industry-page ol {
  list-style: none;
}

.industry-container {
  width: min(1200px, calc(100% - 80px));
  margin: 0 auto;
}

.industry-btn {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 26px;
  border: 1px solid rgba(13, 110, 253, 0.18);
  border-radius: 10px;
  font-size: 17px;
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.industry-btn svg {
  width: 18px;
  height: 18px;
}

.industry-btn:hover {
  transform: translateY(-2px);
}

.industry-btn-primary {
  color: #ffffff;
  background: linear-gradient(135deg, #0b66ff, #1686ff);
  box-shadow: 0 18px 34px rgba(13, 110, 253, 0.24);
}

.industry-btn-secondary {
  color: var(--industry-blue-700);
  background: rgba(255, 255, 255, 0.84);
}

.industry-hero {
  position: relative;
  min-height: 850px;
  overflow: hidden;
  padding: 86px 0 92px;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.96) 0 37%, rgba(226, 243, 255, 0.92) 37% 59%, rgba(246, 251, 255, 0.98) 59% 100%),
    #f7fbff;
}

.industry-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 8% 82%, rgba(13, 110, 253, 0.14), transparent 18%),
    radial-gradient(circle at 77% 20%, rgba(36, 199, 244, 0.16), transparent 24%),
    repeating-linear-gradient(0deg, rgba(13, 110, 253, 0.08) 0 1px, transparent 1px 16px),
    repeating-linear-gradient(90deg, rgba(13, 110, 253, 0.045) 0 1px, transparent 1px 66px);
  opacity: 0.72;
}

.industry-hero::after {
  position: absolute;
  right: -170px;
  top: 78px;
  width: 860px;
  height: 520px;
  content: "";
  border: 2px dashed rgba(13, 110, 253, 0.24);
  border-radius: 52% 48% 50% 50%;
  transform: rotate(-9deg);
  pointer-events: none;
}

.industry-hero-grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(420px, 520px) minmax(0, 1fr);
  gap: 56px;
  align-items: center;
}

.industry-hero-copy h1 {
  max-width: 560px;
  margin-top: 24px;
  color: #122446;
  font-size: 56px;
  line-height: 1.22;
  font-weight: 900;
}

.industry-hero-copy > p {
  max-width: 550px;
  margin-top: 24px;
  color: #31435f;
  font-size: 19px;
  line-height: 1.85;
  font-weight: 500;
}

.industry-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin: 0;
}

.industry-cta-group {
  max-width: 560px;
  margin-top: 34px;
  display: grid;
  row-gap: 44px;
  padding: 22px 20px 24px;
  border: 1px solid rgba(13, 110, 253, 0.08);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(238, 247, 255, 0.82));
  box-shadow: 0 16px 34px rgba(55, 111, 178, 0.04);
}

.industry-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.industry-proof div {
  min-height: 70px;
  padding: 12px 14px;
  border: 1px solid rgba(13, 110, 253, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.72);
}

.industry-proof dt {
  color: var(--industry-blue-700);
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
}

.industry-proof dd {
  margin-top: 6px;
  color: var(--industry-muted);
  font-size: 12px;
  line-height: 1.35;
}

.industry-visual {
  position: relative;
  min-height: 620px;
  margin-top: -6px;
}

.industry-platform-card {
  width: min(100%, 760px);
  margin-left: auto;
  padding: 18px;
  border: 1px solid rgba(13, 110, 253, 0.16);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 30px 64px rgba(39, 105, 185, 0.16);
  backdrop-filter: blur(14px);
}

.industry-platform-top {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.industry-platform-top span,
.industry-platform-footer span {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(13, 110, 253, 0.14);
  border-radius: 14px;
  color: #12325d;
  background: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 800;
}

.industry-platform-top i {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: linear-gradient(145deg, #0b66ff, #49c7ff);
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.42);
}

.industry-platform-banner {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  border-radius: 16px;
  color: #ffffff;
  background: linear-gradient(135deg, #0b66ff, #3ca2ff);
  font-size: 28px;
  font-weight: 900;
}

.industry-platform-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.industry-platform-item {
  min-height: 134px;
  padding: 18px 16px;
  border: 1px solid rgba(13, 110, 253, 0.14);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(29, 91, 170, 0.06);
}

.industry-platform-item i {
  display: block;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(13, 110, 253, 0.16), rgba(36, 199, 244, 0.16));
  position: relative;
}

.industry-platform-item i::after {
  position: absolute;
  inset: 9px;
  content: "";
  border: 2px solid var(--industry-blue-700);
  border-radius: 6px;
}

.industry-platform-item strong {
  display: block;
  color: #13294b;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 900;
}

.industry-platform-item span {
  display: block;
  margin-top: 8px;
  color: var(--industry-muted);
  font-size: 13px;
  line-height: 1.55;
}

.industry-platform-footer {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.industry-section {
  padding: 86px 0;
  background: #ffffff;
}

.industry-section-alt {
  border-top: 1px solid rgba(13, 110, 253, 0.08);
  border-bottom: 1px solid rgba(13, 110, 253, 0.08);
  background: linear-gradient(180deg, #f6fbff 0%, #eef7ff 100%);
}

.industry-section-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
  margin-bottom: 36px;
}

.industry-section-head-tight {
  gap: 10px;
  margin-bottom: 28px;
}

.industry-section-head h2,
.industry-lead h2 {
  max-width: min(1120px, 100%);
  color: #122446;
  font-size: 38px;
  line-height: 1.24;
  font-weight: 900;
  white-space: nowrap;
}

.industry-section-head p {
  max-width: 720px;
  color: var(--industry-muted);
  font-size: 16px;
  line-height: 1.75;
}

.industry-card {
  border: 1px solid var(--industry-line);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(38, 100, 176, 0.07);
}

.industry-pain-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.industry-pain-card {
  min-height: 222px;
  padding: 24px 20px;
}

.industry-num {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: var(--industry-blue-700);
  background: #dff0ff;
  font-size: 18px;
  font-weight: 900;
}

.industry-pain-card h3,
.industry-solution-card h3,
.industry-step h3,
.industry-value-card h3 {
  color: #122446;
  font-weight: 900;
}

.industry-pain-card h3 {
  margin-top: 22px;
  font-size: 18px;
  line-height: 1.36;
}

.industry-pain-card p,
.industry-solution-card p,
.industry-step p,
.industry-value-card p {
  color: var(--industry-muted);
  font-size: 14px;
  line-height: 1.72;
}

.industry-pain-card p {
  margin-top: 14px;
}

.industry-solution-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.industry-solution-card {
  position: relative;
  min-height: 242px;
  overflow: hidden;
  padding: 24px;
}

.industry-solution-card::after {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 50px;
  height: 50px;
  content: "";
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(13, 110, 253, 0.17), rgba(36, 199, 244, 0.13));
}

.industry-tag {
  height: 28px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  padding: 0 11px;
  border-radius: 999px;
  color: var(--industry-blue-700);
  background: var(--industry-blue-100);
  font-size: 13px;
  font-weight: 900;
}

.industry-solution-card h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.3;
}

.industry-solution-card p {
  max-width: 360px;
  font-size: 14px;
  line-height: 1.6;
}

.industry-solution-card ul {
  display: grid;
  gap: 8px;
  margin-top: 14px;
  color: #354861;
  font-size: 13px;
  line-height: 1.4;
}

.industry-solution-card li::before {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 8px 2px 0;
  content: "";
  border-radius: 50%;
  background: var(--industry-blue-700);
}

.industry-arch-panel {
  overflow: hidden;
  border: 1px solid var(--industry-line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 20px 46px rgba(29, 91, 170, 0.08);
}

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

.industry-step {
  position: relative;
  min-height: 220px;
  padding: 28px 26px;
  border-right: 1px solid var(--industry-line);
}

.industry-step:last-child {
  border-right: 0;
  background: linear-gradient(145deg, #f0f8ff, #ffffff);
}

.industry-step:not(:last-child)::after {
  position: absolute;
  top: 88px;
  right: -14px;
  z-index: 2;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  content: ">";
  border-radius: 50%;
  color: #ffffff;
  background: var(--industry-blue-700);
  font-size: 18px;
  font-weight: 900;
}

.industry-step-num {
  color: var(--industry-blue-700);
  font-size: 14px;
  font-weight: 900;
}

.industry-step h3 {
  margin-top: 24px;
  font-size: 24px;
}

.industry-step p {
  margin-top: 16px;
}

.industry-value-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.9fr;
  gap: 14px;
  margin-top: 18px;
}

.industry-value-card {
  min-height: 168px;
  padding: 24px;
}

.industry-value-card h3 {
  font-size: 18px;
}

.industry-value-card p {
  margin-top: 12px;
}

.industry-value-card-main {
  color: #ffffff;
  background: linear-gradient(135deg, #075fda, #1686ff);
  box-shadow: 0 20px 46px rgba(13, 110, 253, 0.22);
}

.industry-value-card-main h3,
.industry-value-card-main p {
  color: #ffffff;
}

.industry-value-nums {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.industry-value-nums div {
  display: grid;
  gap: 5px;
}

.industry-value-nums b {
  font-size: 26px;
  line-height: 1;
}

.industry-value-nums span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
}

.industry-lead {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  background:
    radial-gradient(circle at 12% 20%, rgba(36, 199, 244, 0.14), transparent 24%),
    radial-gradient(circle at 88% 18%, rgba(13, 110, 253, 0.12), transparent 28%),
    linear-gradient(135deg, #f7fbff 0%, #edf7ff 54%, #ffffff 100%);
}

.industry-lead::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(13, 110, 253, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(13, 110, 253, 0.045) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 16%, #000 84%, transparent 100%);
  pointer-events: none;
}

.industry-lead-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  gap: 34px;
  align-items: center;
  padding: 38px;
  border: 1px solid rgba(13, 110, 253, 0.12);
  border-radius: 26px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(238, 247, 255, 0.78));
  box-shadow: 0 28px 80px rgba(39, 105, 185, 0.12);
}

.industry-lead-inner::before {
  position: absolute;
  left: 28px;
  top: 28px;
  width: 74px;
  height: 74px;
  content: "";
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(13, 110, 253, 0.12), rgba(36, 199, 244, 0.08));
  transform: rotate(10deg);
  pointer-events: none;
}

.industry-lead-inner > div:first-child {
  position: relative;
  z-index: 1;
}

.industry-lead h2 {
  max-width: 720px;
  font-size: 34px;
  line-height: 1.26;
}

.industry-lead p {
  max-width: 720px;
  margin-top: 18px;
  color: var(--industry-muted);
  font-size: 16px;
  line-height: 1.78;
}

.industry-lead-tags {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 560px;
  margin-top: 30px;
}

.industry-lead-tags span {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 14px;
  border: 1px solid rgba(13, 110, 253, 0.12);
  border-radius: 12px;
  color: #12325d;
  background: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 900;
  box-shadow: 0 14px 32px rgba(39, 105, 185, 0.06);
}

.industry-lead-tags span::before {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  content: "";
  border-radius: 50%;
  background: linear-gradient(135deg, #0d6efd, #24c7f4);
  box-shadow: 0 0 0 5px rgba(13, 110, 253, 0.08);
}

.industry-form {
  position: relative;
  z-index: 1;
  padding: 28px;
  border: 1px solid rgba(13, 110, 253, 0.12);
  border-radius: 22px;
  overflow: hidden;
  background:
    linear-gradient(180deg, #ffffff, #f7fbff);
  box-shadow: 0 28px 70px rgba(35, 87, 150, 0.16);
}

.industry-form::before {
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  content: "";
  background: linear-gradient(90deg, #0d6efd, #24c7f4);
}

.industry-form h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: #122446;
  font-size: 24px;
  font-weight: 900;
}

.industry-form h3::before {
  width: 30px;
  height: 30px;
  display: inline-block;
  flex: 0 0 auto;
  content: "";
  border-radius: 9px;
  background:
    linear-gradient(135deg, #0d6efd, #24c7f4);
  box-shadow: inset 0 0 0 7px rgba(255, 255, 255, 0.28);
}

.industry-form label {
  display: block;
  margin-top: 14px;
  color: #31435f;
  font-size: 13px;
  font-weight: 800;
}

.industry-form input,
.industry-form select,
.industry-form textarea {
  width: 100%;
  margin-top: 7px;
  border: 1px solid rgba(13, 110, 253, 0.15);
  border-radius: 10px;
  color: #122446;
  background: #f8fbff;
  font: inherit;
  outline: none;
}

.industry-form input,
.industry-form select {
  height: 50px;
  padding: 0 14px;
}

.industry-form textarea {
  height: 78px;
  padding: 13px 14px;
  resize: vertical;
}

.industry-form input:focus,
.industry-form select:focus,
.industry-form textarea:focus {
  border-color: var(--industry-blue-600);
  box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.12);
}

.industry-form .industry-btn {
  width: 100%;
  margin-top: 18px;
  border: 0;
}

.industry-form-note {
  margin-top: 14px !important;
  color: #72809a !important;
  text-align: center;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

@media (max-width: 1280px) {
  .industry-container {
    width: min(1120px, calc(100% - 48px));
  }

  .industry-hero-grid {
    grid-template-columns: 470px minmax(0, 1fr);
    gap: 34px;
  }

  .industry-hero-copy h1 {
    font-size: 50px;
  }

  .industry-lead h2 {
    font-size: 34px;
  }
}

@media (max-width: 1024px) {
  .industry-hero-grid,
  .industry-lead-inner {
    grid-template-columns: 1fr;
  }

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

  .industry-visual {
    min-height: auto;
  }

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

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

  .industry-step:nth-child(2) {
    border-right: 0;
  }

  .industry-step:not(:last-child)::after {
    display: none;
  }

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

@media (max-width: 760px) {
  .industry-container {
    width: calc(100% - 28px);
  }

  .industry-hero {
    padding: 56px 0 62px;
  }

  .industry-hero-copy h1,
  .industry-section-head h2,
  .industry-lead h2 {
    font-size: 34px;
    line-height: 1.25;
    white-space: normal;
  }

  .industry-hero-copy > p,
  .industry-lead p {
    font-size: 16px;
  }

  .industry-actions,
  .industry-btn {
    width: 100%;
  }

  .industry-proof,
  .industry-pain-grid,
  .industry-solution-grid,
  .industry-steps {
    grid-template-columns: 1fr;
  }

  .industry-section {
    padding: 62px 0;
  }

  .industry-platform-top,
  .industry-platform-grid,
  .industry-platform-footer {
    grid-template-columns: 1fr 1fr;
  }

  .industry-platform-banner {
    min-height: 58px;
    font-size: 19px;
  }

  .industry-lead {
    padding: 70px 0;
  }

  .industry-lead-inner {
    padding: 24px;
    border-radius: 20px;
  }

  .industry-lead-tags {
    grid-template-columns: 1fr;
  }

  .industry-form {
    padding: 22px;
  }
}

@media (max-width: 480px) {
  .industry-platform-top,
  .industry-platform-grid,
  .industry-platform-footer {
    grid-template-columns: 1fr;
  }

  .industry-hero-copy h1,
  .industry-section-head h2,
  .industry-lead h2 {
    font-size: 30px;
  }
}

/* AI+ ecommerce: growth cockpit and conversion funnel */
.commerce-hero {
  min-height: auto;
  padding: 104px 0 94px;
  background:
    radial-gradient(circle at 86% 20%, rgba(36, 199, 244, 0.16), transparent 25%),
    linear-gradient(118deg, rgba(255, 255, 255, 0.98) 0 48%, rgba(224, 244, 255, 0.92) 48% 100%),
    #f6fbff;
}

.commerce-hero::before {
  background:
    linear-gradient(90deg, rgba(13, 110, 253, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(13, 110, 253, 0.045) 1px, transparent 1px);
  background-size: 78px 78px;
  mask-image: linear-gradient(90deg, transparent 0%, #000000 14%, #000000 86%, transparent 100%);
  opacity: 0.75;
}

.commerce-hero::after {
  right: -12vw;
  top: auto;
  bottom: -170px;
  width: 62vw;
  height: 460px;
  border: 0;
  border-top: 1px solid rgba(13, 110, 253, 0.16);
  border-radius: 0;
  background: linear-gradient(180deg, rgba(13, 110, 253, 0.08), transparent 58%);
  transform: skewY(-8deg);
}

.commerce-hero-shell {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(420px, 0.94fr) minmax(520px, 1.06fr);
  gap: 72px;
  align-items: center;
}

.commerce-hero-copy {
  max-width: 640px;
}

.commerce-hero-copy h1 {
  max-width: 640px;
  color: #10213d;
  font-size: 54px;
  line-height: 1.16;
  font-weight: 900;
}

.commerce-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: #075fda;
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
}

.commerce-kicker::before {
  width: 6px;
  height: 26px;
  content: "";
  border-radius: 999px;
  background: linear-gradient(180deg, #24c7f4, #075fda);
}

.commerce-hero-subtitle {
  max-width: 640px;
  margin-top: 24px;
  color: #3d506d;
  font-size: 19px;
  line-height: 1.9;
  font-weight: 500;
}

.commerce-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.commerce-actions .industry-btn-secondary {
  border-color: rgba(13, 110, 253, 0.18);
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(47, 103, 167, 0.09);
}

.commerce-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.commerce-tags span {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(13, 110, 253, 0.13);
  border-radius: 6px;
  color: #2364ad;
  background: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(56, 117, 184, 0.06);
}

.commerce-proof {
  max-width: 620px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.commerce-proof div {
  min-height: 86px;
  padding: 16px;
  border: 1px solid rgba(13, 110, 253, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 12px 26px rgba(48, 106, 174, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.commerce-proof dt {
  color: #075fda;
  font-size: 25px;
  line-height: 1;
  font-weight: 900;
}

.commerce-proof dd {
  margin-top: 9px;
  color: var(--industry-muted);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 700;
}

.commerce-hero-visual {
  position: relative;
  min-height: 540px;
  margin: 0;
}

.commerce-hero-visual::before,
.commerce-hero-visual::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.commerce-hero-visual::before {
  inset: 34px -16px 28px 64px;
  border: 1px solid rgba(13, 110, 253, 0.13);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(13, 110, 253, 0.08)),
    linear-gradient(90deg, transparent 0 47%, rgba(13, 110, 253, 0.1) 47% 48%, transparent 48% 100%);
  transform: skewX(-7deg);
}

.commerce-hero-visual::after {
  left: 12px;
  right: 18px;
  bottom: 28px;
  height: 118px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(18, 87, 165, 0.13), rgba(18, 87, 165, 0));
  filter: blur(18px);
}

.commerce-command-card {
  position: relative;
  z-index: 1;
  width: min(100%, 660px);
  margin-left: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  grid-template-areas:
    "top top"
    "funnel insights"
    "metrics metrics"
    "assistant assistant";
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(13, 110, 253, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 36px 78px rgba(33, 91, 164, 0.16);
  backdrop-filter: blur(14px);
}

.commerce-command-top {
  grid-area: top;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  border-radius: 16px;
  color: #ffffff;
  background: linear-gradient(135deg, #075fda, #2f9bff);
}

.commerce-command-top strong {
  font-size: 20px;
  font-weight: 900;
}

.commerce-command-top span {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  font-size: 12px;
  font-weight: 800;
}

.commerce-metrics {
  grid-area: metrics;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 0;
}

.commerce-metrics article {
  padding: 14px;
  border: 1px solid rgba(13, 110, 253, 0.12);
  border-radius: 16px;
  background: #ffffff;
}

.commerce-metrics span,
.commerce-funnel-card > span,
.commerce-insight-card > span {
  color: var(--industry-muted);
  font-size: 12px;
  font-weight: 800;
}

.commerce-metrics b {
  display: block;
  margin-top: 8px;
  color: var(--industry-blue-700);
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
}

.commerce-metrics small {
  display: block;
  margin-top: 8px;
  color: #6b7890;
  font-size: 12px;
}

.commerce-dashboard-body {
  display: contents;
}

.commerce-funnel-card,
.commerce-insight-card,
.commerce-assistant-card {
  border: 1px solid rgba(13, 110, 253, 0.12);
  border-radius: 18px;
  background: #ffffff;
}

.commerce-funnel-card {
  grid-area: funnel;
  padding: 20px;
}

.commerce-funnel-card h3 {
  margin-top: 8px;
  color: #13294b;
  font-size: 22px;
  line-height: 1.36;
  font-weight: 900;
}

.commerce-funnel-bars {
  display: grid;
  gap: 9px;
  margin-top: 18px;
}

.commerce-funnel-bars div {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 72px;
  gap: 8px;
  align-items: center;
  color: #12325d;
  font-size: 12px;
  font-weight: 800;
}

.commerce-funnel-bars i {
  position: relative;
  height: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: #e7f2ff;
}

.commerce-funnel-bars i::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--w);
  content: "";
  border-radius: inherit;
  background: linear-gradient(90deg, #075fda, #46c4ff);
}

.commerce-funnel-bars span {
  color: var(--industry-muted);
  font-weight: 700;
}

.commerce-insight-card {
  grid-area: insights;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 18px;
}

.commerce-insight-card article {
  padding: 13px;
  border-radius: 12px;
  background: #f4f9ff;
}

.commerce-insight-card strong {
  display: block;
  color: #13294b;
  font-size: 14px;
  font-weight: 900;
}

.commerce-insight-card em {
  display: block;
  margin-top: 6px;
  color: var(--industry-muted);
  font-style: normal;
  font-size: 12px;
  line-height: 1.45;
}

.commerce-assistant-card {
  grid-area: assistant;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 0;
  padding: 12px;
}

.commerce-task-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

.commerce-task-list span {
  min-height: 34px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 10px;
  color: #12325d;
  background: #f4f9ff;
  font-size: 13px;
  font-weight: 800;
}

.commerce-mini-chart {
  display: none;
  align-items: end;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 12px;
  background: linear-gradient(180deg, #eef7ff, #ffffff);
}

.commerce-mini-chart i {
  width: 18%;
  height: var(--h);
  min-height: 26px;
  border-radius: 999px 999px 6px 6px;
  background: linear-gradient(180deg, #45c6ff, #0d6efd);
}

.commerce-pressure-layout {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 18px;
}

.commerce-pressure-main {
  min-height: 330px;
  padding: 26px;
  border-color: rgba(13, 110, 253, 0.18);
  background: linear-gradient(145deg, #075fda, #209fff);
  color: #ffffff;
}

.commerce-pressure-main h3 {
  margin-top: 12px;
  font-size: 28px;
  line-height: 1.28;
}

.commerce-pressure-main p {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 15px;
  line-height: 1.7;
}

.commerce-pressure-main span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  font-weight: 900;
}

.commerce-pressure-main dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.commerce-pressure-main div {
  padding: 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.13);
}

.commerce-pressure-main dt {
  font-size: 20px;
  font-weight: 900;
}

.commerce-pressure-main dd {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  line-height: 1.35;
}

.commerce-pressure-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.commerce-pressure-item {
  min-height: 158px;
  padding: 22px;
}

.commerce-pressure-item span,
.commerce-bento-card span {
  color: var(--industry-blue-700);
  font-size: 13px;
  font-weight: 900;
}

.commerce-pressure-item h3 {
  margin-top: 12px;
  color: #122446;
  font-size: 18px;
  font-weight: 900;
}

.commerce-pressure-item p {
  margin-top: 10px;
  color: var(--industry-muted);
  font-size: 14px;
  line-height: 1.62;
}

.commerce-bento {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  gap: 14px;
}

.commerce-bento-card {
  position: relative;
  min-height: 210px;
  overflow: hidden;
  padding: 24px;
}

.commerce-bento-card::after {
  position: absolute;
  right: 22px;
  top: 22px;
  width: 48px;
  height: 48px;
  content: "";
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(13, 110, 253, 0.16), rgba(36, 199, 244, 0.14));
}

.commerce-bento-large {
  grid-row: span 2;
  min-height: 434px;
  color: #ffffff;
  background:
    radial-gradient(circle at 92% 18%, rgba(255, 255, 255, 0.24), transparent 24%),
    linear-gradient(145deg, #075fda, #1686ff);
}

.commerce-bento-large::after {
  background: rgba(255, 255, 255, 0.16);
}

.commerce-bento-large span,
.commerce-bento-large h3,
.commerce-bento-large p {
  color: #ffffff;
}

.commerce-bento-card h3 {
  margin-top: 18px;
  color: #122446;
  font-size: 22px;
  line-height: 1.32;
  font-weight: 900;
}

.commerce-bento-card.commerce-bento-large h3 {
  color: #ffffff;
}

.commerce-bento-card p {
  max-width: 330px;
  margin-top: 12px;
  color: var(--industry-muted);
  font-size: 14px;
  line-height: 1.66;
}

.commerce-bento-large p {
  color: rgba(255, 255, 255, 0.84);
}

.commerce-sku-list {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.commerce-sku-list li {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  padding: 13px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 800;
}

.commerce-sku-list span {
  color: rgba(255, 255, 255, 0.88);
}

.commerce-loop-panel {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.commerce-loop-core {
  display: grid;
  align-content: center;
  justify-items: start;
  min-height: 300px;
  padding: 30px;
  border-radius: 18px;
  color: #ffffff;
  background: linear-gradient(145deg, #075fda, #20b8f6);
  box-shadow: 0 20px 46px rgba(13, 110, 253, 0.22);
}

.commerce-loop-core span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  font-weight: 900;
}

.commerce-loop-core h3 {
  margin-top: 14px;
  font-size: 30px;
  line-height: 1.2;
}

.commerce-loop-core p {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.7;
}

.commerce-loop-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.commerce-loop-steps li {
  padding: 22px;
  border: 1px solid var(--industry-line);
  border-radius: 16px;
  background: #ffffff;
}

.commerce-loop-steps b {
  color: var(--industry-blue-700);
  font-size: 13px;
}

.commerce-loop-steps h3 {
  margin-top: 12px;
  color: #122446;
  font-size: 20px;
}

.commerce-loop-steps p {
  margin-top: 10px;
  color: var(--industry-muted);
  font-size: 14px;
  line-height: 1.62;
}

/* AI+ ecommerce interactive refresh */
.industry-ai-ecommerce-page .industry-btn,
.commerce-proof div,
.commerce-command-card,
.commerce-metrics article,
.commerce-funnel-card,
.commerce-insight-card,
.commerce-insight-card article,
.commerce-assistant-card,
.commerce-task-list span,
.commerce-pressure-item,
.commerce-bento-card,
.commerce-loop-steps li,
.industry-ai-ecommerce-page .industry-value-card {
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.commerce-command-card {
  animation: commercePanelFloat 5.6s ease-in-out infinite;
}

.commerce-command-card:hover {
  animation: none;
  border-color: rgba(13, 110, 253, 0.3);
  box-shadow: 0 38px 82px rgba(39, 105, 185, 0.2);
  transform: translateY(-6px);
}

.commerce-command-card:hover .commerce-mini-chart i {
  animation: commerceBarPulse 900ms ease-in-out both;
}

.commerce-command-card:hover .commerce-funnel-bars i::before {
  filter: saturate(1.18);
}

.commerce-metrics article:hover,
.commerce-insight-card article:hover,
.commerce-task-list span:hover,
.commerce-pressure-item:hover,
.commerce-proof div:hover,
.industry-ai-ecommerce-page .industry-value-card:hover {
  border-color: rgba(13, 110, 253, 0.28);
  box-shadow: 0 20px 46px rgba(39, 105, 185, 0.13);
  transform: translateY(-5px);
}

.commerce-pressure-main {
  position: relative;
  overflow: hidden;
}

.commerce-pressure-main::after {
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 156px;
  height: 156px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.16), transparent 62%);
  pointer-events: none;
}

.commerce-bento-card {
  cursor: pointer;
}

.commerce-bento-card.is-active {
  border-color: rgba(13, 110, 253, 0.34);
  box-shadow: 0 26px 58px rgba(39, 105, 185, 0.16);
  transform: translateY(-6px);
}

.commerce-bento-card:not(.commerce-bento-large).is-active {
  background:
    radial-gradient(circle at 88% 18%, rgba(36, 199, 244, 0.14), transparent 24%),
    linear-gradient(145deg, #ffffff, #f1f8ff);
}

.commerce-bento-card.is-active::after {
  background: linear-gradient(135deg, rgba(13, 110, 253, 0.26), rgba(36, 199, 244, 0.2));
  transform: scale(1.08);
}

.commerce-card-extra,
.commerce-loop-extra {
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  color: var(--industry-blue-700);
  font-size: 13px;
  line-height: 1.55;
  font-weight: 900;
  opacity: 0;
  transition: max-height 220ms ease, margin-top 220ms ease, opacity 180ms ease;
}

.commerce-bento-large .commerce-card-extra {
  color: rgba(255, 255, 255, 0.9);
}

.commerce-bento-card.is-active .commerce-card-extra,
.commerce-loop-steps li.is-active .commerce-loop-extra {
  max-height: 88px;
  margin-top: 18px;
  opacity: 1;
}

.commerce-loop-steps li {
  cursor: pointer;
}

.commerce-loop-steps li.is-active,
.commerce-loop-steps li:hover {
  border-color: rgba(13, 110, 253, 0.32);
  background:
    linear-gradient(90deg, rgba(13, 110, 253, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(13, 110, 253, 0.08) 1px, transparent 1px),
    linear-gradient(145deg, #ffffff, #eef7ff);
  background-size: 34px 34px, 34px 34px, auto;
  box-shadow: 0 24px 54px rgba(39, 105, 185, 0.15);
  transform: translateY(-6px);
}

.commerce-loop-steps li.is-active b {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 11px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #0d6efd, #24c7f4);
}

.commerce-bento-card:focus-visible,
.commerce-loop-steps li:focus-visible {
  outline: 3px solid rgba(36, 199, 244, 0.34);
  outline-offset: 3px;
}

@keyframes commercePanelFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes commerceBarPulse {
  0%,
  100% {
    transform: scaleY(1);
  }

  50% {
    transform: scaleY(1.12);
  }
}

@media (prefers-reduced-motion: reduce) {
  .commerce-command-card {
    animation: none;
  }

  .commerce-command-card:hover .commerce-mini-chart i {
    animation: none;
  }
}

/* AI+ manufacturing: factory command center and production line */
.factory-hero {
  min-height: 820px;
  padding: 82px 0 86px;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.98) 0 43%, rgba(222, 240, 255, 0.94) 43% 100%),
    #f7fbff;
}

.factory-hero::before {
  background:
    radial-gradient(circle at 82% 22%, rgba(13, 110, 253, 0.12), transparent 24%),
    repeating-linear-gradient(0deg, rgba(13, 110, 253, 0.075) 0 1px, transparent 1px 28px),
    repeating-linear-gradient(90deg, rgba(13, 110, 253, 0.06) 0 1px, transparent 1px 28px);
  opacity: 0.72;
}

.factory-hero-shell {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(390px, 470px) minmax(0, 720px);
  gap: 70px;
  align-items: center;
}

.factory-hero .industry-hero-copy h1 {
  max-width: 520px;
  margin-top: 0;
  font-size: 52px;
}

.factory-hero .industry-visual {
  min-height: auto;
  margin: 0;
}

.factory-command-card {
  position: relative;
  margin-left: auto;
  padding: 18px;
  border: 1px solid rgba(13, 110, 253, 0.16);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 30px 70px rgba(39, 105, 185, 0.16);
  backdrop-filter: blur(14px);
}

.factory-command-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px;
  border-radius: 16px;
  color: #ffffff;
  background: linear-gradient(135deg, #075fda, #34a6ff);
}

.factory-command-head h3 {
  font-size: 22px;
  line-height: 1.25;
  font-weight: 900;
}

.factory-command-head p {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
}

.factory-system-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 6px;
  max-width: 210px;
}

.factory-system-chips span {
  height: 26px;
  display: inline-flex;
  align-items: center;
  padding: 0 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  font-size: 12px;
  font-weight: 900;
}

.factory-line-board {
  margin-top: 14px;
  padding: 20px;
  border: 1px solid rgba(13, 110, 253, 0.12);
  border-radius: 18px;
  background: #ffffff;
}

.factory-line-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  padding-top: 28px;
}

.factory-line-track::before {
  position: absolute;
  top: 40px;
  left: 8%;
  right: 8%;
  height: 4px;
  content: "";
  border-radius: 999px;
  background: linear-gradient(90deg, #d9edff, #0d6efd, #d9edff);
}

.factory-line-node {
  position: relative;
  z-index: 1;
  min-height: 132px;
  padding: 0 10px 12px;
  border-radius: 14px;
  background: linear-gradient(180deg, #f8fbff, #ffffff);
}

.factory-line-node i {
  width: 28px;
  height: 28px;
  display: block;
  margin: 0 auto 18px;
  border: 6px solid #dff0ff;
  border-radius: 50%;
  background: var(--industry-blue-700);
  box-shadow: 0 0 0 4px #ffffff;
}

.factory-line-node strong {
  display: block;
  color: #13294b;
  text-align: center;
  font-size: 15px;
  font-weight: 900;
}

.factory-line-node span {
  display: block;
  margin-top: 8px;
  color: var(--industry-muted);
  text-align: center;
  font-size: 12px;
  line-height: 1.45;
}

.factory-alert-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.factory-alert-grid article {
  padding: 16px;
  border: 1px solid rgba(13, 110, 253, 0.12);
  border-radius: 16px;
  background: #f5faff;
}

.factory-alert-grid span {
  color: var(--industry-blue-700);
  font-size: 12px;
  font-weight: 900;
}

.factory-alert-grid strong {
  display: block;
  margin-top: 8px;
  color: #13294b;
  font-size: 16px;
  font-weight: 900;
}

.factory-alert-grid p {
  margin-top: 6px;
  color: var(--industry-muted);
  font-size: 12px;
  line-height: 1.45;
}

.factory-lane-map {
  display: grid;
  gap: 12px;
}

.factory-lane-item {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) 160px;
  gap: 16px;
  align-items: center;
  padding: 20px;
  border: 1px solid var(--industry-line);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(38, 100, 176, 0.05);
}

.factory-lane-item b {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: var(--industry-blue-700);
  background: #dff0ff;
  font-size: 18px;
}

.factory-lane-item h3 {
  color: #122446;
  font-size: 20px;
  font-weight: 900;
}

.factory-lane-item p {
  margin-top: 7px;
  color: var(--industry-muted);
  font-size: 14px;
  line-height: 1.62;
}

.factory-lane-item span {
  justify-self: end;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--industry-blue-700);
  background: var(--industry-blue-100);
  font-size: 13px;
  font-weight: 900;
}

.factory-solution-layout {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 18px;
}

.factory-system-card {
  padding: 26px;
  border-color: rgba(13, 110, 253, 0.18);
  color: #ffffff;
  background: linear-gradient(145deg, #075fda, #1686ff);
}

.factory-system-card h3 {
  font-size: 26px;
  line-height: 1.28;
}

.factory-system-card p {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.68;
}

.factory-system-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
}

.factory-system-card li {
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 12px;
  font-weight: 900;
}

.factory-app-lanes {
  display: grid;
  gap: 12px;
}

.factory-app-lanes li {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr) 150px;
  gap: 16px;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--industry-line);
  border-radius: 16px;
  background: #ffffff;
}

.factory-app-lanes b {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: var(--industry-blue-700);
  background: #dff0ff;
}

.factory-app-lanes h3 {
  color: #122446;
  font-size: 19px;
  font-weight: 900;
}

.factory-app-lanes p {
  margin-top: 6px;
  color: var(--industry-muted);
  font-size: 13px;
  line-height: 1.55;
}

.factory-app-lanes span {
  justify-self: end;
  color: var(--industry-blue-700);
  font-size: 13px;
  font-weight: 900;
}

.factory-roadmap {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.factory-roadmap::before {
  position: absolute;
  top: 34px;
  left: 8%;
  right: 8%;
  height: 3px;
  content: "";
  border-radius: 999px;
  background: linear-gradient(90deg, #d9edff, #0d6efd, #d9edff);
}

.factory-roadmap li {
  position: relative;
  z-index: 1;
  min-height: 226px;
  padding: 0 18px 22px;
  border: 1px solid var(--industry-line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(38, 100, 176, 0.07);
}

.factory-roadmap b {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin: 10px auto 22px;
  border: 7px solid #dff0ff;
  border-radius: 50%;
  color: #ffffff;
  background: var(--industry-blue-700);
  box-shadow: 0 0 0 6px #ffffff;
}

.factory-roadmap h3 {
  color: #122446;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
}

.factory-roadmap p {
  margin-top: 12px;
  color: var(--industry-muted);
  text-align: center;
  font-size: 13px;
  line-height: 1.62;
}

@media (max-width: 1024px) {
  .factory-hero-shell,
  .commerce-hero-shell,
  .commerce-pressure-layout,
  .commerce-loop-panel,
  .factory-solution-layout {
    grid-template-columns: 1fr;
  }

  .commerce-hero-shell {
    gap: 54px;
  }

  .commerce-hero-copy,
  .commerce-hero-copy h1,
  .commerce-hero-subtitle {
    max-width: 760px;
  }

  .commerce-command-card {
    margin-right: auto;
  }

  .commerce-command-card {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "top top"
      "funnel insights"
      "metrics metrics"
      "assistant assistant";
  }

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

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

  .commerce-bento-large {
    grid-row: auto;
    min-height: 300px;
  }

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

  .factory-roadmap::before {
    display: none;
  }
}

@media (max-width: 760px) {
  .commerce-metrics,
  .commerce-assistant-card,
  .commerce-command-card,
  .commerce-proof,
  .commerce-pressure-grid,
  .commerce-bento,
  .commerce-loop-steps,
  .factory-alert-grid,
  .factory-roadmap {
    grid-template-columns: 1fr;
  }

  .commerce-hero {
    padding: 56px 0 64px;
  }

  .commerce-hero-shell {
    gap: 36px;
  }

  .commerce-hero-copy h1,
  .factory-hero .industry-hero-copy h1 {
    font-size: 34px;
  }

  .commerce-hero-subtitle {
    font-size: 16px;
    line-height: 1.78;
  }

  .commerce-actions,
  .commerce-actions .industry-btn {
    width: 100%;
  }

  .commerce-hero-visual {
    min-height: auto;
  }

  .commerce-hero-visual::before,
  .commerce-hero-visual::after {
    display: none;
  }

  .commerce-command-card {
    grid-template-areas:
      "top"
      "metrics"
      "funnel"
      "insights"
      "assistant";
  }

  .commerce-command-top {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding: 14px;
  }

  .factory-hero {
    min-height: auto;
    padding: 56px 0 64px;
  }

  .commerce-funnel-bars div {
    grid-template-columns: 48px 1fr;
  }

  .commerce-funnel-bars span {
    grid-column: 2;
  }

  .commerce-pressure-main,
  .commerce-loop-core {
    min-height: auto;
  }

  .factory-command-head,
  .factory-lane-item,
  .factory-app-lanes li {
    grid-template-columns: 1fr;
  }

  .factory-command-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .factory-system-chips {
    justify-content: start;
  }

  .factory-line-track {
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .factory-line-track::before {
    top: 14px;
    bottom: 14px;
    left: 24px;
    right: auto;
    width: 4px;
    height: auto;
    background: linear-gradient(180deg, #d9edff, #0d6efd, #d9edff);
  }

  .factory-line-node {
    display: grid;
    grid-template-columns: 48px 1fr;
    align-items: center;
    min-height: 78px;
    padding: 12px;
  }

  .factory-line-node i {
    margin: 0;
  }

  .factory-line-node strong,
  .factory-line-node span {
    text-align: left;
  }

  .factory-lane-item span,
  .factory-app-lanes span {
    justify-self: start;
  }
}

/* AI+ manufacturing v2: digital factory blueprint */
.manufacturing-page {
  background: #f7fbff;
}

.factory-blueprint-hero {
  position: relative;
  overflow: hidden;
  padding: 68px 0 76px;
  background:
    radial-gradient(circle at 84% 18%, rgba(36, 199, 244, 0.18), transparent 25%),
    linear-gradient(120deg, #ffffff 0 30%, #eef7ff 30% 100%);
}

.factory-blueprint-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(rgba(13, 110, 253, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 110, 253, 0.055) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.85;
}

.factory-blueprint-hero::after {
  position: absolute;
  right: -140px;
  top: 120px;
  width: 620px;
  height: 620px;
  content: "";
  border: 2px dashed rgba(13, 110, 253, 0.22);
  border-radius: 50%;
}

.factory-blueprint-shell {
  position: relative;
  z-index: 2;
}

.factory-hero-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 48px;
  align-items: end;
}

.factory-eyebrow,
.factory-section-title span {
  color: var(--industry-blue-700);
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

.factory-hero-head h1 {
  max-width: 760px;
  margin-top: 16px;
  color: #122446;
  font-size: 58px;
  line-height: 1.16;
  font-weight: 900;
}

.factory-hero-head p {
  max-width: 780px;
  margin-top: 22px;
  color: #31435f;
  font-size: 18px;
  line-height: 1.82;
  font-weight: 500;
}

.factory-hero-actions {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(13, 110, 253, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 40px rgba(39, 105, 185, 0.08);
}

.factory-blueprint-board {
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid rgba(13, 110, 253, 0.18);
  border-radius: 26px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(145deg, #082b68, #075fda 56%, #21a8f7);
  background-size: 34px 34px, 34px 34px, auto;
  box-shadow: 0 34px 80px rgba(13, 73, 166, 0.24);
}

.factory-board-top {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

.factory-board-top strong {
  font-size: 20px;
  font-weight: 900;
}

.factory-board-top div {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 8px;
}

.factory-board-top span {
  height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.17);
  font-size: 12px;
  font-weight: 900;
}

.factory-board-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) 240px;
  gap: 18px;
  padding: 24px;
}

.factory-process-rail {
  display: grid;
  gap: 12px;
}

.factory-process-rail li {
  min-height: 74px;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 10px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
}

.factory-process-rail b {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #075fda;
  background: #ffffff;
  font-size: 13px;
}

.factory-process-rail span {
  display: block;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
}

.factory-process-rail em {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.68);
  font-style: normal;
  font-size: 12px;
}

.factory-twin-map {
  position: relative;
  min-height: 390px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
}

.factory-twin-map::before,
.factory-twin-map::after {
  position: absolute;
  inset: 50% 12%;
  height: 1px;
  content: "";
  background: rgba(255, 255, 255, 0.24);
}

.factory-twin-map::after {
  transform: rotate(90deg);
}

.factory-hub {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 210px;
  min-height: 150px;
  display: grid;
  place-items: center;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 26px;
  color: #ffffff;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.09));
  box-shadow: 0 20px 46px rgba(3, 25, 70, 0.24);
  transform: translate(-50%, -50%);
  backdrop-filter: blur(8px);
}

.factory-hub span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #075fda;
  background: #ffffff;
  font-size: 24px;
  font-weight: 900;
}

.factory-hub strong {
  margin-top: 10px;
  text-align: center;
  font-size: 20px;
}

.factory-hub em {
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
  font-style: normal;
  font-size: 12px;
}

.factory-node {
  position: absolute;
  min-width: 104px;
  min-height: 44px;
  display: grid;
  place-items: center;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.13);
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(3, 25, 70, 0.16);
}

.factory-node-plan {
  left: 7%;
  top: 15%;
}

.factory-node-quality {
  right: 7%;
  top: 15%;
}

.factory-node-device {
  left: 10%;
  bottom: 16%;
}

.factory-node-supply {
  right: 10%;
  bottom: 16%;
}

.factory-node-report {
  left: 50%;
  bottom: 8%;
  transform: translateX(-50%);
}

.factory-kpi-panel {
  display: grid;
  gap: 12px;
}

.factory-kpi-panel article {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.11);
}

.factory-kpi-panel span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 900;
}

.factory-kpi-panel strong {
  display: block;
  margin-top: 8px;
  color: #ffffff;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
}

.factory-kpi-panel p {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  line-height: 1.45;
}

.factory-proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.factory-proof-strip div {
  padding: 16px 18px;
  border: 1px solid rgba(13, 110, 253, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.78);
}

.factory-proof-strip dt {
  color: var(--industry-blue-700);
  font-size: 22px;
  font-weight: 900;
}

.factory-proof-strip dd {
  margin-top: 6px;
  color: var(--industry-muted);
  font-size: 13px;
}

.factory-floor-section,
.factory-implementation-section {
  padding: 88px 0;
  background: #ffffff;
}

.factory-stack-section {
  padding: 88px 0;
  border-top: 1px solid rgba(13, 110, 253, 0.08);
  border-bottom: 1px solid rgba(13, 110, 253, 0.08);
  background: linear-gradient(180deg, #f6fbff 0%, #eef7ff 100%);
}

.factory-section-title {
  max-width: 840px;
  margin: 0 auto 34px;
  text-align: center;
}

.factory-section-title-left {
  margin: 0;
  text-align: left;
}

.factory-section-title h2 {
  margin-top: 14px;
  color: #122446;
  font-size: 38px;
  line-height: 1.24;
  font-weight: 900;
}

.factory-section-title p {
  margin-top: 14px;
  color: var(--industry-muted);
  font-size: 16px;
  line-height: 1.75;
}

.factory-floor-map {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr 0.95fr;
  gap: 14px;
}

.factory-floor-card {
  min-height: 210px;
  padding: 24px;
  border: 1px solid var(--industry-line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(38, 100, 176, 0.07);
}

.factory-floor-card-main {
  grid-row: span 2;
  min-height: 434px;
  color: #ffffff;
  background:
    radial-gradient(circle at 86% 18%, rgba(255, 255, 255, 0.2), transparent 24%),
    linear-gradient(145deg, #075fda, #1686ff);
}

.factory-floor-card span,
.factory-floor-card b {
  color: var(--industry-blue-700);
  font-size: 13px;
  font-weight: 900;
}

.factory-floor-card-main span {
  color: rgba(255, 255, 255, 0.78);
}

.factory-floor-card b {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #dff0ff;
}

.factory-floor-card h3 {
  margin-top: 18px;
  color: #122446;
  font-size: 22px;
  line-height: 1.32;
  font-weight: 900;
}

.factory-floor-card-main h3 {
  max-width: 340px;
  color: #ffffff;
  font-size: 30px;
}

.factory-floor-card p {
  margin-top: 12px;
  color: var(--industry-muted);
  font-size: 14px;
  line-height: 1.68;
}

.factory-floor-card-main p {
  color: rgba(255, 255, 255, 0.82);
}

.factory-stack-board {
  display: grid;
  gap: 14px;
}

.factory-stack-layer {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 22px;
  border: 1px solid var(--industry-line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(38, 100, 176, 0.06);
}

.factory-stack-layer > div {
  padding: 18px;
  border-radius: 14px;
  color: #ffffff;
  background: linear-gradient(135deg, #075fda, #32a8ff);
}

.factory-stack-layer span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 900;
}

.factory-stack-layer h3 {
  margin-top: 8px;
  font-size: 22px;
  font-weight: 900;
}

.factory-stack-layer ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.factory-stack-layer li {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 12px;
  color: #12325d;
  background: #f3f9ff;
  font-size: 14px;
  font-weight: 900;
}

.factory-implementation-layout {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.factory-implementation-steps {
  display: grid;
  gap: 12px;
}

.factory-implementation-steps li {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 16px;
  padding: 20px;
  border: 1px solid var(--industry-line);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(38, 100, 176, 0.05);
}

.factory-implementation-steps b {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: var(--industry-blue-700);
  background: #dff0ff;
}

.factory-implementation-steps span {
  color: var(--industry-blue-700);
  font-size: 13px;
  font-weight: 900;
}

.factory-implementation-steps h3 {
  margin-top: 8px;
  color: #122446;
  font-size: 20px;
  font-weight: 900;
}

.factory-implementation-steps p {
  margin-top: 8px;
  color: var(--industry-muted);
  font-size: 14px;
  line-height: 1.62;
}

.factory-value-panel {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 520px;
  gap: 22px;
  align-items: center;
  margin-top: 10px;
  padding: 26px;
  border-radius: 18px;
  color: #ffffff;
  background: linear-gradient(135deg, #075fda, #1686ff);
  box-shadow: 0 20px 46px rgba(13, 110, 253, 0.22);
}

.factory-value-panel h3 {
  font-size: 24px;
  font-weight: 900;
}

.factory-value-panel p {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.7;
}

.factory-value-panel div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.factory-value-panel span {
  display: grid;
  gap: 6px;
  padding: 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
}

.factory-value-panel b {
  color: #ffffff;
  font-size: 24px;
}

@media (max-width: 1024px) {
  .factory-hero-head,
  .factory-board-layout,
  .factory-floor-map,
  .factory-implementation-layout,
  .factory-value-panel {
    grid-template-columns: 1fr;
  }

  .factory-hero-actions {
    max-width: 480px;
  }

  .factory-stack-layer {
    grid-template-columns: 1fr;
  }

  .factory-stack-layer ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .factory-floor-card-main {
    grid-row: auto;
    min-height: 280px;
  }
}

@media (max-width: 760px) {
  .factory-blueprint-hero,
  .factory-floor-section,
  .factory-stack-section,
  .factory-implementation-section {
    padding: 60px 0;
  }

  .factory-hero-head h1,
  .factory-section-title h2 {
    font-size: 34px;
  }

  .factory-hero-head p {
    font-size: 16px;
  }

  .factory-board-top,
  .factory-implementation-steps li {
    grid-template-columns: 1fr;
  }

  .factory-board-top {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px;
  }

  .factory-board-top div {
    justify-content: start;
  }

  .factory-blueprint-board {
    margin-top: 26px;
    border-radius: 20px;
  }

  .factory-board-layout {
    padding: 16px;
  }

  .factory-twin-map {
    min-height: 430px;
  }

  .factory-hub {
    width: 180px;
  }

  .factory-node {
    min-width: 90px;
    min-height: 38px;
    font-size: 12px;
  }

  .factory-proof-strip,
  .factory-stack-layer ul,
  .factory-value-panel div {
    grid-template-columns: 1fr;
  }

  .factory-floor-card,
  .factory-stack-layer,
  .factory-value-panel {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .factory-hero-head h1,
  .factory-section-title h2 {
    font-size: 30px;
  }
}

/* AI+ manufacturing v3: light industrial operation flow */
.mfg-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 78px;
  background:
    radial-gradient(circle at 86% 16%, rgba(36, 199, 244, 0.16), transparent 24%),
    linear-gradient(118deg, #ffffff 0 36%, #eef7ff 36% 100%);
}

.mfg-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(rgba(13, 110, 253, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 110, 253, 0.05) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: 0.85;
}

.mfg-hero .industry-container {
  position: relative;
  z-index: 1;
}

.mfg-hero-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 48px;
  align-items: end;
}

.mfg-hero-copy h1 {
  max-width: 760px;
  color: #122446;
  font-size: 56px;
  line-height: 1.18;
  font-weight: 900;
}

.mfg-hero-copy p {
  max-width: 780px;
  margin-top: 22px;
  color: #31435f;
  font-size: 18px;
  line-height: 1.82;
  font-weight: 500;
}

.mfg-hero-actions {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(13, 110, 253, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 40px rgba(39, 105, 185, 0.08);
}

.mfg-flow-canvas {
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid rgba(13, 110, 253, 0.16);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 30px 70px rgba(39, 105, 185, 0.15);
  backdrop-filter: blur(12px);
}

.mfg-canvas-top {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 24px;
  border-bottom: 1px solid rgba(13, 110, 253, 0.12);
  background: linear-gradient(135deg, #075fda, #35a9ff);
  color: #ffffff;
}

.mfg-canvas-top strong {
  font-size: 20px;
  font-weight: 900;
}

.mfg-canvas-top div {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 8px;
}

.mfg-canvas-top span {
  height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  font-size: 12px;
  font-weight: 900;
}

.mfg-flow-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  padding: 22px 24px 16px;
}

.mfg-flow-steps::before {
  position: absolute;
  top: 45px;
  left: 7%;
  right: 7%;
  height: 3px;
  content: "";
  border-radius: 999px;
  background: linear-gradient(90deg, #d8edff, #0d6efd, #d8edff);
}

.mfg-flow-steps li {
  position: relative;
  z-index: 1;
  min-height: 126px;
  padding: 4px 12px 14px;
  border: 1px solid rgba(13, 110, 253, 0.1);
  border-radius: 16px;
  background: linear-gradient(180deg, #f8fbff, #ffffff);
}

.mfg-flow-steps b {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  margin: 0 auto 14px;
  border: 6px solid #dff0ff;
  border-radius: 50%;
  color: #ffffff;
  background: var(--industry-blue-700);
  box-shadow: 0 0 0 5px #ffffff;
  font-size: 13px;
}

.mfg-flow-steps strong {
  display: block;
  color: #122446;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
}

.mfg-flow-steps span {
  display: block;
  margin-top: 8px;
  color: var(--industry-muted);
  text-align: center;
  font-size: 12px;
}

.mfg-canvas-grid {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr) 230px;
  gap: 16px;
  padding: 0 24px 24px;
}

.mfg-command-panel,
.mfg-ai-core,
.mfg-kpi-stack article {
  border: 1px solid rgba(13, 110, 253, 0.12);
  border-radius: 18px;
  background: #ffffff;
}

.mfg-command-panel {
  padding: 24px;
  color: #ffffff;
  background: linear-gradient(145deg, #075fda, #1686ff);
}

.mfg-command-panel h3 {
  font-size: 24px;
  line-height: 1.28;
  font-weight: 900;
}

.mfg-command-panel p {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  line-height: 1.7;
}

.mfg-command-panel dl {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.mfg-command-panel div {
  padding: 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.14);
}

.mfg-command-panel dt {
  font-size: 20px;
  font-weight: 900;
}

.mfg-command-panel dd {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
}

.mfg-ai-core {
  position: relative;
  min-height: 280px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at center, rgba(13, 110, 253, 0.11), transparent 42%),
    linear-gradient(rgba(13, 110, 253, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 110, 253, 0.05) 1px, transparent 1px),
    #ffffff;
  background-size: auto, 28px 28px, 28px 28px, auto;
}

.mfg-ai-core::before,
.mfg-ai-core::after {
  position: absolute;
  inset: 50% 11%;
  height: 1px;
  content: "";
  background: rgba(13, 110, 253, 0.16);
}

.mfg-ai-core::after {
  transform: rotate(90deg);
}

.mfg-ai-core div {
  position: relative;
  z-index: 1;
  width: min(260px, 74%);
  min-height: 150px;
  display: grid;
  place-items: center;
  padding: 22px;
  border: 1px solid rgba(13, 110, 253, 0.16);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 46px rgba(39, 105, 185, 0.14);
}

.mfg-ai-core span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #ffffff;
  background: linear-gradient(145deg, #075fda, #38a7ff);
  font-size: 22px;
  font-weight: 900;
}

.mfg-ai-core strong {
  margin-top: 10px;
  color: #122446;
  font-size: 22px;
  font-weight: 900;
}

.mfg-ai-core em {
  color: var(--industry-muted);
  text-align: center;
  font-style: normal;
  font-size: 12px;
}

.mfg-kpi-stack {
  display: grid;
  gap: 10px;
}

.mfg-kpi-stack article {
  padding: 16px;
}

.mfg-kpi-stack span {
  color: var(--industry-muted);
  font-size: 12px;
  font-weight: 900;
}

.mfg-kpi-stack strong {
  display: block;
  margin-top: 8px;
  color: var(--industry-blue-700);
  font-size: 26px;
  line-height: 1;
  font-weight: 900;
}

.mfg-kpi-stack p {
  margin-top: 8px;
  color: var(--industry-muted);
  font-size: 12px;
}

.mfg-section {
  padding: 86px 0;
  background: #ffffff;
}

.mfg-section-soft {
  border-top: 1px solid rgba(13, 110, 253, 0.08);
  border-bottom: 1px solid rgba(13, 110, 253, 0.08);
  background: linear-gradient(180deg, #f6fbff 0%, #eef7ff 100%);
}

.mfg-section-head {
  max-width: 840px;
  margin: 0 auto 34px;
  text-align: center;
}

.mfg-section-head h2,
.mfg-delivery-copy h2 {
  color: #122446;
  font-size: 38px;
  line-height: 1.24;
  font-weight: 900;
}

.mfg-section-head p,
.mfg-delivery-copy p {
  margin-top: 14px;
  color: var(--industry-muted);
  font-size: 16px;
  line-height: 1.75;
}

.mfg-breakpoint-board {
  display: grid;
  grid-template-columns: 1.1fr 0.95fr 0.95fr;
  gap: 14px;
}

.mfg-breakpoint-board article {
  min-height: 206px;
  padding: 24px;
  border: 1px solid var(--industry-line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(38, 100, 176, 0.07);
}

.mfg-breakpoint-main {
  grid-row: span 2;
  color: #ffffff;
  background: linear-gradient(145deg, #075fda, #1686ff) !important;
}

.mfg-breakpoint-board b {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: var(--industry-blue-700);
  background: #dff0ff;
}

.mfg-breakpoint-board h3 {
  margin-top: 18px;
  color: #122446;
  font-size: 22px;
  line-height: 1.32;
  font-weight: 900;
}

.mfg-breakpoint-main h3 {
  max-width: 340px;
  color: #ffffff;
  font-size: 30px;
}

.mfg-breakpoint-board p {
  margin-top: 12px;
  color: var(--industry-muted);
  font-size: 14px;
  line-height: 1.68;
}

.mfg-breakpoint-main p {
  color: rgba(255, 255, 255, 0.82);
}

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

.mfg-solution-grid article {
  min-height: 230px;
  padding: 24px;
  border: 1px solid var(--industry-line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(38, 100, 176, 0.06);
}

.mfg-solution-grid span {
  color: var(--industry-blue-700);
  font-size: 13px;
  font-weight: 900;
}

.mfg-solution-grid h3 {
  margin-top: 16px;
  color: #122446;
  font-size: 22px;
  font-weight: 900;
}

.mfg-solution-grid p {
  margin-top: 12px;
  color: var(--industry-muted);
  font-size: 14px;
  line-height: 1.68;
}

.mfg-delivery-layout {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.mfg-timeline {
  display: grid;
  gap: 12px;
}

.mfg-timeline li {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 16px;
  padding: 20px;
  border: 1px solid var(--industry-line);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(38, 100, 176, 0.05);
}

.mfg-timeline b {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: var(--industry-blue-700);
  background: #dff0ff;
}

.mfg-timeline span {
  color: #122446;
  font-size: 20px;
  font-weight: 900;
}

.mfg-timeline p {
  margin-top: 8px;
  color: var(--industry-muted);
  font-size: 14px;
  line-height: 1.62;
}

@media (max-width: 1024px) {
  .mfg-hero-head,
  .mfg-canvas-grid,
  .mfg-breakpoint-board,
  .mfg-delivery-layout {
    grid-template-columns: 1fr;
  }

  .mfg-breakpoint-main {
    grid-row: auto;
  }

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

@media (max-width: 760px) {
  .mfg-hero,
  .mfg-section {
    padding: 60px 0;
  }

  .mfg-hero-copy h1,
  .mfg-section-head h2,
  .mfg-delivery-copy h2 {
    font-size: 34px;
  }

  .mfg-hero-copy p {
    font-size: 16px;
  }

  .mfg-canvas-top {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 16px;
  }

  .mfg-canvas-top div {
    justify-content: start;
  }

  .mfg-flow-steps,
  .mfg-solution-grid {
    grid-template-columns: 1fr;
  }

  .mfg-flow-steps::before {
    top: 30px;
    bottom: 30px;
    left: 44px;
    right: auto;
    width: 3px;
    height: auto;
    background: linear-gradient(180deg, #d8edff, #0d6efd, #d8edff);
  }

  .mfg-flow-steps li {
    min-height: 82px;
    display: grid;
    grid-template-columns: 54px 1fr;
    align-items: center;
    padding: 12px;
  }

  .mfg-flow-steps b {
    margin: 0;
  }

  .mfg-flow-steps strong,
  .mfg-flow-steps span {
    text-align: left;
  }

  .mfg-timeline li {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .mfg-hero-copy h1,
  .mfg-section-head h2,
  .mfg-delivery-copy h2 {
    font-size: 30px;
  }
}

/* Manufacturing official-site edition */
.mfg-site-page {
  background: #f6fbff;
}

.mfg-site-page .industry-page {
  background:
    linear-gradient(180deg, #f5fbff 0%, #ffffff 34%, #f6fbff 100%);
}

.mfg-site-hero {
  position: relative;
  overflow: hidden;
  padding: 112px 0 104px;
  background:
    linear-gradient(122deg, rgba(255, 255, 255, 0.98) 0 48%, rgba(226, 244, 255, 0.92) 48% 100%),
    #f6fbff;
}

.mfg-site-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(13, 110, 253, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(13, 110, 253, 0.045) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(90deg, transparent 0%, #000000 18%, #000000 82%, transparent 100%);
  opacity: 0.7;
  pointer-events: none;
}

.mfg-site-hero::after {
  position: absolute;
  right: -9vw;
  bottom: -160px;
  width: 58vw;
  height: 460px;
  content: "";
  border-top: 1px solid rgba(13, 110, 253, 0.16);
  background: linear-gradient(180deg, rgba(13, 110, 253, 0.08), transparent 58%);
  transform: skewY(-8deg);
  pointer-events: none;
}

.mfg-site-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(420px, 0.92fr) minmax(520px, 1.08fr);
  gap: 72px;
  align-items: center;
}

.mfg-site-hero-copy h1 {
  max-width: 620px;
  color: #10213d;
  font-size: 60px;
  line-height: 1.16;
  font-weight: 900;
}

.mfg-site-subtitle {
  max-width: 610px;
  margin-top: 26px;
  color: #3d506d;
  font-size: 19px;
  line-height: 1.9;
  font-weight: 500;
}

.mfg-site-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 36px;
}

.mfg-site-actions .industry-btn-secondary {
  border-color: rgba(13, 110, 253, 0.18);
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(47, 103, 167, 0.09);
}

.mfg-site-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.mfg-site-tags span {
  height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(13, 110, 253, 0.13);
  border-radius: 6px;
  color: #2364ad;
  background: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(56, 117, 184, 0.06);
}

.mfg-site-art {
  position: relative;
  min-height: 540px;
}

.mfg-site-art::before,
.mfg-site-art::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.mfg-site-art::before {
  inset: 36px -14px 22px 68px;
  border: 1px solid rgba(13, 110, 253, 0.13);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(13, 110, 253, 0.08)),
    linear-gradient(90deg, transparent 0 47%, rgba(13, 110, 253, 0.1) 47% 48%, transparent 48% 100%);
  transform: skewX(-7deg);
}

.mfg-site-art::after {
  left: 20px;
  right: 18px;
  bottom: 22px;
  height: 118px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(18, 87, 165, 0.13), rgba(18, 87, 165, 0));
  filter: blur(18px);
}

.mfg-art-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 650px);
  margin-left: auto;
  border: 1px solid rgba(13, 110, 253, 0.16);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 36px 72px rgba(33, 91, 164, 0.16);
}

.mfg-art-header {
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
  border-bottom: 1px solid rgba(13, 110, 253, 0.11);
  color: #2d6fbe;
  background: linear-gradient(90deg, #ffffff, #eef7ff);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
}

.mfg-art-header i {
  width: 128px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(13, 110, 253, 0.18), rgba(36, 199, 244, 0.45));
}

.mfg-art-body {
  position: relative;
  min-height: 448px;
  padding: 40px;
  background:
    linear-gradient(90deg, rgba(13, 110, 253, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(13, 110, 253, 0.06) 1px, transparent 1px),
    linear-gradient(145deg, #ffffff 0%, #f3faff 100%);
  background-size: 54px 54px, 54px 54px, auto;
}

.mfg-art-body::before {
  position: absolute;
  left: 50%;
  top: 42%;
  width: 380px;
  height: 380px;
  content: "";
  border: 1px solid rgba(13, 110, 253, 0.14);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.mfg-art-body::after {
  position: absolute;
  left: 78px;
  right: 78px;
  bottom: 124px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(13, 110, 253, 0.36), transparent);
}

.mfg-art-core {
  position: absolute;
  left: 50%;
  top: 39%;
  z-index: 2;
  width: 178px;
  min-height: 142px;
  display: grid;
  place-items: center;
  padding: 24px 22px;
  border: 1px solid rgba(13, 110, 253, 0.2);
  border-radius: 8px;
  color: #ffffff;
  background: linear-gradient(145deg, #0b63e5, #1b91ff);
  box-shadow: 0 24px 48px rgba(13, 110, 253, 0.24);
  transform: translate(-50%, -50%);
}

.mfg-art-core span {
  font-size: 40px;
  line-height: 1;
  font-weight: 900;
}

.mfg-art-core strong {
  max-width: 116px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  line-height: 1.42;
  text-align: center;
}

.mfg-art-orbit {
  position: absolute;
  z-index: 3;
  min-width: 108px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid rgba(13, 110, 253, 0.16);
  border-radius: 6px;
  color: #1b5fa9;
  background: #ffffff;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(49, 105, 174, 0.12);
}

.mfg-art-orbit::before {
  width: 7px;
  height: 7px;
  margin-right: 8px;
  content: "";
  border-radius: 50%;
  background: #24c7f4;
  box-shadow: 0 0 0 4px rgba(36, 199, 244, 0.14);
}

.mfg-art-orbit-a {
  left: 56px;
  top: 122px;
}

.mfg-art-orbit-b {
  right: 58px;
  top: 118px;
}

.mfg-art-orbit-c {
  left: 82px;
  top: 286px;
}

.mfg-art-orbit-d {
  right: 78px;
  top: 288px;
}

.mfg-art-factory {
  position: absolute;
  left: 50%;
  bottom: 34px;
  z-index: 2;
  width: 360px;
  height: 106px;
  transform: translateX(-50%);
}

.mfg-art-factory i {
  position: absolute;
  bottom: 0;
  display: block;
  border: 1px solid rgba(13, 110, 253, 0.18);
  border-radius: 6px 6px 0 0;
  background: linear-gradient(180deg, #ffffff, #e8f5ff);
  box-shadow: 0 10px 24px rgba(47, 103, 167, 0.1);
}

.mfg-art-factory i:nth-child(1) {
  left: 0;
  width: 132px;
  height: 74px;
}

.mfg-art-factory i:nth-child(2) {
  left: 122px;
  width: 112px;
  height: 96px;
}

.mfg-art-factory i:nth-child(3) {
  right: 0;
  width: 146px;
  height: 62px;
}

.mfg-art-factory span {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 22px;
  height: 14px;
  display: block;
  background:
    repeating-linear-gradient(90deg, #b8dfff 0 18px, transparent 18px 28px),
    linear-gradient(90deg, rgba(13, 110, 253, 0.18), rgba(36, 199, 244, 0.26));
}

.mfg-site-section {
  position: relative;
  padding: 96px 0;
  background: #ffffff;
}

.mfg-site-section-soft {
  background:
    linear-gradient(180deg, #f5fbff 0%, #ffffff 100%);
}

.mfg-site-section-head {
  max-width: min(1120px, 100%);
  margin: 0 auto 42px;
  text-align: center;
}

.mfg-site-section-head h2,
.mfg-delivery-site-copy h2 {
  color: #10213d;
  font-size: 40px;
  line-height: 1.28;
  font-weight: 900;
  white-space: nowrap;
}

.mfg-site-section-head p,
.mfg-delivery-site-copy p {
  margin-top: 16px;
  color: #63728c;
  font-size: 16px;
  line-height: 1.82;
}

.mfg-site-section-head p {
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  white-space: nowrap;
}

.mfg-value-layout {
  display: grid;
  grid-template-columns: 1.24fr repeat(3, 1fr);
  gap: 18px;
  align-items: stretch;
}

.mfg-value-layout article {
  min-height: 234px;
  padding: 28px;
  border: 1px solid rgba(13, 110, 253, 0.13);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(39, 105, 185, 0.07);
}

.mfg-value-layout article:not(.mfg-value-lead) {
  display: flex;
  flex-direction: column;
}

.mfg-value-layout span {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: #075fda;
  background: #e9f5ff;
  font-size: 14px;
  font-weight: 900;
}

.mfg-value-layout h3 {
  margin-top: 24px;
  color: #122446;
  font-size: 22px;
  line-height: 1.34;
  font-weight: 900;
}

.mfg-value-layout p {
  margin-top: 14px;
  color: #63728c;
  font-size: 14px;
  line-height: 1.72;
}

.mfg-value-lead {
  color: #ffffff;
  background:
    linear-gradient(145deg, rgba(12, 92, 216, 0.95), rgba(28, 145, 255, 0.9)),
    #075fda !important;
}

.mfg-value-lead h3 {
  max-width: 300px;
  margin-top: 0;
  color: #ffffff;
  font-size: 30px;
  line-height: 1.28;
}

.mfg-value-lead p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
}

.mfg-scenario-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 8%, rgba(36, 199, 244, 0.13), transparent 22%),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.mfg-scenario-section::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(13, 110, 253, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(13, 110, 253, 0.04) 1px, transparent 1px);
  background-size: 74px 74px;
  opacity: 0.6;
  pointer-events: none;
}

.mfg-scenario-section .industry-container {
  position: relative;
  z-index: 1;
}

.mfg-scenario-head {
  margin-bottom: 40px;
}

.mfg-scenario-head .mfg-scenario-emphasis {
  margin-top: 14px;
  color: #075fda;
  font-size: 25px;
  line-height: 1.35;
  font-weight: 900;
}

.mfg-scenario-head .mfg-scenario-desc {
  max-width: 1120px;
  margin-top: 12px;
  color: #31435f;
  font-size: 16px;
  line-height: 1.78;
  white-space: nowrap;
}

.mfg-scenario-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.mfg-scenario-card {
  min-height: 270px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 20px;
  border: 1px solid rgba(13, 110, 253, 0.16);
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 16%, rgba(13, 110, 253, 0.08), transparent 25%),
    rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 46px rgba(39, 105, 185, 0.08);
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.mfg-scenario-card:hover {
  border-color: rgba(13, 110, 253, 0.32);
  background:
    radial-gradient(circle at 50% 14%, rgba(36, 199, 244, 0.13), transparent 27%),
    #ffffff;
  box-shadow: 0 26px 62px rgba(39, 105, 185, 0.16);
  transform: translateY(-6px);
}

.mfg-scenario-icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(13, 110, 253, 0.12);
  border-radius: 20px;
  color: #075fda;
  background: linear-gradient(180deg, #ffffff, #eef8ff);
  box-shadow: inset 0 0 0 9px rgba(13, 110, 253, 0.04), 0 14px 28px rgba(46, 109, 188, 0.1);
}

.mfg-scenario-icon svg,
.mfg-scenario-strip-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mfg-scenario-card > span {
  margin-top: 18px;
  color: #075fda;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 900;
}

.mfg-scenario-card h3 {
  margin-top: 16px;
  color: #122446;
  font-size: 19px;
  line-height: 1.35;
  font-weight: 900;
}

.mfg-scenario-card p {
  margin-top: 12px;
  color: #2e405f;
  font-size: 13px;
  line-height: 1.65;
  font-weight: 600;
}

.mfg-scenario-card a {
  margin-top: auto;
  padding-top: 18px;
  color: #075fda;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
}

.mfg-scenario-card a::after {
  content: " >";
}

.mfg-scenario-strip {
  display: grid;
  grid-template-columns: minmax(300px, 0.95fr) minmax(0, 1.65fr);
  gap: 20px;
  align-items: center;
  margin-top: 22px;
  padding: 18px 22px;
  border: 1px solid rgba(13, 110, 253, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 44px rgba(39, 105, 185, 0.08);
}

.mfg-scenario-strip-copy {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.mfg-scenario-strip-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(13, 110, 253, 0.14);
  border-radius: 14px;
  color: #075fda;
  background: #f0f8ff;
}

.mfg-scenario-strip-icon svg {
  width: 26px;
  height: 26px;
}

.mfg-scenario-strip h3 {
  color: #122446;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 900;
}

.mfg-scenario-strip p {
  margin-top: 8px;
  color: #3f506b;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 700;
}

.mfg-scenario-chips {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.mfg-scenario-chips span {
  min-height: 52px;
  display: grid;
  place-items: center;
  padding: 0 12px;
  border: 1px solid rgba(13, 110, 253, 0.14);
  border-radius: 12px;
  color: #075fda;
  background: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.mfg-scene-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.mfg-scene-grid article {
  position: relative;
  min-height: 226px;
  padding: 28px;
  border: 1px solid rgba(13, 110, 253, 0.13);
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(39, 105, 185, 0.06);
}

.mfg-scene-grid article::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, #0d6efd, #24c7f4);
}

.mfg-scene-grid span {
  color: #075fda;
  font-size: 13px;
  font-weight: 900;
}

.mfg-scene-grid h3 {
  margin-top: 16px;
  color: #122446;
  font-size: 22px;
  line-height: 1.34;
  font-weight: 900;
}

.mfg-scene-grid p {
  margin-top: 12px;
  color: #63728c;
  font-size: 14px;
  line-height: 1.72;
}

.mfg-delivery-site-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  align-items: start;
}

.mfg-delivery-site-copy {
  max-width: min(1120px, 100%);
  margin: 0 auto;
  text-align: center;
}

.mfg-delivery-site-copy h2,
.mfg-delivery-site-copy p {
  margin-right: auto;
  margin-left: auto;
}

.mfg-delivery-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  counter-reset: delivery;
}

.mfg-delivery-cards li {
  position: relative;
  min-height: 214px;
  padding: 30px;
  border: 1px solid rgba(13, 110, 253, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(135deg, #ffffff, #f6fbff);
  box-shadow: 0 18px 42px rgba(39, 105, 185, 0.06);
}

.mfg-delivery-cards b {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(13, 110, 253, 0.14);
  border-radius: 6px;
  color: #075fda;
  background: #ffffff;
  font-size: 15px;
  font-weight: 900;
}

.mfg-delivery-cards h3 {
  margin-top: 22px;
  color: #122446;
  font-size: 22px;
  font-weight: 900;
}

.mfg-delivery-cards p {
  margin-top: 12px;
  color: #63728c;
  font-size: 14px;
  line-height: 1.72;
}

@media (max-width: 1180px) {
  .mfg-site-hero-inner {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .mfg-site-art {
    min-height: auto;
  }

  .mfg-art-panel {
    margin-right: auto;
  }

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

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

  .mfg-scenario-strip {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 1024px) {
  .mfg-delivery-site-layout {
    grid-template-columns: 1fr;
  }

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

}

@media (max-width: 760px) {
  .mfg-site-hero {
    padding: 72px 0 70px;
  }

  .mfg-site-hero-inner {
    gap: 36px;
  }

  .mfg-site-hero-copy h1 {
    font-size: 38px;
  }

  .mfg-site-subtitle {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.78;
  }

  .mfg-site-actions {
    gap: 12px;
    margin-top: 28px;
  }

  .mfg-site-tags {
    margin-top: 24px;
  }

  .mfg-site-tags span {
    height: auto;
    min-height: 34px;
  }

  .mfg-art-body {
    min-height: 390px;
    padding: 26px 18px;
  }

  .mfg-art-body::before {
    width: 280px;
    height: 280px;
  }

  .mfg-art-core {
    width: 148px;
    min-height: 122px;
  }

  .mfg-art-core span {
    font-size: 32px;
  }

  .mfg-art-orbit {
    min-width: 94px;
    height: 36px;
    padding: 0 10px;
    font-size: 12px;
  }

  .mfg-art-orbit-a {
    left: 18px;
    top: 92px;
  }

  .mfg-art-orbit-b {
    right: 18px;
    top: 92px;
  }

  .mfg-art-orbit-c {
    left: 20px;
    top: 232px;
  }

  .mfg-art-orbit-d {
    right: 20px;
    top: 232px;
  }

  .mfg-art-factory {
    width: 270px;
    height: 82px;
    bottom: 28px;
  }

  .mfg-art-factory i:nth-child(1) {
    width: 100px;
    height: 58px;
  }

  .mfg-art-factory i:nth-child(2) {
    left: 92px;
    width: 86px;
    height: 76px;
  }

  .mfg-art-factory i:nth-child(3) {
    width: 110px;
    height: 50px;
  }

  .mfg-site-section {
    padding: 70px 0;
  }

  .mfg-site-section-head {
    margin-bottom: 30px;
  }

  .mfg-site-section-head h2,
  .mfg-delivery-site-copy h2 {
    font-size: 30px;
    line-height: 1.32;
    white-space: normal;
  }

  .mfg-site-section-head p,
  .mfg-scenario-head .mfg-scenario-desc {
    white-space: normal;
  }

  .mfg-value-layout,
  .mfg-scenario-grid,
  .mfg-scene-grid,
  .mfg-delivery-cards {
    grid-template-columns: 1fr;
  }

  .mfg-value-layout article,
  .mfg-scenario-card,
  .mfg-scene-grid article,
  .mfg-delivery-cards li {
    min-height: auto;
    padding: 24px;
  }

  .mfg-scenario-head .mfg-scenario-emphasis {
    font-size: 22px;
  }

  .mfg-scenario-strip {
    padding: 18px;
  }

  .mfg-scenario-strip-copy {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .mfg-scenario-chips {
    grid-template-columns: 1fr;
  }

  .mfg-value-lead h3 {
    font-size: 26px;
  }
}

@media (max-width: 480px) {
  .mfg-site-hero-copy h1 {
    font-size: 34px;
  }

  .mfg-art-header {
    padding: 0 16px;
  }

  .mfg-art-header i {
    width: 78px;
  }

  .mfg-art-orbit {
    min-width: 86px;
  }

  .mfg-art-orbit::before {
    display: none;
  }
}

/* Manufacturing page interactive refresh */
.mfg-site-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: #075fda;
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
}

.mfg-site-kicker::before {
  width: 6px;
  height: 26px;
  content: "";
  border-radius: 999px;
  background: linear-gradient(180deg, #24c7f4, #0d6efd);
}

.mfg-hero-proof {
  max-width: 600px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.mfg-hero-proof div {
  min-height: 86px;
  padding: 16px;
  border: 1px solid rgba(13, 110, 253, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 26px rgba(48, 106, 174, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.mfg-hero-proof div:hover {
  border-color: rgba(13, 110, 253, 0.28);
  box-shadow: 0 18px 34px rgba(48, 106, 174, 0.12);
  transform: translateY(-4px);
}

.mfg-hero-proof dt {
  color: #075fda;
  font-size: 26px;
  line-height: 1;
  font-weight: 900;
}

.mfg-hero-proof dd {
  margin-top: 9px;
  color: #63728c;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 700;
}

.mfg-site-actions .industry-btn,
.mfg-value-layout article,
.mfg-scene-card,
.mfg-delivery-cards li,
.mfg-process-rail button {
  will-change: transform;
}

.mfg-art-panel {
  animation: mfgPanelFloat 5.2s ease-in-out infinite;
}

.mfg-art-core {
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.mfg-art-panel:hover .mfg-art-core {
  box-shadow: 0 30px 56px rgba(13, 110, 253, 0.32);
  transform: translate(-50%, -50%) scale(1.04);
}

.mfg-art-orbit {
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  animation: mfgOrbitFloat 4.8s ease-in-out infinite;
}

.mfg-art-orbit-b,
.mfg-art-orbit-d {
  animation-delay: 0.9s;
}

.mfg-art-orbit:hover {
  border-color: rgba(13, 110, 253, 0.38);
  box-shadow: 0 18px 34px rgba(49, 105, 174, 0.18);
  transform: translateY(-5px);
}

.mfg-art-status {
  position: absolute;
  right: 34px;
  bottom: 30px;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mfg-art-status span {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(13, 110, 253, 0.14);
  border-radius: 999px;
  color: #1b5fa9;
  background: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 900;
}

.mfg-value-layout article {
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.mfg-value-layout article:hover {
  border-color: rgba(13, 110, 253, 0.28);
  box-shadow: 0 24px 52px rgba(39, 105, 185, 0.13);
  transform: translateY(-6px);
}

.mfg-process-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 16%, rgba(36, 199, 244, 0.12), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f3faff 100%);
}

.mfg-process-section::before {
  position: absolute;
  right: max(18px, calc((100vw - 1200px) / 2));
  top: 74px;
  width: 210px;
  height: 118px;
  content: "";
  border: 1px solid rgba(13, 110, 253, 0.1);
  border-radius: 12px;
  background:
    linear-gradient(90deg, rgba(13, 110, 253, 0.08) 12px, transparent 12px 22px) 24px 30px / 86px 8px no-repeat,
    linear-gradient(90deg, rgba(36, 199, 244, 0.2), rgba(13, 110, 253, 0.08)) 24px 58px / 142px 9px no-repeat,
    rgba(255, 255, 255, 0.48);
  opacity: 0.7;
  transform: rotate(-3deg);
  pointer-events: none;
}

.mfg-process-board {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.78fr);
  gap: 24px;
  align-items: stretch;
}

.mfg-process-rail {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 28px;
  border: 1px solid rgba(13, 110, 253, 0.13);
  border-radius: 12px;
  background:
    linear-gradient(90deg, rgba(13, 110, 253, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(13, 110, 253, 0.045) 1px, transparent 1px),
    rgba(255, 255, 255, 0.9);
  background-size: 38px 38px, 38px 38px, auto;
  box-shadow: 0 18px 42px rgba(39, 105, 185, 0.08);
}

.mfg-process-rail::before {
  position: absolute;
  top: 50%;
  right: 54px;
  left: 54px;
  height: 3px;
  content: "";
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(13, 110, 253, 0.16), rgba(36, 199, 244, 0.28));
}

.mfg-process-rail button {
  position: relative;
  z-index: 1;
  min-height: 178px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 16px;
  padding: 22px 18px;
  border: 1px solid rgba(13, 110, 253, 0.14);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 28px rgba(39, 105, 185, 0.08);
  color: #122446;
  font: inherit;
  text-align: center;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.mfg-process-rail button:hover,
.mfg-process-rail button.is-active {
  border-color: rgba(13, 110, 253, 0.32);
  background: linear-gradient(180deg, #ffffff, #eef7ff);
  box-shadow: 0 22px 46px rgba(39, 105, 185, 0.15);
  transform: translateY(-7px);
}

.mfg-process-rail span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #075fda;
  background: #eaf4ff;
  font-size: 15px;
  font-weight: 900;
  transition: color 180ms ease, background 180ms ease;
}

.mfg-process-rail button.is-active span {
  color: #ffffff;
  background: linear-gradient(135deg, #0d6efd, #24c7f4);
}

.mfg-process-rail strong {
  font-size: 19px;
  line-height: 1.28;
  font-weight: 900;
}

.mfg-process-detail {
  min-height: 280px;
  padding: 34px;
  border: 1px solid rgba(13, 110, 253, 0.14);
  border-radius: 12px;
  background:
    radial-gradient(circle at 88% 18%, rgba(36, 199, 244, 0.12), transparent 28%),
    linear-gradient(145deg, #ffffff, #eef7ff);
  box-shadow: 0 22px 50px rgba(39, 105, 185, 0.12);
}

.mfg-process-detail > span,
.mfg-scene-detail > span {
  color: #075fda;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
}

.mfg-process-detail h3,
.mfg-scene-detail h3 {
  margin-top: 16px;
  color: #10213d;
  font-size: 28px;
  line-height: 1.28;
  font-weight: 900;
}

.mfg-process-detail p,
.mfg-scene-detail p {
  margin-top: 14px;
  color: #53657e;
  font-size: 15px;
  line-height: 1.82;
}

.mfg-process-detail ul {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.mfg-process-detail li {
  position: relative;
  padding-left: 20px;
  color: #243c60;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 700;
}

.mfg-process-detail li::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  height: 7px;
  content: "";
  border-radius: 50%;
  background: #24c7f4;
  box-shadow: 0 0 0 4px rgba(36, 199, 244, 0.12);
}

.mfg-scene-interactive {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(390px, 0.82fr);
  gap: 26px;
  align-items: start;
}

.mfg-scene-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.mfg-scene-card {
  position: relative;
  min-height: 210px;
  display: grid;
  align-content: start;
  padding: 28px 28px 30px;
  border: 1px solid rgba(13, 110, 253, 0.13);
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 255, 0.92)),
    #ffffff;
  box-shadow: 0 18px 42px rgba(39, 105, 185, 0.06);
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.mfg-scene-card::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, #0d6efd, #24c7f4);
  transition: width 180ms ease;
}

.mfg-scene-card::after {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  content: attr(data-scene-order);
  border: 1px solid rgba(13, 110, 253, 0.12);
  border-radius: 10px;
  color: rgba(7, 95, 218, 0.78);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(233, 245, 255, 0.9));
  font-size: 13px;
  font-weight: 900;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.mfg-scene-card:hover,
.mfg-scene-card.is-active {
  border-color: rgba(13, 110, 253, 0.3);
  background:
    radial-gradient(circle at 86% 18%, rgba(36, 199, 244, 0.14), transparent 22%),
    linear-gradient(145deg, #ffffff, #f1f8ff);
  box-shadow: 0 24px 54px rgba(39, 105, 185, 0.14);
  transform: translateY(-6px);
}

.mfg-scene-card.is-active::before {
  width: 7px;
}

.mfg-scene-card:hover::after,
.mfg-scene-card.is-active::after {
  color: #ffffff;
  background: linear-gradient(135deg, #0d6efd, #24c7f4);
  transform: translateY(-2px);
}

.mfg-scene-card span {
  width: max-content;
  max-width: calc(100% - 64px);
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  border-radius: 999px;
  color: #075fda;
  background: rgba(13, 110, 253, 0.08);
  font-size: 13px;
  font-weight: 900;
}

.mfg-scene-card h3 {
  margin-top: 16px;
  color: #122446;
  font-size: 22px;
  line-height: 1.34;
  font-weight: 900;
}

.mfg-scene-card p {
  margin-top: 12px;
  color: #63728c;
  font-size: 14px;
  line-height: 1.72;
}

.mfg-scene-detail {
  position: sticky;
  top: 32px;
  min-height: 670px;
  align-self: start;
  padding: 34px;
  border: 1px solid rgba(13, 110, 253, 0.14);
  border-radius: 12px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(13, 110, 253, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(13, 110, 253, 0.05) 1px, transparent 1px),
    linear-gradient(145deg, #ffffff, #eef7ff);
  background-size: 34px 34px, 34px 34px, auto;
  box-shadow: 0 24px 54px rgba(39, 105, 185, 0.12);
}

.mfg-scene-detail::after {
  position: absolute;
  right: 34px;
  bottom: 30px;
  width: 154px;
  height: 98px;
  content: "";
  border: 1px solid rgba(13, 110, 253, 0.1);
  border-radius: 12px;
  background:
    linear-gradient(90deg, rgba(13, 110, 253, 0.12) 10px, transparent 10px 20px) 22px 26px / 112px 8px no-repeat,
    linear-gradient(90deg, rgba(36, 199, 244, 0.24), rgba(13, 110, 253, 0.1)) 22px 52px / 86px 10px no-repeat,
    rgba(255, 255, 255, 0.5);
  opacity: 0.78;
  pointer-events: none;
}

.mfg-scene-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
}

.mfg-scene-tags span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  border-radius: 999px;
  color: #075fda;
  background: rgba(13, 110, 253, 0.09);
  font-size: 13px;
  font-weight: 900;
}

.mfg-scene-detail strong {
  display: block;
  margin-top: 28px;
  color: #075fda;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
}

.mfg-scene-loop {
  position: relative;
  z-index: 1;
  margin-top: 28px;
  padding: 18px;
  border: 1px solid rgba(13, 110, 253, 0.13);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.84), rgba(232, 246, 255, 0.72));
  box-shadow: 0 18px 38px rgba(39, 105, 185, 0.08);
}

.mfg-scene-loop-head span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  color: #075fda;
  background: rgba(13, 110, 253, 0.08);
  font-size: 12px;
  font-weight: 900;
}

.mfg-scene-loop-head b {
  display: block;
  margin-top: 10px;
  color: #122446;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 900;
}

.mfg-scene-loop ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.mfg-scene-loop li {
  display: grid;
  gap: 8px;
  align-items: start;
  padding: 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.76);
}

.mfg-scene-loop li > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: #ffffff;
  background: linear-gradient(135deg, #0d6efd, #24c7f4);
  font-size: 12px;
  font-weight: 900;
}

.mfg-scene-loop li strong {
  margin: 0;
  color: #122446;
  font-size: 14px;
  line-height: 1.35;
}

.mfg-scene-loop li p {
  margin-top: 0;
  color: #63728c;
  font-size: 12px;
  line-height: 1.6;
}

.mfg-delivery-cards li {
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.mfg-delivery-cards li:hover,
.mfg-delivery-cards li.is-active {
  border-color: rgba(13, 110, 253, 0.32);
  background: linear-gradient(145deg, #ffffff, #eef7ff);
  box-shadow: 0 24px 54px rgba(39, 105, 185, 0.14);
  transform: translateY(-6px);
}

.mfg-delivery-cards li.is-active b {
  color: #ffffff;
  background: linear-gradient(135deg, #0d6efd, #24c7f4);
}

.mfg-delivery-extra {
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  color: #075fda;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 800;
  opacity: 0;
  transition: max-height 220ms ease, margin-top 220ms ease, opacity 180ms ease;
}

.mfg-delivery-cards li.is-active .mfg-delivery-extra {
  max-height: 80px;
  margin-top: 18px;
  opacity: 1;
}

.mfg-process-rail button:focus-visible,
.mfg-scene-card:focus-visible,
.mfg-delivery-cards li:focus-visible,
.industry-btn:focus-visible {
  outline: 3px solid rgba(36, 199, 244, 0.34);
  outline-offset: 3px;
}

@keyframes mfgPanelFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes mfgOrbitFloat {
  0%,
  100% {
    margin-top: 0;
  }

  50% {
    margin-top: -6px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mfg-art-panel,
  .mfg-art-orbit {
    animation: none;
  }
}

@media (max-width: 1180px) {
  .mfg-process-board,
  .mfg-scene-interactive {
    grid-template-columns: 1fr;
  }

  .mfg-scene-detail {
    position: static;
    min-height: auto;
  }
}

@media (max-width: 900px) {
  .mfg-scene-grid {
    grid-template-columns: 1fr;
  }

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

  .mfg-process-rail::before {
    content: none;
  }
}

@media (max-width: 760px) {
  .mfg-hero-proof,
  .mfg-process-rail {
    grid-template-columns: 1fr;
  }

  .mfg-process-rail,
  .mfg-process-detail,
  .mfg-scene-detail {
    padding: 24px;
  }

  .mfg-process-rail button {
    min-height: auto;
    justify-items: start;
    text-align: left;
  }

  .mfg-art-status {
    right: 18px;
    bottom: 18px;
  }

  .mfg-scene-card {
    min-height: auto;
    padding: 24px;
  }

  .mfg-scene-loop {
    padding: 18px;
  }

  .mfg-scene-loop ol {
    grid-template-columns: 1fr;
  }

  .mfg-scene-card::after {
    top: 20px;
    right: 20px;
    width: 38px;
    height: 38px;
  }
}

/* AI+ education: teaching operations and learning intelligence */
.edu-site-page {
  --edu-blue: #0d6efd;
  --edu-blue-deep: #10213d;
  --edu-cyan: #24c7f4;
  --edu-mint: #19c7a0;
  --edu-lavender: #6d7cff;
  --edu-muted: #63728c;
  background: #f6fbff;
}

.edu-page {
  background:
    radial-gradient(circle at 88% 10%, rgba(36, 199, 244, 0.14), transparent 22%),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 42%, #eef8ff 100%);
}

.edu-hero {
  position: relative;
  overflow: hidden;
  padding: 104px 0 94px;
  background:
    radial-gradient(circle at 86% 20%, rgba(25, 199, 160, 0.14), transparent 25%),
    linear-gradient(118deg, rgba(255, 255, 255, 0.98) 0 48%, rgba(224, 244, 255, 0.92) 48% 100%),
    #f6fbff;
}

.edu-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(13, 110, 253, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(13, 110, 253, 0.045) 1px, transparent 1px);
  background-size: 78px 78px;
  mask-image: linear-gradient(90deg, transparent 0%, #000000 14%, #000000 86%, transparent 100%);
  opacity: 0.75;
  pointer-events: none;
}

.edu-hero::after {
  position: absolute;
  right: -12vw;
  bottom: -170px;
  width: 62vw;
  height: 460px;
  content: "";
  border-top: 1px solid rgba(13, 110, 253, 0.16);
  background: linear-gradient(180deg, rgba(13, 110, 253, 0.08), transparent 58%);
  transform: skewY(-8deg);
  pointer-events: none;
}

.edu-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(420px, 0.94fr) minmax(520px, 1.06fr);
  gap: 72px;
  align-items: center;
}

.edu-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: #075fda;
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
}

.edu-kicker::before {
  width: 6px;
  height: 26px;
  content: "";
  border-radius: 999px;
  background: linear-gradient(180deg, var(--edu-mint), var(--edu-blue));
}

.edu-hero-copy h1 {
  max-width: 640px;
  color: var(--edu-blue-deep);
  font-size: 54px;
  line-height: 1.16;
  font-weight: 900;
}

.edu-hero-subtitle {
  max-width: 640px;
  margin-top: 24px;
  color: #3d506d;
  font-size: 19px;
  line-height: 1.9;
  font-weight: 500;
}

.edu-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.edu-actions .industry-btn-secondary {
  border-color: rgba(13, 110, 253, 0.18);
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(47, 103, 167, 0.09);
}

.edu-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.edu-tags span {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(13, 110, 253, 0.13);
  border-radius: 6px;
  color: #2364ad;
  background: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(56, 117, 184, 0.06);
}

.edu-proof {
  max-width: 620px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.edu-proof div {
  min-height: 86px;
  padding: 16px;
  border: 1px solid rgba(13, 110, 253, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 12px 26px rgba(48, 106, 174, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.edu-proof div:hover {
  border-color: rgba(13, 110, 253, 0.28);
  box-shadow: 0 18px 34px rgba(48, 106, 174, 0.12);
  transform: translateY(-4px);
}

.edu-proof dt {
  color: #075fda;
  font-size: 25px;
  line-height: 1;
  font-weight: 900;
}

.edu-proof dd {
  margin-top: 9px;
  color: var(--edu-muted);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 700;
}

.edu-hero-visual {
  position: relative;
  min-height: 540px;
}

.edu-hero-visual::before,
.edu-hero-visual::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.edu-hero-visual::before {
  inset: 34px -16px 28px 64px;
  border: 1px solid rgba(13, 110, 253, 0.13);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(13, 110, 253, 0.08)),
    linear-gradient(90deg, transparent 0 47%, rgba(13, 110, 253, 0.1) 47% 48%, transparent 48% 100%);
  transform: skewX(-7deg);
}

.edu-hero-visual::after {
  left: 12px;
  right: 18px;
  bottom: 28px;
  height: 118px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(18, 87, 165, 0.13), rgba(18, 87, 165, 0));
  filter: blur(18px);
}

.edu-classroom-card {
  position: relative;
  z-index: 1;
  width: min(100%, 660px);
  margin-left: auto;
  overflow: hidden;
  border: 1px solid rgba(13, 110, 253, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 36px 78px rgba(33, 91, 164, 0.16);
  animation: eduPanelFloat 5.4s ease-in-out infinite;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.edu-classroom-card:hover {
  animation: none;
  border-color: rgba(13, 110, 253, 0.3);
  box-shadow: 0 44px 88px rgba(33, 91, 164, 0.2);
  transform: translateY(-6px);
}

.edu-classroom-top {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 22px;
  border-bottom: 1px solid rgba(13, 110, 253, 0.11);
  background: linear-gradient(90deg, #ffffff, #eef7ff);
}

.edu-classroom-top strong {
  color: #2364ad;
  font-size: 14px;
  font-weight: 900;
}

.edu-classroom-top span {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--edu-blue), var(--edu-cyan));
  font-size: 12px;
  font-weight: 900;
}

.edu-classroom-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 230px;
  gap: 16px;
  padding: 24px;
  background:
    linear-gradient(90deg, rgba(13, 110, 253, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(13, 110, 253, 0.055) 1px, transparent 1px),
    linear-gradient(145deg, #ffffff, #f4fbff);
  background-size: 42px 42px, 42px 42px, auto;
}

.edu-live-panel,
.edu-student-panel {
  border: 1px solid rgba(13, 110, 253, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 30px rgba(39, 105, 185, 0.08);
}

.edu-live-panel {
  min-height: 286px;
  padding: 28px;
}

.edu-live-panel span,
.edu-student-panel > span {
  color: #075fda;
  font-size: 13px;
  font-weight: 900;
}

.edu-live-panel h3 {
  max-width: 330px;
  margin-top: 18px;
  color: var(--edu-blue-deep);
  font-size: 30px;
  line-height: 1.25;
  font-weight: 900;
}

.edu-board-lines {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.edu-board-lines i {
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(13, 110, 253, 0.18), rgba(36, 199, 244, 0.32));
}

.edu-board-lines i:nth-child(1) {
  width: 86%;
}

.edu-board-lines i:nth-child(2) {
  width: 68%;
  background: linear-gradient(90deg, rgba(25, 199, 160, 0.2), rgba(13, 110, 253, 0.18));
}

.edu-board-lines i:nth-child(3) {
  width: 48%;
}

.edu-student-panel {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 22px;
}

.edu-student-row {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 42px;
  gap: 9px;
  align-items: center;
  color: #243c60;
  font-size: 12px;
  font-weight: 800;
}

.edu-student-row i {
  position: relative;
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: #e7f2ff;
}

.edu-student-row i::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--w);
  content: "";
  border-radius: inherit;
  background: linear-gradient(90deg, var(--edu-blue), var(--edu-cyan));
}

.edu-student-row em {
  color: var(--edu-muted);
  font-style: normal;
  text-align: right;
}

.edu-classroom-bottom {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 18px 24px 24px;
}

.edu-classroom-bottom span {
  min-height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(13, 110, 253, 0.12);
  border-radius: 999px;
  color: #2364ad;
  background: #f6fbff;
  font-size: 13px;
  font-weight: 900;
}

.edu-value-section {
  background: #ffffff;
}

.edu-value-grid {
  display: grid;
  grid-template-columns: 1.22fr repeat(3, 1fr);
  gap: 18px;
  align-items: stretch;
}

.edu-value-lead,
.edu-value-card {
  min-height: 234px;
  padding: 28px;
  border: 1px solid rgba(13, 110, 253, 0.13);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(39, 105, 185, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.edu-value-lead:hover,
.edu-value-card:hover {
  border-color: rgba(13, 110, 253, 0.28);
  box-shadow: 0 24px 52px rgba(39, 105, 185, 0.13);
  transform: translateY(-6px);
}

.edu-value-lead {
  color: #ffffff;
  background:
    radial-gradient(circle at 88% 18%, rgba(36, 199, 244, 0.28), transparent 28%),
    linear-gradient(145deg, #075fda, #1686ff);
}

.edu-value-lead span,
.edu-value-card span {
  width: max-content;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 8px;
  color: #075fda;
  background: #e9f5ff;
  font-size: 13px;
  font-weight: 900;
}

.edu-value-lead span {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
}

.edu-value-lead h3,
.edu-value-card h3 {
  margin-top: 22px;
  color: var(--edu-blue-deep);
  font-size: 22px;
  line-height: 1.34;
  font-weight: 900;
}

.edu-value-lead h3 {
  max-width: 320px;
  color: #ffffff;
  font-size: 30px;
  line-height: 1.28;
}

.edu-value-lead p,
.edu-value-card p {
  margin-top: 14px;
  color: var(--edu-muted);
  font-size: 14px;
  line-height: 1.72;
}

.edu-value-lead p {
  color: rgba(255, 255, 255, 0.84);
  font-size: 15px;
}

.edu-journey-section {
  position: relative;
  overflow: hidden;
}

.edu-journey-section::before {
  position: absolute;
  left: max(18px, calc((100vw - 1200px) / 2));
  top: 80px;
  width: 210px;
  height: 112px;
  content: "";
  border: 1px solid rgba(13, 110, 253, 0.1);
  border-radius: 12px;
  background:
    linear-gradient(90deg, rgba(13, 110, 253, 0.08) 12px, transparent 12px 22px) 24px 30px / 86px 8px no-repeat,
    linear-gradient(90deg, rgba(25, 199, 160, 0.2), rgba(13, 110, 253, 0.08)) 24px 58px / 142px 9px no-repeat,
    rgba(255, 255, 255, 0.48);
  opacity: 0.65;
  transform: rotate(3deg);
  pointer-events: none;
}

.edu-journey-board {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.78fr);
  gap: 24px;
  align-items: stretch;
}

.edu-journey-tabs {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 28px;
  border: 1px solid rgba(13, 110, 253, 0.13);
  border-radius: 12px;
  background:
    linear-gradient(90deg, rgba(13, 110, 253, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(13, 110, 253, 0.045) 1px, transparent 1px),
    rgba(255, 255, 255, 0.9);
  background-size: 38px 38px, 38px 38px, auto;
  box-shadow: 0 18px 42px rgba(39, 105, 185, 0.08);
}

.edu-journey-tabs::before {
  position: absolute;
  top: 50%;
  right: 54px;
  left: 54px;
  height: 3px;
  content: "";
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(13, 110, 253, 0.16), rgba(25, 199, 160, 0.28));
}

.edu-journey-tabs button {
  position: relative;
  z-index: 1;
  min-height: 178px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 16px;
  padding: 22px 18px;
  border: 1px solid rgba(13, 110, 253, 0.14);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 28px rgba(39, 105, 185, 0.08);
  color: #122446;
  font: inherit;
  text-align: center;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.edu-journey-tabs button:hover,
.edu-journey-tabs button.is-active {
  border-color: rgba(13, 110, 253, 0.32);
  background: linear-gradient(180deg, #ffffff, #eef7ff);
  box-shadow: 0 22px 46px rgba(39, 105, 185, 0.15);
  transform: translateY(-7px);
}

.edu-journey-tabs span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #075fda;
  background: #eaf4ff;
  font-size: 15px;
  font-weight: 900;
  transition: color 180ms ease, background 180ms ease;
}

.edu-journey-tabs button.is-active span {
  color: #ffffff;
  background: linear-gradient(135deg, var(--edu-blue), var(--edu-mint));
}

.edu-journey-tabs strong {
  font-size: 19px;
  line-height: 1.28;
  font-weight: 900;
}

.edu-journey-detail,
.edu-scenario-detail {
  min-height: 280px;
  padding: 34px;
  border: 1px solid rgba(13, 110, 253, 0.14);
  border-radius: 12px;
  background:
    radial-gradient(circle at 88% 18%, rgba(36, 199, 244, 0.12), transparent 28%),
    linear-gradient(145deg, #ffffff, #eef7ff);
  box-shadow: 0 22px 50px rgba(39, 105, 185, 0.12);
}

.edu-journey-detail > span,
.edu-scenario-detail > span {
  color: #075fda;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
}

.edu-journey-detail h3,
.edu-scenario-detail h3 {
  margin-top: 16px;
  color: var(--edu-blue-deep);
  font-size: 28px;
  line-height: 1.28;
  font-weight: 900;
}

.edu-journey-detail p,
.edu-scenario-detail p {
  margin-top: 14px;
  color: #53657e;
  font-size: 15px;
  line-height: 1.82;
}

.edu-journey-detail ul {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.edu-journey-detail li {
  position: relative;
  padding-left: 20px;
  color: #243c60;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 700;
}

.edu-journey-detail li::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  height: 7px;
  content: "";
  border-radius: 50%;
  background: var(--edu-mint);
  box-shadow: 0 0 0 4px rgba(25, 199, 160, 0.12);
}

.edu-scenario-lab {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(390px, 0.82fr);
  gap: 26px;
  align-items: stretch;
}

.edu-scenario-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.edu-scenario-card {
  position: relative;
  min-height: 210px;
  display: grid;
  align-content: start;
  padding: 28px 28px 30px;
  border: 1px solid rgba(13, 110, 253, 0.13);
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 255, 0.92)),
    #ffffff;
  box-shadow: 0 18px 42px rgba(39, 105, 185, 0.06);
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.edu-scenario-card::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, var(--edu-blue), var(--edu-mint));
  transition: width 180ms ease;
}

.edu-scenario-card::after {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  content: attr(data-edu-scene-order);
  border: 1px solid rgba(13, 110, 253, 0.12);
  border-radius: 10px;
  color: rgba(7, 95, 218, 0.78);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(233, 245, 255, 0.9));
  font-size: 13px;
  font-weight: 900;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.edu-scenario-card:hover,
.edu-scenario-card.is-active {
  border-color: rgba(13, 110, 253, 0.3);
  background:
    radial-gradient(circle at 86% 18%, rgba(25, 199, 160, 0.12), transparent 22%),
    linear-gradient(145deg, #ffffff, #f1f8ff);
  box-shadow: 0 24px 54px rgba(39, 105, 185, 0.14);
  transform: translateY(-6px);
}

.edu-scenario-card.is-active::before {
  width: 7px;
}

.edu-scenario-card:hover::after,
.edu-scenario-card.is-active::after {
  color: #ffffff;
  background: linear-gradient(135deg, var(--edu-blue), var(--edu-mint));
  transform: translateY(-2px);
}

.edu-scenario-card span {
  width: max-content;
  max-width: calc(100% - 64px);
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  border-radius: 999px;
  color: #075fda;
  background: rgba(13, 110, 253, 0.08);
  font-size: 13px;
  font-weight: 900;
}

.edu-scenario-card h3 {
  margin-top: 16px;
  color: #122446;
  font-size: 22px;
  line-height: 1.34;
  font-weight: 900;
}

.edu-scenario-card p {
  margin-top: 12px;
  color: var(--edu-muted);
  font-size: 14px;
  line-height: 1.72;
}

.edu-scenario-detail {
  position: sticky;
  top: 32px;
  min-height: 670px;
  height: 670px;
  align-self: stretch;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(13, 110, 253, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(13, 110, 253, 0.05) 1px, transparent 1px),
    linear-gradient(145deg, #ffffff, #eef7ff);
  background-size: 34px 34px, 34px 34px, auto;
}

.edu-scenario-detail::after {
  position: absolute;
  right: 34px;
  bottom: 30px;
  width: 122px;
  height: 74px;
  content: "";
  border: 1px solid rgba(13, 110, 253, 0.1);
  border-radius: 12px;
  background:
    radial-gradient(circle at 28% 34%, rgba(25, 199, 160, 0.24) 0 10px, transparent 11px),
    linear-gradient(90deg, rgba(13, 110, 253, 0.12) 10px, transparent 10px 20px) 22px 56px / 112px 8px no-repeat,
    rgba(255, 255, 255, 0.5);
  opacity: 0.78;
  pointer-events: none;
}

.edu-scenario-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
}

.edu-scenario-tags span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  border-radius: 999px;
  color: #075fda;
  background: rgba(13, 110, 253, 0.09);
  font-size: 13px;
  font-weight: 900;
}

.edu-scenario-detail strong {
  display: block;
  margin-top: 28px;
  color: #075fda;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
}

.edu-scenario-insight {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.edu-scenario-insight > div {
  min-height: 158px;
  padding: 18px;
  border: 1px solid rgba(13, 110, 253, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 28px rgba(39, 105, 185, 0.07);
}

.edu-scenario-insight b {
  display: block;
  color: #122446;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
}

.edu-scenario-insight ul {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.edu-scenario-insight li {
  position: relative;
  padding-left: 18px;
  color: #3d506d;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 800;
}

.edu-scenario-insight li::before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
  background: var(--edu-mint);
  box-shadow: 0 0 0 4px rgba(25, 199, 160, 0.12);
}

.edu-scenario-flow {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 24px 1fr 24px 1fr;
  gap: 8px;
  align-items: center;
  margin-top: 24px;
  padding: 16px;
  border: 1px solid rgba(13, 110, 253, 0.12);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(238, 247, 255, 0.78));
}

.edu-scenario-flow span {
  min-height: 36px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #075fda;
  background: rgba(13, 110, 253, 0.08);
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.edu-scenario-flow i {
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(13, 110, 253, 0.16), rgba(25, 199, 160, 0.38));
}

.edu-delivery-section {
  overflow: visible;
}

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

.edu-delivery-steps li {
  min-height: 258px;
  padding: 28px;
  border: 1px solid rgba(13, 110, 253, 0.13);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(39, 105, 185, 0.06);
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.edu-delivery-steps li:hover,
.edu-delivery-steps li.is-active {
  border-color: rgba(13, 110, 253, 0.32);
  background:
    linear-gradient(90deg, rgba(13, 110, 253, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(13, 110, 253, 0.06) 1px, transparent 1px),
    linear-gradient(145deg, #ffffff, #eef7ff);
  background-size: 34px 34px, 34px 34px, auto;
  box-shadow: 0 24px 54px rgba(39, 105, 185, 0.14);
  transform: translateY(-6px);
}

.edu-delivery-steps b {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(13, 110, 253, 0.14);
  border-radius: 10px;
  color: #075fda;
  background: #ffffff;
  font-size: 15px;
  font-weight: 900;
}

.edu-delivery-steps li.is-active b {
  color: #ffffff;
  background: linear-gradient(135deg, var(--edu-blue), var(--edu-mint));
}

.edu-delivery-steps h3 {
  margin-top: 22px;
  color: #122446;
  font-size: 22px;
  font-weight: 900;
}

.edu-delivery-steps p {
  margin-top: 12px;
  color: var(--edu-muted);
  font-size: 14px;
  line-height: 1.72;
}

.edu-step-extra {
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  color: #075fda;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 900;
  opacity: 0;
  transition: max-height 220ms ease, margin-top 220ms ease, opacity 180ms ease;
}

.edu-delivery-steps li.is-active .edu-step-extra {
  max-height: 88px;
  margin-top: 18px;
  opacity: 1;
}

.edu-journey-tabs button:focus-visible,
.edu-scenario-card:focus-visible,
.edu-delivery-steps li:focus-visible,
.edu-site-page .industry-btn:focus-visible {
  outline: 3px solid rgba(36, 199, 244, 0.34);
  outline-offset: 3px;
}

@keyframes eduPanelFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .edu-classroom-card {
    animation: none;
  }
}

@media (max-width: 1180px) {
  .edu-hero-inner,
  .edu-journey-board,
  .edu-scenario-lab {
    grid-template-columns: 1fr;
  }

  .edu-hero-copy h1,
  .edu-hero-subtitle {
    max-width: 780px;
  }

  .edu-classroom-card {
    margin: 0 auto;
  }

  .edu-value-grid,
  .edu-delivery-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .edu-scenario-detail {
    position: static;
    min-height: auto;
    height: auto;
  }
}

@media (max-width: 900px) {
  .edu-journey-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .edu-journey-tabs::before {
    content: none;
  }

  .edu-scenario-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .edu-hero {
    padding: 56px 0 64px;
  }

  .edu-hero-inner {
    gap: 36px;
  }

  .edu-hero-copy h1 {
    font-size: 34px;
    white-space: normal;
  }

  .edu-hero-subtitle {
    font-size: 16px;
  }

  .edu-actions,
  .edu-actions .industry-btn {
    width: 100%;
  }

  .edu-proof,
  .edu-value-grid,
  .edu-journey-tabs,
  .edu-delivery-steps {
    grid-template-columns: 1fr;
  }

  .edu-hero-visual {
    min-height: auto;
  }

  .edu-hero-visual::before,
  .edu-hero-visual::after,
  .edu-scenario-detail::after {
    display: none;
  }

  .edu-classroom-main,
  .edu-classroom-bottom {
    grid-template-columns: 1fr;
  }

  .edu-classroom-main {
    padding: 18px;
  }

  .edu-live-panel {
    min-height: auto;
    padding: 24px;
  }

  .edu-live-panel h3 {
    font-size: 24px;
  }

  .edu-student-row {
    grid-template-columns: 70px minmax(0, 1fr) 42px;
  }

  .edu-value-lead,
  .edu-value-card,
  .edu-journey-tabs,
  .edu-journey-detail,
  .edu-scenario-detail,
  .edu-delivery-steps li {
    padding: 24px;
  }

  .edu-journey-tabs button {
    min-height: auto;
    justify-items: start;
    text-align: left;
  }

  .edu-scenario-card {
    min-height: auto;
    padding: 24px;
  }

  .edu-scenario-card::after {
    top: 20px;
    right: 20px;
    width: 38px;
    height: 38px;
  }

  .edu-scenario-insight,
  .edu-scenario-flow {
    grid-template-columns: 1fr;
  }

  .edu-scenario-flow i {
    display: none;
  }
}
