﻿.or-seo-h1 {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
}

.or-products-page {
  --or-blue: #11589c;
  --or-blue-dark: #0b3158;
  --or-orange: #f6ac03;
  --or-ink: #111827;
  --or-muted: #5d6675;
  --or-line: #e4e8ef;
  --or-soft: #f5f7fa;
  --or-card: #ffffff;
  color: var(--or-ink);
  background: #fff;
}

.or-products-page [data-or-reveal],
.or-products-page .or-scenario-card,
.or-products-page .or-product-card,
.or-products-page .or-advantage-card,
.or-products-page .or-link-card,
.or-products-page .or-resource-card,
.or-products-page .or-support-panel,
.or-products-page .or-faq-row {
  will-change: transform, opacity;
}

.or-static-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid #e7ebf2;
  backdrop-filter: blur(10px);
}

.or-static-nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.or-static-logo {
  display: inline-flex;
  align-items: center;
  width: 178px;
}

.or-static-logo img {
  display: block;
  width: 100%;
}

.or-static-nav nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.or-static-nav nav a {
  color: #111827;
  font-size: 15px;
  font-weight: 700;
}

.or-static-nav nav a:hover,
.or-static-nav nav a.active {
  color: #11589c;
}

.or-nav-quote {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 4px;
  background: #f6ac03;
  color: #0d1724;
  font-size: 14px;
  font-weight: 900;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.or-nav-quote:hover {
  transform: translateY(-2px);
  background: #ffc033;
  box-shadow: 0 12px 28px rgba(246, 172, 3, .28);
}

.or-static-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #0d1724;
}

.or-static-hero-bg {
  position: absolute;
  inset: 0;
}

.or-static-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .82;
}

.or-static-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 17, 31, .9), rgba(8, 17, 31, .58) 52%, rgba(8, 17, 31, .24)),
    linear-gradient(135deg, rgba(255,255,255,.08) 0 1px, transparent 1px 100%);
  background-size: auto, 42px 42px;
}

.or-static-hero-content {
  position: relative;
  z-index: 1;
  padding: 90px 0;
  display: grid;
  grid-template-columns: minmax(0, 920px);
  align-items: center;
  gap: 58px;
}

/* Product detail overview refresh */
.or-product-original-modules > .detail1[rel="d1"]:first-child {
  display: none;
}

.or-product-detail-overview {
  background: #f4f7fb;
  padding: 34px 0 72px;
}

.or-product-detail-wrap {
  width: min(1440px, calc(100% - 72px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(420px, .82fr);
  gap: 58px;
  align-items: center;
}

.or-product-detail-crumb {
  margin-bottom: 26px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: #7d8896;
  font-size: 15px;
  line-height: 1.4;
}

.or-product-detail-crumb em {
  font-style: normal;
  color: #a8b1bd;
}

.or-product-detail-crumb a {
  color: #7d8896;
  text-decoration: none;
  transition: color .2s ease;
}

.or-product-detail-crumb a:hover {
  color: #0b5fa9;
}

.or-product-detail-crumb strong {
  color: #172232;
  font-weight: 700;
}

.or-product-detail-stage {
  position: relative;
  min-height: 540px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #dde6f0;
  border-radius: 8px;
  background: linear-gradient(145deg, #f1f3f6 0%, #ffffff 100%);
  box-shadow: 0 28px 70px rgba(15, 38, 64, .08);
}

.or-product-detail-stage img {
  position: relative;
  z-index: 2;
  display: block;
  max-width: min(76%, 680px);
  max-height: 430px;
  object-fit: contain;
  filter: drop-shadow(0 24px 32px rgba(21, 44, 70, .16));
}

.or-product-detail-shape {
  position: absolute;
  display: block;
  width: 210px;
  height: 210px;
  border-radius: 6px;
  background: rgba(14, 38, 62, .045);
  transform: rotate(-28deg);
}

.or-product-detail-shape-a {
  right: 13%;
  top: 18%;
}

.or-product-detail-shape-b {
  left: 10%;
  bottom: 12%;
  width: 180px;
  height: 180px;
  transform: rotate(-34deg);
}

.or-product-detail-copy {
  padding: 12px 0;
}

.or-product-detail-eyebrow {
  margin: 0 0 18px;
  color: #f6a800;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.or-product-detail-copy h2 {
  margin: 0;
  color: #11589c;
  font-size: clamp(42px, 4vw, 64px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0;
}

.or-product-detail-line {
  width: 100%;
  height: 1px;
  margin: 30px 0 34px;
  background: #dbe4ee;
}

.or-product-detail-summary {
  max-width: 720px;
  color: #596575;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.72;
}

.or-product-detail-points {
  margin: 34px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
  list-style: none;
  color: #101923;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}

.or-product-detail-points li {
  position: relative;
  padding-left: 28px;
}

.or-product-detail-points li::before {
  content: "";
  position: absolute;
  left: 3px;
  top: .58em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0f5fa8;
  box-shadow: 0 0 0 5px rgba(15, 95, 168, .1);
}

.or-product-detail-actions {
  margin-top: 42px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.or-product-detail-primary,
.or-product-detail-secondary {
  min-width: 168px;
  height: 58px;
  padding: 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
}

.or-product-detail-primary {
  color: #fff;
  background: #115fa8;
  box-shadow: 0 18px 34px rgba(17, 95, 168, .22);
}

.or-product-detail-primary:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 24px 44px rgba(17, 95, 168, .28);
}

.or-product-detail-secondary {
  color: #0f579d;
  border: 1px solid #bfd3e8;
  background: rgba(255,255,255,.72);
}

.or-product-detail-secondary:hover {
  color: #fff;
  border-color: #115fa8;
  background: #115fa8;
}

@media (max-width: 1024px) {
  .or-product-detail-wrap {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .or-product-detail-stage {
    min-height: 420px;
  }

  .or-product-detail-copy h2 {
    font-size: 42px;
  }
}

@media (max-width: 640px) {
  .or-product-detail-overview {
    padding: 22px 0 46px;
  }

  .or-product-detail-wrap {
    width: calc(100% - 32px);
  }

  .or-product-detail-crumb {
    margin-bottom: 18px;
    font-size: 13px;
  }

  .or-product-detail-stage {
    min-height: 310px;
    border-radius: 6px;
  }

  .or-product-detail-stage img {
    max-width: 86%;
    max-height: 230px;
  }

  .or-product-detail-copy h2 {
    font-size: 34px;
  }

  .or-product-detail-line {
    margin: 22px 0 24px;
  }

  .or-product-detail-summary {
    font-size: 15px;
    line-height: 1.68;
  }

  .or-product-detail-points {
    margin-top: 24px;
    font-size: 16px;
  }

  .or-product-detail-actions {
    margin-top: 30px;
  }

  .or-product-detail-primary,
  .or-product-detail-secondary {
    width: 100%;
    height: 52px;
  }
}

.or-hero-main h1 {
  max-width: 720px;
  margin: 14px 0 18px;
  color: #fff;
  font-size: 64px;
  line-height: 1.04;
  font-weight: 700;
}

.or-hero-main p {
  max-width: 650px;
  color: rgba(255,255,255,.78);
  font-size: 18px;
  line-height: 1.75;
}

.or-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.or-hero-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.82);
  font-size: 13px;
  font-weight: 700;
}

.or-hero-device-panel {
  position: relative;
  padding: 20px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  background: rgba(8, 17, 31, .58);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .32);
  backdrop-filter: blur(12px);
  overflow: hidden;
}

.or-hero-device-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 3px solid var(--or-orange);
  pointer-events: none;
}

.or-panel-topline {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
  color: rgba(255,255,255,.72);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.or-panel-topline em {
  color: var(--or-orange);
  font-style: normal;
}

.or-hero-device {
  position: relative;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 6px;
  background:
    radial-gradient(circle at 50% 50%, rgba(17,88,156,.42), transparent 58%),
    linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.03));
}

.or-hero-device img {
  max-width: 88%;
  max-height: 210px;
  object-fit: contain;
  filter: drop-shadow(0 22px 36px rgba(0,0,0,.28));
}

.or-hero-metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.or-hero-metric-grid div {
  min-height: 82px;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 6px;
  background: rgba(255,255,255,.07);
}

.or-hero-metric-grid strong,
.or-hero-metric-grid span {
  display: block;
}

.or-hero-metric-grid strong {
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
}

.or-hero-metric-grid span {
  margin-top: 6px;
  color: rgba(255,255,255,.68);
  font-size: 12px;
  line-height: 1.45;
}

.or-panel-link {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  border-radius: 4px;
  background: #fff;
  color: #0d1724;
  font-size: 14px;
  font-weight: 900;
}

.or-static-category {
  position: relative;
  z-index: 2;
  margin-top: -34px;
}

.or-products-page img {
  max-width: 100%;
}

.or-product-hero {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background: #0d1724;
}

.or-hero-media,
.or-hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.or-hero-media img {
  object-fit: cover;
}

.or-product-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 17, 31, .86), rgba(8, 17, 31, .42) 52%, rgba(8, 17, 31, .08));
}

.or-hero-content {
  position: relative;
  z-index: 1;
  min-height: 520px;
  display: flex;
  align-items: center;
  padding: 80px 0;
}

.or-hero-content h2 {
  max-width: 760px;
  margin: 14px 0 18px;
  color: #fff;
  font-size: 56px;
  line-height: 1.08;
  font-weight: 700;
}

.or-hero-content p {
  max-width: 620px;
  color: rgba(255,255,255,.78);
  font-size: 18px;
  line-height: 1.7;
}

.or-eyebrow,
.or-panel-kicker,
.or-results-label {
  color: var(--or-orange);
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.or-hero-actions,
.or-card-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.or-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 4px;
  border: 1px solid var(--or-blue);
  background: var(--or-blue);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  transition: transform .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.or-btn:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(17, 88, 156, .22);
}

.or-btn-ghost {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.42);
}

.or-btn-small {
  min-height: 38px;
  padding: 0 16px;
  font-size: 14px;
}

.or-products-page .or-cta-actions .or-btn {
  width: 300px;
  max-width: 100%;
  text-align: center;
}

.or-category-strip {
  position: relative;
  z-index: 2;
  margin-top: -34px;
}

.or-category-scroll {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 12px;
  border: 1px solid var(--or-line);
  background: rgba(255,255,255,.96);
  box-shadow: 0 18px 40px rgba(15, 23, 42, .08);
}

.or-category-pill {
  flex: 0 0 auto;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  border-radius: 4px;
  color: var(--or-ink);
  background: var(--or-soft);
  font-weight: 700;
}

.or-category-pill:hover,
.or-category-pill.active {
  color: #fff;
  background: var(--or-blue);
}

.or-products-intro {
  padding: 76px 0 26px;
}

.or-decision-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
  gap: 44px;
  align-items: start;
}

.or-decision-panel {
  padding: 28px;
  border: 1px solid var(--or-line);
  border-radius: 8px;
  background: linear-gradient(135deg, #ffffff, #f4f8fc);
  box-shadow: 0 16px 40px rgba(15, 23, 42, .06);
}

.or-decision-panel strong {
  display: block;
  margin-bottom: 18px;
  color: var(--or-ink);
  font-size: 20px;
  line-height: 1.25;
}

.or-decision-panel ul {
  margin: 0;
  padding: 0;
}

.or-decision-panel li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  align-items: start;
  padding: 15px 0;
  border-top: 1px solid var(--or-line);
  color: var(--or-muted);
  font-size: 15px;
  line-height: 1.55;
}

.or-decision-panel li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 28px;
  border-radius: 4px;
  background: var(--or-blue);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.or-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 36px;
  border: 1px solid var(--or-line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.or-trust-strip div {
  min-height: 118px;
  padding: 24px;
  border-right: 1px solid var(--or-line);
  transition: background .2s ease, transform .2s ease;
}

.or-trust-strip div:hover {
  background: #f8fbff;
  transform: translateY(-2px);
}

.or-trust-strip div:last-child {
  border-right: 0;
}

.or-trust-strip strong {
  display: block;
  margin-bottom: 10px;
  color: var(--or-ink);
  font-size: 22px;
  line-height: 1.1;
}

.or-trust-strip span {
  display: block;
  color: var(--or-muted);
  font-size: 14px;
  line-height: 1.55;
}

.or-module-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 28px;
}

.or-module-head h2 {
  margin: 10px 0 0;
  color: var(--or-ink);
  font-size: 38px;
  line-height: 1.18;
}

.or-module-head p {
  max-width: 520px;
  color: var(--or-muted);
  font-size: 16px;
  line-height: 1.7;
}

.or-scenario-section {
  padding: 36px 0 54px;
}

.or-scenario-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.product-aggregation-page .or-scenario-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.or-scenario-card {
  position: relative;
  min-height: 260px;
  padding: 14px 14px 22px;
  border: 1px solid var(--or-line);
  border-radius: 8px;
  background: #fff;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease;
}

.or-scenario-card::after {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 34px;
  height: 2px;
  background: var(--or-orange);
  transform: scaleX(.45);
  transform-origin: right center;
  transition: transform .22s ease;
}

.or-scenario-card:hover,
.or-scenario-card.active {
  transform: translateY(-4px);
  border-color: rgba(17, 88, 156, .45);
  box-shadow: 0 18px 40px rgba(15, 23, 42, .10);
}

.or-scenario-card:hover::after,
.or-scenario-card.active::after {
  transform: scaleX(1);
}

.or-scenario-card.active {
  background: linear-gradient(135deg, #ffffff, #f2f7ff);
}

.or-scenario-photo {
  display: block;
  width: 100%;
  height: 118px;
  margin-bottom: 18px;
  border-radius: 6px;
  overflow: hidden;
  background: #eef3f7;
}

.or-scenario-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .32s ease;
}

.or-scenario-card:hover .or-scenario-photo img,
.or-scenario-card.active .or-scenario-photo img {
  transform: scale(1.06);
}

.or-scenario-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 32px;
  margin-bottom: 16px;
  border-radius: 4px;
  background: var(--or-blue);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.or-scenario-card strong {
  display: block;
  margin-bottom: 10px;
  color: var(--or-ink);
  font-size: 20px;
  line-height: 1.25;
}

.or-scenario-card em {
  display: block;
  color: var(--or-muted);
  font-style: normal;
  font-size: 14px;
  line-height: 1.55;
}

.or-section-head {
  max-width: 780px;
}

.or-section-head h2 {
  margin: 12px 0;
  color: var(--or-ink);
  font-size: 42px;
  line-height: 1.18;
}

.or-section-head p {
  color: var(--or-muted);
  font-size: 17px;
  line-height: 1.7;
}

.or-product-workspace {
  padding: 24px 0 78px;
}

.or-finder-layout {
  align-items: flex-start;
  gap: 34px;
}

.or-products-page .wrap-box .or-filter-panel {
  width: 300px;
  flex: 0 0 300px;
}

.or-products-page .wrap-box .or-products-results {
  width: auto !important;
  flex: 1 1 auto;
  min-width: 0;
}

.or-filter-panel .left-container {
  padding: 18px;
  border: 1px solid var(--or-line);
  background: #fff;
  box-shadow: 0 16px 36px rgba(15, 23, 42, .06);
}

.or-filter-top,
.or-results-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.or-filter-top {
  margin-bottom: 18px;
}

.or-filter-top strong,
.or-results-bar strong {
  display: block;
  margin-top: 6px;
  color: var(--or-ink);
  font-size: 20px;
}

.or-filter-reset {
  border: 0;
  background: transparent;
  color: var(--or-blue);
  font-weight: 700;
  cursor: pointer;
}

.or-searchform .input {
  height: 46px;
  border-radius: 4px;
  border-color: var(--or-line);
  background: var(--or-soft);
}

.or-products-page .left-container .item {
  margin-bottom: 6px;
}

.or-products-page .left-container .item .title-box {
  padding: 16px 0;
}

.or-products-page .left-container .item .menu-info .list {
  padding: 12px 0;
}

.or-products-page .left-container .item .menu-info .list .li-left .li-text {
  line-height: 1.35;
}

.or-results-bar {
  min-height: 66px;
  margin-bottom: 20px;
  padding: 16px 18px;
  border: 1px solid var(--or-line);
  background: var(--or-soft);
}

.or-top-filter {
  margin-bottom: 24px;
  padding: 28px 30px;
  border: 1px solid var(--or-line);
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.or-filter-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr)) minmax(250px, 1.35fr) 80px;
  gap: 14px;
  align-items: start;
}

.or-dynamic-filter .or-filter-row {
  grid-template-columns: repeat(6, minmax(116px, 1fr)) minmax(270px, 1.35fr) 74px;
  gap: 10px;
}

.or-dynamic-filter {
  padding-left: 24px;
  padding-right: 24px;
}

.or-top-filter .item {
  margin: 0;
  position: relative;
  min-width: 0;
}

.or-top-filter .title-box {
  position: relative;
  height: 48px;
  min-height: 48px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 8px 32px 8px 12px;
  border: 1px solid var(--or-line);
  background: #fff;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease;
}

.or-top-filter .title-box > div {
  min-width: 0;
  width: 100%;
}

.or-top-filter .item.is-open .title-box,
.or-top-filter .title-box:hover {
  border-color: rgba(17, 88, 156, .42);
  background: #fbfdff;
}

