/* 2026 product-center expansion: terminal-edge-cloud ecosystem and seven solutions */

body.theme-vehicle {
  --scene: #31c7a0;
  --scene-soft: rgba(49, 199, 160, 0.12);
}

body.theme-rto {
  --scene: #45a9e8;
  --scene-soft: rgba(69, 169, 232, 0.12);
}

.product-dropdown {
  width: 590px;
}

.dropdown-link:first-child {
  min-height: 84px;
}

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

.ecosystem-hero {
  position: relative;
  min-height: 720px;
  color: var(--white);
  background:
    radial-gradient(circle at 80% 24%, rgba(34, 199, 178, 0.16), transparent 25%),
    radial-gradient(circle at 64% 92%, rgba(28, 105, 216, 0.18), transparent 32%),
    linear-gradient(132deg, #020a1b 0%, #061830 50%, #092849 100%);
  overflow: hidden;
}

.ecosystem-hero::before {
  position: absolute;
  inset: 0;
  opacity: 0.14;
  background-image:
    linear-gradient(rgba(89, 191, 255, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(89, 191, 255, 0.18) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.74) 62%, transparent 100%);
  content: "";
}

.ecosystem-hero::after {
  position: absolute;
  right: -160px;
  bottom: -310px;
  width: 760px;
  height: 760px;
  border: 1px solid rgba(67, 221, 180, 0.12);
  border-radius: 50%;
  box-shadow:
    0 0 0 86px rgba(43, 153, 221, 0.025),
    0 0 0 172px rgba(43, 153, 221, 0.018);
  content: "";
}

.ecosystem-hero .container {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 720px;
  grid-template-columns: minmax(0, 0.87fr) minmax(540px, 1.13fr);
  align-items: center;
  gap: 48px;
}

.ecosystem-hero-copy {
  padding: 76px 0 90px;
}

.ecosystem-hero h1 {
  max-width: 610px;
  margin-bottom: 22px;
  font-size: 57px;
  letter-spacing: -0.052em;
}

.ecosystem-hero h1 span {
  display: block;
  margin-top: 12px;
  color: var(--green-light);
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.025em;
}

.ecosystem-hero .product-hero-description {
  max-width: 590px;
}

.ecosystem-hero .hero-badges {
  flex-wrap: wrap;
}

.ecosystem-stage {
  position: relative;
  min-height: 518px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 26px;
  background:
    radial-gradient(circle at 50% 45%, rgba(50, 205, 168, 0.11), transparent 36%),
    rgba(2, 12, 29, 0.72);
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  backdrop-filter: blur(12px);
}

.ecosystem-stage::before {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(114, 200, 255, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(114, 200, 255, 0.14) 1px, transparent 1px);
  background-size: 34px 34px;
  content: "";
}

.stage-topline {
  position: relative;
  z-index: 2;
  display: flex;
  height: 48px;
  padding: 0 18px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #778ca6;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.stage-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #7ce6bc;
  letter-spacing: 0.05em;
}

.stage-status::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #45dda3;
  box-shadow: 0 0 0 5px rgba(69, 221, 163, 0.09);
  content: "";
}

.stage-node {
  position: absolute;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 16px;
  background: rgba(7, 27, 55, 0.94);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.22);
}

.stage-node > span {
  display: block;
  margin-bottom: 8px;
  color: #53d8b0;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.stage-node strong {
  display: block;
  color: #f1f7ff;
  font-size: 16px;
}

.stage-node small {
  color: #8297b0;
  font-size: 9px;
}

.stage-terminal {
  left: 22px;
  top: 104px;
  width: 164px;
  padding: 20px;
}

.terminal-source-grid {
  display: grid;
  margin-top: 16px;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
}

.terminal-source-grid i {
  display: grid;
  height: 49px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 9px;
  color: #9fb3ca;
  background: rgba(255, 255, 255, 0.035);
  font-size: 10px;
  font-style: normal;
}

.stage-edge {
  left: 204px;
  top: 182px;
  width: 190px;
  padding: 22px;
  border-color: rgba(67, 218, 171, 0.3);
  background: linear-gradient(145deg, rgba(14, 62, 89, 0.97), rgba(5, 22, 44, 0.98));
}

