.product-system-section {
  position: relative;
  overflow: hidden;
  padding: clamp(52px, 5vw, 76px) 0 clamp(48px, 5vw, 72px);
  background:
    radial-gradient(circle at 82% 18%, rgba(50, 132, 255, 0.1), transparent 28%),
    linear-gradient(180deg, #f8fbff 0%, #f3f8ff 100%);
}

.product-system-section::before {
  content: "";
  position: absolute;
  top: 70px;
  right: -130px;
  width: 680px;
  height: 680px;
  border: 1px solid rgba(59, 130, 246, 0.08);
  border-radius: 50%;
  box-shadow: 0 0 0 38px rgba(59, 130, 246, 0.025), 0 0 0 76px rgba(59, 130, 246, 0.018);
  pointer-events: none;
}

.product-system-shell {
  position: relative;
  z-index: 1;
  width: min(94%, 1600px);
  margin-inline: auto;
}

.product-system-heading {
  max-width: 920px;
  margin: 0 auto clamp(20px, 2.2vw, 30px);
  text-align: center;
}

.product-system-heading .eyebrow {
  margin-bottom: 8px;
  color: #1263da;
}

.product-system-heading h1,
.product-system-heading h2 {
  margin: 0;
  color: #0b2748;
  font-size: clamp(40px, 4vw, 64px);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.product-system-heading p {
  margin: 18px 0 0;
  color: #526b88;
  font-size: clamp(16px, 1.1vw, 19px);
  line-height: 1.75;
}

.product-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(720px, 100%);
  margin: 0 auto clamp(22px, 2.2vw, 30px);
}

.product-pillar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 0;
  padding: 2px clamp(16px, 1.8vw, 26px);
}

.product-pillar + .product-pillar {
  border-left: 1px solid rgba(15, 76, 148, 0.08);
}

.product-pillar img {
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  border-radius: 0;
  object-fit: cover;
  mix-blend-mode: multiply;
}

.product-pillar h2,
.product-pillar h3,
.product-pillar p {
  margin: 0;
}

.product-pillar h2,
.product-pillar h3 {
  color: #102d50;
  font-size: 18px;
  line-height: 1.35;
}

.product-pillar p {
  margin-top: 4px;
  color: #647c96;
  font-size: 13px;
  white-space: nowrap;
}

.product-showcase-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(0, 1fr);
  gap: clamp(18px, 1.4vw, 24px);
  align-items: stretch;
}

.product-showcase-side {
  height: 100%;
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 1.4vw, 24px);
}

.product-showcase-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(180, 204, 234, 0.72);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(36, 83, 135, 0.11);
}

.product-showcase-card--primary {
  min-height: 0;
  border-color: rgba(152, 194, 242, 0.76);
  background: linear-gradient(135deg, #ffffff 0%, #f4f8ff 100%);
}

.product-showcase-card--secondary {
  min-height: 0;
  border-color: rgba(169, 204, 187, 0.58);
  background: linear-gradient(135deg, #ffffff 0%, #fafcfb 100%);
}

.product-showcase-inner {
  display: grid;
  width: 100%;
  height: 100%;
  min-width: 0;
}

.product-showcase-card--primary .product-showcase-inner {
  grid-template-columns: minmax(0, 56%) minmax(280px, 44%);
}

.product-showcase-card--secondary .product-showcase-inner {
  grid-template-columns: minmax(0, 64%) minmax(170px, 36%);
}

.product-showcase-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-width: 0;
  height: 100%;
  padding: clamp(30px, 2.35vw, 40px);
}

.product-showcase-card--secondary .product-showcase-content {
  padding: clamp(20px, 1.55vw, 27px);
}

.product-showcase-visual {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  min-width: 0;
  overflow: hidden;
}

.product-showcase-visual::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0 auto 0 0;
  width: 44%;
  pointer-events: none;
}

