.schneider-detail-section {
  padding: clamp(3rem, 6vw, 7rem) 0;
  border-top: 1px solid #d9e3ec;
  background: #fff;
}

.schneider-detail-muted { background: #f3f7fa; }

body main.acb-detail-page:not(.exe-blueprint-page) {
  width: 100%;
  max-width: none;
  padding-inline: 0;
}

body main.acb-detail-page:not(.exe-blueprint-page) > .shop-detail-breadcrumbs,
body main.acb-detail-page:not(.exe-blueprint-page) > .acb-detail-hero,
body main.acb-detail-page:not(.exe-blueprint-page) > .acb-key-points,
body main.acb-detail-page:not(.exe-blueprint-page) > .acb-frames,
body main.acb-detail-page:not(.exe-blueprint-page) > .acb-models,
body main.acb-detail-page:not(.exe-blueprint-page) > .acb-detail-cta {
  width: min(92vw, 3600px);
  margin-inline: auto;
}

.schneider-detail-shell {
  width: min(92vw, 3600px);
  margin-inline: auto;
}

.schneider-detail-heading {
  display: grid;
  grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr);
  gap: clamp(1.25rem, 4vw, 5rem);
  align-items: end;
  margin-bottom: clamp(1.75rem, 4vw, 3.75rem);
}

.schneider-detail-heading > p:first-child {
  color: #008fc3;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.schneider-detail-heading h2 {
  margin: 0;
  color: #0f2341;
  font-size: clamp(2rem, 4vw, 4.5rem);
  line-height: 1.05;
}

.schneider-detail-heading > p:last-child { grid-column: 2; margin: 0; color: #50657c; }

.schneider-check-grid,
.schneider-application-grid,
.schneider-recommend-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.schneider-check-grid { border: 1px solid #d2dee9; }
.schneider-check-grid li {
  min-height: 7rem;
  padding: 1.4rem;
  border-right: 1px solid #d2dee9;
  border-bottom: 1px solid #d2dee9;
  color: #0f2341;
  font-weight: 700;
}
.schneider-check-grid li:nth-child(4n) { border-right: 0; }
.schneider-check-grid li:nth-last-child(-n + 4) { border-bottom: 0; }

.schneider-application-grid article,
.schneider-recommend-grid article {
  min-width: 0;
  padding: clamp(1.35rem, 2.5vw, 2.5rem);
  border: 1px solid #d2dee9;
  background: #fff;
}

.schneider-application-grid article + article,
.schneider-recommend-grid article + article { border-left: 0; }
.schneider-application-grid span { color: #00a6d2; font-size: 1.65rem; }
.schneider-application-grid h3,
.schneider-recommend-grid h3 { color: #0f2341; font-size: 1.2rem; }
.schneider-application-grid p,
.schneider-recommend-grid p { color: #50657c; line-height: 1.7; overflow-wrap: anywhere; }
.schneider-recommend-grid a { color: #0076a8; font-weight: 800; font-size: .78rem; }

@media (max-width: 980px) {
  .schneider-detail-heading { grid-template-columns: 1fr; }
  .schneider-detail-heading > p:last-child { grid-column: 1; }
  .schneider-check-grid,
  .schneider-application-grid,
  .schneider-recommend-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .schneider-check-grid li:nth-child(4n) { border-right: 1px solid #d2dee9; }
  .schneider-check-grid li:nth-child(2n) { border-right: 0; }
  .schneider-check-grid li:nth-last-child(-n + 4) { border-bottom: 1px solid #d2dee9; }
  .schneider-check-grid li:nth-last-child(-n + 2) { border-bottom: 0; }
  .schneider-application-grid article + article,
  .schneider-recommend-grid article + article { border-left: 1px solid #d2dee9; }
}

@media (max-width: 620px) {
  .schneider-detail-shell { width: min(92vw, 42rem); }
  .schneider-check-grid,
  .schneider-application-grid,
  .schneider-recommend-grid { grid-template-columns: 1fr; }
  .schneider-check-grid li,
  .schneider-check-grid li:nth-child(2n),
  .schneider-check-grid li:nth-last-child(-n + 2) { min-height: auto; border-right: 0; border-bottom: 1px solid #d2dee9; }
  .schneider-check-grid li:last-child { border-bottom: 0; }
}