.edge-device-mini {
  position: relative;
  display: grid;
  width: 116px;
  height: 72px;
  margin: 17px auto 14px;
  place-items: center;
  border: 1px solid rgba(83, 218, 176, 0.32);
  border-radius: 12px;
  color: #7be8c0;
  background:
    linear-gradient(90deg, transparent 0 8%, rgba(255,255,255,.06) 8% 9%, transparent 9% 18%, rgba(255,255,255,.06) 18% 19%, transparent 19%),
    #061529;
  box-shadow: inset 0 0 28px rgba(44, 204, 160, 0.08), 0 18px 30px rgba(0, 0, 0, 0.28);
  font-size: 22px;
  font-weight: 900;
}

.edge-device-mini::after {
  position: absolute;
  right: 10px;
  bottom: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #45dda3;
  box-shadow: -12px 0 0 #297cce;
  content: "";
}

.stage-cloud {
  right: 22px;
  top: 78px;
  width: 208px;
  padding: 20px;
  border-color: rgba(83, 177, 245, 0.25);
}

.cloud-lines {
  display: grid;
  margin-top: 15px;
  gap: 8px;
}

.cloud-line {
  display: grid;
  grid-template-columns: 26px 1fr auto;
  align-items: center;
  gap: 8px;
}

.cloud-line i {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 7px;
  color: #63bdf3;
  background: rgba(63, 170, 236, 0.1);
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
}

.cloud-line b {
  height: 5px;
  border-radius: 99px;
  background: linear-gradient(90deg, #2f91d2 0 72%, rgba(255,255,255,.08) 72%);
}

.cloud-line em {
  color: #65dfb4;
  font-size: 8px;
  font-style: normal;
}

.stage-service {
  right: 34px;
  bottom: 54px;
  display: grid;
  width: 196px;
  padding: 13px;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  border-color: rgba(255, 255, 255, 0.08);
}

.stage-service span {
  display: grid;
  min-height: 48px;
  margin: 0;
  place-items: center;
  border-radius: 8px;
  color: #9db1c8;
  background: rgba(255,255,255,.045);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0;
  text-align: center;
}

.stage-connector {
  position: absolute;
  z-index: 2;
  height: 1px;
  background: linear-gradient(90deg, rgba(52, 217, 169, 0.2), #3bd8aa, rgba(76, 169, 234, 0.4));
  transform-origin: left center;
}

.stage-connector::after {
  position: absolute;
  right: -1px;
  top: -3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #55dfb5;
  box-shadow: 0 0 0 6px rgba(85, 223, 181, 0.08);
  content: "";
}

.connector-one {
  left: 171px;
  top: 236px;
  width: 62px;
  transform: rotate(13deg);
}

.connector-two {
  left: 386px;
  top: 228px;
  width: 72px;
  transform: rotate(-27deg);
}

.connector-three {
  left: 387px;
  top: 288px;
  width: 126px;
  transform: rotate(21deg);
}

.stage-note {
  position: absolute;
  z-index: 3;
  left: 22px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #71869f;
  font-size: 9px;
}

.stage-note i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #42d6a9;
}

.platform-statement {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
  align-items: center;
  gap: 72px;
}

.platform-statement-copy h2 {
  margin-bottom: 22px;
  font-size: 44px;
  letter-spacing: -0.04em;
}

.platform-statement-copy p {
  color: var(--muted);
}

.platform-equation {
  display: grid;
  min-height: 380px;
  padding: 34px;
  grid-template-columns: 1fr 40px 1fr 40px 1fr;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 50% 50%, rgba(25, 184, 117, 0.1), transparent 38%),
    #f8fafc;
}

.equation-card {
  min-height: 190px;
  padding: 24px 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
  box-shadow: var(--shadow-sm);
  text-align: center;
}

.equation-card i {
  display: grid;
  width: 54px;
  height: 54px;
  margin: 0 auto 20px;
  place-items: center;
  border-radius: 16px;
  color: var(--green);
  background: rgba(24, 184, 117, 0.1);
  font-style: normal;
  font-weight: 900;
}

.equation-card strong,
.equation-card small {
  display: block;
}

.equation-card strong {
  margin-bottom: 10px;
  font-size: 16px;
}

.equation-card small {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.65;
}

.equation-plus {
  color: #8aa0b7;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
}

