:root {
  --product-shell: min(100% - 2rem, 1040px);
  --product-copy: min(100%, 860px);
  --product-radius: 24px;
  --product-border: 1px solid rgba(31, 58, 95, 0.08);
  --product-shadow: 0 16px 42px rgba(31, 58, 95, 0.06);
}

body.products-page {
  background:
    radial-gradient(circle at top left, rgba(232, 242, 251, 0.72), transparent 42%),
    linear-gradient(to bottom, #f5f9fc 0%, #f8fafc 22%, #ffffff 68%, #f7fafc 100%);
}

.products-page .site-header {
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(31, 58, 95, 0.06);
}

.products-page .site-footer {
  background: linear-gradient(to bottom, rgba(236, 244, 251, 0.38), rgba(255, 255, 255, 0.9));
  border-top: 1px solid rgba(31, 58, 95, 0.06);
}

.products-shell {
  width: var(--product-shell);
  margin: 0 auto;
}

.products-hero {
  padding: 7.75rem 0 5.2rem;
}

.products-hero .products-shell {
  width: min(100% - 2rem, 960px);
}

.products-kicker,
.product-chip {
  display: inline-block;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-accent);
}

.products-kicker {
  margin-bottom: 0.95rem;
}

.products-lead {
  font-size: 1.08rem;
  color: var(--color-heading);
  margin-top: 1.5rem;
}

.products-hero p:last-child,
.product-copy p:last-child,
.product-copy li:last-child,
.product-meta p:last-child,
.section-heading p:last-child {
  margin-bottom: 0;
}

.products-section {
  padding: 5.8rem 0;
}

.products-section--tint-a {
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(243,248,252,0.92) 18%, rgba(255,255,255,0) 100%);
}

.products-section--tint-b {
  background: linear-gradient(180deg, rgba(236,244,251,0.22) 0%, rgba(246,250,253,0.94) 24%, rgba(255,255,255,0.12) 100%);
}

.products-section--plain {
  padding-top: 5rem;
  padding-bottom: 6.2rem;
}

.section-heading.narrow,
.product-copy,
.products-hero .products-shell {
  width: var(--product-copy);
  max-width: 100%;
}

.section-heading--left {
  text-align: left;
}

.section-heading {
  margin-bottom: 2.7rem;
}

.section-heading h2 {
  margin-bottom: 0.95rem;
}

.product-card {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  align-items: stretch;
}

.product-chip {
  margin-bottom: 0.9rem;
}

.product-tagline {
  margin: 0.25rem 0 1.7rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-heading);
}

.product-copy p + p {
  margin-top: 1.45rem;
}

.feature-list {
  margin: 1.75rem 0 0;
  padding-left: 1.2rem;
}

.feature-list li + li {
  margin-top: 0.7rem;
}

.product-meta {
  border: var(--product-border);
  border-radius: var(--product-radius);
  box-shadow: var(--product-shadow);
  background: linear-gradient(180deg, rgba(255,255,255,0.94) 0%, rgba(246,250,253,0.9) 100%);
  padding: 1.6rem 1.5rem;
}

.meta-block + .meta-block {
  margin-top: 1.55rem;
  padding-top: 1.45rem;
  border-top: 1px solid rgba(31, 58, 95, 0.1);
}

.meta-block h3 {
  margin-bottom: 0.55rem;
  font-size: 1rem;
  color: var(--color-accent);
}

.overview-list {
  width: min(100%, 860px);
  margin-top: 2.6rem;
  border-top: 1px solid rgba(31, 58, 95, 0.1);
}

.overview-item {
  padding: 1.85rem 0 1.95rem;
  border-bottom: 1px solid rgba(31, 58, 95, 0.1);
}

.overview-item h3 {
  margin-bottom: 0.55rem;
  font-size: 1.05rem;
  color: var(--color-accent);
}

.cta-panel {
  width: min(100%, 860px);
  border: var(--product-border);
  border-radius: var(--product-radius);
  box-shadow: var(--product-shadow);
  background: linear-gradient(180deg, rgba(255,255,255,0.95) 0%, rgba(246,250,253,0.92) 100%);
  padding: 2rem 1.8rem;
}

.cta-panel p + p {
  margin-top: 1rem;
}

.cta-actions {
  margin-top: 1.35rem;
}

.footer-copy,
.copyright {
  margin-bottom: 0;
}

@media (max-width: 920px) {
  .products-hero {
    padding-top: 6rem;
    padding-bottom: 3.8rem;
  }

  .products-section {
    padding: 3.8rem 0;
  }

  .products-section--plain {
    padding-top: 3.4rem;
    padding-bottom: 4.6rem;
  }

  .product-card {
    gap: 1.4rem;
  }

  .section-heading {
    margin-bottom: 2rem;
  }

  .product-copy p + p {
    margin-top: 1.2rem;
  }

  .overview-item {
    padding: 1.45rem 0 1.55rem;
  }

  .product-meta,
  .cta-panel {
    padding: 1.45rem 1.15rem;
  }
}
