.product-config-section {
  background: var(--surface-soft, #f4f8fc);
}

.product-config-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-24, 24px);
}

.product-config-card {
  padding: var(--space-24, 24px);
  border: 1px solid var(--border-color, #dfe8f2);
  border-radius: var(--radius-lg, 12px);
  background: var(--surface, #fff);
  box-shadow: var(--shadow-sm, 0 8px 24px rgb(15 23 42 / 8%));
}

.product-config-card:nth-child(2) {
  border-color: var(--color-primary, #2d7ff9);
  box-shadow: 0 12px 28px rgb(45 127 249 / 14%);
}

.product-config-card h3 {
  margin: 8px 0;
}

.product-config-card p {
  margin: 0;
  color: var(--text-secondary, #62748a);
}

.product-config-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0;
}

.product-config-metrics div {
  min-width: 0;
  padding: 12px;
  border-radius: var(--radius-md, 8px);
  background: var(--surface-soft, #f4f8fc);
}

.product-config-metrics dt {
  color: var(--text-tertiary, #8291a5);
  font-size: 12px;
}

.product-config-metrics dd {
  margin: 4px 0 0;
  color: var(--text-primary, #142033);
  font-weight: 600;
}

.product-config-features {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 20px;
  color: var(--text-primary, #142033);
}

@media (max-width: 760px) {
  .product-config-grid,
  .product-config-metrics {
    grid-template-columns: 1fr;
  }
}

.story-hero {
  padding: 132px 32px 78px;
  background:
    linear-gradient(90deg, rgba(226, 232, 240, 0.62) 1px, transparent 1px) center / 96px 100%,
    linear-gradient(135deg, #f8fafc, #fff 52%, #eff6ff);
}

.story-hero-grid,
.story-split,
.story-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1fr);
  gap: 48px;
  align-items: center;
}

.story-hero-copy,
.story-copy,
.story-section-head {
  display: grid;
  gap: 18px;
}

.story-section-head {
  justify-items: center;
  text-align: center;
}

.story-hero-copy .tag-list {
  max-width: 760px;
}

.story-hero-visual,
.story-photo,
.story-dashboard,
.story-topology {
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 24px 72px rgba(15, 23, 42, 0.12);
}

.story-hero-visual img,
.story-photo img {
  width: 100%;
  min-height: 340px;
  object-fit: cover;
}

.story-hero-visual figcaption,
.story-photo figcaption {
  display: grid;
  gap: 8px;
  border-top: 1px solid var(--color-border);
  padding: 18px 20px;
}

.story-photo figcaption span,
.story-hero-visual figcaption span {
  color: var(--color-text-muted);
  font-size: 13px;
}

.story-band {
  padding: 96px 32px;
  background: var(--color-bg);
}

.story-band.is-white,
.story-band:nth-of-type(even) {
  background: #fff;
}

.story-band.is-reverse .story-split,
.feature-row.is-reverse {
  direction: rtl;
}

.story-band.is-reverse .story-split > *,
.feature-row.is-reverse > * {
  direction: ltr;
}

.story-kicker {
  width: fit-content;
  border-radius: var(--radius-pill);
  background: #f9731614;
  color: var(--color-cta);
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 900;
}

.story-copy h2,
.story-section-head h2,
.story-cta h2 {
  margin: 0;
  color: var(--color-text-strong);
  font-family: var(--font-heading);
  font-size: 46px;
  line-height: 1.15;
}

.story-copy p,
.story-section-head p,
.story-cta p {
  max-width: 760px;
  margin: 0;
  color: var(--color-text-muted);
  font-size: 17px;
}

.story-section-head p {
  margin-right: auto;
  margin-left: auto;
}

.story-points {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.story-points li {
  position: relative;
  border-bottom: 1px solid var(--color-border);
  padding: 10px 0 10px 22px;
  color: var(--color-text);
}

.story-points li::before {
  position: absolute;
  top: 19px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: var(--radius-pill);
  background: var(--color-primary);
  content: "";
}

.story-proof {
  padding: 28px 32px;
  background: #fff;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: 18px;
  background: var(--color-border);
}

.proof-grid div {
  display: grid;
  gap: 8px;
  justify-items: center;
  background: #fff;
  padding: 24px;
  text-align: center;
}

.proof-grid strong {
  color: var(--color-primary);
  font-size: 28px;
  line-height: 1.1;
}

.proof-grid span {
  color: var(--color-text-muted);
  font-size: 13px;
  font-weight: 800;
}

@media (max-width: 1120px) {
  .story-hero-grid,
  .story-split,
  .feature-row,
  .story-cta-inner {
    grid-template-columns: 1fr;
  }

  .proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .story-hero,
  .story-band,
  .story-cta {
    padding-right: 16px;
    padding-left: 16px;
  }

  .story-hero {
    padding-top: 112px;
  }

  .story-hero-visual img,
  .story-photo img {
    min-height: 220px;
  }

  .story-section-head h2 {
    font-size: 34px;
  }

  .proof-grid {
    grid-template-columns: 1fr;
  }
}
