.industry-main {
  background: #f4f6f8;
  color: var(--ink);
}

.industry-hero {
  position: relative;
  min-height: clamp(620px, 82svh, 820px);
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 132px clamp(20px, 4vw, 64px) clamp(54px, 7vw, 96px);
  color: #fff;
  background:
    linear-gradient(90deg, rgba(5, 9, 14, 0.9), rgba(5, 9, 14, 0.28) 48%, rgba(5, 9, 14, 0.78)),
    linear-gradient(145deg, #081018 0%, #17242e 48%, #0c1118 100%);
}

.industry-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.46;
  background:
    linear-gradient(90deg, rgba(223, 242, 253, 0.1) 1px, transparent 1px),
    linear-gradient(rgba(223, 242, 253, 0.09) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(180deg, transparent, #000 16%, #000 84%, transparent);
}

.industry-hero::after {
  content: "";
  position: absolute;
  right: clamp(24px, 8vw, 148px);
  top: 20%;
  width: min(480px, 42vw);
  aspect-ratio: 1;
  border: 1px solid rgba(223, 242, 253, 0.2);
  border-radius: 50%;
  box-shadow: inset 0 0 96px rgba(223, 242, 253, 0.06);
}

.industry-hero-inner {
  position: relative;
  z-index: 1;
  width: min(1320px, 100%);
  margin: 0 auto;
}

.industry-kicker,
.industry-eyebrow {
  margin: 0 0 14px;
  color: var(--cyan);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 850;
}

.industry-hero h1 {
  max-width: 980px;
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 7.6vw, 112px);
  line-height: 0.96;
  font-weight: 760;
  text-wrap: balance;
}

.industry-hero p {
  max-width: 820px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(17px, 2vw, 24px);
  line-height: 1.62;
}

.industry-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(780px, 100%);
  margin-top: 46px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.industry-hero-stat {
  min-height: 112px;
  padding: 20px 22px;
  background: rgba(8, 13, 19, 0.72);
}

.industry-hero-stat strong {
  display: block;
  color: #fff;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1;
}

.industry-hero-stat span {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
}

.industry-jump {
  position: sticky;
  top: 64px;
  z-index: 30;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 14px clamp(20px, 4vw, 64px);
  background: rgba(244, 246, 248, 0.94);
  border-bottom: 1px solid rgba(11, 17, 24, 0.08);
  backdrop-filter: blur(18px);
}

.industry-jump a {
  flex: 0 0 auto;
  padding: 9px 14px;
  border: 1px solid rgba(11, 17, 24, 0.12);
  border-radius: 999px;
  color: rgba(11, 17, 24, 0.7);
  background: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 760;
}

.industry-section {
  padding: clamp(76px, 8vw, 128px) clamp(20px, 4vw, 64px);
}

.industry-section.dark {
  color: #fff;
  background:
    radial-gradient(circle at 18% 12%, rgba(90, 168, 216, 0.18), transparent 28%),
    linear-gradient(180deg, #070c12, #101820);
}

.industry-wrap {
  width: min(1320px, 100%);
  margin: 0 auto;
}

.industry-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(300px, 0.5fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: end;
  margin-bottom: 34px;
}

.industry-heading h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 72px);
  line-height: 1;
  font-weight: 760;
  text-wrap: balance;
}

.industry-heading p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(16px, 1.7vw, 21px);
  line-height: 1.7;
}

.dark .industry-heading p {
  color: rgba(255, 255, 255, 0.68);
}

.industry-category {
  margin-top: 42px;
}

.industry-category-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 16px;
}

.industry-category-head h3 {
  margin: 0;
  font-size: clamp(26px, 3.4vw, 46px);
  line-height: 1.08;
}

.industry-count {
  color: var(--muted);
  font-size: 14px;
  font-weight: 760;
  white-space: nowrap;
}

.industry-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(11, 17, 24, 0.12);
  border: 1px solid rgba(11, 17, 24, 0.12);
}

.industry-card {
  position: relative;
  min-height: 286px;
  display: grid;
  align-content: space-between;
  gap: 22px;
  padding: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 251, 0.96));
  transition: background 160ms ease, transform 160ms ease;
}

.industry-card:hover {
  background: #fff;
  transform: translateY(-2px);
}

.industry-card h4 {
  margin: 0 0 12px;
  font-size: 25px;
  line-height: 1.18;
}

.industry-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.68;
}

.industry-card span {
  color: var(--ink);
  font-size: 14px;
  font-weight: 780;
}

.industry-layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.28fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 74px);
  align-items: start;
}

.industry-side {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 8px;
}

.industry-side a {
  display: block;
  padding: 13px 14px;
  border: 1px solid rgba(11, 17, 24, 0.1);
  color: rgba(11, 17, 24, 0.68);
  background: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  font-weight: 760;
}

.industry-side a.is-active {
  color: #0b1118;
  border-color: rgba(90, 168, 216, 0.42);
  background: #fff;
}

