.si-hero {
  position: relative;
  padding: 5rem 0 3.5rem;
  color: #ecf5ff;
  background: linear-gradient(135deg, #00264d, #003f7d 52%, #1a6aac);
  overflow: hidden;
}

.si-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 12%, rgba(255, 255, 255, 0.18), transparent 38%);
  pointer-events: none;
}

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

.si-hero h1 {
  font-size: clamp(2rem, 5vw, 3.4rem);
  margin-bottom: 0.65rem;
}

.si-hero p {
  max-width: 64ch;
  color: rgba(235, 245, 255, 0.93);
}

.si-tech-note {
  margin-top: 0.9rem;
  display: inline-block;
  border: 1px solid rgba(230, 242, 255, 0.35);
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.8rem;
  color: #d9eeff;
}

.si-section {
  padding: 4.6rem 0;
}

.si-section.alt {
  background: #f5f5f5;
}

.si-head {
  margin-bottom: 1.2rem;
}

.si-head h2 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  color: #003366;
  margin-bottom: 0.4rem;
}

.si-head p {
  color: #415d7d;
  max-width: 70ch;
}

.market-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.market-tabs {
  display: flex;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.market-tab {
  border: 1px solid #c8d9ec;
  background: #ffffff;
  color: #1f4f80;
  border-radius: 999px;
  padding: 0.45rem 0.8rem;
  font-weight: 700;
  cursor: pointer;
}

.market-tab.active {
  background: #0099cc;
  border-color: #0099cc;
  color: #ffffff;
}

.market-search {
  border: 1px solid #c8d9ec;
  border-radius: 10px;
  padding: 0.6rem 0.75rem;
  width: min(320px, 100%);
  font-size: 0.95rem;
}

.alg-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.alg-card {
  border: 1px solid #f5f5f5;
  border-radius: 12px;
  background: #ffffff;
  padding: 0.85rem;
  box-shadow: 0 10px 24px rgba(7, 41, 74, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-bottom-color 0.2s ease;
  border-bottom: 3px solid transparent;
}

.alg-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(7, 41, 74, 0.12);
  border-bottom-color: #0099cc;
}

.alg-icon {
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 8px;
  background: linear-gradient(135deg, #0099cc, #003366);
  margin-bottom: 0.55rem;
}

.alg-name {
  font-family: "Courier New", Courier, monospace;
  color: #003366;
  font-weight: 700;
  font-size: 0.88rem;
  margin-bottom: 0.35rem;
}

.alg-link {
  color: #ff6633;
  font-size: 0.88rem;
  font-weight: 700;
}

.product-family {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-column {
  background: #ffffff;
  border: 1px solid #d9e7f5;
  border-radius: 14px;
  padding: 1rem;
  box-shadow: 0 12px 26px rgba(9, 39, 70, 0.08);
}

.product-column h3 {
  color: #003366;
  margin-bottom: 0.4rem;
}

.sub-boxes {
  margin-top: 0.8rem;
  display: grid;
  gap: 0.6rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sub-box {
  border: 1px solid #cfe0f2;
  border-radius: 10px;
  background: #f8fbff;
  padding: 0.6rem;
}

.sub-box h4 {
  margin: 0 0 0.3rem;
  color: #0a4f8f;
}

.arch-stack {
  display: grid;
  gap: 0.65rem;
}

.arch-layer {
  background: #ffffff;
  border: 1px solid #dbe7f4;
  border-radius: 10px;
  padding: 0.75rem;
}

.arch-layer h3 {
  color: #003366;
  margin-bottom: 0.2rem;
}

.deploy-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.deploy-card,
.story-case,
.adv-card {
  background: #ffffff;
  border: 1px solid #f5f5f5;
  border-radius: 12px;
  padding: 0.9rem;
  box-shadow: 0 10px 24px rgba(7, 41, 74, 0.08);
  transition: transform 0.2s ease, border-bottom-color 0.2s ease;
  border-bottom: 3px solid transparent;
}

.deploy-card:hover,
.story-case:hover,
.adv-card:hover {
  transform: translateY(-2px);
  border-bottom-color: #0099cc;
}

.cta-tech {
  margin-top: 1.1rem;
  background: linear-gradient(135deg, #003366, #005892);
  color: #f0f8ff;
  border-radius: 16px;
  padding: 1.3rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}

.cta-tech .btn {
  white-space: nowrap;
}

.industry-hero {
  position: relative;
  padding: 5rem 0 3.6rem;
  color: #f8fcff;
  overflow: hidden;
  background: linear-gradient(125deg, rgba(0, 43, 79, 0.9), rgba(18, 107, 157, 0.82));
}

.industry-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.16), transparent 30%),
    radial-gradient(circle at 88% 76%, rgba(255, 102, 51, 0.22), transparent 28%);
}

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

.industry-hero h1 {
  font-size: clamp(2rem, 5vw, 3.2rem);
  margin-bottom: 0.55rem;
}

.industry-hero p {
  max-width: 64ch;
  color: rgba(236, 247, 255, 0.92);
}

.six-grid {
  display: grid;
  gap: 1rem;
}

.industry-block {
  background: #ffffff;
  border: 1px solid #d9e7f5;
  border-radius: 16px;
  box-shadow: 0 12px 26px rgba(9, 39, 70, 0.08);
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}

.industry-block.reverse {
  direction: rtl;
}

.industry-block.reverse .industry-copy {
  direction: ltr;
}

.industry-media {
  min-height: 250px;
  background: linear-gradient(135deg, #d8ecff, #f6fbff);
  border-right: 1px solid #e1ebf5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2f5d89;
  font-weight: 700;
}

.industry-copy {
  padding: 1rem;
}

.industry-copy h3 {
  color: #003366;
  margin-bottom: 0.4rem;
}

.industry-meta {
  margin-top: 0.65rem;
  display: grid;
  gap: 0.5rem;
  grid-template-columns: 1fr 1fr;
}

.industry-meta article {
  border: 1px solid #f2d6cc;
  border-radius: 10px;
  background: #fff8f4;
  padding: 0.6rem;
}

.industry-meta h4 {
  margin: 0 0 0.25rem;
  color: #ff6633;
  font-size: 0.9rem;
}

.story-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.story-tag {
  display: inline-block;
  background: #e7f3ff;
  color: #0a4f8f;
  border-radius: 999px;
  padding: 0.2rem 0.55rem;
  font-size: 0.78rem;
  font-weight: 700;
  margin-bottom: 0.45rem;
}

.story-metric {
  display: block;
  color: #ff6633;
  font-weight: 800;
  font-size: 1.35rem;
  margin-bottom: 0.35rem;
}

.pillars {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.adv-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 10px;
  background: linear-gradient(135deg, #0099cc, #003366);
  margin-bottom: 0.55rem;
}

.cta-industry {
  margin-top: 1.8rem;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  border-radius: 0;
  min-height: 230px;
  padding: 3rem 1.25rem;
  color: #ffffff;
  background: linear-gradient(135deg, #005a98, #0082bf 56%, #ff6633);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1rem;
}

.cta-industry > div {
  max-width: 760px;
}

.cta-industry-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
}

.si-cta-btn {
  min-width: 190px;
  min-height: 48px;
  padding: 0.75rem 1.15rem;
  border-radius: 12px;
  font-size: 1rem;
}

@media (max-width: 1024px) {
  .alg-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

  .industry-block.reverse {
    direction: ltr;
  }
}

@media (max-width: 860px) {
  .alg-grid,
  .product-family,
  .deploy-grid,
  .story-grid,
  .pillars,
  .sub-boxes {
    grid-template-columns: 1fr;
  }

  .market-controls {
    align-items: stretch;
  }

  .market-search {
    width: 100%;
  }

  .cta-tech,
  .cta-industry {
    flex-direction: column;
    align-items: center;
  }

  .si-cta-btn {
    width: min(290px, 100%);
  }
}

.sol-hero {
  position: relative;
  padding: 5.4rem 0 4.2rem;
  background:
    radial-gradient(circle at 14% 15%, rgba(0, 153, 204, 0.22), transparent 34%),
    radial-gradient(circle at 88% 72%, rgba(255, 102, 51, 0.16), transparent 30%),
    linear-gradient(160deg, #ffffff 0%, #f4f9ff 50%, #ffffff 100%);
}

.sol-hero-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
  align-items: start;
}

.sol-hero h1 {
  font-size: clamp(2rem, 4.8vw, 3rem);
  color: #003366;
  margin-bottom: 0.65rem;
}

.sol-hero-copy {
  color: #333333;
  max-width: 64ch;
}

.sol-hero-meta {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.sol-badge {
  display: inline-flex;
  align-items: center;
  border: 1px solid #bcd8ef;
  border-radius: 999px;
  padding: 0.38rem 0.72rem;
  color: #0b4f8d;
  background: #ffffff;
  font-size: 0.85rem;
  font-weight: 700;
}

.sol-hero-controls {
  border: 1px solid #d6e7f6;
  border-radius: 18px;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 30px rgba(5, 33, 64, 0.08);
}

.sol-hero-controls label {
  display: block;
  color: #003366;
  font-weight: 700;
  margin-bottom: 0.45rem;
}

.sol-hero-controls input {
  width: 100%;
  border: 1px solid #c6dbee;
  border-radius: 10px;
  padding: 0.72rem 0.8rem;
  font-size: 0.94rem;
}

.sol-filter-row {
  margin-top: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.sol-chip {
  border: 1px solid #c7dbee;
  border-radius: 999px;
  background: #ffffff;
  color: #1f4f80;
  padding: 0.35rem 0.7rem;
  font-size: 0.83rem;
  font-weight: 700;
  cursor: pointer;
}

.sol-chip.is-active {
  color: #ffffff;
  border-color: #0099cc;
  background: #0099cc;
}

.sol-section {
  padding: 3.75rem 0;
}

.sol-alt {
  background: #f5f5f5;
}

.sol-head {
  margin-bottom: 1.2rem;
}

.sol-head h2 {
  color: #003366;
  font-size: clamp(1.75rem, 3.2vw, 2.25rem);
  margin-bottom: 0.42rem;
}

.sol-head p {
  color: #355577;
  max-width: 72ch;
}

.sol-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.48rem;
  margin-bottom: 0.9rem;
}

.sol-tab {
  border: 1px solid #c7dcec;
  border-radius: 999px;
  background: #ffffff;
  color: #1f4f80;
  font-weight: 700;
  padding: 0.48rem 0.8rem;
  cursor: pointer;
}

.sol-tab.is-active {
  border-color: #003366;
  background: #003366;
  color: #ffffff;
}

.sol-panels {
  position: relative;
}

.sol-panel {
  display: none;
  grid-template-columns: 1fr 1.3fr;
  gap: 1rem;
  padding: 1rem;
  border-radius: 18px;
  border: 1px solid #d3e3f2;
  background: #ffffff;
  box-shadow: 0 16px 30px rgba(8, 35, 66, 0.08);
}

.sol-panel.is-active {
  display: grid;
}

.sol-visual {
  min-height: 220px;
  border-radius: 14px;
  border: 1px solid #c8dff0;
  background:
    linear-gradient(145deg, rgba(0, 153, 204, 0.2), rgba(0, 51, 102, 0.2)),
    linear-gradient(45deg, #ebf5ff, #f9fcff);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0f4d86;
  font-weight: 700;
  text-align: center;
  padding: 1rem;
}

.sol-visual span {
  display: inline-block;
  border: 1px dashed rgba(15, 77, 134, 0.45);
  border-radius: 10px;
  padding: 0.55rem 0.7rem;
  background: rgba(255, 255, 255, 0.72);
}

.sol-panel-copy h3 {
  color: #003366;
  font-size: clamp(1.2rem, 2.3vw, 1.45rem);
  margin-bottom: 0.5rem;
}

.sol-stat-list {
  list-style: none;
  margin: 0 0 0.7rem;
  padding: 0;
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sol-stat-list li {
  border: 1px solid #deebf5;
  border-radius: 10px;
  padding: 0.45rem 0.55rem;
  background: #f9fcff;
}

.sol-stat-list strong {
  display: block;
  color: #003366;
  font-size: 1rem;
}

.sol-stat-list span {
  color: #4b6685;
  font-size: 0.82rem;
}

.sol-feature-grid {
  display: grid;
  gap: 0.46rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sol-feature-grid p {
  margin: 0;
  border: 1px solid #f0d1c6;
  border-radius: 10px;
  padding: 0.5rem 0.56rem;
  background: #fff8f4;
  color: #333333;
}

.sol-card-grid {
  display: grid;
  gap: 1.15rem;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: stretch;
}

.sol-category-card {
  border: 1px solid #cfe0f1;
  border-radius: 16px;
  background: #ffffff;
  padding: 1rem;
  box-shadow: 0 12px 24px rgba(8, 35, 66, 0.08);
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  min-height: 426px;
  height: 100%;
  grid-column: span 2;
  overflow: hidden;
}

@media (min-width: 1101px) {
  .sol-card-grid > .sol-category-card:nth-child(4) {
    grid-column: 2 / span 2;
  }

  .sol-card-grid > .sol-category-card:nth-child(5) {
    grid-column: 4 / span 2;
  }
}

.sol-category-placeholder {
  min-height: 170px;
  border: 1px dashed #9ec0dd;
  border-radius: 12px;
  background: linear-gradient(145deg, #eef6ff, #f9fcff);
  color: #3c678f;
  font-size: 0.84rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.6rem;
}

.sol-card-carousel {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex: 1;
}

.sol-card-track {
  display: flex;
  width: 300%;
  min-height: 100%;
  flex: 1;
  align-items: stretch;
  transition: transform 0.45s ease;
  will-change: transform;
}

.sol-card-slide {
  flex: 0 0 calc(100% / 3);
  max-width: calc(100% / 3);
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 0;
  min-height: 100%;
}

.sol-card-slide h4 {
  margin: 0;
  color: #003366;
  font-size: 1.08rem;
}

.sol-card-list {
  margin: 0;
  padding-left: 1rem;
  color: #355577;
  display: grid;
  gap: 0.35rem;
  font-size: 0.9rem;
  line-height: 1.35;
}

.sol-card-note {
  margin: 0;
  font-size: 0.84rem;
  color: #355577;
  line-height: 1.4;
}

.sol-card-note strong {
  color: #003366;
}

.sol-category-card h3 {
  color: #003366;
  font-size: 1.08rem;
  line-height: 1.35;
  margin: 0;
}

.sol-card-desc {
  color: #3e5f82;
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.45;
}

.sol-card-link {
  margin-top: auto;
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 126px;
  padding: 0.48rem 0.95rem;
  border-radius: 999px;
  border: 1px solid #c8dff2;
  background: #ffffff;
  color: #0b4f8d;
  font-weight: 700;
  font-size: 0.85rem;
  box-shadow: 0 6px 14px rgba(8, 35, 66, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.sol-card-link:hover {
  color: #0079a3;
  box-shadow: 0 10px 18px rgba(8, 35, 66, 0.16);
  transform: translateY(-1px);
}

.sol-card-link-left {
  align-self: flex-end;
}

.sol-card-dots {
  margin-top: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  position: relative;
  z-index: 2;
}

.sol-card-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #7ea6ca;
  background: #d6e4f2;
  padding: 0;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.sol-card-dot:hover,
.sol-card-dot[aria-current="true"] {
  background: #0b4f8d;
  border-color: #0b4f8d;
  transform: scale(1.15);
}

.sol-platform-grid {
  display: grid;
  gap: 0.82rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sol-product-card {
  border: 1px solid #d7e7f5;
  border-radius: 14px;
  background: #ffffff;
  padding: 1rem;
  box-shadow: 0 12px 24px rgba(8, 35, 66, 0.08);
}

.sol-card-image-placeholder {
  min-height: 132px;
  border: 1px dashed #9ec0dd;
  border-radius: 10px;
  background: linear-gradient(135deg, #eef6ff, #f9fcff);
  color: #3c678f;
  font-size: 0.86rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.55rem;
  margin-bottom: 0.65rem;
}

.sol-product-card h3 {
  color: #003366;
  font-size: 1.12rem;
  margin-bottom: 0.38rem;
}

.sol-product-card p {
  color: #3e5f82;
  margin-bottom: 0.55rem;
}

.sol-product-card a {
  color: #0099cc;
  font-weight: 700;
}

.sol-edge-grid {
  margin-top: 0.9rem;
  display: grid;
  gap: 0.82rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sol-edge-card {
  border: 1px solid #f2d4c8;
  border-radius: 14px;
  background: #fffaf7;
  padding: 0.9rem;
}

.sol-edge-card h3 {
  color: #003366;
  font-size: 1.05rem;
  margin-bottom: 0.3rem;
}

.sol-edge-card h3 span {
  color: #ff6633;
  font-size: 0.9rem;
}

.sol-edge-card p {
  color: #485e77;
  margin: 0;
}

.sol-cap-row {
  margin-top: 0.9rem;
  display: grid;
  gap: 0.72rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sol-cap-row article {
  border-radius: 12px;
  border: 1px solid #d6e6f4;
  background: #f7fbff;
  padding: 0.7rem;
}

.sol-cap-row strong {
  display: block;
  color: #003366;
  margin-bottom: 0.12rem;
}

.sol-cap-row span {
  color: #3c5b7c;
  font-size: 0.9rem;
}

.sol-architecture {
  display: grid;
  gap: 0.82rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sol-layer {
  border: 1px solid #d4e5f3;
  border-radius: 14px;
  padding: 0.9rem;
  background: #ffffff;
  position: relative;
}

.sol-layer::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  width: 20px;
  height: 2px;
  background: #8fb4d4;
}

.sol-layer:last-child::after {
  display: none;
}

.sol-layer h3 {
  color: #003366;
  margin-bottom: 0.3rem;
  font-size: 1.05rem;
}

.sol-layer p {
  color: #3f5d7b;
  margin: 0;
}

.sol-chip-row {
  margin-top: 0.85rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.sol-chip-row span {
  border-radius: 999px;
  background: #003366;
  color: #ffffff;
  font-size: 0.82rem;
  padding: 0.34rem 0.68rem;
}

.sol-market-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sol-market-card {
  border: 1px solid #d7e7f4;
  border-radius: 14px;
  background: #ffffff;
  padding: 0.95rem;
  box-shadow: 0 12px 24px rgba(8, 35, 66, 0.08);
}

.sol-market-card h3 {
  color: #003366;
  margin-bottom: 0.48rem;
}

.sol-market-card ul {
  margin: 0;
  padding-left: 1rem;
  color: #355577;
}

.sol-market-card li {
  margin-bottom: 0.32rem;
}

.sol-deploy-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sol-deploy-card {
  border: 1px solid #d7e7f4;
  border-radius: 14px;
  background: #ffffff;
  padding: 0.95rem;
  box-shadow: 0 12px 24px rgba(8, 35, 66, 0.08);
}

.sol-deploy-card h3 {
  color: #003366;
  margin-bottom: 0.3rem;
}

.sol-deploy-card p {
  color: #3f5d7b;
  margin: 0;
}

.sol-cta-row {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.sol-cta-row .btn {
  min-width: 180px;
  text-align: center;
}

.sol-cta-accent {
  background: #ff6633;
  border-color: #ff6633;
}

.sol-cta-accent:hover {
  background: #ec5625;
  border-color: #ec5625;
}

@media (max-width: 1100px) {
  .sol-hero-grid,
  .sol-panel {
    grid-template-columns: 1fr;
  }

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

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

  .sol-layer::after {
    display: none;
  }
}

@media (max-width: 860px) {
  .sol-hero .eyebrow,
  .sol-hero h1 {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
  }

  .sol-platform-grid,
  .sol-edge-grid,
  .sol-cap-row,
  .sol-architecture,
  .sol-card-grid,
  .sol-market-grid,
  .sol-deploy-grid,
  .sol-stat-list,
  .sol-feature-grid {
    grid-template-columns: 1fr;
  }

  .sol-section {
    padding: 3rem 0;
  }

  .sol-cta-row .btn {
    width: 100%;
  }
}

/* Blueprint-driven Solutions page redesign */
.solx-hero {
  position: relative;
  padding: 5rem 0 4.1rem;
  background: linear-gradient(120deg, #0d3a6a, #1f5f97 52%, #4c9ad6);
}

.solx-hero-inner {
  max-width: 1200px;
  text-align: left;
}

.solx-hero h1 {
  color: #ffffff;
  font-size: clamp(2.3rem, 4.8vw, 3.1rem);
  margin-bottom: 0.45rem;
}

.solx-hero-subtitle {
  margin: 0;
  color: rgba(236, 247, 255, 0.96);
  font-size: clamp(1.15rem, 2.8vw, 1.5rem);
  font-weight: 700;
}

.solx-hero-copy {
  margin: 0.85rem 0 0;
  max-width: 72ch;
  color: rgba(236, 247, 255, 0.9);
}


.solx-center-head {
  text-align: left;
}

.solx-center-head p {
  margin-left: 0;
  margin-right: 0;
}

.solx-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #d6e6f4;
  padding-bottom: 0.45rem;
}

.solx-tab {
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: #355577;
  font: inherit;
  font-weight: 700;
  padding: 0.5rem 0.6rem;
  cursor: pointer;
}

.solx-tab.is-active {
  color: #003366;
  border-bottom-color: #0099cc;
}

.solx-panel-wrap {
  border: 1px solid #d8e7f4;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(8, 35, 66, 0.08);
  padding: 1rem;
}

.solx-panel {
  display: none;
  grid-template-columns: 0.4fr 0.6fr;
  gap: 1rem;
  align-items: start;
}

.solx-panel.is-active {
  display: grid;
}

.solx-panel-media {
  min-height: 280px;
  border: 1px dashed #9ec0dd;
  border-radius: 10px;
  background: linear-gradient(145deg, #eef6ff, #f9fcff);
  color: #3c678f;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  padding: 1rem;
}

.solx-panel-copy h3 {
  color: #003366;
  margin-bottom: 0.35rem;
}

.solx-panel-copy {
  display: flex;
  flex-direction: column;
}

.solx-panel-copy > p {
  color: #355577;
  margin-bottom: 0.75rem;
}

.solx-panel-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 1fr 1fr;
}

.solx-panel-grid h4 {
  margin: 0 0 0.35rem;
  color: #003366;
  font-size: 1rem;
}

.solx-check-list,
.solx-arrow-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.35rem;
  color: #355577;
}

.solx-check-list li,
.solx-arrow-list li {
  position: relative;
  padding-left: 1rem;
}

.solx-check-list li::before,
.solx-arrow-list li::before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.82rem;
  font-weight: 700;
}

.solx-check-list li::before {
  content: "v";
  color: #0099cc;
}

.solx-arrow-list li::before {
  content: ">";
  color: #8fa4bb;
}

.solx-metrics,
.solx-achievements {
  margin-top: 0.8rem;
  display: grid;
  gap: 0.6rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.solx-achievements {
  grid-template-columns: 1fr 1fr;
}

.solx-metrics article,
.solx-achievements article {
  border: 1px solid #deebf5;
  border-radius: 10px;
  background: #f8fcff;
  padding: 0.5rem 0.55rem;
}

.solx-metrics strong,
.solx-achievements strong {
  color: #003366;
  display: block;
  line-height: 1.2;
}

.solx-metrics span,
.solx-achievements span {
  color: #4c6785;
  font-size: 0.82rem;
}

.solx-inline-link {
  display: inline-flex;
  align-self: flex-end;
  margin-top: auto;
  min-height: 38px;
  border-radius: 999px;
  border: 0;
  background: #ffffff;
  padding: 0.4rem 0.9rem;
  color: #0099cc;
  font-weight: 700;
}

.solx-inline-link:hover {
  color: #ff6633;
}

.solx-server-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.solx-card {
  border: 1px solid #d7e7f5;
  border-radius: 14px;
  background: #ffffff;
  padding: 1.25rem;
  box-shadow: 0 12px 24px rgba(8, 35, 66, 0.08);
  display: flex;
  flex-direction: column;
}

.solx-server-card {
  grid-column: auto;
}

#product-family .sol-head {
  text-align: left;
}

#product-family .sol-head p {
  margin-left: 0;
  margin-right: 0;
  max-width: 72ch;
}

.solx-card h3 {
  color: #003366;
  margin: 0 0 0.35rem;
}

.solx-card p {
  color: #3e5f82;
  margin: 0 0 0.55rem;
}

.solx-cap-list {
  margin: 0 0 0.7rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.32rem;
  color: #355577;
  font-size: 0.92rem;
}

.solx-cap-list li {
  position: relative;
  padding-left: 1rem;
}

.solx-cap-list li::before {
  content: "v";
  position: absolute;
  left: 0;
  top: 0;
  color: #0099cc;
  font-size: 0.8rem;
  font-weight: 700;
}

.solx-card a {
  margin-top: auto;
  align-self: flex-end;
  display: inline-flex;
  min-height: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  padding: 0;
  color: #0099cc;
  font-weight: 700;
}

.solx-card a:hover {
  color: #ff6633;
}

.solx-subhead {
  margin-top: 0;
  margin-bottom: 2.5rem;
  text-align: center;
}

.solx-edge-section {
  margin-top: 1.75rem;
  border-radius: 12px;
  background: #e6f2ff;
  padding: 1.5rem;
}

.solx-subhead h2 {
  font-size: clamp(2rem, 3.1vw, 2.25rem);
  line-height: 1.15;
  color: #003366;
}

.solx-subhead p {
  font-size: 1rem;
  color: #333333;
}

.solx-edge-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.solx-edge-card {
  border: 1px solid #d9e3ec;
  border-radius: 8px;
  background: #ffffff;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.solx-edge-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 28px rgba(8, 35, 66, 0.14);
}

.solx-edge-card h3 {
  margin: 0.8rem 0 0.4rem;
  font-size: 1.5rem;
  line-height: 1.25;
  color: #003366;
}

.solx-edge-card .sol-card-image-placeholder {
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 150px;
}

.solx-device-code {
  margin: 0;
  color: #333333;
  font-size: 0.875rem;
  font-weight: 600;
}

.solx-badge {
  display: inline-flex;
  border-radius: 999px;
  background: #0099cc;
  color: #ffffff;
  border: 1px solid #0099cc;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.32rem 0.72rem;
  margin: 0.45rem 0 0.65rem;
}

.solx-edge-card p {
  margin: 0 0 0.55rem;
  color: #333333;
  font-size: 1rem;
}

.solx-edge-card a {
  margin-top: auto;
  align-self: flex-start;
  color: #0099cc;
  font-weight: 700;
  font-size: 0.97rem;
}

.solx-edge-card a:hover {
  color: #ff6633;
}

.solx-edge-footer {
  margin-top: 1rem;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-radius: 12px;
  background: #003366;
  padding: 1rem;
}

.solx-edge-footer article {
  border: 0;
  border-radius: 8px;
  background: transparent;
  padding: 0.45rem;
  text-align: center;
}

.solx-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #0099cc;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.74rem;
  font-weight: 800;
  margin: 0 auto 0.3rem;
}

.solx-edge-footer strong {
  display: block;
  color: #ffffff;
}

.solx-edge-footer p {
  margin: 0.12rem 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.875rem;
}

.solx-arch-section {
  padding: 3.85rem 0;
  background: linear-gradient(180deg, #f5f8fc 0%, #eef4fb 100%);
  color: #003366;
}

.solx-arch-head h2,
.solx-arch-head p {
  color: #003366;
}

.solx-arch-head p {
  color: #355577;
}

.solx-arch-sticky-stage {
  display: none;
}

.solx-arch-demo {
  max-width: 980px;
  margin: 0 auto 4.25rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  align-items: start;
}

.solx-arch-stack-visual {
  position: relative;
  min-height: 500px;
  perspective: 1100px;
}

.solx-arch-plate {
  position: absolute;
  width: 292px;
  height: 164px;
  border-radius: 16px;
  padding: 1rem 1.1rem;
  left: 50%;
  top: 50%;
  transform-style: preserve-3d;
  transform: translate(-50%, -50%) rotateZ(-24deg) rotateX(56deg);
  box-shadow: 0 20px 36px rgba(11, 30, 52, 0.18);
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.34s ease, box-shadow 0.34s ease, filter 0.34s ease, opacity 0.28s ease;
}

.solx-arch-plate h3 {
  position: absolute;
  right: 1rem;
  bottom: 0.85rem;
  margin: 0;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  text-align: right;
  opacity: 0.92;
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.solx-arch-plate-resource {
  z-index: 1;
  background: linear-gradient(145deg, #143f8a, #0b2f6e);
  color: #ffffff;
  transform: translate(-53%, -50%) translateY(58px) rotateZ(-24deg) rotateX(56deg) scale(0.9);
}

.solx-arch-plate-compute {
  z-index: 2;
  background: linear-gradient(145deg, rgba(239, 245, 255, 0.9), rgba(213, 230, 250, 0.78));
  border-color: rgba(189, 214, 238, 0.9);
  color: #003366;
  transform: translate(-51.5%, -50%) translateY(28px) rotateZ(-24deg) rotateX(56deg) scale(0.95);
}

.solx-arch-plate-platform {
  z-index: 3;
  background: linear-gradient(145deg, #10a4d7, #0494cb);
  color: #ffffff;
  transform: translate(-49%, -50%) translateY(-2px) rotateZ(-24deg) rotateX(56deg) scale(0.98);
}

.solx-arch-plate-apps {
  z-index: 4;
  background: linear-gradient(145deg, #22d6ae, #09b994);
  border-color: rgba(103, 228, 191, 0.85);
  color: #ffffff;
  transform: translate(-47%, -50%) translateY(-32px) rotateZ(-24deg) rotateX(56deg);
}

.solx-arch-plate.is-active {
  box-shadow: 0 30px 52px rgba(2, 19, 40, 0.32);
  filter: saturate(1.08) brightness(1.06);
}

.solx-arch-demo:hover .solx-arch-plate,
.solx-arch-demo:focus-within .solx-arch-plate {
  box-shadow: 0 24px 42px rgba(11, 30, 52, 0.2);
}

.solx-arch-demo:hover .solx-arch-plate:not(.is-active),
.solx-arch-demo:focus-within .solx-arch-plate:not(.is-active) {
  filter: saturate(0.84) brightness(0.9);
  opacity: 0.72;
}

.solx-arch-demo:hover .solx-arch-plate-resource,
.solx-arch-demo:focus-within .solx-arch-plate-resource {
  transform: translate(-53%, -50%) translateY(148px) rotateZ(-24deg) rotateX(56deg) scale(0.91);
}

.solx-arch-demo:hover .solx-arch-plate-compute,
.solx-arch-demo:focus-within .solx-arch-plate-compute {
  transform: translate(-51.5%, -50%) translateY(58px) rotateZ(-24deg) rotateX(56deg) scale(0.96);
}

.solx-arch-demo:hover .solx-arch-plate-platform,
.solx-arch-demo:focus-within .solx-arch-plate-platform {
  transform: translate(-49%, -50%) translateY(-32px) rotateZ(-24deg) rotateX(56deg) scale(0.99);
}

.solx-arch-demo:hover .solx-arch-plate-apps,
.solx-arch-demo:focus-within .solx-arch-plate-apps {
  transform: translate(-47%, -50%) translateY(-122px) rotateZ(-24deg) rotateX(56deg) scale(1.01);
}

.solx-arch-demo:hover .solx-arch-plate h3,
.solx-arch-demo:focus-within .solx-arch-plate h3 {
  opacity: 0.8;
}

.solx-arch-demo:hover .solx-arch-plate.is-active,
.solx-arch-demo:focus-within .solx-arch-plate.is-active {
  filter: saturate(1.16) brightness(1.1);
  box-shadow: 0 32px 58px rgba(1, 16, 35, 0.34);
  border-color: rgba(255, 255, 255, 0.48);
}

.solx-arch-plate.is-active h3,
.solx-arch-demo:hover .solx-arch-plate.is-active h3,
.solx-arch-demo:focus-within .solx-arch-plate.is-active h3 {
  opacity: 1;
  transform: translateY(-1px);
}

.solx-arch-details {
  display: grid;
  gap: 1rem;
}

.solx-arch-detail {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 0.7rem;
  align-items: start;
  opacity: 0.34;
  transition: opacity 0.24s ease;
}

.solx-arch-detail.is-active {
  opacity: 1;
}

.solx-arch-detail-dot {
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 50%;
  margin-top: 0.58rem;
  background: #11c99a;
  box-shadow: 0 0 0 6px rgba(17, 201, 154, 0.12);
  position: relative;
}

.solx-arch-detail-dot::after {
  content: "";
  position: absolute;
  left: calc(100% + 0.48rem);
  top: 50%;
  width: 1.6rem;
  height: 1px;
  background: rgba(17, 201, 154, 0.48);
}

.solx-arch-detail h3 {
  margin: 0 0 0.2rem;
  font-size: 1.72rem;
  color: #003366;
}

.solx-arch-detail p {
  margin: 0;
  color: #4d6684;
  line-height: 1.45;
}

.solx-layer-chiprow {
  margin: 0.45rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.solx-layer-chiprow span {
  border-radius: 999px;
  padding: 0.28rem 0.62rem;
  font-size: 0.8rem;
  font-weight: 700;
  background: #e6f2ff;
  color: #003366;
}

.solx-arch-platform {
  margin: 1.2rem auto 0;
  max-width: 980px;
  border: 1px solid #d8e6f5;
  border-radius: 12px;
  background: #ffffff;
  padding: 1rem;
}

.solx-arch-platform h3 {
  margin: 0 0 0.28rem;
  color: #003366;
}

.solx-arch-platform p {
  margin: 0;
  color: #355577;
}

.solx-chip-row {
  margin-top: 0.7rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.solx-chip-row span {
  border-radius: 999px;
  background: #e6f2ff;
  color: #003366;
  font-size: 0.82rem;
  padding: 0.28rem 0.62rem;
}

.solx-market-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.solx-market-card {
  border: 1px solid #d7e7f4;
  border-radius: 14px;
  background: #ffffff;
  padding: 0.95rem;
  box-shadow: 0 12px 24px rgba(8, 35, 66, 0.08);
}

.solx-market-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 10px;
  background: linear-gradient(135deg, #0099cc, #003366);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  margin-bottom: 0.45rem;
}

.solx-market-card h3 {
  color: #003366;
  margin: 0 0 0.5rem;
}

.solx-chip-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.solx-chip-cloud span {
  border-radius: 999px;
  background: #f5f5f5;
  color: #333333;
  font-size: 0.8rem;
  padding: 0.28rem 0.58rem;
}

.solx-deploy-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.solx-deploy-card {
  border: 1px solid #d7e7f4;
  border-radius: 14px;
  background: #ffffff;
  padding: 0.95rem;
  box-shadow: 0 12px 24px rgba(8, 35, 66, 0.08);
}

.solx-deploy-icon {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 10px;
  background: linear-gradient(135deg, #d8ecff, #f4f9ff);
  border: 1px solid #bed9ee;
  color: #003366;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.55rem;
}

.solx-deploy-card h3 {
  color: #003366;
  margin: 0 0 0.35rem;
}

.solx-deploy-card h4 {
  margin: 0.5rem 0 0.3rem;
  color: #003366;
  font-size: 0.93rem;
}

.solx-cta-final {
  padding: 3rem 0;
  background: linear-gradient(135deg, #005a98, #0082bf 56%, #ff6633);
}

.solx-cta-inner {
  text-align: center;
  color: #ffffff;
}

.solx-cta-inner h2 {
  color: #ffffff;
  margin-bottom: 0.35rem;
}

.solx-cta-inner p {
  margin: 0 auto;
  max-width: 70ch;
  color: rgba(245, 252, 255, 0.92);
}

.solx-cta-actions {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
}

.solx-btn-orange {
  background: #ff6633;
  border-color: #ff6633;
  color: #ffffff;
}

.solx-btn-orange:hover {
  background: #ea5728;
  border-color: #ea5728;
}

.solx-btn-white {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #003366;
}

.solx-btn-ghost {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}

@media (max-width: 1100px) {
  .solx-panel {
    grid-template-columns: 1fr;
  }

  .solx-panel-media {
    min-height: 220px;
  }

  .solx-panel-grid,
  .solx-metrics,
  .solx-achievements,
  .solx-server-grid,
  .solx-edge-grid,
  .solx-edge-footer,
  .solx-market-grid,
  .solx-deploy-grid {
    grid-template-columns: 1fr;
  }

  .solx-arch-demo {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .solx-arch-stack-visual {
    min-height: 430px;
  }

  .solx-server-card {
    grid-column: auto;
  }

  .solx-edge-section {
    padding: 1.1rem;
  }
}

@media (max-width: 860px) {
  .solx-hero {
    padding: 4.2rem 0 5.9rem;
  }

  .solx-center-head {
    text-align: center;
  }

  .solx-tabs {
    justify-content: center;
  }

  .solx-tab {
    font-size: 0.88rem;
  }

  .solx-subhead {
    margin-bottom: 1.4rem;
  }

  .solx-edge-section {
    padding: 0.9rem;
  }

  .solx-edge-footer article {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 0.65rem;
    text-align: left;
    align-items: center;
  }

  .solx-icon {
    grid-row: 1 / span 2;
    margin: 0;
  }

  .solx-edge-footer strong,
  .solx-edge-footer p {
    grid-column: 2;
  }

  .solx-arch-demo {
    gap: 0.35rem;
    margin-bottom: 2.4rem;
  }

  .solx-arch-stack-visual {
    min-height: 405px;
  }

  .solx-arch-plate {
    width: 214px;
    height: 122px;
    top: 42%;
  }

  .solx-arch-plate-resource {
    transform: translate(-55%, -50%) translateY(62px) rotateZ(-20deg) rotateX(56deg) scale(0.93);
  }

  .solx-arch-plate-compute {
    transform: translate(-52%, -50%) translateY(26px) rotateZ(-20deg) rotateX(56deg) scale(0.96);
  }

  .solx-arch-plate-platform {
    transform: translate(-49%, -50%) translateY(-8px) rotateZ(-20deg) rotateX(56deg) scale(0.98);
  }

  .solx-arch-plate-apps {
    transform: translate(-46%, -50%) translateY(-40px) rotateZ(-20deg) rotateX(56deg);
  }

  .solx-arch-demo:hover .solx-arch-plate-resource,
  .solx-arch-demo:focus-within .solx-arch-plate-resource {
    transform: translate(-55%, -50%) translateY(108px) rotateZ(-20deg) rotateX(56deg) scale(0.94);
  }

  .solx-arch-demo:hover .solx-arch-plate-compute,
  .solx-arch-demo:focus-within .solx-arch-plate-compute {
    transform: translate(-52%, -50%) translateY(34px) rotateZ(-20deg) rotateX(56deg) scale(0.97);
  }

  .solx-arch-demo:hover .solx-arch-plate-platform,
  .solx-arch-demo:focus-within .solx-arch-plate-platform {
    transform: translate(-49%, -50%) translateY(-24px) rotateZ(-20deg) rotateX(56deg) scale(0.99);
  }

  .solx-arch-demo:hover .solx-arch-plate-apps,
  .solx-arch-demo:focus-within .solx-arch-plate-apps {
    transform: translate(-46%, -50%) translateY(-82px) rotateZ(-20deg) rotateX(56deg) scale(1.01);
  }

  .solx-arch-detail {
    grid-template-columns: 2.3rem 1fr;
  }

  .solx-arch-detail h3 {
    font-size: 1.34rem;
  }

  .solx-arch-detail-dot::after {
    width: 1rem;
  }

  .solx-cta-actions .btn {
    width: 100%;
  }
}