.or-select-label {
  display: block;
  max-width: 100%;
  margin-bottom: 4px;
  color: #7a8493;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .03em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.or-select-value {
  display: block;
  min-width: 0;
  max-width: 100%;
  color: var(--or-ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.or-top-filter .item.is-default .or-select-label {
  margin-bottom: 0;
}

.or-top-filter .item.is-default .or-select-value {
  display: none;
}

.or-select-arrow {
  position: absolute;
  right: 13px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-right: 2px solid #5d6675;
  border-bottom: 2px solid #5d6675;
  transform: translateY(-65%) rotate(45deg);
  transition: transform .18s ease;
}

.or-top-filter .item.is-open .or-select-arrow {
  transform: translateY(-35%) rotate(225deg);
}

.or-top-filter .menu-box {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  z-index: 12;
  padding: 8px;
  border: 1px solid var(--or-line);
  background: #fff;
  box-shadow: 0 14px 30px rgba(15, 23, 42, .10);
}

.or-top-filter .item.is-open .menu-box {
  display: block;
}

.or-top-filter .menu-info {
  display: grid;
  gap: 6px;
}

.or-top-filter .menu-info .list {
  width: 100%;
  min-height: 38px;
  display: flex;
  align-items: center;
  padding: 0 11px !important;
  border: 0;
  border-radius: 0;
  background: #fff;
  text-align: left;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, color .18s ease;
}

.or-top-filter .menu-info .list:hover,
.or-top-filter .menu-info .list.active {
  background: #f4f8fc;
}

.or-top-filter .menu-info .list .li-left i {
  display: none;
}

.or-top-filter .menu-info .list .li-left .li-text {
  color: var(--or-muted);
  font-size: 13px !important;
  font-weight: 800;
  line-height: 1.2;
}

.or-top-filter .menu-info .list.active .li-left .li-text {
  color: var(--or-blue);
}

.or-top-filter .or-scenario-card::after {
  display: none;
}

.or-filter-search {
  height: 48px;
  min-height: 48px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  border: 1px solid var(--or-line);
  background: #fff;
  min-width: 0;
}

.or-filter-search input {
  width: 100%;
  min-width: 0;
  height: 46px;
  padding: 0 8px 0 12px;
  border: 0;
  color: var(--or-ink);
  font-size: 14px;
  font-weight: 700;
}

.or-filter-search input:focus {
  outline: 0;
}

.or-filter-search button {
  width: 46px;
  height: 46px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.or-filter-search img {
  width: 18px;
  opacity: .62;
}

.or-top-filter .or-filter-reset {
  width: 74px;
  height: 48px;
  min-height: 48px;
  padding: 0;
  border: 1px solid var(--or-line);
  background: #f7f9fc;
  color: var(--or-blue);
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}

.or-finder-layout {
  display: block !important;
}

.or-products-page .wrap-box .or-products-results {
  width: 100% !important;
}

.or-featured-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 28px;
}

.or-featured-grid .or-featured-product {
  min-width: 0;
  height: auto !important;
}

.or-featured-grid .or-featured-product a {
  position: relative;
  height: auto !important;
  min-height: 560px;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: 270px minmax(0, 1fr);
  gap: 0;
  padding: 0 !important;
  border: 1px solid #dbe3ee;
  border-radius: 8px !important;
  background: #fff !important;
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(15, 36, 60, .06);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.or-featured-grid .or-featured-product a:hover {
  transform: translateY(-3px);
  border-color: rgba(17, 88, 156, .32);
  box-shadow: 0 24px 54px rgba(15, 36, 60, .1);
}

.or-featured-grid .or-featured-product .txt {
  width: 100% !important;
  min-width: 0;
  display: flex;
  flex-direction: column;
  order: 2;
  padding: 26px 30px 30px;
}

.or-featured-grid .or-featured-product .img {
  width: 100% !important;
  max-width: none !important;
  order: 1;
  position: relative;
  min-height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 28px 38px 24px;
  border-bottom: 1px solid #e2e8f0;
  background:
    linear-gradient(135deg, rgba(10, 37, 64, .06), rgba(255, 255, 255, 0) 52%),
    radial-gradient(circle at 50% 56%, rgba(17, 88, 156, .14), rgba(244, 248, 252, .98) 62%) !important;
}

.or-featured-grid .or-featured-product .img::after {
  content: "";
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: 30px;
  height: 18px;
  border-radius: 999px;
  background: rgba(16, 42, 67, .14);
  filter: blur(14px);
}

.or-featured-grid .or-featured-product .img img {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: min(92%, 520px);
  max-height: 248px;
  object-fit: contain;
  transition: transform .25s ease;
}

.or-featured-grid .or-featured-product a:hover .img img {
  transform: scale(1.035);
}

.or-featured-product .hot {
  color: var(--or-orange) !important;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 13px;
  line-height: 1;
  min-height: 13px;
}

.or-featured-grid .or-featured-product .tit {
  margin: 12px 0 14px;
  color: var(--or-ink);
  font-size: 28px !important;
  line-height: 1.14;
  min-height: 64px;
  max-width: 430px;
}

.or-featured-grid .or-featured-product .desc {
  max-width: 480px;
  min-height: 50px;
  color: var(--or-muted);
  font-size: 15px;
  line-height: 1.65;
}

.or-featured-grid .or-featured-product .desc p {
  margin: 0;
}

.or-featured-grid .or-featured-product .or-spec-list {
  min-height: 68px;
  align-content: flex-start;
}

.or-featured-grid .or-card-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 22px;
}

.or-featured-grid .or-card-actions .vm,
.or-featured-grid .or-card-actions .or-text-link {
  width: 100%;
  min-height: 48px;
  margin: 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease;
}

.or-featured-grid .or-card-actions .vm {
  background: var(--or-blue);
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(17, 88, 156, .18);
}

.or-featured-grid .or-card-actions .or-text-link {
  border: 1px solid rgba(17, 88, 156, .36);
  background: #fff;
  color: var(--or-blue);
}

.or-featured-grid .or-card-actions .vm:hover,
.or-featured-grid .or-card-actions .or-text-link:hover {
  transform: translateY(-1px);
}

.or-featured-grid .or-card-actions .or-text-link:hover {
  border-color: var(--or-blue);
  background: #f4f8fc;
}


.or-product-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
}

.or-product-card {
  min-width: 0;
}

.or-product-card a {
  display: flex !important;
  flex-direction: column;
  height: 100%;
  min-height: 430px;
  padding: 26px !important;
  border: 1px solid var(--or-line);
  border-radius: 8px !important;
  background: var(--or-card) !important;
  text-align: left !important;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.or-product-card a:hover {
  transform: translateY(-4px);
  border-color: rgba(17, 88, 156, .36);
  box-shadow: 0 18px 40px rgba(15, 23, 42, .10);
}

.or-product-card .img {
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px !important;
  background: #f7f9fc;
}

.or-product-card .img img {
  max-height: 100%;
  object-fit: contain;
  transition: transform .22s ease;
}

.or-product-card a:hover .img img {
  transform: scale(1.04);
}

.or-card-meta {
  margin-bottom: 10px;
  color: var(--or-blue);
  font-size: 13px;
  font-weight: 700;
}

.or-product-card .tit {
  margin-bottom: 12px;
  color: var(--or-ink) !important;
  font-size: 24px !important;
  line-height: 1.2;
  text-align: left !important;
}

.or-product-card .desc {
  color: var(--or-muted) !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.or-product-card .vm {
  margin-top: auto;
  padding-top: 22px;
}

.or-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 14px;
}

.or-card-tags span,
.or-chip-row span,
.or-spec-list span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 4px;
  background: #eef5ff;
  color: var(--or-blue);
  font-size: 12px;
  font-weight: 800;
}

.or-spec-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.or-card-specs {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 7px 10px;
  margin: 18px 0 0;
  padding-top: 16px;
  border-top: 1px solid var(--or-line);
}

.or-card-specs dt {
  color: var(--or-muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.or-card-specs dd {
  color: var(--or-ink);
  font-size: 13px;
  font-weight: 700;
}

.or-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 22px;
}

.or-card-bottom span,
.or-text-link {
  color: var(--or-blue);
  font-size: 14px;
  font-weight: 800;
}

.or-card-bottom b {
  color: var(--or-orange);
  font-size: 14px;
  font-weight: 800;
}

.or-empty-products {
  grid-column: 1 / -1;
  padding: 60px 20px;
  color: var(--or-muted);
  text-align: center;
}

.or-advantage-section,
.or-linkage-section,
.or-download-section {
  padding: 76px 0;
}

.or-advantage-section {
  background:
    linear-gradient(180deg, #fff 0%, #f5f8fb 100%);
}

.or-advantage-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.or-advantage-card {
  min-height: 236px;
  grid-column: span 2;
  position: relative;
  padding: 30px;
  border: 1px solid #dbe3ee;
  background: #fff;
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}

.or-advantage-card:hover {
  transform: translateY(-4px);
  border-color: rgba(17, 88, 156, .3);
  background: #fff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, .1);
}

.or-advantage-card-major {
  min-height: 330px;
  grid-column: span 3;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  align-items: stretch;
  gap: 0;
  padding: 0;
  background:
    linear-gradient(135deg, #0b1724 0%, #152536 100%);
  color: #fff;
}

.or-advantage-card-major:hover {
  background:
    linear-gradient(135deg, #0b1724 0%, #152536 100%);
}

.or-advantage-visual {
  display: block;
  height: 100%;
  min-height: 280px;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  background: #e8eef4;
}

.or-advantage-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .28s ease;
}

.or-advantage-card:hover .or-advantage-visual img {
  transform: scale(1.05);
}

.or-advantage-card-major .or-advantage-visual {
  position: relative;
}

.or-advantage-card-major .or-advantage-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(11, 23, 36, .04), rgba(11, 23, 36, .72));
}

.or-advantage-copy {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 34px 36px;
}

.or-proof-mark,
.or-proof-index {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: var(--or-orange);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .14em;
  line-height: 1;
  text-transform: uppercase;
}

.or-proof-index {
  min-width: 44px;
  height: 34px;
  justify-content: center;
  margin-bottom: 30px;
  border: 1px solid rgba(17, 88, 156, .22);
  background: #f4f8fc;
  color: var(--or-blue);
  letter-spacing: 0;
}

.or-advantage-card strong {
  display: block;
  margin-bottom: 14px;
  color: var(--or-ink);
  font-size: 24px;
  line-height: 1.22;
}

.or-advantage-card-major strong {
  margin-top: 18px;
  color: #fff;
  font-size: 30px;
  line-height: 1.16;
}

.or-advantage-card p {
  color: var(--or-muted);
  font-size: 15px;
  line-height: 1.72;
}

.or-advantage-card-major p {
  color: rgba(255, 255, 255, .76);
}

.or-proof-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.or-proof-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, .2);
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .92);
  font-size: 12px;
  font-weight: 800;
}

@media (max-width: 1200px) {
  .or-faq-inquiry-grid {
    grid-template-columns: 1fr;
  }

  .or-static-inquiry {
    position: static;
  }

  .or-advantage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .or-advantage-card,
  .or-advantage-card-major {
    grid-column: auto;
  }

  .or-advantage-card-major {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .or-inquiry-head,
  .or-inquiry-form {
    padding-left: 22px;
    padding-right: 22px;
  }

  .or-inquiry-form {
    grid-template-columns: 1fr;
  }

  .or-inquiry-head h3 {
    font-size: 24px;
  }

  .or-advantage-grid {
    grid-template-columns: 1fr !important;
  }

  .or-advantage-card,
  .or-advantage-card-major {
    min-height: 0;
  }

  .or-advantage-visual {
    min-height: 220px;
  }

  .or-advantage-copy,
  .or-advantage-card {
    padding: 26px;
  }

  .or-advantage-card-major strong {
    font-size: 26px;
  }
}

.or-linkage-section,
.or-download-section {
  background: var(--or-soft);
}

.or-link-card-grid,
.or-resource-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.or-link-card,
.or-resource-card {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  padding: 14px 14px 26px;
  border: 1px solid var(--or-line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.or-link-card:hover,
.or-resource-card:hover {
  transform: translateY(-4px);
  border-color: rgba(17, 88, 156, .36);
  box-shadow: 0 18px 40px rgba(15, 23, 42, .10);
}

.or-link-media,
.or-resource-media {
  display: block;
  width: 100%;
  height: 132px;
  margin-bottom: 18px;
  border-radius: 6px;
  overflow: hidden;
  background: #e8eef4;
}

.or-link-media img,
.or-resource-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .28s ease;
}

.or-link-card:hover .or-link-media img,
.or-resource-card:hover .or-resource-media img {
  transform: scale(1.05);
}

.or-link-card > span:not(.or-link-media) {
  color: var(--or-orange);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
}

.or-link-card strong,
.or-resource-card strong {
  display: block;
  margin: 14px 0 12px;
  color: var(--or-ink);
  font-size: 21px;
  line-height: 1.2;
}

.or-link-card p,
.or-resource-card p {
  color: var(--or-muted);
  font-size: 14px;
  line-height: 1.65;
}

.or-support-band {
  padding: 82px 0;
  background: #0d1724;
}

.or-support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.or-support-panel {
  padding: 18px 18px 36px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(17, 88, 156, .34), rgba(255,255,255,.04));
  overflow: hidden;
}

.or-support-media {
  height: 210px;
  margin-bottom: 28px;
  border-radius: 6px;
  overflow: hidden;
  background: rgba(255,255,255,.08);
}

.or-support-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .92;
  transition: transform .32s ease;
}

.or-support-panel:hover .or-support-media img {
  transform: scale(1.04);
}

.or-support-panel h2 {
  margin: 12px 0;
  color: #fff;
  font-size: 32px;
  line-height: 1.2;
}

.or-support-panel p {
  color: rgba(255,255,255,.72);
  font-size: 15px;
  line-height: 1.75;
}

.or-support-note {
  margin-top: 18px;
  padding: 16px 18px;
  border-left: 3px solid var(--or-orange);
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.78);
  font-size: 14px;
  line-height: 1.65;
}

.or-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0 28px;
}

.or-product-faq {
  padding: 76px 0;
  background: var(--or-soft);
}

.or-faq-inquiry-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(520px, 560px);
  gap: 42px;
  align-items: start;
}

.or-faq-main {
  min-width: 0;
}

.or-faq-main .or-section-head {
  max-width: 780px;
}

.or-faq-accordion {
  max-width: 960px;
  margin-top: 34px;
  border-top: 1px solid var(--or-line);
}

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

.or-faq-row button {
  width: 100%;
  min-height: 74px;
  padding: 18px 56px 18px 0;
  border: 0;
  background: transparent;
  color: var(--or-ink);
  text-align: left;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 800;
  cursor: pointer;
  position: relative;
}

.or-faq-row button::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--or-blue);
  font-size: 28px;
  transition: transform .28s ease, color .28s ease;
}

.or-faq-row.active button::after {
  content: "-";
  transform: translateY(-50%) rotate(180deg);
}

.or-faq-row p {
  overflow: hidden;
  max-width: 760px;
  max-height: 0;
  margin: 0;
  padding: 0 64px 0 0;
  color: var(--or-muted);
  font-size: 15px;
  line-height: 1.7;
  font-weight: 400;
  opacity: 0;
  transform: translateY(-8px);
  transition: max-height .34s ease, padding .34s ease, opacity .24s ease, transform .3s ease;
}

.or-faq-row.active p {
  padding-top: 2px;
  padding-bottom: 28px;
  opacity: 1;
  transform: translateY(0);
}

.or-static-inquiry {
  position: sticky;
  top: 96px;
  border: 1px solid #dbe3ee;
  background: #fff;
  box-shadow: 0 24px 56px rgba(15, 36, 60, .08);
  min-width: 0;
}

.or-inquiry-head {
  padding: 28px 30px 22px;
  border-bottom: 1px solid #e2e8f0;
  background:
    linear-gradient(135deg, rgba(17, 88, 156, .08), rgba(255, 255, 255, 0) 56%),
    #fff;
}

.or-inquiry-head h3 {
  margin: 10px 0 12px;
  color: var(--or-ink);
  font-size: 26px;
  line-height: 1.18;
}

.or-inquiry-head p {
  color: var(--or-muted);
  font-size: 14px;
  line-height: 1.65;
}

.or-inquiry-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 14px;
  padding: 24px 30px 30px;
}

.or-inquiry-full {
  grid-column: 1 / -1;
}

.or-inquiry-form label {
  display: block;
  min-width: 0;
}