.equation-card.result {
  color: var(--white);
  background: linear-gradient(145deg, var(--navy-850), var(--navy-950));
}

.equation-card.result i {
  color: #b7f5de;
  background: rgba(69, 221, 163, 0.13);
}

.equation-card.result small {
  color: #8fa3ba;
}

.coordination-flow {
  display: grid;
  grid-template-columns: 1fr 58px 1fr 58px 1fr;
  align-items: stretch;
}

.coordination-card {
  min-height: 302px;
  padding: 30px 28px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
}

.coordination-card.edge {
  border-color: rgba(69, 221, 163, 0.28);
  background: linear-gradient(145deg, rgba(30, 139, 111, 0.13), rgba(255, 255, 255, 0.035));
}

.coordination-card.cloud {
  border-color: rgba(62, 165, 232, 0.26);
  background: linear-gradient(145deg, rgba(35, 120, 184, 0.12), rgba(255, 255, 255, 0.035));
}

.coordination-card > span {
  display: inline-flex;
  margin-bottom: 26px;
  padding: 6px 9px;
  border-radius: 5px;
  color: #71e2bc;
  background: rgba(58, 204, 161, 0.08);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.coordination-card h3 {
  margin-bottom: 13px;
  font-size: 23px;
}

.coordination-card p {
  color: #8fa2ba;
  font-size: 13px;
}

.coordination-card ul {
  display: flex;
  margin: 25px 0 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 7px;
  list-style: none;
}

.coordination-card li {
  padding: 5px 8px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 5px;
  color: #a7b6c9;
  font-size: 9px;
}

.coordination-arrow {
  display: grid;
  place-items: center;
  color: #58d7b0;
  font-size: 25px;
}

.coordination-note {
  display: flex;
  margin-top: 22px;
  padding: 17px 20px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 10px;
  color: #9aadc3;
  background: rgba(0,0,0,.16);
  font-size: 12px;
}

.coordination-note b {
  color: #b8f2df;
}

.dual-core-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.core-product-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: 0 12px 40px rgba(16, 43, 79, 0.055);
  overflow: hidden;
}

.core-product-media {
  position: relative;
  height: 285px;
  color: var(--white);
  background: linear-gradient(145deg, #051328, #0a3156);
  overflow: hidden;
}

.core-product-media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .84;
}

.core-product-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(2, 11, 27, .9), transparent 62%);
  content: "";
}

.media-label {
  position: absolute;
  z-index: 2;
  left: 22px;
  bottom: 18px;
  color: #dbe8f5;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
}

.cloud-product-media {
  padding: 22px;
  background:
    radial-gradient(circle at 84% 8%, rgba(32, 170, 223, .19), transparent 30%),
    linear-gradient(145deg, #041226, #072f50);
}

.cloud-product-media::after {
  display: none;
}

.cloud-window {
  height: 100%;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 13px;
  background: rgba(4, 18, 39, .8);
  box-shadow: 0 22px 40px rgba(0,0,0,.25);
  overflow: hidden;
}

.cloud-window-head {
  display: flex;
  height: 38px;
  padding: 0 13px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,.08);
  color: #8da4bc;
  font-size: 9px;
}

.window-dots {
  display: flex;
  gap: 5px;
}

.window-dots i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #37caa0;
}

.cloud-window-body {
  display: grid;
  height: calc(100% - 38px);
  padding: 14px;
  grid-template-columns: 86px 1fr;
  gap: 12px;
}

.cloud-window-menu {
  padding: 8px;
  border-radius: 8px;
  background: rgba(255,255,255,.035);
}

.cloud-window-menu span {
  display: block;
  margin-bottom: 7px;
  padding: 7px 6px;
  border-radius: 5px;
  color: #6f89a3;
  font-size: 8px;
}

.cloud-window-menu span.active {
  color: #8eefd0;
  background: rgba(41, 190, 147, .13);
}

.model-board {
  display: grid;
  grid-template-rows: 58px 1fr;
  gap: 10px;
}

.model-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.model-summary div {
  padding: 10px;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 7px;
  background: rgba(255,255,255,.025);
}

.model-summary small,
.model-summary b {
  display: block;
}

.model-summary small {
  color: #6d8299;
  font-size: 7px;
}

.model-summary b {
  margin-top: 5px;
  color: #72dcb8;
  font-size: 10px;
}