.industry-content {
  display: grid;
  gap: 56px;
}

.industry-block {
  scroll-margin-top: 132px;
}

.industry-block h2 {
  margin: 0 0 22px;
  font-size: clamp(30px, 4vw, 58px);
  line-height: 1.05;
}

.industry-text-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(11, 17, 24, 0.12);
  border: 1px solid rgba(11, 17, 24, 0.12);
}

.industry-text-card {
  min-height: 156px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.94);
}

.industry-text-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.28;
}

.industry-text-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.72;
}

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

.industry-product {
  overflow: hidden;
  border: 1px solid rgba(11, 17, 24, 0.1);
  background: #fff;
}

.industry-product-visual {
  position: relative;
  min-height: 230px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(223, 242, 253, 0.12) 1px, transparent 1px),
    linear-gradient(rgba(223, 242, 253, 0.12) 1px, transparent 1px),
    linear-gradient(145deg, #101820, #25323d);
  background-size: 36px 36px, 36px 36px, auto;
}

.industry-product-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 26px;
}

.industry-product-visual span {
  position: absolute;
  left: 16px;
  bottom: 14px;
  z-index: 1;
  padding: 6px 9px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(6, 10, 15, 0.66);
  font-size: 12px;
  font-weight: 760;
}

.industry-product-copy {
  padding: 20px;
}

.industry-product-copy h3 {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.2;
}

.industry-product-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.62;
}

.industry-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(11, 17, 24, 0.12);
  border: 1px solid rgba(11, 17, 24, 0.12);
}

.industry-flow li {
  min-height: 116px;
  list-style: none;
  padding: 20px;
  background: #fff;
  color: rgba(11, 17, 24, 0.78);
  font-size: 15px;
  line-height: 1.55;
}

.industry-flow li::before {
  content: attr(data-step);
  display: block;
  margin-bottom: 12px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 850;
}

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

.industry-case {
  position: relative;
  min-height: 260px;
  display: grid;
  align-content: end;
  overflow: hidden;
  padding: 22px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(6, 10, 15, 0.08), rgba(6, 10, 15, 0.86)),
    linear-gradient(135deg, #27323b, #111820);
}

.industry-case::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.42;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 42px 42px;
}

.industry-case p {
  position: relative;
  margin: 0;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 720;
}

.industry-cta {
  padding: clamp(70px, 9vw, 118px) clamp(20px, 4vw, 64px);
  color: #fff;
  background: #05080c;
  text-align: center;
}

.industry-cta h2 {
  margin: 0;
  font-size: clamp(38px, 6vw, 82px);
}

.industry-cta p {
  max-width: 720px;
  margin: 18px auto 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 17px;
  line-height: 1.7;
}

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

.industry-cta-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  min-height: 48px;
  padding: 0 26px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  font-weight: 760;
}

.industry-cta-actions a:first-child {
  color: var(--ink);
  background: #fff;
}

.industry-detail-hero {
  min-height: 100svh;
  padding: 96px clamp(20px, 4vw, 64px);
  align-items: center;
  /* 减轻基础背景遮罩，让视频清晰可见 */
  background:
    linear-gradient(90deg, rgba(5, 9, 14, 0.30), rgba(5, 9, 14, 0.10) 48%, rgba(5, 9, 14, 0.26)),
    linear-gradient(145deg, #081018 0%, #17242e 48%, #0c1118 100%) !important;
}

.industry-detail-hero video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1.0;
}

.industry-detail-hero::before {
  z-index: 1;
  opacity: 0.08;
}

.industry-detail-hero::after {
  inset: 0;
  width: auto;
  aspect-ratio: auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background:
    linear-gradient(90deg, rgba(4, 8, 12, 0.35), rgba(4, 8, 12, 0.10) 52%, rgba(4, 8, 12, 0.30)),
    linear-gradient(180deg, rgba(4, 8, 12, 0.06), rgba(4, 8, 12, 0.38));
}

.industry-detail-hero .industry-hero-inner {
  z-index: 2;
  display: grid;
  justify-items: center;
  text-align: center;
}

.industry-detail-hero .industry-kicker {
  display: none;
}

.industry-detail-hero h1,
.industry-detail-hero p {
  margin-left: auto;
  margin-right: auto;
}

.industry-detail-hero h1 {
  max-width: 920px;
}

.industry-detail-hero p {
  max-width: 980px;
}

.industry-screen {
  min-height: 100svh;
  padding: clamp(86px, 8vw, 132px) clamp(20px, 4vw, 64px);
}

.industry-screen:nth-child(even) {
  background: #eef2f5;
}

.industry-screen-dark {
  color: #fff;
  background:
    radial-gradient(circle at 18% 12%, rgba(90, 168, 216, 0.16), transparent 28%),
    linear-gradient(180deg, #070c12, #101820);
}

.industry-screen-inner {
  width: min(1360px, 100%);
  margin: 0 auto;
}

.industry-screen-head {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(300px, 0.48fr);
  gap: clamp(24px, 5vw, 74px);
  align-items: end;
  margin-bottom: 34px;
}

.industry-screen-head h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 76px);
  line-height: 1;
}