.product-showcase-card--primary .product-showcase-visual::before {
  background: linear-gradient(90deg, #f7faff 0%, rgba(247, 250, 255, 0.88) 36%, rgba(247, 250, 255, 0) 100%);
}

.product-showcase-card--secondary .product-showcase-visual::before {
  background: linear-gradient(90deg, #f8fdfa 0%, rgba(248, 253, 250, 0.88) 36%, rgba(248, 253, 250, 0) 100%);
}

.product-showcase-visual::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: 4%;
  bottom: 4%;
  width: 78%;
  height: 32%;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(18px);
}

.product-showcase-card--primary .product-showcase-visual::after {
  background: radial-gradient(ellipse, rgba(70, 143, 255, 0.18) 0%, rgba(70, 143, 255, 0) 72%);
}

.product-showcase-card--secondary .product-showcase-visual::after {
  background: radial-gradient(ellipse, rgba(34, 148, 96, 0.08) 0%, rgba(34, 148, 96, 0) 72%);
}

.product-showcase-visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
  opacity: 0.94;
  filter: saturate(0.9) contrast(0.96);
}

.product-showcase-card--primary .product-showcase-visual {
  align-items: flex-end;
  padding: 28px 18px 18px 0;
}

.product-showcase-card--primary .product-showcase-visual img {
  width: 102%;
}

.product-showcase-card--secondary .product-showcase-visual {
  align-items: center;
  padding: 14px 14px 14px 0;
}

.product-showcase-card--secondary .product-showcase-visual img {
  width: 92%;
  opacity: 0.86;
  filter: saturate(0.7) contrast(0.94);
}