.or-inquiry-form label span {
  display: block;
  margin-bottom: 8px;
  color: #5b6675;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.or-inquiry-form input,
.or-inquiry-form textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid #dbe3ee;
  background: #f8fafc;
  color: var(--or-ink);
  font-size: 14px;
  font-weight: 700;
  outline: none;
  padding: 0 13px;
  transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.or-inquiry-form textarea {
  min-height: 106px;
  resize: vertical;
  padding: 12px 13px;
  line-height: 1.55;
}

.or-inquiry-form input:focus,
.or-inquiry-form textarea:focus {
  border-color: rgba(17, 88, 156, .55);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(17, 88, 156, .08);
}

.or-inquiry-form input::placeholder,
.or-inquiry-form textarea::placeholder {
  color: #9aa5b1;
  font-weight: 600;
}

.or-inquiry-submit {
  grid-column: 1 / -1;
  min-height: 50px;
  border: 0;
  background: var(--or-blue);
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .02em;
  box-shadow: 0 14px 28px rgba(17, 88, 156, .18);
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.or-inquiry-submit:hover {
  transform: translateY(-1px);
  background: #0d4d8a;
  box-shadow: 0 18px 34px rgba(17, 88, 156, .24);
}

.or-product-center-page {
  background: #f4f7fb;
}

.or-center-hero {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: #0d1826;
}

.or-center-hero-bg {
  position: absolute;
  inset: 0;
}

.or-center-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 22, 35, .94) 0%, rgba(10, 22, 35, .78) 46%, rgba(10, 22, 35, .42) 100%),
    linear-gradient(180deg, rgba(10, 22, 35, .18), rgba(10, 22, 35, .86));
}

.or-center-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.or-center-hero-grid {
  position: relative;
  z-index: 1;
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(0, 900px);
  gap: 70px;
  align-items: center;
  padding-top: 80px;
}

.or-center-hero-copy {
  max-width: 760px;
}

.or-center-hero-copy h1 {
  max-width: 720px;
  margin: 16px 0 22px;
  color: #fff;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.02;
  letter-spacing: 0;
}

.or-center-hero-copy p {
  max-width: 680px;
  color: rgba(255, 255, 255, .78);
  font-size: 18px;
  line-height: 1.8;
}

.or-center-hero-panel {
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(10, 24, 38, .72);
  backdrop-filter: blur(10px);
  padding: 34px;
  color: #fff;
  box-shadow: 0 34px 80px rgba(0, 0, 0, .22);
}

.or-center-hero-panel > span {
  display: block;
  color: var(--or-orange);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.or-center-hero-panel > strong {
  display: block;
  margin-top: 18px;
  color: #fff;
  font-size: 26px;
  line-height: 1.35;
}

.or-center-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 30px;
  background: rgba(255, 255, 255, .16);
}

.or-center-proof-grid div {
  min-height: 116px;
  padding: 22px;
  background: rgba(10, 24, 38, .8);
}

.or-center-proof-grid b {
  display: block;
  color: var(--or-orange);
  font-size: 28px;
  line-height: 1;
}

.or-center-proof-grid em {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.45;
}

.or-center-step-list {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.or-center-step-list div {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 66px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .055);
}

.or-center-step-list b {
  color: var(--or-orange);
  font-size: 18px;
  line-height: 1;
}

.or-center-step-list em {
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.45;
}

.or-portfolio-board-section {
  padding: 92px 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(17, 88, 156, .32), transparent 32%),
    radial-gradient(circle at 78% 8%, rgba(246, 172, 3, .16), transparent 28%),
    linear-gradient(135deg, #071523 0%, #0c2034 52%, #071523 100%);
  overflow: hidden;
}

.or-module-head-invert h2 {
  color: #fff;
}

.or-module-head-invert p {
  color: rgba(255, 255, 255, .72);
}

.or-portfolio-board {
  display: grid;
  grid-template-columns: minmax(380px, .76fr) minmax(0, 1fr);
  gap: 22px;
  margin-top: 40px;
}

.or-portfolio-main,
.or-portfolio-node {
  position: relative;
  min-width: 0;
  color: inherit;
  overflow: hidden;
}

.or-portfolio-main {
  min-height: 650px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, .16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .02)),
    rgba(7, 21, 35, .72);
  box-shadow: 0 34px 90px rgba(0, 0, 0, .28);
  transition: transform .28s ease, border-color .28s ease;
}

.or-portfolio-main::before,
.or-portfolio-node::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255, 255, 255, .07);
  pointer-events: none;
}

.or-portfolio-main:hover,
.or-portfolio-node:hover {
  transform: translateY(-5px);
  border-color: rgba(246, 172, 3, .5);
}

.or-device-stage {
  position: absolute;
  top: 34px;
  left: 34px;
  right: 34px;
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .03)),
    radial-gradient(circle at center, rgba(17, 88, 156, .44), transparent 62%);
}

.or-device-stage::after {
  content: "";
  position: absolute;
  left: 44px;
  right: 44px;
  bottom: 34px;
  height: 22px;
  border-radius: 50%;
  background: rgba(0, 0, 0, .42);
  filter: blur(16px);
}

.or-device-stage img {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: 92%;
  max-height: 92%;
  object-fit: contain;
  filter: drop-shadow(0 28px 34px rgba(0, 0, 0, .38));
  transition: transform .32s ease;
}

.or-portfolio-main:hover .or-device-stage img,
.or-portfolio-node:hover img {
  transform: scale(1.035);
}

.or-line-label,
.or-portfolio-node span {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  color: var(--or-orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.or-portfolio-main strong,
.or-portfolio-node strong {
  display: block;
  color: #fff;
  line-height: 1.08;
  letter-spacing: 0;
}

.or-portfolio-main strong {
  margin-top: 14px;
  font-size: 46px;
}

.or-portfolio-main p {
  max-width: 470px;
  margin-top: 18px;
  color: rgba(255, 255, 255, .76);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
}

.or-portfolio-main .or-spec-list {
  margin-top: 24px;
}

.or-portfolio-main .or-spec-list span {
  border-color: rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .86);
}

.or-portfolio-main em {
  display: inline-flex;
  width: max-content;
  margin-top: 28px;
  padding: 14px 18px;
  border: 1px solid rgba(246, 172, 3, .52);
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
}

.or-portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.or-portfolio-node {
  min-height: 316px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .025)),
    rgba(255, 255, 255, .035);
  transition: transform .28s ease, border-color .28s ease, background .28s ease;
}

.or-portfolio-node img {
  position: absolute;
  top: 24px;
  left: 24px;
  right: 24px;
  width: calc(100% - 48px);
  height: 146px;
  object-fit: contain;
  transition: transform .32s ease;
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, .28));
}

.or-portfolio-node-photo img {
  top: 0;
  left: 0;
  right: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none;
  opacity: .62;
}

.or-portfolio-node-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 21, 35, .12), rgba(7, 21, 35, .86));
}

.or-portfolio-node span,
.or-portfolio-node strong,
.or-portfolio-node p {
  position: relative;
  z-index: 1;
}

.or-portfolio-node strong {
  margin-top: 10px;
  font-size: 25px;
}

.or-portfolio-node p {
  margin-top: 10px;
  color: rgba(255, 255, 255, .7);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.55;
}

.or-usecase-path-section,
.or-family-compare-section {
  padding: 84px 0;
  background: #fff;
}

.or-usecase-path-section {
  background:
    linear-gradient(180deg, #f5f7fa 0%, #fff 100%);
}

.or-usecase-path-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid #dbe3ee;
  margin-top: 34px;
  background: #fff;
}

.or-usecase-path-grid a {
  min-height: 270px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border-right: 1px solid #dbe3ee;
  color: inherit;
  transition: background .24s ease, transform .24s ease;
}

.or-usecase-path-grid a:last-child {
  border-right: 0;
}

.or-usecase-path-grid a:hover {
  background: #f4f8fc;
}

.or-usecase-path-grid span {
  display: inline-flex;
  width: 48px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(17, 88, 156, .22);
  color: var(--or-blue);
  font-size: 13px;
  font-weight: 900;
}

.or-usecase-path-grid strong {
  display: block;
  margin-top: 28px;
  color: var(--or-ink);
  font-size: 24px;
  line-height: 1.18;
}

.or-usecase-path-grid p {
  margin-top: 16px;
  color: var(--or-muted);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.65;
}

.or-usecase-path-grid em {
  display: inline-flex;
  width: max-content;
  margin-top: auto;
  padding-top: 24px;
  color: var(--or-blue);
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
}

.or-family-compare-section {
  padding-top: 0;
  background: #fff;
}

.or-family-compare {
  margin-top: 30px;
  border: 1px solid #dbe3ee;
  background: #fff;
}

.or-family-compare-row {
  display: grid;
  grid-template-columns: 1.05fr 1.55fr 1.35fr .9fr;
  gap: 24px;
  align-items: center;
  min-height: 82px;
  padding: 20px 26px;
  border-bottom: 1px solid #dbe3ee;
  color: var(--or-ink);
}

.or-family-compare-row:last-child {
  border-bottom: 0;
}

.or-family-compare-head {
  min-height: 54px;
  background: #f4f7fb;
  color: #6a7381;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

a.or-family-compare-row {
  transition: background .22s ease, color .22s ease;
}

a.or-family-compare-row:hover {
  background: #f7fbff;
}

.or-family-compare-row span:first-child {
  font-size: 20px;
  font-weight: 900;
}

.or-family-compare-head span:first-child {
  font-size: 12px;
}

.or-family-compare-row span:not(:first-child) {
  color: var(--or-muted);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.5;
}

.or-family-compare-row em {
  color: var(--or-blue);
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
  text-align: right;
}

.or-product-center-page .or-portfolio-board-section {
  padding: 80px 0 86px;
  background: #f5f7fa;
}

.or-product-center-page .or-module-head-invert h2 {
  color: var(--or-ink);
}

.or-product-center-page .or-module-head-invert p {
  color: var(--or-muted);
}

.or-product-center-page .or-portfolio-board {
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 1.18fr);
  gap: 24px;
  margin-top: 34px;
}

.or-product-center-page .or-portfolio-main,
.or-product-center-page .or-portfolio-node {
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(15, 36, 60, .06);
  color: var(--or-ink);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.or-product-center-page .or-portfolio-main::before,
.or-product-center-page .or-portfolio-node::before {
  display: none;
}

.or-product-center-page .or-portfolio-main:hover,
.or-product-center-page .or-portfolio-node:hover {
  transform: translateY(-3px);
  border-color: rgba(17, 88, 156, .32);
  box-shadow: 0 24px 54px rgba(15, 36, 60, .1);
}

.or-product-center-page .or-portfolio-main {
  min-height: 610px;
  justify-content: flex-start;
  padding: 0;
  overflow: hidden;
}

.or-product-center-page .or-device-stage {
  position: relative;
  inset: auto;
  height: 330px;
  width: 100%;
  background:
    linear-gradient(135deg, rgba(10, 37, 64, .06), rgba(255, 255, 255, 0) 52%),
    radial-gradient(circle at 50% 58%, rgba(17, 88, 156, .14), rgba(244, 248, 252, .98) 62%);
  border-bottom: 1px solid #e2e8f0;
}

.or-product-center-page .or-device-stage::after {
  left: 18%;
  right: 18%;
  bottom: 34px;
  height: 18px;
  background: rgba(16, 42, 67, .14);
}

.or-product-center-page .or-device-stage img {
  max-width: 88%;
  max-height: 280px;
  filter: drop-shadow(0 22px 28px rgba(15, 36, 60, .16));
}

.or-product-center-page .or-line-label,
.or-product-center-page .or-portfolio-main > strong,
.or-product-center-page .or-portfolio-main > p,
.or-product-center-page .or-portfolio-main > .or-spec-list,
.or-product-center-page .or-portfolio-main > em {
  margin-left: 34px;
  margin-right: 34px;
}

.or-product-center-page .or-line-label,
.or-product-center-page .or-portfolio-node span {
  color: var(--or-orange);
}

.or-product-center-page .or-line-label {
  margin-top: 30px;
}

.or-product-center-page .or-portfolio-main strong,
.or-product-center-page .or-portfolio-node strong {
  color: var(--or-ink);
}

.or-product-center-page .or-portfolio-main strong {
  max-width: 520px;
  margin-top: 12px;
  font-size: 38px;
  line-height: 1.12;
}

.or-product-center-page .or-portfolio-main p {
  max-width: 520px;
  color: var(--or-muted);
  font-size: 16px;
}

.or-product-center-page .or-portfolio-main .or-spec-list span {
  border-color: transparent;
  background: #eef5fc;
  color: var(--or-blue);
}

.or-product-center-page .or-portfolio-main em {
  min-height: 48px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  margin-bottom: 34px;
  padding: 0 22px;
  border: 0;
  border-radius: 4px;
  background: var(--or-blue);
  color: #fff;
  box-shadow: 0 10px 22px rgba(17, 88, 156, .18);
}

.or-product-center-page .or-portfolio-grid {
  gap: 20px;
}

.or-product-center-page .or-portfolio-node {
  min-height: 295px;
  justify-content: flex-start;
  padding: 16px 18px 22px;
}

.or-product-center-page .or-portfolio-node img {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  width: 100%;
  height: 138px;
  padding: 14px 18px;
  object-fit: contain;
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(10, 37, 64, .05), rgba(255, 255, 255, 0) 52%),
    radial-gradient(circle at 50% 58%, rgba(17, 88, 156, .12), rgba(244, 248, 252, .98) 62%);
  filter: drop-shadow(0 16px 20px rgba(15, 36, 60, .12));
}

.or-product-center-page .or-portfolio-node span {
  margin-top: 20px;
}

.or-product-center-page .or-portfolio-node strong {
  margin-top: 9px;
  font-size: 25px;
  line-height: 1.12;
}

.or-product-center-page .or-portfolio-node p {
  color: var(--or-muted);
  font-size: 14px;
  line-height: 1.55;
}

.or-center-wayfinder-section {
  margin-top: -54px;
  padding-bottom: 58px;
  position: relative;
  z-index: 3;
}

.or-wayfinder-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(15, 36, 60, .12);
  overflow: hidden;
}

.or-wayfinder-card {
  min-height: 176px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border-right: 1px solid #e4e8ef;
  color: var(--or-ink);
  transition: background .22s ease, transform .22s ease;
}

.or-wayfinder-card:last-child {
  border-right: 0;
}

.or-wayfinder-card:hover {
  background: #f6f9fd;
}

.or-wayfinder-card span {
  display: inline-flex;
  width: 44px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(17, 88, 156, .22);
  color: var(--or-blue);
  font-size: 13px;
  font-weight: 900;
}

.or-wayfinder-card strong {
  display: block;
  margin-top: 22px;
  color: var(--or-ink);
  font-size: 22px;
  line-height: 1.2;
}