.industry-screen-head p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(16px, 1.7vw, 21px);
  line-height: 1.72;
}

.industry-screen-dark .industry-screen-head p {
  color: rgba(255, 255, 255, 0.68);
}

.industry-pain-advantage {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(48px, 7vw, 116px);
  background: transparent;
  border: 0;
}

.industry-pain-screen {
  min-height: auto;
  padding-top: clamp(86px, 7vw, 118px);
  padding-bottom: clamp(38px, 4vw, 64px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(244, 246, 248, 0.96)),
    #f4f6f8;
}

.industry-pain-screen .industry-screen-inner {
  width: min(1200px, 100%);
}

.industry-pain-screen .industry-screen-head {
  display: none;
}

.industry-pane {
  min-height: auto;
  padding: 0;
  background: transparent;
}

.industry-pane h3 {
  margin: 0 0 28px;
  color: #071524;
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.16;
  font-weight: 780;
}

.industry-pane h3::before {
  content: none;
}

.industry-feature-list {
  display: grid;
  gap: 0;
}

.industry-feature {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 20px 0;
  border-top: 1px solid rgba(7, 21, 36, 0.1);
  background: transparent;
}

.industry-feature:first-child {
  border-top: 0;
  padding-top: 0;
}

.industry-feature-icon {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  color: transparent;
  background: transparent;
  border-radius: 50%;
  font-size: 0;
  font-weight: 850;
  letter-spacing: 0;
}

.industry-pane:first-child .industry-feature-icon::before {
  content: "";
  width: 9px;
  height: 1px;
  background: rgba(7, 21, 36, 0.46);
}

.industry-pane:last-child .industry-feature-icon {
  border: 1px solid rgba(45, 184, 126, 0.9);
}

.industry-pane:last-child .industry-feature-icon::before {
  content: "✓";
  color: #19a86b;
  font-size: 12px;
  line-height: 1;
}

.industry-feature strong {
  display: inline;
  margin: 0;
  color: #071524;
  font-size: 16px;
  line-height: 1.72;
  font-weight: 820;
}

.industry-feature p {
  display: inline;
  margin: 0;
  color: #071524;
  font-size: 16px;
  line-height: 1.72;
}

.industry-product-stack-screen {
  min-height: auto;
  padding-top: 0;
  padding-bottom: clamp(86px, 7vw, 118px);
  background:
    linear-gradient(180deg, #f4f7f9 0%, #eef3f6 100%),
    #eef3f6;
}

.industry-product-stack-screen .industry-screen-inner {
  width: min(1360px, 100%);
}

.industry-stack-layout {
  display: grid;
  grid-template-columns: 0.82fr 0.82fr 1.72fr;
  gap: 0;
  padding: clamp(26px, 4vw, 48px);
  color: #071524;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 253, 0.96)),
    #fff;
  border: 1px solid rgba(7, 21, 36, 0.08);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(7, 21, 36, 0.08);
}

.industry-stack-column {
  min-height: 420px;
  padding: 0 clamp(20px, 3vw, 34px);
  border-right: 1px solid rgba(7, 21, 36, 0.1);
}

.industry-stack-column:first-child {
  padding-left: 0;
}

.industry-stack-column:last-child {
  padding-right: 0;
  border-right: 0;
}

.industry-stack-column h3 {
  margin: 0 0 28px;
  color: #071524;
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.1;
  font-weight: 780;
}

.industry-stack-product {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin-bottom: 34px;
}

.industry-stack-product-multi {
  grid-template-columns: 64px minmax(0, 1fr);
}

.industry-stack-product-media {
  display: grid;
  grid-template-columns: 64px;
  gap: 8px;
  align-items: center;
}

.industry-stack-product:not(.industry-stack-product-multi) .industry-stack-product-media {
  display: block;
}

.industry-stack-product img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  padding: 10px;
  background: rgba(238, 244, 248, 0.9);
  border: 1px solid rgba(7, 21, 36, 0.08);
  border-radius: 6px;
}

.industry-stack-product h4 {
  margin: 0 0 6px;
  color: #071524;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
}

.industry-stack-product p {
  margin: 0 0 8px;
  color: #596879;
  font-size: 14px;
  line-height: 1.55;
}

.industry-stack-product a {
  color: #26415a;
  font-size: 13px;
  font-weight: 760;
  text-decoration: none;
}

.industry-stack-product a:hover {
  color: #1c5fb8;
}

.industry-stack-flow-row {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  margin-bottom: 26px;
}

.industry-stack-flow-row strong {
  color: #071524;
  font-size: 19px;
  line-height: 1.25;
  font-weight: 820;
}

.industry-stack-flow-row div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 14px;
  min-width: 0;
  max-width: 100%;
}