.product-showcase-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.product-showcase-index {
  display: inline-grid;
  place-items: center;
  min-width: 50px;
  height: 50px;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(145deg, #1982ff, #0755c7);
  box-shadow: 0 8px 18px rgba(14, 101, 218, 0.24);
  font-size: 20px;
  font-weight: 700;
}

.product-showcase-role {
  display: inline-flex;
  align-items: center;
  height: 50px;
  padding: 0 18px;
  border: 1px solid #bcd6fb;
  border-radius: 12px;
  color: #0755c7;
  background: rgba(240, 247, 255, 0.92);
  font-size: 15px;
  font-weight: 700;
}

.product-showcase-card--secondary .product-showcase-index {
  min-width: 44px;
  height: 44px;
  background: linear-gradient(145deg, #27b46b, #12914e);
  box-shadow: 0 8px 18px rgba(18, 145, 78, 0.2);
  font-size: 17px;
}

.product-showcase-card--secondary .product-showcase-role {
  height: 44px;
  padding-inline: 16px;
  border-color: #bfe3cf;
  border-radius: 11px;
  color: #12914e;
  background: #f1faf5;
  font-size: 14px;
}

.product-showcase-card h2,
.product-showcase-card h3 {
  max-width: 620px;
  margin: 0;
  color: #0b294b;
  font-size: clamp(27px, 2vw, 36px);
  line-height: 1.25;
}

.product-showcase-card--secondary h2,
.product-showcase-card--secondary h3 {
  font-size: clamp(20px, 1.4vw, 26px);
}

.product-showcase-description {
  margin: 18px 0 0;
  color: #4e6784;
  font-size: 15px;
  line-height: 1.8;
}

.product-showcase-card--secondary .product-showcase-description {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.65;
}

.product-feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.product-feature-list li {
  padding: 7px 11px;
  border: 1px solid #d9e7f8;
  border-radius: 999px;
  color: #2d5f9e;
  background: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 600;
}

.product-showcase-card--secondary .product-feature-list {
  gap: 6px;
  margin-top: 10px;
}

.product-showcase-card--secondary .product-feature-list li {
  padding: 5px 9px;
  border-color: #cfe2d8;
  color: #477360;
  background: rgba(255, 255, 255, 0.92);
  font-size: 11px;
}

.product-showcase-note {
  margin: 26px 0 0;
  color: #526b88;
  font-size: 14px;
  line-height: 1.7;
}

.product-scope-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  max-width: 450px;
  gap: 8px 10px;
  margin-top: 18px;
  padding: 0;
  list-style: none;
}

.product-scope-list li {
  justify-content: center;
  min-width: 0;
  padding: 7px 6px;
  border: 1px solid rgba(171, 204, 239, 0.45);
  border-radius: 8px;
  color: #4f7199;
  background: rgba(234, 243, 255, 0.64);
  font-size: 11px;
  font-weight: 600;
  text-align: center;
}

.product-showcase-action {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  padding: 12px 20px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #0874ef, #135fd2);
  box-shadow: 0 10px 24px rgba(14, 101, 218, 0.22);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-showcase-card--secondary .product-showcase-action {
  margin-top: 14px;
  padding: 9px 16px;
  background: linear-gradient(135deg, #20aa63, #0d8b49);
  box-shadow: 0 8px 20px rgba(18, 145, 78, 0.18);
  font-size: 12px;
}

.product-showcase-action:hover,
.product-showcase-action:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(14, 101, 218, 0.28);
}

.product-capability-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 78px;
  margin-top: clamp(16px, 1.5vw, 22px);
  overflow: hidden;
  border: 1px solid #d9e6f6;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 6px 18px rgba(36, 83, 135, 0.035);
}

.product-capability-strip article {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 0;
  padding: 10px clamp(14px, 1.5vw, 22px);
}

.product-capability-strip article + article {
  border-left: 1px solid #dbe7f5;
}

.product-capability-strip img {
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  border-radius: 0;
  object-fit: cover;
  mix-blend-mode: multiply;
  filter: saturate(0.82);
}

.product-capability-strip h2,
.product-capability-strip h3,
.product-capability-strip p {
  margin: 0;
}

.product-capability-strip h2,
.product-capability-strip h3 {
  color: #0c5dcc;
  font-size: 15px;
  line-height: 1.35;
}

.product-capability-strip p {
  margin-top: 5px;
  color: #6a8098;
  font-size: 11px;
  line-height: 1.5;
}

@media (max-width: 1200px) {
  .product-showcase-layout {
    grid-template-columns: 1fr;
  }

  .product-showcase-side {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .product-showcase-card--secondary .product-showcase-content {
    padding: 24px;
  }

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

  .product-capability-strip article:nth-child(3) {
    border-left: 0;
  }

  .product-capability-strip article:nth-child(n+3) {
    border-top: 1px solid #dbe7f5;
  }
}

@media (max-width: 768px) {
  .product-system-section {
    padding-block: 48px 56px;
  }

  .product-system-shell {
    width: min(92%, 100%);
  }

  .product-system-heading h1,
  .product-system-heading h2 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .product-system-heading p br {
    display: none;
  }

  .product-pillars {
    width: 100%;
  }

  .product-pillar {
    flex-direction: column;
    gap: 7px;
    padding-inline: 8px;
    text-align: center;
  }

  .product-pillar img {
    width: 48px;
    height: 48px;
  }

  .product-pillar h2,
  .product-pillar h3 {
    font-size: 15px;
  }

  .product-pillar p {
    font-size: 11px;
    white-space: normal;
  }

  .product-showcase-side {
    grid-template-columns: 1fr;
  }

  .product-showcase-card--primary,
  .product-showcase-card--secondary {
    min-height: auto;
  }

  .product-showcase-card--primary .product-showcase-inner,
  .product-showcase-card--secondary .product-showcase-inner {
    grid-template-columns: 1fr;
  }

  .product-showcase-content,
  .product-showcase-card--secondary .product-showcase-content {
    width: 100%;
    min-height: 0;
    padding: 26px 22px;
  }

  .product-showcase-card--primary .product-showcase-visual,
  .product-showcase-card--secondary .product-showcase-visual {
    justify-content: center;
    min-height: 190px;
    padding: 0 18px 18px;
  }

  .product-showcase-visual::before {
    display: none;
  }

  .product-showcase-card--primary .product-showcase-visual img {
    width: min(100%, 520px);
  }

  .product-showcase-card--secondary .product-showcase-visual img {
    width: min(90%, 380px);
  }

  .product-showcase-card h2,
  .product-showcase-card h3,
  .product-showcase-card--secondary h2,
  .product-showcase-card--secondary h3 {
    font-size: clamp(22px, 7vw, 29px);
  }

  .product-showcase-card--secondary .product-showcase-action {
    margin-top: 22px;
  }

  .product-capability-strip article {
    justify-content: flex-start;
    padding: 14px;
  }

  .product-capability-strip {
    grid-template-columns: 1fr;
  }

  .product-capability-strip article + article {
    border-top: 1px solid #dbe7f5;
    border-left: 0;
  }
}

@media (max-width: 520px) {
  .product-pillars {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .product-pillar {
    flex-direction: row;
    justify-content: flex-start;
    padding: 10px 18px;
    border: 1px solid #d9e6f6;
    border-radius: 16px;
    background: rgba(255,255,255,0.8);
    text-align: left;
  }

  .product-pillar + .product-pillar {
    border-left: 1px solid #d9e6f6;
  }

  .product-feature-list li,
  .product-scope-list li {
    font-size: 11px;
  }
}
