/* Shared StackChum product landing-page layer. */
.product-page {
  background: #eef5fc;
  color: #10243d;
}
.product-page .site-header {
  background: #071a33;
}
.product-page .top-nav a { color: #e7f0fb; }
.product-page .top-nav .nav-cta { color: #071a33; }
.product-main { overflow: hidden; }
.product-hero {
  position: relative;
  padding: 78px max(24px, calc((100vw - 1180px) / 2)) 72px;
  background: linear-gradient(145deg, #071a33 0%, #0d3159 65%, #124a78 100%);
  color: #fff;
}
.product-hero::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -140px;
  top: -160px;
  border-radius: 50%;
  background: rgba(62, 190, 222, .12);
  box-shadow: 0 0 0 70px rgba(62, 190, 222, .04), 0 0 0 140px rgba(62, 190, 222, .025);
  pointer-events: none;
}
.product-hero-inner { position: relative; z-index: 1; max-width: 880px; }
.product-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.08);
  border-radius: 999px;
  padding: 8px 13px;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.product-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #55d5ee;
  box-shadow: 0 0 0 4px rgba(85,213,238,.12);
}
.product-hero h1 {
  margin: 22px 0 12px;
  max-width: 820px;
  font-size: clamp(2.55rem, 6vw, 5.35rem);
  line-height: .98;
  letter-spacing: -.045em;
  color: #fff;
}
.product-hero .lead {
  max-width: 770px;
  margin: 0;
  font-size: clamp(1.06rem, 2vw, 1.32rem);
  line-height: 1.7;
  color: #d9e8f7;
}
.product-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.product-actions .button { text-decoration: none; }
.product-actions .button.secondary { border-color: rgba(255,255,255,.42); color: #fff; }
.product-actions .button.secondary:hover { border-color: #fff; }
.product-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1180px;
  margin: -28px auto 0;
  position: relative;
  z-index: 2;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(7, 26, 51, .13);
}
.product-stat { background: #fff; padding: 24px; border-right: 1px solid #e4edf7; }
.product-stat:last-child { border-right: 0; }
.product-stat strong { display: block; font-size: 1.08rem; margin-bottom: 5px; color: #071a33; }
.product-stat span { display: block; color: #5a6c80; line-height: 1.45; font-size: .93rem; }
.product-content { max-width: 1180px; margin: 0 auto; padding: 80px 24px; }
.product-intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: 64px; align-items: start; }
.product-intro h2, .product-section h2 { color: #071a33; font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1.05; letter-spacing: -.035em; }
.product-intro p, .product-section p { color: #43586f; line-height: 1.75; }
.product-kicker { color: #157195 !important; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; }
.product-section { max-width: 1180px; margin: 0 auto; padding: 0 24px 80px; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.product-card {
  background: #fff;
  border: 1px solid #dae6f2;
  border-radius: 16px;
  padding: 26px;
  box-shadow: 0 8px 26px rgba(7, 26, 51, .05);
}
.product-card .card-label { color: #157195; font-size: .76rem; text-transform: uppercase; letter-spacing: .11em; font-weight: 800; }
.product-card h3 { color: #071a33; margin: 9px 0 10px; font-size: 1.25rem; }
.product-card p { margin: 0; font-size: .97rem; }
.product-report {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding: 32px;
  background: #071a33;
  border-radius: 20px;
  color: #fff;
}
.product-report h2 { color: #fff; margin-top: 0; }
.product-report p { color: #d5e4f3; }
.product-report ul { margin: 0; padding-left: 20px; color: #eaf2fa; line-height: 1.8; }
.product-note {
  margin-top: 24px;
  padding: 18px 20px;
  border-left: 4px solid #22a8c8;
  background: #e6f5f9;
  color: #2f5264;
  border-radius: 0 10px 10px 0;
  line-height: 1.6;
}
.product-cta {
  max-width: 1180px;
  margin: 0 auto 80px;
  padding: 44px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid #d9e6f2;
  display: flex;
  gap: 28px;
  align-items: center;
  justify-content: space-between;
}
.product-cta h2 { margin: 0 0 8px; color: #071a33; }
.product-cta p { margin: 0; color: #53687d; }
.product-cta .button { flex: 0 0 auto; }
.product-back { display: inline-block; margin-top: 20px; color: #b9d9f3; }
.product-back:hover { color: #fff; }
@media (max-width: 850px) {
  .product-strip { grid-template-columns: 1fr 1fr; margin-left: 18px; margin-right: 18px; }
  .product-stat:nth-child(2) { border-right: 0; }
  .product-stat:nth-child(-n+2) { border-bottom: 1px solid #e4edf7; }
  .product-intro, .product-report { grid-template-columns: 1fr; gap: 24px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-cta { margin-left: 18px; margin-right: 18px; padding: 30px; align-items: flex-start; flex-direction: column; }
}
@media (max-width: 540px) {
  .product-hero { padding-top: 52px; }
  .product-strip { grid-template-columns: 1fr; }
  .product-stat { border-right: 0; border-bottom: 1px solid #e4edf7; }
  .product-stat:last-child { border-bottom: 0; }
}