.or-wayfinder-card p {
  max-width: 260px;
  margin-top: 12px;
  color: var(--or-muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.or-family-entry-section {
  padding: 76px 0 88px;
  background: #f5f7fa;
}

.or-family-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 34px;
}

.or-family-feature-card {
  min-width: 0;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  padding: 0;
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  background: #fff;
  color: var(--or-ink);
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(15, 36, 60, .06);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.or-family-feature-card:hover {
  transform: translateY(-3px);
  border-color: rgba(17, 88, 156, .32);
  box-shadow: 0 24px 54px rgba(15, 36, 60, .1);
}

.or-family-image {
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #e2e8f0;
  background:
    linear-gradient(135deg, rgba(10, 37, 64, .06), rgba(255, 255, 255, 0) 52%),
    radial-gradient(circle at 50% 58%, rgba(17, 88, 156, .14), rgba(244, 248, 252, .98) 62%);
}

.or-family-image img {
  width: auto;
  max-width: 88%;
  max-height: 214px;
  object-fit: contain;
  filter: drop-shadow(0 22px 28px rgba(15, 36, 60, .16));
  transition: transform .25s ease;
}

.or-family-feature-card:hover .or-family-image img {
  transform: scale(1.035);
}

.or-family-feature-card .or-line-label,
.or-family-feature-card strong,
.or-family-feature-card p,
.or-family-feature-card em {
  margin-left: 30px;
  margin-right: 30px;
}

.or-family-feature-card .or-line-label {
  margin-top: 28px;
  color: var(--or-orange);
}

.or-family-feature-card strong {
  display: block;
  margin-top: 10px;
  color: var(--or-ink);
  font-size: 32px;
  line-height: 1.14;
}

.or-family-feature-card p {
  max-width: 390px;
  margin-top: 14px;
  color: var(--or-muted);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.65;
}

.or-family-feature-card em {
  width: max-content;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  margin-bottom: 30px;
  padding: 0 20px;
  border-radius: 4px;
  background: var(--or-blue);
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(17, 88, 156, .18);
}

.or-family-mini-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.or-family-mini-link {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  padding: 0 0 24px;
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  background: #fff;
  color: var(--or-ink);
  overflow: hidden;
  box-shadow: 0 16px 44px rgba(15, 23, 42, .05);
  transition: transform .24s ease, border-color .24s ease, background .24s ease, box-shadow .24s ease;
}

.or-family-mini-link:hover {
  transform: translateY(-4px);
  border-color: rgba(17, 88, 156, .36);
  background: #f7fbff;
  box-shadow: 0 26px 58px rgba(17, 34, 54, .12);
}

.or-family-mini-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 174px;
  padding: 18px 20px;
  border-bottom: 1px solid #dbe3ee;
  background: linear-gradient(180deg, #f4f9ff, #eaf2fb);
}

.or-family-mini-image img {
  max-width: 100%;
  max-height: 142px;
  object-fit: contain;
  filter: drop-shadow(0 18px 22px rgba(15, 23, 42, .16));
  transition: transform .3s ease;
}

.or-family-mini-link:hover .or-family-mini-image img {
  transform: translateY(-4px) scale(1.03);
}

.or-family-mini-link .or-line-label,
.or-family-mini-link > span:not(.or-family-mini-image):not(.or-line-label),
.or-family-mini-link em {
  margin-left: 24px;
  margin-right: 24px;
}

.or-family-mini-link .or-line-label {
  display: block;
  margin-top: 24px;
}

.or-family-mini-link > span:not(.or-family-mini-image):not(.or-line-label) {
  display: block;
  margin-top: 12px;
  color: var(--or-ink);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
}

.or-family-mini-link em {
  display: block;
  margin-top: 10px;
  color: var(--or-muted);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}

@media (max-width: 1200px) {
  .or-center-hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-top: 130px;
    padding-bottom: 70px;
  }

  .or-center-hero-panel {
    max-width: 680px;
  }

  .or-portfolio-board {
    grid-template-columns: 1fr;
  }

  .or-portfolio-main {
    min-height: 580px;
  }

  .or-portfolio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .or-usecase-path-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .or-usecase-path-grid a:nth-child(2n) {
    border-right: 0;
  }

  .or-usecase-path-grid a:nth-child(-n + 2) {
    border-bottom: 1px solid #dbe3ee;
  }

  .or-family-compare-row {
    grid-template-columns: 1fr 1.4fr 1.2fr;
  }

  .or-family-compare-row em,
  .or-family-compare-head span:last-child {
    display: none;
  }
}

@media (max-width: 760px) {
  .or-center-hero {
    min-height: auto;
  }

  .or-center-hero-grid {
    min-height: 0;
    padding-top: 120px;
    padding-bottom: 56px;
  }

  .or-center-hero-copy h1 {
    font-size: 38px;
  }

  .or-center-hero-copy p {
    font-size: 16px;
  }

  .or-center-hero-panel {
    padding: 24px;
  }

  .or-center-hero-panel > strong {
    font-size: 22px;
  }

  .or-center-proof-grid {
    grid-template-columns: 1fr;
  }

  .or-portfolio-board-section,
  .or-usecase-path-section,
  .or-family-compare-section {
    padding: 56px 0;
  }

  .or-portfolio-board {
    grid-template-columns: 1fr;
  }

  .or-portfolio-main {
    min-height: auto;
    padding: 22px;
    padding-top: 330px;
  }

  .or-device-stage {
    top: 22px;
    left: 22px;
    right: 22px;
    height: 280px;
  }

  .or-portfolio-main strong {
    font-size: 34px;
  }

  .or-portfolio-grid,
  .or-usecase-path-grid {
    grid-template-columns: 1fr;
  }

  .or-portfolio-node {
    min-height: 280px;
  }

  .or-usecase-path-grid a {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid #dbe3ee;
  }

  .or-usecase-path-grid a:last-child {
    border-bottom: 0;
  }

  .or-family-compare-row,
  .or-family-compare-head {
    display: block;
  }

  .or-family-compare-head {
    display: none;
  }

  .or-family-compare-row span,
  .or-family-compare-row span:not(:first-child) {
    display: block;
    margin-top: 10px;
  }

  .or-family-compare-row span:first-child {
    margin-top: 0;
    font-size: 22px;
  }
}

@media (max-width: 1200px) {
  .or-faq-inquiry-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .or-static-inquiry {
    position: static;
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 760px) {
  .or-category-strip {
    overflow: hidden;
  }

  .or-category-strip .w1440,
  .or-category-scroll {
    min-width: 0;
    max-width: 100%;
  }

  .or-category-scroll {
    overflow-x: auto;
    overscroll-behavior-x: contain;
  }

  .or-faq-inquiry-grid {
    display: block;
  }

  .or-product-faq {
    padding: 54px 0;
  }

  .or-faq-accordion {
    margin-top: 24px;
  }

  .or-faq-row button {
    min-height: auto;
    padding: 20px 44px 20px 0;
    font-size: 17px;
    line-height: 1.42;
  }

  .or-faq-row button::after {
    right: 4px;
    font-size: 24px;
  }

  .or-faq-row p {
    max-width: 100%;
    padding-right: 42px;
    font-size: 15px;
    line-height: 1.68;
    font-weight: 400;
  }

  .or-faq-row.active p {
    padding-bottom: 24px;
  }

  .or-static-inquiry {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin-top: 30px;
  }

  .or-inquiry-head,
  .or-inquiry-form {
    padding-left: 22px;
    padding-right: 22px;
  }

  .or-inquiry-form {
    grid-template-columns: 1fr;
  }

  .or-inquiry-head h3 {
    font-size: 24px;
  }
}

.or-faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.or-faq-item {
  padding: 26px;
  border: 1px solid var(--or-line);
  background: #fff;
}

.or-faq-item strong {
  display: block;
  margin-bottom: 10px;
  color: var(--or-ink);
  font-size: 20px;
}

.or-faq-item p {
  color: var(--or-muted);
  font-size: 15px;
  line-height: 1.7;
}

.or-bottom-cta {
  padding: 76px 0;
  background: #0d1724;
}

.or-cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 42px;
  border: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(135deg, rgba(17, 88, 156, .38), rgba(255,255,255,.04));
}

.or-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.or-cta-box h2 {
  margin: 12px 0;
  color: #fff;
  font-size: 36px;
  line-height: 1.2;
}

.or-cta-box p {
  color: rgba(255,255,255,.72);
  font-size: 16px;
  line-height: 1.7;
}

@media (max-width: 1200px) {
  .or-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .or-filter-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .or-advantage-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .or-static-hero-content {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 70px 0 82px;
  }

  .or-hero-main h1 {
    font-size: 46px;
  }

  .or-hero-device-panel {
    max-width: 520px;
  }

  .or-decision-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .or-trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .or-trust-strip div:nth-child(2) {
    border-right: 0;
  }

  .or-filter-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .or-featured-grid {
    grid-template-columns: 1fr;
  }

  .or-finder-layout {
    display: block !important;
  }

  .or-products-page .wrap-box .or-filter-panel {
    width: 100%;
    margin-bottom: 24px;
  }

  .or-filter-panel .left-container {
    position: static;
  }

  .or-faq-grid {
    grid-template-columns: 1fr;
  }

  .or-scenario-grid,
  .or-link-card-grid,
  .or-resource-grid,
  .or-support-grid {
    grid-template-columns: 1fr;
  }

  .or-advantage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .or-cta-box {
    display: block;
  }

  .or-cta-box .or-btn {
    margin-top: 24px;
  }
}

@media (max-width: 640px) {
  .or-static-hero-content {
    padding: 68px 18px 56px;
    box-sizing: border-box;
  }

  .or-hero-main h1 {
    max-width: 100%;
  }

  .or-hero-main p {
    max-width: 100%;
  }

  .or-hero-proof {
    gap: 10px 8px;
  }

  .or-product-hero,
  .or-hero-content {
    min-height: 480px;
  }

  .or-hero-content {
    padding: 70px 0 46px;
  }

  .or-hero-content h2,
  .or-section-head h2,
  .or-cta-box h2 {
    font-size: 30px;
  }

  .or-hero-content p,
  .or-section-head p {
    font-size: 15px;
  }

  .or-products-intro {
    padding-top: 58px;
  }

  .or-decision-panel {
    padding: 22px;
  }

  .or-trust-strip {
    grid-template-columns: 1fr;
  }

  .or-trust-strip div {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--or-line);
  }

  .or-trust-strip div:last-child {
    border-bottom: 0;
  }

  .or-filter-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .or-filter-row {
    grid-template-columns: 1fr;
  }

  .or-top-filter .menu-box {
    position: static;
    margin-top: 8px;
    box-shadow: none;
  }

  .or-top-filter {
    padding: 16px;
  }

  .or-product-grid {
    grid-template-columns: 1fr !important;
  }

  .or-featured-grid .or-featured-product a {
    min-height: 0;
    grid-template-rows: 230px minmax(0, 1fr);
  }

  .or-featured-grid .or-featured-product .img {
    min-height: 230px;
  }

  .or-featured-grid .or-featured-product .tit {
    font-size: 26px !important;
    min-height: 0;
  }

  .or-featured-grid .or-card-actions {
    grid-template-columns: 1fr;
  }

  .or-module-head {
    display: block;
  }

  .or-module-head h2 {
    font-size: 28px;
  }

  .or-scenario-grid,
  .or-advantage-grid {
    grid-template-columns: 1fr;
  }

  .or-results-bar {
    align-items: flex-start;
    flex-direction: column;
  }

  .or-product-card a {
    min-height: 0;
  }

  .or-static-nav nav {
    display: none;
  }

  .or-nav-quote {
    min-height: 38px;
    padding: 0 14px;
    font-size: 13px;
  }

  .or-products-page .or-hero-actions,
  .or-products-page .or-card-actions,
  .or-products-page .or-cta-actions {
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .or-products-page .or-hero-actions,
  .or-products-page .or-cta-actions {
    flex-direction: column;
  }

  .or-products-page .or-hero-actions .or-btn,
  .or-products-page .or-card-actions .or-btn,
  .or-products-page .or-cta-actions .or-btn {
    width: min(100%, 286px);
    min-width: 0;
    padding-left: 14px;
    padding-right: 14px;
    text-align: center;
  }

  .or-products-page .or-center-hero .or-hero-actions {
    align-items: flex-start;
  }

  .or-products-page .or-cta-box {
    padding: 34px 30px;
  }

  .or-products-page .or-cta-actions {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    margin-top: 20px;
  }

  .or-products-page .or-cta-box .or-btn {
    margin-top: 0;
  }
}

@media (max-width: 760px) {
  .or-center-wayfinder-section {
    margin-top: 0;
    padding: 28px 0 42px;
    background: #f5f7fa;
  }

  .or-wayfinder-grid {
    grid-template-columns: 1fr;
    box-shadow: 0 14px 34px rgba(15, 36, 60, .08);
  }

  .or-wayfinder-card {
    min-height: 0;
    padding: 24px;
    border-right: 0;
    border-bottom: 1px solid #e4e8ef;
  }

  .or-wayfinder-card:last-child {
    border-bottom: 0;
  }

  .or-family-entry-section {
    padding: 54px 0;
  }

  .or-family-feature-grid,
  .or-family-mini-grid {
    grid-template-columns: 1fr;
  }

  .or-family-feature-card {
    min-height: 0;
  }

  .or-family-image {
    height: 230px;
  }

  .or-family-image img {
    max-height: 190px;
  }

  .or-family-feature-card .or-line-label,
  .or-family-feature-card strong,
  .or-family-feature-card p,
  .or-family-feature-card em {
    margin-left: 24px;
    margin-right: 24px;
  }

  .or-family-feature-card strong {
    font-size: 29px;
  }

  .or-family-feature-card em {
    margin-bottom: 24px;
  }

  .or-product-center-page .or-portfolio-board-section {
    padding: 54px 0;
  }

  .or-product-center-page .or-portfolio-board {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .or-product-center-page .or-portfolio-main {
    min-height: 0;
    padding: 0;
  }

  .or-product-center-page .or-device-stage {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    height: 250px;
  }

  .or-product-center-page .or-device-stage img {
    max-height: 210px;
  }

  .or-product-center-page .or-line-label,
  .or-product-center-page .or-portfolio-main > strong,
  .or-product-center-page .or-portfolio-main > p,
  .or-product-center-page .or-portfolio-main > .or-spec-list,
  .or-product-center-page .or-portfolio-main > em {
    margin-left: 22px;
    margin-right: 22px;
  }

  .or-product-center-page .or-portfolio-main strong {
    font-size: 30px;
  }

  .or-product-center-page .or-portfolio-main em {
    margin-bottom: 24px;
  }

  .or-product-center-page .or-portfolio-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .or-product-center-page .or-portfolio-node {
    min-height: 0;
  }

  .or-product-center-page .or-portfolio-node img {
    height: 190px;
  }
}

/* Static solution detail preview */
.or-solution-detail-page {
  background: #fff;
}

.or-solution-hero {
  position: relative;
  min-height: 640px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #0d1724;
}

.or-solution-hero-bg {
  position: absolute;
  inset: 0;
}

.or-solution-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 18, 31, .92) 0%, rgba(8, 18, 31, .72) 45%, rgba(8, 18, 31, .28) 100%);
}

.or-solution-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.or-solution-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 860px);
  gap: 90px;
  align-items: center;
  color: #fff;
}

.or-solution-hero-copy h1 {
  max-width: 760px;
  margin: 14px 0 24px;
  color: #fff;
  font-size: 58px;
  line-height: 1.05;
  font-weight: 900;
}

.or-solution-hero-copy p {
  max-width: 620px;
  color: rgba(255,255,255,.78);
  font-size: 18px;
  line-height: 1.8;
}

.or-solution-brief {
  padding: 34px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  background: rgba(8, 18, 31, .64);
  box-shadow: 0 28px 70px rgba(0,0,0,.28);
  backdrop-filter: blur(8px);
}

.or-solution-brief > span,
.or-device-card-copy > span {
  display: block;
  color: var(--or-orange);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.or-solution-brief > strong {
  display: block;
  margin: 12px 0 26px;
  color: #fff;
  font-size: 26px;
  line-height: 1.25;
}

.or-solution-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid rgba(255,255,255,.14);
}

.or-solution-proof-grid div {
  min-height: 118px;
  padding: 20px;
  border-right: 1px solid rgba(255,255,255,.14);
  border-bottom: 1px solid rgba(255,255,255,.14);
}

.or-solution-proof-grid div:nth-child(2n) {
  border-right: 0;
}

.or-solution-proof-grid div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.or-solution-proof-grid b,
.or-solution-proof-grid em {
  display: block;
}

.or-solution-proof-grid b {
  color: #fff;
  font-size: 16px;
}

.or-solution-proof-grid em {
  margin-top: 8px;
  color: rgba(255,255,255,.62);
  font-size: 13px;
  font-style: normal;
  line-height: 1.5;
}

.or-solution-anchor {
  position: sticky;
  top: 76px;
  z-index: 30;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--or-line);
  backdrop-filter: blur(10px);
}

.or-anchor-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 70px;
  overflow-x: auto;
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 35, 55, 0.06);
}

.or-anchor-strip a {
  flex: 0 0 auto;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  border: 1px solid #e1e7f0;
  color: #203047;
  font-size: 14px;
  font-weight: 800;
  background: #f8fafc;
}

.or-anchor-strip a:hover {
  color: #fff;
  border-color: var(--or-blue);
  background: var(--or-blue);
}

@media (max-width: 768px) {
  .or-anchor-strip {
    justify-content: flex-start;
  }
}

.or-solution-overview,
.or-solution-pain-section,
.or-workflow-map-section,
.or-solution-approach-section,
.or-config-matrix-section,
.or-deployment-package-section,
.or-tco-section,
.or-solution-products-section {
  padding: 92px 0;
}

.or-solution-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 670px) minmax(0, 520px);
  gap: 120px;
  align-items: end;
}

.or-solution-overview .or-section-head {
  margin: 0;
}

.or-solution-overview p {
  color: var(--or-muted);
  font-size: 18px;
  line-height: 1.8;
}

.or-solution-pain-section,
.or-config-matrix-section,
.or-solution-products-section,
.or-product-faq {
  background: #f5f7fa;
}

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

.or-solution-pain-grid article {
  position: relative;
  min-height: 300px;
  padding: 30px;
  border: 1px solid var(--or-line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease, background .28s ease;
}

.or-solution-pain-grid article::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 168, 0, .12), transparent 30%),
    linear-gradient(135deg, rgba(17, 88, 156, .1) 0%, rgba(255,255,255,.96) 48%, rgba(17, 88, 156, .08) 100%);
  opacity: 0;
  transition: opacity .28s ease;
}

.or-solution-pain-grid article > * {
  position: relative;
  z-index: 1;
}

.or-solution-pain-grid article:hover {
  transform: translateY(-6px);
  border-color: rgba(17, 88, 156, .36);
  box-shadow: 0 30px 76px rgba(17, 34, 54, .14), 0 0 0 1px rgba(17, 88, 156, .08);
}

.or-solution-pain-grid article:hover::before {
  opacity: 1;
}

.or-solution-pain-grid span,
.or-solution-story-card span {
  color: var(--or-orange);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.or-solution-pain-grid strong {
  display: block;
  margin: 46px 0 18px;
  color: var(--or-ink);
  font-size: 24px;
  line-height: 1.22;
}

.or-solution-pain-grid p {
  color: var(--or-muted);
  font-size: 15px;
  line-height: 1.7;
}

.or-workflow-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  padding: 18px;
  border: 1px solid rgba(188, 211, 235, .88);
  background:
    linear-gradient(135deg, rgba(245, 250, 255, .98), rgba(255, 255, 255, .94)),
    radial-gradient(circle at top left, rgba(0, 95, 174, .1), transparent 36%);
  box-shadow: 0 24px 58px rgba(15, 35, 55, .1);
}

.or-workflow-track::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 36px;
  right: 36px;
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 95, 174, .1), rgba(0, 95, 174, .26), rgba(255, 168, 0, .18));
  transform: translateY(-50%);
  pointer-events: none;
}