.industry-stack-flow-row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  color: #071524;
  background: #f3f6f9;
  border: 1px solid rgba(7, 21, 36, 0.06);
  border-radius: 6px;
  font-size: 16px;
  font-weight: 780;
  line-height: 1.35;
  white-space: normal;
  text-align: center;
  max-width: min(100%, 260px);
}

.industry-stack-flow-row i {
  width: clamp(22px, 4vw, 46px);
  height: 1px;
  background: repeating-linear-gradient(90deg, rgba(7, 21, 36, 0.24) 0 4px, transparent 4px 8px);
  position: relative;
  flex: 0 0 clamp(22px, 4vw, 46px);
}

.industry-stack-flow-row i::after {
  content: "";
  position: absolute;
  right: -2px;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 6px solid rgba(7, 21, 36, 0.34);
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  transform: translateY(-50%);
}

.industry-ai-companion-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.82fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  min-height: clamp(480px, 56vw, 640px);
  padding: clamp(34px, 5vw, 70px);
  color: #071524;
  background:
    radial-gradient(circle at 82% 18%, rgba(30, 133, 255, 0.16), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(242, 248, 252, 0.96));
  border: 1px solid rgba(7, 21, 36, 0.08);
  border-radius: 10px;
  box-shadow: 0 18px 48px rgba(7, 21, 36, 0.08);
  overflow: hidden;
}

.industry-ai-companion-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 21, 36, 0.05) 1px, transparent 1px),
    linear-gradient(rgba(7, 21, 36, 0.04) 1px, transparent 1px);
  background-size: 54px 54px;
  opacity: 0.28;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
  pointer-events: none;
}

.industry-ai-companion-copy,
.industry-ai-companion-map {
  position: relative;
  z-index: 1;
}

.industry-ai-companion-kicker {
  margin: 0 0 14px;
  color: #1c5fb8;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.industry-ai-companion-copy h2 {
  max-width: 740px;
  margin: 0 0 26px;
  color: #071524;
  font-size: clamp(34px, 4.4vw, 64px);
  line-height: 1.08;
  font-weight: 840;
}

.industry-ai-companion-copy p:not(.industry-ai-companion-kicker) {
  max-width: 820px;
  margin: 0 0 18px;
  color: #405268;
  font-size: clamp(16px, 1.45vw, 21px);
  line-height: 1.86;
}

.industry-ai-companion-map {
  min-height: 410px;
  display: grid;
  place-items: center;
}

.industry-ai-companion-node {
  width: 176px;
  height: 176px;
  display: grid;
  place-items: center;
  color: #fff;
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.34), transparent 28%),
    linear-gradient(135deg, #0e88ff, #0a3f86);
  border-radius: 50%;
  box-shadow: 0 20px 54px rgba(14, 136, 255, 0.26);
  font-size: 28px;
  font-weight: 860;
}

.industry-ai-companion-orbit {
  position: absolute;
  inset: 28px;
  border: 1px dashed rgba(28, 95, 184, 0.28);
  border-radius: 50%;
}

.industry-ai-companion-orbit span,
.industry-ai-companion-capabilities span {
  position: absolute;
  min-width: 106px;
  padding: 10px 14px;
  color: #071524;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(7, 21, 36, 0.09);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(7, 21, 36, 0.08);
  font-size: 15px;
  font-weight: 800;
  text-align: center;
}

.industry-ai-companion-orbit span:nth-child(1) { left: 50%; top: -18px; transform: translateX(-50%); }
.industry-ai-companion-orbit span:nth-child(2) { right: -18px; top: 50%; transform: translateY(-50%); }
.industry-ai-companion-orbit span:nth-child(3) { left: 50%; bottom: -18px; transform: translateX(-50%); }
.industry-ai-companion-orbit span:nth-child(4) { left: -18px; top: 50%; transform: translateY(-50%); }

.industry-ai-companion-capabilities {
  position: absolute;
  inset: 86px;
  border: 1px solid rgba(28, 95, 184, 0.16);
  border-radius: 50%;
}

.industry-ai-companion-capabilities span {
  min-width: 92px;
  padding: 8px 12px;
  color: #33506a;
  background: rgba(245, 249, 252, 0.94);
  font-size: 13px;
}

.industry-ai-companion-capabilities span:nth-child(1) { left: 50%; top: -14px; transform: translateX(-50%); }
.industry-ai-companion-capabilities span:nth-child(2) { right: -8px; top: 50%; transform: translateY(-50%); }
.industry-ai-companion-capabilities span:nth-child(3) { left: 50%; bottom: -14px; transform: translateX(-50%); }
.industry-ai-companion-capabilities span:nth-child(4) { left: -8px; top: 50%; transform: translateY(-50%); }