.model-list {
  padding: 10px;
  border-radius: 8px;
  background: rgba(255,255,255,.025);
}

.model-list > span {
  display: block;
  margin-bottom: 9px;
  color: #a2b3c5;
  font-size: 8px;
  font-weight: 800;
}

.model-row {
  display: grid;
  min-height: 30px;
  grid-template-columns: 20px 1fr auto;
  align-items: center;
  gap: 8px;
  border-top: 1px solid rgba(255,255,255,.05);
  color: #788da4;
  font-size: 7px;
}

.model-row i {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 5px;
  color: #5ccaa7;
  background: rgba(48, 191, 148, .1);
  font-style: normal;
}

.model-row em {
  padding: 3px 5px;
  border-radius: 4px;
  color: #62d5ad;
  background: rgba(48,191,148,.09);
  font-style: normal;
}

.core-product-content {
  padding: 34px 36px 38px;
}

.core-product-content > span {
  color: var(--green);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .13em;
}

.core-product-content h3 {
  margin: 12px 0 13px;
  font-size: 28px;
}

.core-product-content p {
  color: var(--muted);
  font-size: 13px;
}

.core-product-tags {
  display: flex;
  margin: 23px 0 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.core-product-tags li {
  padding: 6px 9px;
  border-radius: 5px;
  color: #526177;
  background: var(--surface);
  font-size: 10px;
  font-weight: 700;
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.offer-card {
  position: relative;
  min-height: 300px;
  padding: 32px 29px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  overflow: hidden;
  transition: transform .25s, box-shadow .25s;
}

.offer-card:hover {
  box-shadow: var(--shadow-sm);
  transform: translateY(-5px);
}

.offer-card::after {
  position: absolute;
  right: -44px;
  bottom: -44px;
  width: 132px;
  height: 132px;
  border: 1px solid rgba(24,184,117,.1);
  border-radius: 50%;
  content: "";
}

.offer-icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 27px;
  place-items: center;
  border-radius: 17px;
  color: var(--green);
  background: rgba(24,184,117,.1);
  font-size: 15px;
  font-weight: 900;
}

.offer-card h3 {
  margin-bottom: 13px;
  font-size: 21px;
}

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

.offer-card ul {
  display: flex;
  margin: 24px 0 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 7px;
  list-style: none;
}

.offer-card li {
  padding: 5px 8px;
  border-radius: 5px;
  color: #5b697c;
  background: var(--surface);
  font-size: 9px;
}

.platform-page .application-card {
  min-height: 315px;
}

.platform-page .application-image {
  min-height: 315px;
}

.platform-page .application-copy {
  padding-top: 36px;
  padding-bottom: 36px;
}

@media (max-width: 1280px) {
  .ecosystem-hero .container {
    grid-template-columns: minmax(0, .9fr) minmax(515px, 1.1fr);
    gap: 30px;
  }

  .ecosystem-hero h1 {
    font-size: 51px;
  }

  .stage-terminal {
    left: 16px;
  }

  .stage-edge {
    left: 188px;
  }

  .stage-cloud {
    right: 16px;
  }

  .connector-one {
    left: 162px;
  }

  .connector-two {
    left: 370px;
  }

  .connector-three {
    left: 370px;
    width: 112px;
  }
}

/* Product center: ten equal product cards and an expanded ten-item menu. */
.product-center-page .product-matrix {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.product-center-page .product-matrix .application-card,
.product-center-page .product-matrix .application-card:nth-child(even) {
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
}

.product-center-page .product-matrix .application-image,
.product-center-page .product-matrix .application-card:nth-child(even) .application-image {
  order: 0;
  min-height: 158px;
  height: 158px;
}

.product-center-page .product-matrix .application-copy {
  min-width: 0;
  padding: 23px 20px 24px;
  flex: 1;
  justify-content: flex-start;
}

.product-center-page .product-matrix .application-number {
  font-size: 9px;
  letter-spacing: 0.11em;
}

.product-center-page .product-matrix .application-kind {
  display: inline-flex;
  width: fit-content;
  margin-top: 10px;
  padding: 5px 9px;
  border: 1px solid rgba(24, 184, 117, 0.2);
  border-radius: 999px;
  color: #087a53;
  background: rgba(24, 184, 117, 0.08);
  font-size: 11px;
  font-weight: 800;
}

.product-center-page .product-matrix .application-copy h3 {
  min-height: 54px;
  margin: 11px 0 12px;
  font-size: 19px;
  line-height: 1.42;
  white-space: normal !important;
}

.product-center-page .product-matrix .application-copy p {
  margin-bottom: 18px;
  font-size: 13px;
  line-height: 1.78;
}

.product-center-page .product-matrix .application-tags {
  margin-bottom: 18px;
  gap: 6px;
}

.product-center-page .product-matrix .application-tags li {
  padding: 5px 8px;
  font-size: 10px;
}

.product-center-page .product-matrix .text-link {
  margin-top: auto;
}

.product-dropdown {
  width: 620px;
  max-height: calc(100vh - 92px);
  overflow-y: auto;
}

.dropdown-link:first-child {
  grid-column: auto;
  min-height: 84px;
}

@media (max-width: 1280px) {
  .product-center-page .product-matrix {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .product-center-page .product-matrix .application-card:nth-last-child(2):nth-child(4n + 1) {
    grid-column: 2;
  }
}

@media (max-width: 980px) {
  .product-center-page .product-matrix {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-center-page .product-matrix .application-card:nth-last-child(2):nth-child(4n + 1) {
    grid-column: auto;
  }
}

@media (max-width: 620px) {
  .product-center-page .product-matrix {
    grid-template-columns: 1fr;
  }
}
/* Vehicle access: product advantages and six equal capability cards. */
.theme-vehicle .vehicle-advantage-strip {
  display: grid;
  margin: 32px 0 18px;
  min-height: 92px;
  padding: 18px 22px;
  grid-template-columns: 110px repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 16px;
  border: 1px solid rgba(20, 67, 111, .12);
  border-radius: 16px;
  background: linear-gradient(135deg, #071a34, #0a3150);
  box-shadow: 0 12px 30px rgba(13, 43, 76, .08);
}

.theme-vehicle .vehicle-advantage-strip > strong {
  color: #fff;
  font-size: 17px;
}

.theme-vehicle .vehicle-advantage-strip > span {
  display: flex;
  min-height: 50px;
  padding: 0 18px;
  align-items: center;
  gap: 11px;
  border-left: 1px solid rgba(132, 191, 219, .2);
  color: #e9f6ff;
  font-size: 14px;
  font-weight: 800;
}

.theme-vehicle .vehicle-advantage-strip i {
  color: #43d8b2;
  font-size: 10px;
  font-style: normal;
  letter-spacing: .08em;
}

.theme-vehicle .vehicle-capability-grid .capability-card,
.theme-vehicle .vehicle-capability-grid .capability-card.featured {
  grid-row: auto;
  min-height: 310px;
}

.theme-vehicle .vehicle-capability-grid .capability-card h3 {
  min-height: 26px;
}

@media (max-width: 1280px) {
  .theme-vehicle .vehicle-advantage-strip {
    grid-template-columns: 90px repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .theme-vehicle .vehicle-advantage-strip > span {
    padding-inline: 12px;
    font-size: 13px;
  }
}

/* Vehicle capability grid alignment. */
.theme-vehicle .vehicle-capability-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
}

.theme-vehicle .vehicle-capability-grid .capability-card {
  height: 100%;
}

/* Activated carbon: status summary and six equal capability cards. */
.theme-carbon .carbon-status-strip {
  display: grid;
  margin: 32px 0 18px;
  min-height: 92px;
  padding: 18px 22px;
  grid-template-columns: 110px repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 16px;
  border: 1px solid rgba(20, 67, 111, .12);
  border-radius: 16px;
  background: linear-gradient(135deg, #071a34, #0b3a48);
  box-shadow: 0 12px 30px rgba(13, 43, 76, .08);
}

.theme-carbon .carbon-status-strip > strong {
  color: #fff;
  font-size: 17px;
}

.theme-carbon .carbon-status-strip > span {
  display: flex;
  min-height: 50px;
  padding: 0 18px;
  align-items: center;
  gap: 11px;
  border-left: 1px solid rgba(132, 219, 203, .2);
  color: #e9fffa;
  font-size: 14px;
  font-weight: 800;
}

.theme-carbon .carbon-status-strip i {
  color: #43d8b2;
  font-size: 10px;
  font-style: normal;
  letter-spacing: .08em;
}

.theme-carbon .carbon-capability-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
}

.theme-carbon .carbon-capability-grid .capability-card,
.theme-carbon .carbon-capability-grid .capability-card.featured {
  grid-row: auto;
  min-height: 320px;
  height: 100%;
}

.theme-carbon .carbon-capability-grid .capability-card h3 {
  min-height: 26px;
}

@media (max-width: 1280px) {
  .theme-carbon .carbon-status-strip {
    grid-template-columns: 90px repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .theme-carbon .carbon-status-strip > span {
    padding-inline: 12px;
    font-size: 13px;
  }
}
/* RTO/RCO: reliability summary and six equal capability cards. */
.theme-rto .rto-feature-strip {
  display: grid;
  margin: 32px 0 18px;
  min-height: 92px;
  padding: 18px 22px;
  grid-template-columns: 110px repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 16px;
  border: 1px solid rgba(20, 67, 111, .12);
  border-radius: 16px;
  background: linear-gradient(135deg, #071a34, #0b3657);
  box-shadow: 0 12px 30px rgba(13, 43, 76, .08);
}

.theme-rto .rto-feature-strip > strong {
  color: #fff;
  font-size: 17px;
}

.theme-rto .rto-feature-strip > span {
  display: flex;
  min-height: 50px;
  padding: 0 18px;
  align-items: center;
  gap: 11px;
  border-left: 1px solid rgba(119, 190, 235, .2);
  color: #ecf8ff;
  font-size: 14px;
  font-weight: 800;
}

.theme-rto .rto-feature-strip i {
  color: #48b8f2;
  font-size: 10px;
  font-style: normal;
  letter-spacing: .08em;
}

.theme-rto .rto-capability-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
}

.theme-rto .rto-capability-grid .capability-card,
.theme-rto .rto-capability-grid .capability-card.featured {
  grid-row: auto;
  min-height: 320px;
  height: 100%;
}

.theme-rto .rto-capability-grid .capability-card h3 {
  min-height: 26px;
}

@media (max-width: 1280px) {
  .theme-rto .rto-feature-strip {
    grid-template-columns: 90px repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .theme-rto .rto-feature-strip > span {
    padding-inline: 12px;
    font-size: 13px;
  }
}

/* Unified ten-product footer lists. */
.footer-products-expanded {
  grid-template-columns: minmax(260px, .62fr) minmax(0, 1.38fr);
  gap: 60px;
}

.footer-products-expanded .footer-links {
  grid-template-columns: minmax(135px, .85fr) minmax(320px, 1.7fr) minmax(150px, .85fr);
  gap: 30px;
}

.footer-product-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
  column-gap: 18px;
}

.footer-product-list strong {
  grid-column: 1 / -1;
}

.footer-product-list a {
  margin: 6px 0;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .footer-products-expanded {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-products-expanded .footer-links {
    grid-template-columns: 1fr 1.8fr 1fr;
  }
}

/* Shared algorithm-focused capability layout. */
.algorithm-summary-strip {
  display: grid;
  margin: 32px 0 18px;
  min-height: 92px;
  padding: 18px 22px;
  grid-template-columns: 110px repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 16px;
  border: 1px solid rgba(20, 67, 111, .12);
  border-radius: 16px;
  background: linear-gradient(135deg, #071a34, #0b3650);
  box-shadow: 0 12px 30px rgba(13, 43, 76, .08);
}

.algorithm-summary-strip > strong {
  color: #fff;
  font-size: 17px;
}

.algorithm-summary-strip > span {
  display: flex;
  min-height: 50px;
  padding: 0 18px;
  align-items: center;
  gap: 11px;
  border-left: 1px solid rgba(132, 191, 219, .2);
  color: #ecf7ff;
  font-size: 14px;
  font-weight: 800;
}

.algorithm-summary-strip i {
  color: var(--scene);
  font-size: 10px;
  font-style: normal;
  letter-spacing: .08em;
}

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

.algorithm-capability-grid .capability-card,
.algorithm-capability-grid .capability-card.featured {
  grid-row: auto;
  min-height: 330px;
  height: 100%;
}

.algorithm-capability-grid .capability-card h3 {
  min-height: 26px;
}

@media (max-width: 1280px) {
  .algorithm-summary-strip {
    grid-template-columns: 90px repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .algorithm-summary-strip > span {
    padding-inline: 12px;
    font-size: 13px;
  }
}

/* RTO/RCO equipment and monitoring images */
.rto-showcase-grid {
  grid-template-columns: minmax(0, 1.65fr) minmax(0, 1fr);
}

.rto-showcase-grid .gallery-card {
  border: 1px solid var(--line);
  background: #f5f7f9;
}

.rto-showcase-grid .gallery-card img {
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: #f5f7f9;
}

@media (max-width: 900px) {
  .rto-showcase-grid {
    grid-template-columns: 1fr;
  }
}
/* Hazardous-waste equipment photos */
.hazard-showcase-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hazard-showcase-grid .gallery-card {
  border: 1px solid var(--line);
  background: #f5f7f9;
}

.hazard-showcase-grid .gallery-card img {
  height: 520px;
  aspect-ratio: auto;
  object-fit: contain;
  background: #f5f7f9;
}

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

  .hazard-showcase-grid .gallery-card img {
    height: auto;
    max-height: 560px;
  }
}
/* Single-photo product showcases */
.single-showcase-grid {
  max-width: 980px;
  margin: 48px auto 0;
  grid-template-columns: 1fr;
}

.single-showcase-grid .gallery-card {
  border: 1px solid var(--line);
  background: #f5f7f9;
}

.single-showcase-grid .gallery-card img {
  height: 620px;
  aspect-ratio: auto;
  object-fit: contain;
  background: #f5f7f9;
}

@media (max-width: 900px) {
  .single-showcase-grid .gallery-card img {
    height: 460px;
  }
}
/* Vehicle access product structure and business functions */
.theme-vehicle #structure .section-heading h2 {
  font-size: clamp(30px, 2.7vw, 42px);
  white-space: nowrap;
}
.theme-vehicle .vehicle-structure-grid,
.theme-vehicle .vehicle-function-grid {
  display: grid;
  margin-top: 42px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.theme-vehicle .vehicle-structure-card,
.theme-vehicle .vehicle-function-card {
  position: relative;
  min-height: 248px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(9, 39, 72, .045);
  overflow: hidden;
}

.theme-vehicle .vehicle-structure-card > span {
  color: var(--scene);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .1em;
}

.theme-vehicle .vehicle-structure-icon {
  display: grid;
  width: 46px;
  height: 46px;
  margin: 25px 0 20px;
  place-items: center;
  border-radius: 12px;
  color: var(--scene);
  background: var(--scene-soft);
  font-size: 14px;
  font-weight: 900;
}

.theme-vehicle .vehicle-structure-card h3,
.theme-vehicle .vehicle-function-card h3 {
  margin: 0 0 11px;
  color: var(--navy-900);
  font-size: 18px;
}

.theme-vehicle .vehicle-structure-card p,
.theme-vehicle .vehicle-function-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
}

.theme-vehicle .vehicle-function-heading {
  margin-top: 76px;
  text-align: center;
}

.theme-vehicle .vehicle-function-heading h2 {
  margin: 12px 0 10px;
  font-size: clamp(28px, 3vw, 42px);
}

.theme-vehicle .vehicle-function-heading p {
  margin: 0 auto;
  max-width: 680px;
  color: var(--muted);
}

.theme-vehicle .vehicle-function-card {
  min-height: 210px;
}

.theme-vehicle .vehicle-function-card > span {
  display: grid;
  width: 40px;
  height: 40px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(135deg, var(--scene), #0f7f86);
  font-size: 11px;
  font-weight: 900;
}

@media (max-width: 900px) {
  .theme-vehicle #structure .section-heading h2 {
    white-space: normal;
  }

  .theme-vehicle .vehicle-structure-grid,
  .theme-vehicle .vehicle-function-grid {
    grid-template-columns: 1fr;
  }

  .theme-vehicle .vehicle-structure-card,
  .theme-vehicle .vehicle-function-card {
    min-height: 0;
  }
}
/* Keep vehicle-page contact buttons on one line. */
.theme-vehicle .contact-actions .btn {
  flex-shrink: 0;
  white-space: nowrap;
}