.or-workflow-track article {
  position: relative;
  z-index: 1;
  min-height: 248px;
  padding: 30px 24px 28px;
  border: 1px solid rgba(190, 209, 229, .86);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(248, 252, 255, .9)),
    linear-gradient(90deg, rgba(0, 95, 174, .05), transparent 45%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .95);
  overflow: visible;
  transition: transform .26s ease, border-color .26s ease, box-shadow .26s ease, background .26s ease;
}

.or-workflow-track article:last-child {
  border-right: 1px solid rgba(190, 209, 229, .74);
}

.or-workflow-track article::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  width: 28px;
  height: 28px;
  border-top: 1px solid rgba(0, 95, 174, .32);
  border-right: 1px solid rgba(0, 95, 174, .32);
  background: linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(238, 246, 255, .96));
  transform: translateY(-50%) rotate(45deg);
  box-shadow: 8px -8px 18px rgba(15, 35, 55, .05);
  transition: border-color .26s ease, background .26s ease, box-shadow .26s ease;
}

.or-workflow-track article:last-child::after {
  display: none;
}

.or-workflow-track article:hover {
  z-index: 3;
  transform: translateY(-6px);
  border-color: rgba(0, 95, 174, .54);
  background:
    linear-gradient(145deg, #fff, #eef7ff),
    radial-gradient(circle at top right, rgba(255, 168, 0, .16), transparent 42%);
  box-shadow: 0 24px 46px rgba(15, 35, 55, .16);
}

.or-workflow-track article:hover::after {
  border-color: rgba(0, 95, 174, .58);
  background: linear-gradient(135deg, #eef7ff, #fff);
  box-shadow: 10px -10px 22px rgba(0, 95, 174, .1);
}

.or-workflow-track span,
.or-config-row span:first-child,
.or-package-grid span,
.or-tco-proof-list span {
  color: var(--or-orange);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.or-workflow-track strong {
  display: block;
  margin: 28px 0 14px;
  color: var(--or-ink);
  font-size: 25px;
  line-height: 1.18;
}

.or-workflow-track p {
  min-height: 86px;
  color: var(--or-muted);
  font-size: 14px;
  line-height: 1.65;
}

.or-workflow-track em {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin-top: 16px;
  padding: 0 12px;
  border: 1px solid #d9e4f2;
  color: var(--or-blue);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  background: #f4f8fd;
}

.or-workflow-track span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  color: #fff;
  letter-spacing: .06em;
  background: var(--or-blue);
  box-shadow: 0 10px 24px rgba(0, 95, 174, .18);
}

.or-solution-diagram-section {
  padding: 92px 0;
  background: #fff;
}

.or-diagram-carousel {
  position: relative;
}

.or-diagram-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 24px) / 2);
  gap: 24px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 4px 2px 20px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.or-diagram-track::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.or-diagram-card {
  position: relative;
  min-height: 500px;
  display: grid;
  grid-template-rows: 280px 1fr;
  border: 1px solid rgba(190, 209, 229, .9);
  border-radius: 8px;
  background: #fff;
  color: var(--or-ink);
  overflow: hidden;
  scroll-snap-align: start;
  box-shadow: 0 18px 42px rgba(15, 35, 55, .08);
  transition: border-color .28s ease, box-shadow .28s ease, transform .28s ease;
}

.or-diagram-card:hover {
  border-color: rgba(0, 95, 174, .72);
  box-shadow: 0 26px 54px rgba(15, 35, 55, .16);
  transform: translateY(-2px);
}

.or-diagram-carousel.or-diagram-single .or-diagram-track {
  display: block;
  overflow: visible;
  padding-bottom: 0;
  scroll-snap-type: none;
}

.or-diagram-carousel.or-diagram-single .or-diagram-card {
  width: 100%;
  min-height: 430px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  grid-template-rows: none;
}

.or-diagram-carousel.or-diagram-single .or-diagram-media,
.or-diagram-carousel.or-diagram-single .or-diagram-media img {
  min-height: 430px;
  height: 100%;
}

.or-diagram-carousel.or-diagram-single .or-diagram-body {
  justify-content: center;
  padding: 46px 54px;
}

.or-diagram-carousel.or-diagram-single .or-diagram-nav {
  display: none;
}

.or-diagram-media {
  position: relative;
  display: block;
  width: 100%;
  min-height: 280px;
  padding: 0;
  border: 0;
  background:
    linear-gradient(135deg, rgba(8, 20, 32, .74), rgba(8, 20, 32, .54)),
    radial-gradient(circle at top right, rgba(0, 95, 174, .2), transparent 42%);
  cursor: zoom-in;
  overflow: hidden;
}

.or-diagram-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 20, 32, .04), rgba(8, 20, 32, .18));
  pointer-events: none;
}

.or-diagram-media img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  opacity: .92;
  transition: transform .45s ease, opacity .35s ease;
}

.or-diagram-card:hover .or-diagram-media img {
  transform: scale(1.04);
  opacity: 1;
}

.or-diagram-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 30px 34px 34px;
  background: #fff;
}

.or-diagram-body span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-width: 42px;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(255, 168, 0, .35);
  color: var(--or-orange);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
}

.or-diagram-body h3 {
  margin: 22px 0 14px;
  color: var(--or-ink);
  font-size: 30px;
  line-height: 1.2;
}

.or-diagram-body p {
  max-width: 560px;
  color: var(--or-muted);
  font-size: 15px;
  line-height: 1.68;
}

.or-diagram-nav {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(190, 209, 229, .9);
  border-radius: 50%;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 12px 28px rgba(15, 35, 55, .14);
  transform: translateY(-50%);
  cursor: pointer;
}

.or-diagram-nav::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--or-blue);
  border-right: 2px solid var(--or-blue);
}

.or-diagram-prev {
  left: -20px;
}

.or-diagram-next {
  right: -20px;
}

.or-diagram-prev::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.or-diagram-next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}

.or-diagram-zoom {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 32px;
  background: rgba(5, 13, 22, .82);
}

.or-diagram-zoom.is-open {
  display: flex;
}

.or-diagram-zoom img {
  max-width: min(1180px, 92vw);
  max-height: 86vh;
  object-fit: contain;
  background: #fff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .35);
}

.or-diagram-zoom button {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, .36);
  border-radius: 50%;
  background: rgba(255, 255, 255, .1);
  color: #fff;
  font-size: 28px;
  line-height: 38px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .or-solution-diagram-section {
    padding: 54px 0;
  }

  .or-diagram-track {
    display: flex;
    width: 100%;
    gap: 12px;
    padding: 0 0 8px;
    overflow-x: auto;
  }

  .or-diagram-card {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 0;
    grid-template-rows: 176px auto;
    border-radius: 7px;
  }

  .or-diagram-carousel.or-diagram-single .or-diagram-track {
    display: block;
    overflow: visible;
  }

  .or-diagram-carousel.or-diagram-single .or-diagram-card {
    min-height: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 176px auto;
  }

  .or-diagram-carousel.or-diagram-single .or-diagram-media,
  .or-diagram-carousel.or-diagram-single .or-diagram-media img {
    min-height: 176px;
    height: 176px;
  }

  .or-diagram-carousel.or-diagram-single .or-diagram-body {
    padding: 22px;
  }

  .or-diagram-media,
  .or-diagram-media img {
    min-height: 176px;
    height: 176px;
  }

  .or-diagram-body {
    padding: 20px;
  }

  .or-diagram-body h3 {
    margin: 16px 0 10px;
    font-size: 22px;
    line-height: 1.24;
  }

  .or-diagram-body p {
    max-width: none;
    font-size: 14px;
    line-height: 1.62;
  }

  .or-diagram-nav {
    top: 95px;
    width: 36px;
    height: 36px;
  }

  .or-diagram-prev {
    left: 4px;
  }

  .or-diagram-next {
    right: 4px;
  }

  .or-diagram-zoom {
    padding: 18px;
  }
}

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

.or-solution-story-card {
  min-height: 420px;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  border: 1px solid #213349;
  background: #0d1724;
  overflow: hidden;
}

.or-solution-story-card img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  opacity: .72;
}

.or-solution-story-card div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px;
}

.or-solution-story-card strong {
  display: block;
  margin: 18px 0;
  color: #fff;
  font-size: 34px;
  line-height: 1.18;
}

.or-solution-story-card p {
  color: rgba(255,255,255,.72);
  font-size: 16px;
  line-height: 1.75;
}

.or-solution-story-card .or-proof-tags {
  flex-direction: row;
  justify-content: flex-start;
  padding: 0;
}

.or-config-matrix {
  border: 1px solid var(--or-line);
  background: #fff;
  box-shadow: 0 18px 48px rgba(15, 23, 42, .06);
}

.or-config-row {
  display: grid;
  grid-template-columns: .9fr 1fr 1.25fr 1.15fr;
  min-height: 86px;
  border-bottom: 1px solid var(--or-line);
}

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

.or-config-row span {
  display: flex;
  align-items: center;
  padding: 22px 24px;
  border-right: 1px solid var(--or-line);
  color: #233246;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
}

.or-config-row span:last-child {
  border-right: 0;
}

.or-config-head {
  min-height: 58px;
  background: #0d1724;
}

.or-config-head span,
.or-config-head span:first-child {
  color: #fff;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

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

.or-solution-device-card {
  display: grid;
  grid-template-rows: 280px minmax(0, 1fr);
  border: 1px solid var(--or-line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.or-solution-device-card:hover {
  transform: translateY(-4px);
  border-color: rgba(17, 88, 156, .36);
  box-shadow: 0 22px 46px rgba(15, 23, 42, .10);
}

.or-device-card-media {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  background: linear-gradient(135deg, #eef3f8, #f8fafc);
}

.or-device-card-media img {
  max-width: 100%;
  max-height: 220px;
  object-fit: contain;
}

.or-device-card-copy {
  display: flex;
  flex-direction: column;
  padding: 28px;
}

.or-device-card-copy strong {
  display: block;
  margin: 12px 0;
  color: var(--or-ink);
  font-size: 28px;
  line-height: 1.18;
}

.or-device-card-copy p {
  min-height: 82px;
  color: var(--or-muted);
  font-size: 15px;
  line-height: 1.7;
}

.or-device-card-copy .or-spec-list {
  margin: 10px 0 24px;
}

.or-device-card-copy .or-btn {
  width: fit-content;
  margin-top: auto;
}

.or-deployment-package-section {
  background: #fff;
}

.or-deployment-package {
  display: grid;
  grid-template-columns: minmax(360px, 470px) minmax(0, 1fr);
  gap: 22px;
}

.or-package-stage {
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 34px;
  border: 1px solid #dce5ef;
  border-radius: 8px;
  background: linear-gradient(145deg, #eef3f8, #ffffff);
  overflow: hidden;
}

.or-package-stage img {
  width: 100%;
  max-height: 320px;
  object-fit: contain;
  margin: 0 auto 34px;
  filter: drop-shadow(0 26px 34px rgba(15, 23, 42, .16));
}

.or-package-stage strong {
  display: block;
  color: var(--or-ink);
  font-size: 34px;
  line-height: 1.12;
}

.or-package-stage p {
  max-width: 360px;
  margin-top: 14px;
  color: var(--or-muted);
  font-size: 15px;
  line-height: 1.7;
}

.or-package-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.or-package-grid article {
  min-height: 270px;
  padding: 30px;
  border: 1px solid var(--or-line);
  border-radius: 8px;
  background: #fff;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.or-package-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(17, 88, 156, .36);
  box-shadow: 0 18px 44px rgba(15, 23, 42, .08);
}

.or-package-grid strong {
  display: block;
  margin: 44px 0 14px;
  color: var(--or-ink);
  font-size: 25px;
  line-height: 1.2;
}

.or-package-grid p {
  color: var(--or-muted);
  font-size: 15px;
  line-height: 1.7;
}

.or-solution-detail-page .or-support-band {
  margin: 0;
}

.or-tco-section {
  background: #0d1724;
}

.or-tco-grid {
  display: grid;
  grid-template-columns: minmax(0, 520px) minmax(0, 1fr);
  gap: 72px;
  align-items: center;
}

.or-tco-copy h2 {
  margin: 12px 0 18px;
  color: #fff;
  font-size: 44px;
  line-height: 1.12;
}

.or-tco-copy p {
  margin-bottom: 28px;
  color: rgba(255,255,255,.72);
  font-size: 16px;
  line-height: 1.8;
}

.or-tco-proof-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid rgba(255,255,255,.14);
}

.or-tco-proof-list article {
  min-height: 220px;
  padding: 30px;
  border-right: 1px solid rgba(255,255,255,.14);
  border-bottom: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.035);
}

.or-tco-proof-list article:nth-child(2n) {
  border-right: 0;
}

.or-tco-proof-list article:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.or-tco-proof-list strong {
  display: block;
  margin: 34px 0 12px;
  color: #fff;
  font-size: 23px;
  line-height: 1.2;
}

.or-tco-proof-list p {
  color: rgba(255,255,255,.68);
  font-size: 14px;
  line-height: 1.7;
}

.or-solution-detail-page .or-product-faq {
  padding: 92px 0;
}

@media (max-width: 1280px) {
  .or-solution-hero-grid,
  .or-solution-overview-grid {
    gap: 48px;
  }

  .or-workflow-track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .or-workflow-track article {
    border-bottom: 1px solid var(--or-line);
  }

  .or-workflow-track article::after {
    display: none;
  }

  .or-solution-story-card {
    grid-template-columns: 1fr;
  }

  .or-solution-story-card img {
    height: 260px;
    min-height: 260px;
  }
}

@media (max-width: 1024px) {
  .or-solution-hero {
    min-height: 0;
    padding: 96px 0;
  }

  .or-solution-hero-grid,
  .or-solution-overview-grid,
  .or-solution-story-grid,
  .or-deployment-package,
  .or-tco-grid,
  .or-solution-product-grid {
    grid-template-columns: 1fr;
  }

  .or-solution-pain-grid,
  .or-package-grid,
  .or-tco-proof-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .or-config-matrix {
    overflow-x: auto;
  }

  .or-config-row {
    min-width: 920px;
  }

  .or-solution-anchor {
    top: 76px;
  }
}

@media (max-width: 640px) {
  .or-solution-hero {
    padding: 70px 0;
  }

  .or-solution-hero-copy h1 {
    font-size: 38px;
  }

  .or-solution-hero-copy p,
  .or-solution-overview p {
    font-size: 15px;
  }

  .or-solution-brief {
    padding: 22px;
  }

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

  .or-solution-proof-grid div,
  .or-solution-proof-grid div:nth-child(2n),
  .or-solution-proof-grid div:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.14);
  }

  .or-solution-proof-grid div:last-child {
    border-bottom: 0;
  }

  .or-solution-overview,
  .or-solution-pain-section,
  .or-workflow-map-section,
  .or-solution-approach-section,
  .or-config-matrix-section,
  .or-deployment-package-section,
  .or-tco-section,
  .or-solution-products-section,
  .or-solution-detail-page .or-product-faq {
    padding: 58px 0;
  }

  .or-solution-pain-grid article,
  .or-workflow-track article,
  .or-package-grid article {
    min-height: 0;
  }

  .or-solution-pain-grid strong {
    margin-top: 28px;
  }

  .or-solution-story-card div {
    padding: 28px;
  }

  .or-solution-story-card strong {
    font-size: 26px;
  }

  .or-workflow-track,
  .or-package-grid,
  .or-tco-proof-list {
    grid-template-columns: 1fr;
  }

  .or-workflow-track::before {
    top: 28px;
    bottom: 28px;
    left: 35px;
    right: auto;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, rgba(0, 95, 174, .12), rgba(0, 95, 174, .28), rgba(255, 168, 0, .16));
    transform: none;
  }

  .or-workflow-track article {
    border-right: 1px solid rgba(190, 209, 229, .74);
  }

  .or-workflow-track article::after {
    display: block;
    top: auto;
    right: auto;
    bottom: -24px;
    left: 27px;
    width: 18px;
    height: 18px;
    transform: rotate(135deg);
  }

  .or-workflow-track p {
    min-height: 0;
  }

  .or-package-stage {
    min-height: 0;
    padding: 24px;
  }

  .or-package-stage img {
    max-height: 230px;
  }

  .or-package-stage strong,
  .or-tco-copy h2 {
    font-size: 30px;
  }

  .or-tco-proof-list article,
  .or-tco-proof-list article:nth-child(2n),
  .or-tco-proof-list article:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.14);
  }

  .or-tco-proof-list article:last-child {
    border-bottom: 0;
  }

  .or-solution-device-card {
    grid-template-rows: 220px minmax(0, 1fr);
  }

  .or-device-card-media img {
    max-height: 180px;
  }
}

/* Static software detail preview */
.or-software-detail-page {
  background: #fff;
}

.or-software-detail-hero {
  position: relative;
  min-height: 650px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #0d1724;
}

.or-software-detail-bg {
  position: absolute;
  inset: 0;
}

.or-software-detail-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 18, 31, .95), rgba(8, 18, 31, .78) 48%, rgba(8, 18, 31, .34));
}

.or-software-detail-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.or-software-detail-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 880px);
  gap: 90px;
  align-items: center;
  color: #fff;
}

.or-software-detail-copy h1 {
  margin: 14px 0 24px;
  color: #fff;
  font-size: 58px;
  line-height: 1.05;
  font-weight: 900;
}