.industry-ai-magic-panel {
  position: relative;
  min-height: clamp(430px, 42vw, 560px);
  padding: clamp(34px, 5vw, 70px);
  color: #071524;
  background:
    radial-gradient(circle at 12% 18%, rgba(37, 115, 255, 0.1), transparent 28%),
    radial-gradient(circle at 88% 82%, rgba(72, 205, 255, 0.12), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(244, 249, 252, 0.96));
  border: 1px solid rgba(7, 21, 36, 0.08);
  border-radius: 10px;
  box-shadow: 0 18px 48px rgba(7, 21, 36, 0.08);
  overflow: hidden;
}

.industry-ai-magic-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 21, 36, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(7, 21, 36, 0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  opacity: 0.3;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
  pointer-events: none;
}

.industry-ai-magic-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 30px);
  height: 100%;
}

.industry-ai-magic-card {
  position: relative;
  min-height: clamp(300px, 30vw, 390px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 22px;
  padding: clamp(28px, 3.2vw, 42px);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(7, 21, 36, 0.08);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(7, 21, 36, 0.07);
  overflow: hidden;
}

.industry-ai-magic-card::before {
  content: attr(data-index);
  position: absolute;
  top: 28px;
  left: 30px;
  color: rgba(7, 21, 36, 0.09);
  font-size: clamp(58px, 7vw, 92px);
  line-height: 1;
  font-weight: 900;
}

.industry-ai-magic-card::after {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  height: 4px;
  background: linear-gradient(90deg, #1167d8, rgba(72, 205, 255, 0.22));
}

.industry-ai-magic-card h3 {
  position: relative;
  margin: 0;
  color: #071524;
  font-size: clamp(28px, 2.5vw, 38px);
  line-height: 1.18;
  font-weight: 850;
}

.industry-ai-magic-card p {
  position: relative;
  max-width: 440px;
  margin: 0;
  color: #405268;
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.8;
  font-weight: 520;
}

.industry-light-show-panel {
  position: relative;
  display: grid;
  gap: clamp(26px, 3.2vw, 44px);
  padding: clamp(34px, 5vw, 70px);
  color: #071524;
  background:
    radial-gradient(circle at 9% 12%, rgba(30, 133, 255, 0.12), transparent 28%),
    radial-gradient(circle at 92% 24%, rgba(72, 205, 255, 0.12), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(244, 249, 252, 0.96));
  border: 1px solid rgba(7, 21, 36, 0.08);
  border-radius: 10px;
  box-shadow: 0 18px 48px rgba(7, 21, 36, 0.08);
  overflow: hidden;
}

.industry-light-show-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 21, 36, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(7, 21, 36, 0.035) 1px, transparent 1px);
  background-size: 58px 58px;
  opacity: 0.28;
  mask-image: linear-gradient(90deg, transparent, #000 16%, #000 84%, transparent);
  pointer-events: none;
}

.industry-light-show-hero,
.industry-light-show-section,
.industry-light-show-standard {
  position: relative;
  z-index: 1;
}

.industry-light-show-hero {
  max-width: 1180px;
  padding-bottom: clamp(22px, 3vw, 36px);
  border-bottom: 1px solid rgba(7, 21, 36, 0.08);
}

.industry-light-show-hero span,
.industry-light-show-section-head span,
.industry-light-show-standard > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 30px;
  margin-bottom: 18px;
  color: #0c5ec2;
  background: rgba(17, 103, 216, 0.08);
  border: 1px solid rgba(17, 103, 216, 0.14);
  border-radius: 999px;
  font-size: 14px;
  line-height: 1;
  font-weight: 850;
}

.industry-light-show-hero h2 {
  margin: 0 0 20px;
  color: #071524;
  font-size: clamp(36px, 4.8vw, 64px);
  line-height: 1.08;
  font-weight: 860;
}

.industry-light-show-hero p,
.industry-light-show-section-head p,
.industry-light-show-card p,
.industry-light-show-standard p {
  margin: 0;
  color: #405268;
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.82;
  font-weight: 520;
}

.industry-light-show-section {
  display: grid;
  grid-template-columns: minmax(220px, 0.32fr) minmax(0, 1fr);
  gap: clamp(22px, 3vw, 44px);
  align-items: start;
}

.industry-light-show-section-head h3,
.industry-light-show-standard h3 {
  margin: 0 0 14px;
  color: #071524;
  font-size: clamp(26px, 2.6vw, 38px);
  line-height: 1.18;
  font-weight: 850;
}

.industry-light-show-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.industry-light-show-card-grid.is-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.industry-light-show-card {
  min-height: 230px;
  padding: clamp(24px, 2.5vw, 34px);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(7, 21, 36, 0.08);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(7, 21, 36, 0.06);
}

.industry-light-show-card h4 {
  margin: 0 0 14px;
  color: #071524;
  font-size: clamp(21px, 1.8vw, 28px);
  line-height: 1.22;
  font-weight: 850;
}