.or-software-detail-copy p {
  max-width: 660px;
  color: rgba(255,255,255,.76);
  font-size: 18px;
  line-height: 1.8;
}

.or-software-detail-panel {
  padding: 34px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  background: rgba(8, 18, 31, .66);
  box-shadow: 0 28px 70px rgba(0,0,0,.28);
  backdrop-filter: blur(8px);
}

.or-software-detail-panel > span,
.or-software-function-grid span,
.or-mdm-flow-track span,
.or-related-software-grid span {
  display: block;
  color: var(--or-orange);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.or-software-detail-panel > strong {
  display: block;
  margin: 12px 0 24px;
  color: #fff;
  font-size: 27px;
  line-height: 1.25;
}

.or-software-detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.or-software-detail-tags b {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,.14);
  color: #fff;
  font-size: 12px;
  line-height: 1;
  background: rgba(255,255,255,.05);
}

.or-software-detail-anchor {
  position: sticky;
  top: 76px;
  z-index: 30;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--or-line);
  backdrop-filter: blur(10px);
}

.or-software-overview-section,
.or-software-functions-section,
.or-mdm-flow-section,
.or-mdm-device-fit-section,
.or-mdm-scenario-section,
.or-related-software-section,
.or-software-detail-page .or-product-faq {
  padding: 92px 0;
}

.or-software-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 650px) minmax(0, 560px);
  gap: 100px;
  align-items: center;
}

.or-software-overview-grid .or-section-head {
  margin: 0;
}

.or-software-overview-grid p {
  color: var(--or-muted);
  font-size: 18px;
  line-height: 1.8;
}

.or-software-overview-media {
  position: relative;
  min-height: 320px;
  margin: 0;
  border: 1px solid var(--or-line);
  border-radius: 8px;
  overflow: hidden;
  background: #0d1724;
  box-shadow: 0 28px 70px rgba(15, 23, 42, .12);
}

.or-software-overview-media img {
  width: 100%;
  height: 320px;
  display: block;
  object-fit: cover;
  opacity: .86;
}

.or-software-overview-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 18, 31, .08), rgba(8, 18, 31, .72));
}

.or-software-overview-media figcaption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.or-software-overview-media span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,.18);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(8px);
}

.or-software-functions-section,
.or-mdm-device-fit-section,
.or-related-software-section,
.or-software-detail-page .or-product-faq {
  background: #f5f7fa;
}

.or-software-function-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid var(--or-line);
  background: #fff;
  box-shadow: 0 18px 44px rgba(15, 23, 42, .06);
}

.or-software-function-grid article {
  min-height: 310px;
  padding: 28px;
  border-right: 1px solid var(--or-line);
}

.or-software-function-grid article:last-child {
  border-right: 0;
}

.or-software-function-grid strong,
.or-mdm-flow-track strong,
.or-related-software-grid strong {
  display: block;
  margin: 40px 0 14px;
  color: var(--or-ink);
  font-size: 23px;
  line-height: 1.2;
}

.or-software-function-grid p,
.or-mdm-flow-track p,
.or-related-software-grid p {
  color: var(--or-muted);
  font-size: 14px;
  line-height: 1.7;
}

.or-mdm-flow-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--or-line);
  background: #fff;
}

.or-mdm-flow-track article {
  position: relative;
  min-height: 290px;
  padding: 30px;
  border-right: 1px solid var(--or-line);
}

.or-mdm-flow-track article:last-child {
  border-right: 0;
}

.or-mdm-flow-track article::after {
  content: "";
  position: absolute;
  top: 48px;
  right: -9px;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-top: 1px solid var(--or-line);
  border-right: 1px solid var(--or-line);
  background: #fff;
  transform: rotate(45deg);
}

.or-mdm-flow-track article:last-child::after {
  display: none;
}

.or-mdm-device-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.or-mdm-device-grid a {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--or-line);
  border-radius: 8px;
  background: #fff;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.or-mdm-device-grid a:hover,
.or-related-software-grid a:hover {
  transform: translateY(-4px);
  border-color: rgba(17, 88, 156, .36);
  box-shadow: 0 22px 48px rgba(15, 23, 42, .10);
}

.or-mdm-device-grid img {
  width: 100%;
  height: 180px;
  object-fit: contain;
  margin-bottom: 26px;
}

.or-mdm-device-grid strong {
  color: var(--or-ink);
  font-size: 27px;
  line-height: 1.16;
}

.or-mdm-device-grid p {
  margin-top: 14px;
  color: var(--or-muted);
  font-size: 15px;
  line-height: 1.7;
}

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

.or-related-software-grid a {
  min-height: 290px;
  padding: 28px;
  border: 1px solid var(--or-line);
  border-radius: 8px;
  background: #fff;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

@media (max-width: 1280px) {
  .or-software-detail-hero-grid,
  .or-software-overview-grid {
    gap: 48px;
  }

  .or-software-function-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .or-mdm-flow-track,
  .or-related-software-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .or-software-detail-hero {
    min-height: 0;
    padding: 96px 0;
  }

  .or-software-detail-hero-grid,
  .or-software-overview-grid,
  .or-mdm-device-grid {
    grid-template-columns: 1fr;
  }

  .or-mdm-flow-track article::after {
    display: none;
  }
}

@media (max-width: 640px) {
  .or-software-detail-hero {
    padding: 70px 0;
  }

  .or-software-detail-copy h1 {
    font-size: 38px;
  }

  .or-software-detail-copy p,
  .or-software-overview-grid p {
    font-size: 15px;
  }

  .or-software-detail-panel {
    padding: 22px;
  }

  .or-software-overview-section,
  .or-software-functions-section,
  .or-mdm-flow-section,
  .or-mdm-device-fit-section,
  .or-mdm-scenario-section,
  .or-related-software-section,
  .or-software-detail-page .or-product-faq {
    padding: 58px 0;
  }

  .or-software-function-grid,
  .or-mdm-flow-track,
  .or-related-software-grid {
    grid-template-columns: 1fr;
  }

  .or-software-function-grid article,
  .or-mdm-flow-track article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--or-line);
  }

  .or-software-function-grid article:last-child,
  .or-mdm-flow-track article:last-child {
    border-bottom: 0;
  }

  .or-mdm-device-grid a,
  .or-related-software-grid a {
    min-height: 0;
  }
}

/* Static software center preview */
.or-software-center-page {
  background: #fff;
}

.or-software-hero {
  position: relative;
  min-height: 660px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #0d1724;
}

.or-software-hero-bg {
  position: absolute;
  inset: 0;
}

.or-software-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 18, 31, .94), rgba(8, 18, 31, .74) 50%, rgba(8, 18, 31, .28));
}

.or-software-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.or-software-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 900px);
  gap: 100px;
  align-items: center;
  color: #fff;
}

.or-software-hero-copy h1 {
  margin: 14px 0 24px;
  color: #fff;
  font-size: 60px;
  line-height: 1.05;
  font-weight: 900;
}

.or-software-hero-copy p {
  max-width: 660px;
  color: rgba(255,255,255,.76);
  font-size: 18px;
  line-height: 1.8;
}

.or-software-hero-panel {
  padding: 34px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  background: rgba(8, 18, 31, .66);
  box-shadow: 0 28px 70px rgba(0,0,0,.28);
  backdrop-filter: blur(8px);
}

.or-software-hero-panel > span,
.or-software-capability-grid span,
.or-app-card > span,
.or-software-linkage-grid span {
  display: block;
  color: var(--or-orange);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.or-software-hero-panel > strong {
  display: block;
  margin: 12px 0 24px;
  color: #fff;
  font-size: 27px;
  line-height: 1.25;
}

.or-software-panel-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.or-software-panel-tags b {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,.14);
  color: #fff;
  font-size: 12px;
  line-height: 1;
  background: rgba(255,255,255,.05);
}

.or-software-capability-section,
.or-app-center-section,
.or-software-device-section,
.or-software-scenario-section,
.or-software-linkage-section,
.or-software-center-page .or-product-faq {
  padding: 92px 0;
}

.or-software-capability-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--or-line);
  background: #fff;
  box-shadow: 0 18px 44px rgba(15, 23, 42, .06);
}

.or-software-capability-grid article {
  min-height: 360px;
  padding: 30px;
  border-right: 1px solid var(--or-line);
}

.or-software-capability-grid article:last-child {
  border-right: 0;
}

.or-software-capability-grid strong {
  display: block;
  margin: 44px 0 16px;
  color: var(--or-ink);
  font-size: 25px;
  line-height: 1.2;
}

.or-software-capability-grid p {
  min-height: 116px;
  color: var(--or-muted);
  font-size: 15px;
  line-height: 1.72;
}

.or-software-capability-grid em {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-top: 20px;
  padding: 0 12px;
  border: 1px solid #d9e4f2;
  color: var(--or-blue);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  background: #f4f8fd;
}

.or-app-center-section,
.or-software-scenario-section,
.or-software-center-page .or-product-faq {
  background: #f5f7fa;
}

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

.or-app-card {
  position: relative;
  min-height: 310px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--or-line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  box-shadow: none;
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.or-app-card-hot {
  grid-column: auto;
  background: #fff;
}

@media (min-width: 901px) {
  .or-app-card-grid:has(> .or-app-card:nth-child(8):last-child) > .or-app-card:first-child {
    grid-column: span 1;
  }
}

.or-app-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 168, 0, .12), transparent 30%),
    linear-gradient(135deg, rgba(17, 88, 156, .1) 0%, rgba(255,255,255,.96) 48%, rgba(17, 88, 156, .08) 100%);
  opacity: 0;
  transition: opacity .28s ease;
}

.or-app-card > * {
  position: relative;
  z-index: 1;
}

.or-app-card:hover {
  transform: translateY(-6px);
  border-color: rgba(17, 88, 156, .36);
  box-shadow: 0 30px 76px rgba(17, 34, 54, .14), 0 0 0 1px rgba(17, 88, 156, .08);
}

.or-app-card:hover::before {
  opacity: 1;
}

.or-software-device-grid a:hover,
.or-software-scenario-grid a:hover,
.or-software-linkage-grid a:hover {
  transform: translateY(-4px);
  border-color: rgba(17, 88, 156, .36);
  box-shadow: 0 22px 48px rgba(15, 23, 42, .10);
}

.or-app-card strong {
  display: block;
  margin: 46px 0 18px;
  color: var(--or-ink);
  font-size: 24px;
  line-height: 1.22;
}

.or-app-card p {
  color: var(--or-muted);
  font-size: 15px;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}

.or-app-card-hot p {
  -webkit-line-clamp: 6;
}

.or-app-card em {
  display: block;
  margin-top: auto;
  padding-top: 24px;
  color: var(--or-blue);
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
}

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

.or-software-device-grid a {
  min-height: 310px;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  grid-template-rows: 150px auto;
  gap: 24px;
  align-items: center;
  align-content: start;
  padding: 26px;
  border: 1px solid var(--or-line);
  border-radius: 8px;
  background: #fff;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.or-software-device-grid img {
  width: 100%;
  max-height: 140px;
  object-fit: contain;
  justify-self: center;
}

.or-software-device-grid strong,
.or-software-device-grid span {
  display: block;
}

.or-software-device-grid strong {
  color: var(--or-ink);
  font-size: 24px;
  line-height: 1.16;
}

.or-software-device-grid span {
  grid-column: 1 / -1;
  max-width: none;
  margin-top: 12px;
  color: var(--or-muted);
  font-size: 14px;
  line-height: 1.62;
  overflow-wrap: anywhere;
}

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

.or-software-scenario-grid a {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  padding: 14px 14px 26px;
  border: 1px solid var(--or-line);
  border-radius: 8px;
  background: #fff;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.or-software-scenario-grid img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  margin-bottom: 22px;
  border-radius: 4px;
}

.or-software-scenario-grid span {
  margin: 0 12px 12px;
  color: var(--or-ink);
  font-size: 23px;
  font-weight: 900;
  line-height: 1.18;
}

.or-software-scenario-grid p {
  margin: 0 12px;
  color: var(--or-muted);
  font-size: 14px;
  line-height: 1.68;
}

.or-software-linkage-section {
  background: #0d1724;
}

.or-software-linkage-board {
  display: grid;
  grid-template-columns: minmax(0, 520px) minmax(0, 1fr);
  gap: 70px;
  align-items: center;
}

.or-software-linkage-copy h2 {
  margin: 12px 0 18px;
  color: #fff;
  font-size: 44px;
  line-height: 1.12;
}

.or-software-linkage-copy p {
  color: rgba(255,255,255,.72);
  font-size: 16px;
  line-height: 1.8;
}

.or-software-linkage-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(255,255,255,.14);
}

.or-software-linkage-grid a {
  min-height: 280px;
  padding: 30px;
  border-right: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.035);
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.or-software-linkage-grid a:last-child {
  border-right: 0;
}

.or-software-linkage-grid strong {
  display: block;
  margin: 44px 0 14px;
  color: #fff;
  font-size: 25px;
  line-height: 1.2;
}

.or-software-linkage-grid p {
  color: rgba(255,255,255,.68);
  font-size: 14px;
  line-height: 1.68;
}

@media (max-width: 1280px) {
  .or-software-hero-grid,
  .or-software-linkage-board {
    gap: 48px;
  }

  .or-software-capability-grid,
  .or-app-card-grid,
  .or-software-scenario-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .or-software-device-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .or-software-hero {
    min-height: 0;
    padding: 96px 0;
  }

  .or-software-hero-grid,
  .or-software-linkage-board {
    grid-template-columns: 1fr;
  }

  .or-software-capability-grid article:nth-child(2n) {
    border-right: 0;
  }

  .or-software-capability-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--or-line);
  }

  .or-software-linkage-grid {
    grid-template-columns: 1fr;
  }

  .or-software-linkage-grid a,
  .or-software-linkage-grid a:last-child {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.14);
  }

  .or-software-linkage-grid a:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 640px) {
  .or-software-hero {
    padding: 70px 0;
  }

  .or-software-hero-copy h1 {
    font-size: 38px;
  }

  .or-software-hero-copy p {
    font-size: 15px;
  }

  .or-software-hero-panel {
    padding: 22px;
  }

  .or-software-capability-section,
  .or-app-center-section,
  .or-software-device-section,
  .or-software-scenario-section,
  .or-software-linkage-section,
  .or-software-center-page .or-product-faq {
    padding: 58px 0;
  }

  .or-software-capability-grid,
  .or-app-card-grid,
  .or-software-device-grid,
  .or-software-scenario-grid {
    grid-template-columns: 1fr;
  }

  .or-software-capability-grid article,
  .or-software-capability-grid article:nth-child(2n),
  .or-software-capability-grid article:nth-child(-n + 2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--or-line);
  }

  .or-software-capability-grid article:last-child {
    border-bottom: 0;
  }

  .or-software-capability-grid p {
    min-height: 0;
  }

  .or-app-card-hot {
    grid-column: auto;
  }

  .or-app-card,
  .or-software-scenario-grid a,
  .or-software-linkage-grid a {
    min-height: 0;
  }

  .or-software-device-grid a {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .or-software-device-grid img {
    max-height: 190px;
  }

  .or-software-linkage-copy h2 {
    font-size: 30px;
  }
}

/* Static solutions center preview */
.or-solutions-center-page {
  background: #fff;
}

.or-solutions-center-hero {
  position: relative;
  min-height: 660px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #0d1724;
}

.or-solutions-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.or-solutions-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 18, 31, .92), rgba(8, 18, 31, .76) 48%, rgba(8, 18, 31, .34));
}

.or-solutions-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.or-solutions-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 900px);
  gap: 100px;
  align-items: center;
  color: #fff;
}

.or-solutions-hero-copy h1 {
  margin: 14px 0 24px;
  color: #fff;
  font-size: 60px;
  line-height: 1.05;
  font-weight: 900;
}

.or-solutions-hero-copy p {
  max-width: 640px;
  color: rgba(255,255,255,.76);
  font-size: 18px;
  line-height: 1.8;
}

.or-solutions-hero-panel {
  padding: 34px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  background: rgba(8, 18, 31, .66);
  box-shadow: 0 28px 70px rgba(0,0,0,.28);
  backdrop-filter: blur(8px);
}

.or-solutions-hero-panel > span,
.or-featured-solution-card span,
.or-workflow-split span,
.or-package-board-grid span {
  display: block;
  color: var(--or-orange);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.or-solutions-hero-panel > strong {
  display: block;
  margin: 12px 0 28px;
  color: #fff;
  font-size: 27px;
  line-height: 1.25;
}

.or-solutions-panel-list {
  display: grid;
  gap: 12px;
}

.or-solutions-panel-list div {
  padding: 18px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
}

.or-solutions-panel-list b,
.or-solutions-panel-list em {
  display: block;
}

.or-solutions-panel-list b {
  color: #fff;
  font-size: 16px;
}

.or-solutions-panel-list em {
  margin-top: 6px;
  color: rgba(255,255,255,.62);
  font-size: 13px;
  font-style: normal;
  line-height: 1.45;
}

.or-solution-wayfinder {
  position: relative;
  z-index: 4;
  margin-top: -54px;
}

.or-wayfinder-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--or-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(15, 23, 42, .12);
  overflow: hidden;
}

.or-wayfinder-strip a {
  min-height: 148px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 26px;
  border-right: 1px solid var(--or-line);
  color: var(--or-ink);
}

.or-wayfinder-strip a:last-child {
  border-right: 0;
}

.or-wayfinder-strip a:hover {
  background: #f5f8fc;
}

.or-wayfinder-strip span,
.or-industry-card em {
  color: var(--or-orange);
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .12em;
}

.or-wayfinder-strip strong {
  display: block;
  margin: 14px 0 8px;
  color: var(--or-ink);
  font-size: 22px;
}

.or-wayfinder-strip em {
  color: var(--or-muted);
  font-size: 14px;
  font-style: normal;
  line-height: 1.5;
}

.or-featured-solutions-section,
.or-industries-section,
.or-workflow-selection-section,
.or-solution-device-section,
.or-solution-package-section,
.or-solution-proof-section,
.or-solutions-center-page .or-product-faq {
  padding: 92px 0;
}

.or-featured-solutions-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.or-featured-solution-card {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--or-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(15, 23, 42, .05);
  overflow: hidden;
  transition: transform .26s ease, border-color .26s ease, box-shadow .26s ease;
}

.or-featured-solution-card:hover,
.or-industry-card:hover,
.or-solution-device-grid a:hover,
.or-workflow-split article:hover,
.or-package-board-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(17, 88, 156, .36);
  box-shadow: 0 26px 64px rgba(17, 34, 54, .12);
}

.or-featured-solution-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.or-featured-solution-main img {
  height: 230px;
}

.or-featured-solution-card div {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 24px 28px 26px;
}

.or-featured-solution-card strong {
  display: block;
  margin: 10px 0 12px;
  color: var(--or-ink);
  font-size: 28px;
  line-height: 1.12;
}

.or-featured-solution-main strong {
  font-size: 28px;
  line-height: 1.12;
}

.or-featured-solution-card p {
  margin: 0 0 20px;
  color: var(--or-muted);
  font-size: 15px;
  line-height: 1.58;
}

.or-featured-solution-card .or-btn,
.or-featured-solution-card .or-text-link {
  margin-top: auto;
}

.or-industries-section,
.or-solution-device-section,
.or-solutions-center-page .or-product-faq {
  background: #f5f7fa;
}

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

.or-industry-card {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  padding: 14px 14px 28px;
  border: 1px solid var(--or-line);
  border-radius: 8px;
  background: #fff;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.or-industry-card .or-link-media {
  height: 160px;
  margin-bottom: 22px;
}

.or-industry-card em,
.or-industry-card strong,
.or-industry-card p {
  margin-left: 12px;
  margin-right: 12px;
}

.or-industry-card strong {
  display: block;
  margin-top: 12px;
  margin-bottom: 12px;
  color: var(--or-ink);
  font-size: 24px;
  line-height: 1.18;
}

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

.or-workflow-split {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--or-line);
  background: #fff;
}

.or-workflow-split article {
  min-height: 330px;
  padding: 30px;
  border-right: 1px solid var(--or-line);
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease, background .24s ease;
}

.or-workflow-split article:last-child {
  border-right: 0;
}

.or-workflow-split article:hover {
  background: #f8fafc;
}

.or-workflow-split strong {
  display: block;
  margin: 46px 0 16px;
  color: var(--or-ink);
  font-size: 25px;
  line-height: 1.2;
}

.or-workflow-split p {
  color: var(--or-muted);
  font-size: 15px;
  line-height: 1.72;
}

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

.or-solution-device-grid a {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  padding: 26px;
  border: 1px solid var(--or-line);
  border-radius: 8px;
  background: #fff;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.or-solution-device-grid img {
  width: 100%;
  height: 160px;
  object-fit: contain;
  margin-bottom: 28px;
}

.or-solution-device-grid span {
  color: var(--or-ink);
  font-size: 25px;
  font-weight: 900;
  line-height: 1.16;
}

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

.or-solution-package-section {
  background: #0d1724;
}

.or-solution-package-board {
  display: grid;
  grid-template-columns: minmax(0, 470px) minmax(0, 1fr);
  gap: 64px;
  align-items: center;
}

.or-package-board-copy h2 {
  margin: 12px 0 18px;
  color: #fff;
  font-size: 44px;
  line-height: 1.12;
}

.or-package-board-copy p {
  margin-bottom: 28px;
  color: rgba(255,255,255,.72);
  font-size: 16px;
  line-height: 1.8;
}

.or-package-board-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid rgba(255,255,255,.14);
}

.or-package-board-grid article {
  min-height: 230px;
  padding: 30px;
  border-right: 1px solid rgba(255,255,255,.14);
  border-bottom: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.035);
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.or-package-board-grid article:nth-child(2n) {
  border-right: 0;
}

.or-package-board-grid article:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.or-package-board-grid strong {
  display: block;
  margin: 34px 0 12px;
  color: #fff;
  font-size: 24px;
  line-height: 1.18;
}

.or-package-board-grid p {
  color: rgba(255,255,255,.68);
  font-size: 14px;
  line-height: 1.68;
}

.or-proof-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--or-line);
  background: #fff;
}

.or-proof-band div {
  min-height: 210px;
  padding: 30px;
  border-right: 1px solid var(--or-line);
}

.or-proof-band div:last-child {
  border-right: 0;
}

.or-proof-band strong {
  display: block;
  color: var(--or-ink);
  font-size: 23px;
  line-height: 1.2;
}

.or-proof-band span {
  display: block;
  margin-top: 22px;
  color: var(--or-muted);
  font-size: 14px;
  line-height: 1.68;
}

@media (max-width: 1280px) {
  .or-solutions-hero-grid,
  .or-solution-package-board {
    gap: 48px;
  }

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

  .or-workflow-split,
  .or-solution-device-grid,
  .or-proof-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .or-solutions-center-hero {
    min-height: 0;
    padding: 96px 0 120px;
  }

  .or-solutions-hero-grid,
  .or-solution-package-board {
    grid-template-columns: 1fr;
  }

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

  .or-wayfinder-strip a:nth-child(2n) {
    border-right: 0;
  }

  .or-wayfinder-strip a:nth-child(-n + 2) {
    border-bottom: 1px solid var(--or-line);
  }
}

@media (max-width: 640px) {
  .or-solutions-center-hero {
    padding: 70px 0 98px;
  }

  .or-solutions-hero-copy h1 {
    font-size: 38px;
  }

  .or-solutions-hero-copy p {
    font-size: 15px;
  }

  .or-solutions-hero-panel {
    padding: 22px;
  }

  .or-wayfinder-strip,
  .or-featured-solutions-grid,
  .or-industry-grid,
  .or-workflow-split,
  .or-solution-device-grid,
  .or-package-board-grid,
  .or-proof-band {
    grid-template-columns: 1fr;
  }

  .or-wayfinder-strip a,
  .or-wayfinder-strip a:nth-child(2n),
  .or-workflow-split article,
  .or-proof-band div {
    border-right: 0;
    border-bottom: 1px solid var(--or-line);
  }

  .or-wayfinder-strip a:last-child,
  .or-workflow-split article:last-child,
  .or-proof-band div:last-child {
    border-bottom: 0;
  }

  .or-featured-solutions-section,
  .or-industries-section,
  .or-workflow-selection-section,
  .or-solution-device-section,
  .or-solution-package-section,
  .or-solution-proof-section,
  .or-solutions-center-page .or-product-faq {
    padding: 58px 0;
  }

  .or-featured-solution-card,
  .or-workflow-split article,
  .or-solution-device-grid a {
    min-height: 0;
  }

  .or-featured-solution-card img,
  .or-featured-solution-main img {
    height: 220px;
  }

  .or-featured-solution-card strong,
  .or-featured-solution-main strong,
  .or-package-board-copy h2 {
    font-size: 29px;
  }

  .or-package-board-grid article,
  .or-package-board-grid article:nth-child(2n),
  .or-package-board-grid article:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.14);
  }

  .or-package-board-grid article:last-child {
    border-bottom: 0;
  }
}

.or-custom-page section {
  padding: 86px 0;
}

.or-custom-hero {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 0;
  background: #0d1724;
}

.or-custom-hero-bg {
  position: absolute;
  inset: 0;
}

.or-custom-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .7;
}

.or-custom-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 17, 31, .94), rgba(8, 17, 31, .72) 50%, rgba(8, 17, 31, .34)),
    linear-gradient(135deg, rgba(255,255,255,.08) 0 1px, transparent 1px 100%);
  background-size: auto, 44px 44px;
}

.or-custom-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 920px);
  gap: 70px;
  align-items: center;
  padding: 106px 0;
}

.or-custom-hero-copy h1 {
  max-width: 780px;
  margin: 14px 0 20px;
  color: #fff;
  font-size: 66px;
  line-height: 1.04;
  font-weight: 800;
}

.or-custom-hero-copy p {
  max-width: 710px;
  color: rgba(255,255,255,.78);
  font-size: 18px;
  line-height: 1.78;
}

.or-custom-hero-panel {
  padding: 30px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  background: rgba(12, 23, 36, .72);
  box-shadow: 0 30px 80px rgba(0,0,0,.32);
  backdrop-filter: blur(12px);
}

.or-custom-hero-panel > span,
.or-custom-capability-grid article > span {
  color: var(--or-orange);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.or-custom-hero-panel > strong {
  display: block;
  margin: 14px 0 24px;
  color: #fff;
  font-size: 30px;
  line-height: 1.22;
}

.or-custom-panel-grid {
  display: grid;
  gap: 12px;
}

.or-custom-panel-grid div {
  padding: 18px;
  border: 1px solid rgba(255,255,255,.13);
  background: rgba(255,255,255,.05);
}

.or-custom-panel-grid b {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
}

.or-custom-panel-grid em {
  display: block;
  margin-top: 8px;
  color: rgba(255,255,255,.66);
  font-size: 13px;
  line-height: 1.55;
  font-style: normal;
}

.or-custom-overview,
.or-custom-application-section,
.or-custom-proof-section,
.or-custom-examples-section,
.or-custom-page .or-product-faq {
  background: #f5f7fa;
}

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

.or-custom-overview-grid article {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  padding: 34px;
  border: 1px solid var(--or-line);
  border-radius: 8px;
  background: #fff;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.or-custom-overview-grid article:hover,
.or-custom-capability-grid article:hover,
.or-custom-application-grid a:hover,
.or-custom-example-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(17,88,156,.26);
  box-shadow: 0 24px 60px rgba(17, 24, 39, .08);
}

.or-custom-overview-grid span,
.or-custom-process-line span,
.or-custom-strength-grid span {
  width: 46px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #b9d2eb;
  color: var(--or-blue);
  background: #f2f7fd;
  font-size: 14px;
  font-weight: 900;
}

.or-custom-overview-grid strong {
  display: block;
  margin-top: 44px;
  color: var(--or-ink);
  font-size: 30px;
  line-height: 1.14;
}

.or-custom-overview-grid p {
  margin-top: 18px;
  color: var(--or-muted);
  font-size: 15px;
  line-height: 1.72;
}

.or-custom-overview-grid em {
  display: block;
  margin-top: auto;
  padding-top: 26px;
  color: var(--or-blue);
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.55;
}

.or-custom-capability-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--or-line);
  border-left: 1px solid var(--or-line);
  background: #fff;
}

.or-custom-capability-grid article {
  position: relative;
  min-height: 318px;
  padding: 28px;
  border-right: 1px solid var(--or-line);
  border-bottom: 1px solid var(--or-line);
  background: #fff;
  overflow: hidden;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease, background .28s ease;
}

.or-custom-capability-grid article::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 168, 0, .13), transparent 30%),
    linear-gradient(135deg, rgba(17, 88, 156, .1) 0%, rgba(255,255,255,.96) 46%, rgba(17, 88, 156, .08) 100%);
  opacity: 0;
  transition: opacity .28s ease;
}

.or-custom-capability-grid article > * {
  position: relative;
  z-index: 1;
}

.or-custom-capability-grid article:hover {
  background: #fff;
  border-color: rgba(17, 88, 156, .32);
  box-shadow: 0 30px 76px rgba(17, 34, 54, .14), 0 0 0 1px rgba(17, 88, 156, .08);
  transform: translateY(-6px);
}

.or-custom-capability-grid article:hover::before {
  opacity: 1;
}

.or-custom-capability-grid strong {
  display: block;
  margin-top: 30px;
  color: var(--or-ink);
  font-size: 24px;
  line-height: 1.16;
}

.or-custom-capability-grid p {
  margin-top: 14px;
  color: var(--or-muted);
  font-size: 14px;
  line-height: 1.68;
}

.or-custom-capability-grid article div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.or-custom-capability-grid b,
.or-custom-strength-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 3px;
  background: #eef5fc;
  color: var(--or-blue);
  font-size: 12px;
  font-weight: 900;
}

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

.or-custom-application-grid a,
.or-custom-example-grid article {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  padding: 14px;
  border: 1px solid var(--or-line);
  border-radius: 8px;
  background: #fff;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.or-custom-application-grid img,
.or-custom-example-grid img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 4px;
}

.or-custom-application-grid span,
.or-custom-example-grid span {
  display: block;
  margin: 22px 12px 0;
  color: var(--or-ink);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.14;
}

.or-custom-application-grid p,
.or-custom-example-grid p {
  margin: 14px 12px 10px;
  color: var(--or-muted);
  font-size: 14px;
  line-height: 1.68;
}

.or-custom-process-section {
  overflow: hidden;
  background: #f5f7fa;
}

.or-custom-process-layout {
  display: block;
}

.or-custom-process-copy h2 {
  margin-top: 14px;
  color: var(--or-ink);
  font-size: 44px;
  line-height: 1.12;
}

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

.or-custom-process-board {
  position: relative;
  margin-top: 42px;
  padding: 34px 34px 44px;
  border: 1px solid var(--or-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(14, 35, 58, .06);
}

.or-custom-process-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 0;
  min-height: 190px;
  padding: 0 6px;
}

.or-custom-process-track::before {
  content: "";
  position: absolute;
  left: 5.5%;
  right: 5.5%;
  top: 43px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #d6e1ee 8%, #b9cce2 50%, #d6e1ee 92%, transparent);
}

.or-custom-process-track button {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: 36px 24px auto;
  justify-items: center;
  align-content: start;
  gap: 7px;
  min-width: 0;
  padding: 0 6px 112px;
  border: 0;
  background: transparent;
  color: var(--or-blue);
  font: inherit;
  text-align: center;
  cursor: pointer;
}

.or-custom-process-track button:hover,
.or-custom-process-track button:focus-visible {
  z-index: 30;
}

.or-custom-process-track span {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--or-blue);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.2),
    0 10px 24px rgba(17, 88, 156, .18);
  transition: transform .24s ease, box-shadow .24s ease, background .24s ease;
}

.or-custom-process-track i {
  width: 8px;
  height: 8px;
  margin-top: 6px;
  border: 2px solid #fff;
  background: var(--or-orange);
  box-shadow: 0 0 0 0 rgba(246, 163, 0, .22);
  transition: transform .22s ease, box-shadow .22s ease;
}

.or-custom-process-track strong {
  display: block;
  max-width: 136px;
  color: #1b3b8f;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 900;
  transition: color .22s ease, transform .22s ease;
}

.or-custom-process-track em {
  position: absolute;
  z-index: 20;
  left: 50%;
  bottom: 0;
  width: min(292px, 84vw);
  min-height: 96px;
  padding: 19px 20px;
  border: 1px solid #d5e1ee;
  border-top: 3px solid var(--or-blue);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(247, 250, 253, .72), rgba(255,255,255,1) 46%),
    #fff;
  box-shadow: 0 22px 55px rgba(14, 35, 58, .13);
  color: var(--or-muted);
  font-size: 13.5px;
  font-style: normal;
  font-weight: 850;
  line-height: 1.62;
  text-align: left;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 12px) scale(.98);
  transition: opacity .22s ease, transform .24s ease, box-shadow .24s ease;
}

.or-custom-process-track em::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -9px;
  width: 16px;
  height: 16px;
  border-left: 1px solid #d5e1ee;
  border-top: 1px solid #d5e1ee;
  background: linear-gradient(135deg, #f7fafd 0%, #fff 70%);
  transform: translateX(-50%) rotate(45deg);
  box-shadow: -5px -5px 12px rgba(14, 35, 58, .035);
}

.or-custom-process-track em::after {
  content: "";
  position: absolute;
  left: 18px;
  top: 17px;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: #d6e5f3;
}

.or-custom-process-track button:hover span,
.or-custom-process-track button:focus-visible span {
  transform: translateY(-3px) scale(1.04);
  background: #0f66b3;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.26),
    0 15px 34px rgba(17, 88, 156, .28);
}

.or-custom-process-track button:hover i,
.or-custom-process-track button:focus-visible i {
  transform: scale(1.28);
  box-shadow: 0 0 0 8px rgba(246, 163, 0, .14);
}

.or-custom-process-track button:hover strong,
.or-custom-process-track button:focus-visible strong {
  color: var(--or-ink);
  transform: translateY(2px);
}