.industry-light-show-standard {
  display: grid;
  grid-template-columns: minmax(180px, 0.2fr) minmax(0, 1fr);
  gap: clamp(22px, 3vw, 44px);
  align-items: start;
  padding: clamp(26px, 3vw, 40px);
  background: rgba(7, 21, 36, 0.035);
  border: 1px solid rgba(7, 21, 36, 0.07);
  border-radius: 8px;
}

.industry-product-flow {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: start;
}

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

.industry-flow-panel {
  padding: 28px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(11, 17, 24, 0.1);
}

.industry-flow-panel h3 {
  margin: 0 0 20px;
  font-size: 30px;
}

.industry-flow-panel .industry-flow {
  grid-template-columns: 1fr;
  background: transparent;
  border: 0;
}

.industry-flow-panel .industry-flow li {
  min-height: 0;
  border-top: 1px solid rgba(11, 17, 24, 0.1);
}

.industry-case-card {
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: #071524;
  background: #fff;
  border: 1px solid rgba(7, 21, 36, 0.1);
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(7, 21, 36, 0.06);
}

.industry-case-card img,
.industry-case-card video {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  transition: transform 240ms ease;
}

.industry-case-card:hover img,
.industry-case-card:hover video {
  transform: scale(1.04);
}

.industry-case-grid[data-industry-slug="disaster-site-3d-awareness"] .industry-case-card img,
.industry-case-grid[data-industry-slug="disaster-site-3d-awareness"] .industry-case-card video {
  aspect-ratio: 1251 / 696;
  object-fit: contain;
  background: #071524;
}

.industry-case-grid[data-industry-slug="disaster-site-3d-awareness"] .industry-case-card:hover img,
.industry-case-grid[data-industry-slug="disaster-site-3d-awareness"] .industry-case-card:hover video {
  transform: none;
}

.industry-case-grid[data-industry-slug="smart-mine-mapping"] .industry-case-card img,
.industry-case-grid[data-industry-slug="smart-mine-mapping"] .industry-case-card video,
.industry-case-grid[data-industry-slug="mine-safety-inspection"] .industry-case-card img,
.industry-case-grid[data-industry-slug="mine-safety-inspection"] .industry-case-card video {
  aspect-ratio: 1251 / 696;
  object-fit: contain;
  background: #071524;
}

.industry-case-grid[data-industry-slug="smart-mine-mapping"] .industry-case-card:hover img,
.industry-case-grid[data-industry-slug="smart-mine-mapping"] .industry-case-card:hover video,
.industry-case-grid[data-industry-slug="mine-safety-inspection"] .industry-case-card:hover img,
.industry-case-grid[data-industry-slug="mine-safety-inspection"] .industry-case-card:hover video {
  transform: none;
}

.industry-case-grid[data-industry-slug="government-management"],
.industry-case-grid[data-industry-slug="highway-maintenance"],
.industry-case-grid[data-industry-slug="traffic-inspection"] {
  grid-template-columns: minmax(280px, 520px);
  justify-content: center;
}

.industry-case-grid[data-industry-slug="government-management"] .industry-case-card,
.industry-case-grid[data-industry-slug="highway-maintenance"] .industry-case-card,
.industry-case-grid[data-industry-slug="traffic-inspection"] .industry-case-card {
  text-decoration: none;
}

.industry-case-grid[data-industry-slug="government-management"] .industry-case-card img,
.industry-case-grid[data-industry-slug="government-management"] .industry-case-card video,
.industry-case-grid[data-industry-slug="highway-maintenance"] .industry-case-card img,
.industry-case-grid[data-industry-slug="highway-maintenance"] .industry-case-card video,
.industry-case-grid[data-industry-slug="traffic-inspection"] .industry-case-card img,
.industry-case-grid[data-industry-slug="traffic-inspection"] .industry-case-card video {
  aspect-ratio: 1251 / 696;
  object-fit: contain;
  background: #071524;
}

.industry-case-grid[data-industry-slug="government-management"] .industry-case-card:hover img,
.industry-case-grid[data-industry-slug="government-management"] .industry-case-card:hover video,
.industry-case-grid[data-industry-slug="highway-maintenance"] .industry-case-card:hover img,
.industry-case-grid[data-industry-slug="highway-maintenance"] .industry-case-card:hover video,
.industry-case-grid[data-industry-slug="traffic-inspection"] .industry-case-card:hover img,
.industry-case-grid[data-industry-slug="traffic-inspection"] .industry-case-card:hover video {
  transform: none;
}

.industry-case-copy {
  display: grid;
  gap: 10px;
  padding: 22px 24px 26px;
}

.industry-case-card h3 {
  margin: 0;
  color: #071524;
  font-size: clamp(18px, 1.45vw, 23px);
  line-height: 1.32;
  font-weight: 820;
}

.industry-case-card p {
  margin: 0;
  color: #536476;
  font-size: 14px;
  line-height: 1.72;
}

/* ── 案例卡片：三级视觉层级 ── */
.case-subtitle {
  display: block;
  margin-top: 4px;
  color: #0b1118;
  font-size: clamp(13px, 1.05vw, 15px);
  font-weight: 500;
  line-height: 1.5;
  opacity: 0.7;
}

.case-feature-list {
  display: grid;
  gap: 16px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(11, 17, 24, 0.07);
}

.case-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.case-feature-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  color: #0369a1;
  background: linear-gradient(135deg, #e0f2fe, #f0f9ff);
  border-radius: 50%;
}

.case-feature-body {
  flex: 1;
  min-width: 0;
}

.case-feature-title {
  color: #0b1118;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

.case-feature-desc {
  margin-top: 6px;
  padding-left: 2px;
  color: #5a6b7a;
  font-size: 13.5px;
  line-height: 1.72;
}

.industry-cases-head-centered {
  display: block;
  text-align: center;
}

.industry-cases-head-centered h2 {
  margin: 0 auto;
}

.industry-cases-head-centered p {
  display: none;
}

.industry-contact-screen {
  min-height: 100svh;
  padding: clamp(86px, 8vw, 132px) clamp(20px, 4vw, 64px);
  color: #fff;
  background: #05080c;
}

.industry-contact-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.78fr);
  gap: clamp(28px, 5vw, 74px);
  align-items: start;
}

.industry-contact-copy h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 6vw, 86px);
  line-height: 0.96;
}

.industry-contact-copy p {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 17px;
  line-height: 1.72;
}

.industry-contact-cube {
  width: min(360px, 100%);
  aspect-ratio: 1;
  margin-top: clamp(42px, 6vw, 76px);
}

.industry-contact-cube canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.industry-form {
  display: grid;
  gap: 26px;
  padding: clamp(28px, 4vw, 48px);
  color: #0b1118;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(7, 21, 36, 0.08);
  box-shadow: 0 18px 48px rgba(7, 21, 36, 0.08);
}

.industry-form-group {
  display: grid;
  gap: 12px;
}

.industry-form-label {
  font-size: 15px;
  font-weight: 850;
}

.industry-form-label.required::after {
  content: " *";
}

.industry-intent-primary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 16px;
}

.industry-intent-primary > input {
  position: absolute;
  opacity: 0;
}

.industry-form-collapse {
  border: 1px solid rgba(11, 17, 24, 0.12);
  border-radius: 16px;
  overflow: hidden;
  transition: border-color 160ms ease, background 160ms ease;
}

.industry-form-collapse:hover,
.industry-form-collapse.is-open {
  border-color: rgba(7, 21, 36, 0.24);
}

.industry-collapse-head {
  width: 100%;
  min-height: 54px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 0 18px;
  border: 0;
  border-radius: 0;
  color: #0b1118;
  background: rgba(11, 17, 24, 0.02);
  font: inherit;
  font-size: 14px;
  font-weight: 780;
  cursor: pointer;
}

.industry-collapse-head em {
  margin-left: 4px;
  color: rgba(11, 17, 24, 0.42);
  font-style: normal;
  font-size: 12px;
  font-weight: 650;
}

.industry-collapse-head i {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid rgba(11, 17, 24, 0.52);
  transition: transform 160ms ease;
}

.industry-form-collapse.is-open .industry-collapse-head i {
  transform: rotate(180deg);
}

.industry-collapse-body {
  display: none;
  padding: 14px 18px;
}

.industry-form-collapse.is-open .industry-collapse-body {
  display: flex;
}

.industry-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.industry-form-collapse:not(.is-open) .industry-collapse-body {
  display: none;
}

.industry-checks input {
  position: absolute;
  opacity: 0;
}

.industry-checks label {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(11, 17, 24, 0.12);
  border-radius: 999px;
  color: rgba(11, 17, 24, 0.7);
  background: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 720;
}

.industry-checks input:checked + label {
  color: #071524;
  background: #eef3f6;
  border-color: rgba(7, 21, 36, 0.24);
}

.industry-intent-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.industry-intent-actions label {
  width: 100%;
  min-height: 52px;
  justify-content: space-between;
  border-radius: 16px;
  background: rgba(11, 17, 24, 0.02);
}

.industry-intent-actions label::after {
  content: "选择";
  color: rgba(11, 17, 24, 0.38);
  font-size: 12px;
  font-weight: 760;
}

.industry-intent-actions input:checked + label::after {
  content: "已选择";
  color: #071524;
}

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

.industry-form input[type="text"],
.industry-form input[type="tel"],
.industry-form input[type="email"],
.industry-form select,
.industry-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 0 16px;
  color: #0b1118;
  background: #f5f7f9;
  border: 1px solid rgba(11, 17, 24, 0.12);
  border-radius: 0;
  font: inherit;
}

.industry-form input[type="text"]:focus,
.industry-form input[type="tel"]:focus,
.industry-form input[type="email"]:focus,
.industry-form select:focus,
.industry-form textarea:focus {
  outline: none;
  border-color: rgba(7, 21, 36, 0.34);
  box-shadow: 0 0 0 3px rgba(7, 21, 36, 0.06);
}