.or-custom-process-track button:hover em,
.or-custom-process-track button:focus-visible em {
  opacity: 1;
  z-index: 40;
  transform: translate(-50%, 0) scale(1);
  box-shadow: 0 30px 72px rgba(14, 35, 58, .17);
}

.or-custom-strength-section {
  background: #0d1724;
}

.or-custom-strength-board {
  display: grid;
  grid-template-columns: minmax(0, 470px) minmax(0, 1fr);
  gap: 64px;
  align-items: center;
}

.or-custom-strength-copy h2 {
  margin: 12px 0 18px;
  color: #fff;
  font-size: 44px;
  line-height: 1.12;
}

.or-custom-strength-copy p {
  margin-bottom: 28px;
  color: rgba(255,255,255,.72);
  font-size: 16px;
  line-height: 1.8;
}

.or-custom-strength-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid rgba(255,255,255,.14);
}

.or-custom-strength-grid article {
  min-height: 230px;
  padding: 30px;
  border-right: 1px solid rgba(255,255,255,.14);
  border-bottom: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.035);
  transition: background .28s ease, transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.or-custom-strength-grid article:hover {
  background: rgba(17, 88, 156, .42);
  border-color: rgba(96, 168, 232, .5);
  box-shadow: inset 0 0 0 1px rgba(150, 207, 255, .16), 0 18px 44px rgba(0, 0, 0, .18);
  transform: translateY(-2px);
}

.or-custom-strength-grid article:nth-child(2n) {
  border-right: 0;
}

.or-custom-strength-grid article:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.or-custom-strength-grid strong {
  display: block;
  margin: 28px 0 12px;
  color: #fff;
  font-size: 24px;
  line-height: 1.18;
}

.or-custom-strength-grid span {
  width: 48px;
  height: 48px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 6px;
  border: 1px solid rgba(192, 220, 245, .28);
  background: rgba(231, 242, 252, .1);
  color: #dbeeff;
  font-size: 22px;
  font-weight: 400;
  transition: background .28s ease, border-color .28s ease, color .28s ease, transform .28s ease;
}

.or-custom-strength-grid span svg {
  width: 24px;
  height: 24px;
  display: block;
  fill: currentColor;
}

.or-custom-strength-grid article:hover span {
  background: #1268b3;
  border-color: rgba(255,255,255,.42);
  color: #fff;
  transform: translateY(-2px);
}

.or-custom-strength-grid p {
  color: rgba(255,255,255,.68);
  font-size: 14px;
  line-height: 1.68;
}

.or-custom-proof-accordion {
  display: flex;
  gap: 14px;
  align-items: stretch;
  min-height: 520px;
}

.or-custom-proof-accordion article {
  position: relative;
  flex: 0 1 132px;
  flex-grow: 0;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--or-line);
  border-radius: 8px;
  background: #fff;
  transition: flex-grow .56s cubic-bezier(.2,.72,.16,1), flex-basis .56s cubic-bezier(.2,.72,.16,1), box-shadow .28s ease, border-color .28s ease, transform .28s ease;
}

.or-custom-proof-accordion article::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(7, 21, 35, .28) 0%, rgba(7, 21, 35, .82) 100%),
    var(--or-proof-bg, linear-gradient(180deg, #fff 0%, #f7fafd 100%));
  background-size: cover;
  background-position: center;
  opacity: .92;
  transform: scale(1.04);
  transition: opacity .32s ease, transform .46s ease;
}

.or-custom-proof-accordion article.active {
  flex-grow: 1;
  flex-basis: 0;
  border-color: rgba(17, 88, 156, .24);
  box-shadow: 0 28px 76px rgba(14, 35, 58, .14);
}

.or-custom-proof-accordion article.active::before {
  opacity: 0;
  transform: scale(1);
}

.or-custom-proof-accordion button {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 26px 14px;
  border: 0;
  background: transparent;
  color: var(--or-ink);
  font: inherit;
  text-align: center;
  cursor: pointer;
  transition: opacity .24s ease, transform .28s ease, visibility .24s ease;
}

.or-custom-proof-accordion button::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255,255,255,.12) 0%, rgba(7, 21, 35, .38) 48%, rgba(7, 21, 35, .78) 100%);
}

.or-custom-proof-accordion button span,
.or-custom-proof-accordion button strong,
.or-custom-proof-accordion button em {
  position: relative;
  z-index: 2;
}

.or-custom-proof-accordion button span {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #eef5fc;
  color: var(--or-blue);
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(0,0,0,.16);
}

.or-custom-proof-accordion button strong {
  width: 100%;
  max-width: 108px;
  color: #fff;
  font-size: 26px;
  line-height: 1.05;
  text-shadow: 0 10px 28px rgba(0,0,0,.28);
  overflow-wrap: anywhere;
  word-break: normal;
}

.or-custom-proof-accordion button em {
  width: 100%;
  max-width: 106px;
  color: rgba(255,255,255,.76);
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: .02em;
  white-space: normal;
  overflow-wrap: break-word;
}

.or-custom-proof-accordion article.active button {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-10px);
}

.or-proof-panel {
  position: absolute;
  inset: 0;
  display: block;
  min-height: 520px;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: scale(1.015);
  transition: opacity .38s ease, transform .52s ease, visibility .38s ease;
}

.or-proof-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(7, 21, 35, .88) 0%, rgba(7, 21, 35, .74) 43%, rgba(7, 21, 35, .18) 100%),
    linear-gradient(180deg, rgba(7, 21, 35, .18) 0%, rgba(7, 21, 35, .7) 100%);
}

.or-custom-proof-accordion article.active .or-proof-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: scale(1);
}

.or-proof-copy {
  position: relative;
  z-index: 2;
  width: min(520px, 58%);
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .32s ease .12s, transform .38s ease .12s;
}

.or-custom-proof-accordion article.active .or-proof-copy {
  opacity: 1;
  transform: translateY(0);
}

.or-proof-copy > span {
  color: var(--or-orange);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
}

.or-proof-copy > strong {
  display: block;
  margin-top: 18px;
  color: #fff;
  font-size: 46px;
  line-height: 1.08;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .34s ease .18s, transform .4s ease .18s;
}

.or-proof-copy p {
  max-width: 520px;
  margin-top: 20px;
  color: rgba(255,255,255,.78);
  font-size: 15px;
  line-height: 1.72;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .34s ease .24s, transform .4s ease .24s;
}

.or-proof-copy ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .34s ease .3s, transform .4s ease .3s;
}

.or-custom-proof-accordion article.active .or-proof-copy > strong,
.or-custom-proof-accordion article.active .or-proof-copy p,
.or-custom-proof-accordion article.active .or-proof-copy ul {
  opacity: 1;
  transform: translateY(0);
}

.or-proof-copy li {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  border-radius: 3px;
  background: rgba(255,255,255,.14);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  backdrop-filter: blur(8px);
}

.or-proof-panel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  border-radius: 0;
  opacity: 0;
  transform: scale(1.045);
  transition: opacity .46s ease, transform .72s ease;
  will-change: opacity, transform;
}

.or-custom-proof-accordion article.active .or-proof-panel img {
  opacity: 1;
  transform: scale(1);
}

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

.or-custom-inquiry-grid .or-static-inquiry {
  align-self: start;
}

@media (max-width: 1280px) {
  .or-custom-hero-grid,
  .or-custom-strength-board {
    gap: 48px;
  }

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

  .or-custom-proof-accordion {
    min-height: 480px;
  }

  .or-custom-proof-accordion article {
    flex-basis: 112px;
  }

  .or-custom-proof-accordion article.active {
    flex-grow: 1;
    flex-basis: 0;
  }

  .or-custom-proof-accordion button {
    min-height: 480px;
    padding: 22px 16px;
  }

  .or-custom-proof-accordion button strong {
    font-size: 24px;
  }

  .or-proof-panel {
    min-height: 480px;
  }

  .or-proof-copy {
    width: 62%;
    min-height: 480px;
    padding: 38px;
  }

  .or-proof-copy > strong {
    font-size: 32px;
  }

  .or-custom-process-layout {
    display: block;
  }

  .or-custom-example-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .or-custom-hero {
    min-height: 0;
  }

  .or-custom-hero-grid,
  .or-custom-strength-board {
    grid-template-columns: 1fr;
  }

  .or-custom-overview-grid,
  .or-custom-application-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .or-custom-process-track {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    row-gap: 34px;
    min-height: 320px;
  }

  .or-custom-process-track::before {
    left: 10%;
    right: 10%;
    top: 43px;
    box-shadow: 0 126px 0 #d6dde6;
  }

  .or-custom-process-track button:nth-child(n + 5) {
    transform: translateY(0);
  }

  .or-custom-proof-accordion {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 12px;
  }

  .or-custom-proof-accordion article,
  .or-custom-proof-accordion article.active {
    flex: none;
    min-height: 0;
  }

  .or-custom-proof-accordion button {
    width: 100%;
    min-height: 0;
    height: auto;
    padding: 18px 20px;
  }

  .or-custom-proof-accordion button strong {
    max-width: none;
    font-size: 24px;
  }

  .or-custom-proof-accordion button em {
    text-align: center;
  }

  .or-proof-panel {
    position: relative;
    display: block;
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    opacity: 0;
    transform: none;
    transition: max-height .32s ease, padding .32s ease, opacity .22s ease;
  }

  .or-custom-proof-accordion article.active .or-proof-panel {
    max-height: 760px;
    padding: 0;
    opacity: 1;
  }

  .or-proof-copy {
    width: 100%;
    min-height: 380px;
    padding: 34px 26px;
  }

  .or-proof-panel img {
    height: 280px;
    min-height: 380px;
  }
}

@media (max-width: 640px) {
  .or-custom-page section {
    padding: 58px 0;
  }

  .or-custom-hero {
    padding: 0;
  }

  .or-custom-hero-grid {
    padding: 72px 18px 88px;
  }

  .or-custom-hero-copy h1 {
    font-size: 38px;
  }

  .or-custom-hero-copy p {
    font-size: 15px;
  }

  .or-custom-hero-panel {
    padding: 22px;
  }

  .or-custom-hero-panel > strong,
  .or-custom-overview-grid strong,
  .or-custom-strength-copy h2 {
    font-size: 29px;
  }

  .or-custom-overview-grid,
  .or-custom-capability-grid,
  .or-custom-application-grid,
  .or-custom-strength-grid,
  .or-custom-example-grid {
    grid-template-columns: 1fr;
  }

  .or-custom-capability-grid article,
  .or-custom-strength-grid article,
  .or-custom-strength-grid article:nth-child(2n),
  .or-custom-strength-grid article:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid var(--or-line);
  }

  .or-custom-process-copy h2 {
    font-size: 38px;
  }

  .or-custom-process-board {
    padding: 24px 18px;
  }

  .or-custom-process-track {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 0;
    padding: 0 0 0 20px;
    border-bottom: 0;
  }

  .or-custom-process-track::before {
    left: 10px;
    right: auto;
    top: 0;
    bottom: 0;
    width: 1px;
    height: auto;
    box-shadow: none;
  }

  .or-custom-process-track button {
    grid-template-columns: 48px 18px minmax(0, 1fr);
    grid-template-rows: auto auto;
    justify-items: start;
    align-items: center;
    min-height: 70px;
    padding: 0 0 16px 0;
    text-align: left;
  }

  .or-custom-process-track button em {
    position: static;
    grid-column: 3;
    width: 100%;
    box-sizing: border-box;
    min-height: 0;
    margin-top: 8px;
    padding: 12px 14px 12px 16px;
    border-radius: 6px;
    font-size: 13px;
    opacity: 1;
    transform: none;
    box-shadow: none;
  }

  .or-custom-process-track button:hover,
  .or-custom-process-track button:focus-visible {
    z-index: 1;
  }

  .or-custom-process-track button:hover span,
  .or-custom-process-track button:focus-visible span,
  .or-custom-process-track button:hover i,
  .or-custom-process-track button:focus-visible i,
  .or-custom-process-track button:hover strong,
  .or-custom-process-track button:focus-visible strong,
  .or-custom-process-track button:hover em,
  .or-custom-process-track button:focus-visible em {
    transform: none;
  }

  .or-custom-process-track button:hover span,
  .or-custom-process-track button:focus-visible span {
    background: var(--or-blue);
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.2),
      0 10px 24px rgba(17, 88, 156, .18);
  }

  .or-custom-process-track button:hover i,
  .or-custom-process-track button:focus-visible i {
    box-shadow: none;
  }

  .or-custom-process-track button:hover em,
  .or-custom-process-track button:focus-visible em {
    box-shadow: none;
  }

  .or-custom-process-track button em::before {
    display: none;
  }

  .or-custom-process-track button em::after {
    left: 14px;
    top: 12px;
  }

  .or-custom-process-track i {
    margin-top: 0;
  }

  .or-custom-process-track strong {
    max-width: none;
  }

  .or-custom-strength-grid article,
  .or-custom-strength-grid article:nth-child(2n),
  .or-custom-strength-grid article:nth-last-child(-n + 2) {
    border-bottom-color: rgba(255,255,255,.14);
  }

  .or-custom-capability-grid article:last-child,
  .or-custom-strength-grid article:last-child {
    border-bottom: 0;
  }

  .or-custom-proof-accordion {
    gap: 12px;
  }

  .or-custom-proof-accordion article,
  .or-custom-proof-accordion article.active {
    min-height: 0;
    border-radius: 8px;
    background: #0d1a28;
    box-shadow: 0 14px 36px rgba(16, 43, 70, .1);
  }

  .or-custom-proof-accordion article:not(.active) {
    height: 96px;
  }

  .or-custom-proof-accordion article.active {
    height: auto;
  }

  .or-custom-proof-accordion article::before,
  .or-custom-proof-accordion article.active::before {
    opacity: .96;
    transform: scale(1.02);
  }

  .or-custom-proof-accordion button,
  .or-custom-proof-accordion article.active button {
    height: 96px;
    min-height: 92px;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-items: center;
    justify-content: stretch;
    gap: 4px 12px;
    padding: 18px 18px 18px 16px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    text-align: left;
  }

  .or-custom-proof-accordion button::before {
    background: linear-gradient(90deg, rgba(7,21,35,.86) 0%, rgba(7,21,35,.58) 58%, rgba(7,21,35,.16) 100%);
  }

  .or-custom-proof-accordion button span {
    grid-row: 1 / 3;
    width: 42px;
    height: 42px;
    margin: 0;
    background: var(--or-blue);
    color: #fff;
    font-size: 13px;
  }

  .or-custom-proof-accordion button strong {
    max-width: none;
    align-self: end;
    color: #fff;
    font-size: 22px;
    line-height: 1.14;
    text-align: left;
    overflow-wrap: normal;
    word-break: normal;
  }

  .or-custom-proof-accordion button em {
    display: block;
    max-width: none;
    align-self: start;
    color: rgba(255,255,255,.72);
    font-size: 12px;
    line-height: 1.35;
    text-align: left;
  }

  .or-proof-panel {
    margin: 0;
    border-top: 1px solid rgba(255,255,255,.12);
    background: #0f1c2a;
  }

  .or-custom-proof-accordion article:not(.active) .or-proof-panel {
    max-height: 0;
    padding: 0;
    opacity: 0;
  }

  .or-custom-proof-accordion article.active .or-proof-panel {
    max-height: 520px;
    padding: 0;
    opacity: 1;
  }

  .or-proof-panel::before {
    background:
      linear-gradient(180deg, rgba(7,21,35,.72) 0%, rgba(7,21,35,.9) 100%),
      linear-gradient(90deg, rgba(7,21,35,.82) 0%, rgba(7,21,35,.42) 100%);
  }

  .or-proof-copy {
    min-height: 320px;
    padding: 28px 22px 30px;
  }

  .or-proof-copy > strong {
    margin-top: 12px;
    font-size: 28px;
    line-height: 1.16;
  }

  .or-proof-copy p {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.62;
  }

  .or-proof-copy ul {
    margin-top: 18px;
    gap: 7px;
  }

  .or-proof-panel img {
    height: 100%;
    min-height: 320px;
  }

  .or-custom-overview-grid article,
  .or-custom-capability-grid article,
  .or-custom-application-grid a,
  .or-custom-example-grid article {
    min-height: 0;
  }
}

@media (min-width: 1025px) {
  .or-hero-main h1,
  .or-hero-content h2,
  .or-hero-main,
  .or-center-hero-copy,
  .or-center-hero-copy h1,
  .or-solution-hero-copy h1,
  .or-solutions-hero-copy h1,
  .or-software-hero-copy h1,
  .or-software-detail-copy h1,
  .or-custom-hero-copy h1 {
    max-width: 1200px;
  }

  .or-static-hero-content,
  .or-center-hero-grid,
  .or-solution-hero-grid,
  .or-solutions-hero-grid,
  .or-software-hero-grid,
  .or-software-detail-hero-grid,
  .or-custom-hero-grid {
    grid-template-columns: minmax(0, 1200px);
  }

  .or-hero-main p,
  .or-hero-content p,
  .or-center-hero-copy p,
  .or-solution-hero-copy p,
  .or-solutions-hero-copy p,
  .or-software-hero-copy p,
  .or-software-detail-copy p,
  .or-custom-hero-copy p {
    max-width: 980px;
  }
}