.industry-form textarea {
  min-height: 118px;
  padding-top: 14px;
  resize: vertical;
}

.industry-form-tip {
  margin-top: -4px;
  color: rgba(11, 17, 24, 0.46);
  font-size: 12px;
  line-height: 1.5;
}

.industry-form-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 4px;
}

.industry-form button {
  min-height: 52px;
  padding: 0 34px;
  border: 1px solid rgba(11, 17, 24, 0.14);
  border-radius: 999px;
  background: rgba(11, 17, 24, 0.04);
  color: #0b1118;
  font: inherit;
  font-weight: 780;
  cursor: pointer;
}

.industry-form button[type="submit"] {
  color: #fff;
  background: #071524;
  border-color: #071524;
}

.industry-form .industry-collapse-head {
  min-height: 54px;
  justify-content: space-between;
  padding: 0 18px;
  border: 0;
  border-radius: 0;
  color: #0b1118;
  background: rgba(11, 17, 24, 0.02);
  box-shadow: none;
}

.industry-form-success {
  display: none;
  color: #2867d8;
  font-weight: 780;
}

.industry-form-success.is-visible {
  display: block;
}

.industry-empty {
  padding: 24px;
  border: 1px solid rgba(11, 17, 24, 0.1);
  color: var(--muted);
  background: #fff;
}

.site-footer .footer-wordmark {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 4vw, 56px);
  line-height: 1;
  font-weight: 860;
  letter-spacing: 0.08em;
}

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

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

@media (max-width: 960px) {
  .industry-hero {
    min-height: 72svh;
    padding: 102px 18px 54px;
  }

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

  .industry-hero p {
    font-size: 17px;
  }

  .industry-hero-stats,
  .industry-heading,
  .industry-layout,
  .industry-screen-head,
  .industry-pain-advantage,
  .industry-product-flow,
  .industry-stack-layout,
  .industry-contact-grid,
  .industry-card-grid,
  .industry-text-grid,
  .industry-product-grid,
  .industry-product-flow .industry-product-grid,
  .industry-form-grid,
  .industry-intent-primary,
  .industry-intent-actions,
  .industry-flow,
  .industry-case-grid {
    grid-template-columns: 1fr;
  }

  .industry-ai-companion-panel {
    grid-template-columns: 1fr;
    min-height: 0;
  }

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

  .industry-ai-magic-panel,
  .industry-ai-magic-card {
    min-height: 0;
  }

  .industry-light-show-section,
  .industry-light-show-standard {
    grid-template-columns: 1fr;
  }

  .industry-light-show-card-grid,
  .industry-light-show-card-grid.is-two {
    grid-template-columns: 1fr;
  }

  .industry-ai-companion-map {
    min-height: 360px;
  }

  .industry-section {
    padding: 76px 18px;
  }

  .industry-screen,
  .industry-contact-screen {
    min-height: auto;
    padding: 76px 18px;
  }

  .industry-contact-cube {
    width: min(300px, 100%);
    margin-top: 34px;
  }

  .industry-product-stack-screen {
    padding-top: 0;
  }

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

  .industry-stack-column {
    min-height: auto;
    padding: 26px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(6, 20, 46, 0.14);
  }

  .industry-stack-column:first-child {
    padding-top: 0;
  }

  .industry-stack-column:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .industry-stack-flow-row,
  .industry-stack-flow-row div {
    display: grid;
    grid-template-columns: 1fr;
  }

  .industry-stack-flow-row i {
    display: none;
  }

  .industry-side {
    position: static;
    display: flex;
    overflow-x: auto;
  }

  .industry-side a {
    flex: 0 0 auto;
  }

  .industry-product-visual {
    min-height: 210px;
  }
}

@media (max-width: 520px) {
  .industry-hero h1 {
    font-size: 40px;
  }

  .industry-heading h2,
  .industry-block h2,
  .industry-cta h2 {
    font-size: 34px;
  }

  .industry-ai-companion-panel {
    padding: 28px 18px;
  }

  .industry-ai-magic-panel {
    padding: 28px 18px;
  }

  .industry-ai-magic-card {
    padding: 82px 24px 30px;
  }

  .industry-light-show-panel {
    padding: 28px 18px;
  }

  .industry-light-show-card,
  .industry-light-show-standard {
    padding: 24px 20px;
  }

  .industry-ai-companion-node {
    width: 132px;
    height: 132px;
    font-size: 22px;
  }

  .industry-ai-companion-map {
    min-height: 300px;
  }

  .industry-ai-companion-orbit {
    inset: 18px;
  }

  .industry-ai-companion-capabilities {
    inset: 66px;
  }

  .industry-ai-companion-orbit span,
  .industry-ai-companion-capabilities span {
    min-width: 82px;
    padding: 7px 9px;
    font-size: 12px;
  }
}
