.demo-proof-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  margin-top:22px;
}
.demo-proof-grid figure{
  margin:0;
  overflow:hidden;
  border:1px solid var(--line);
  background:#fff;
}
.demo-proof-grid .image-trigger{
  display:block;
  width:100%;
  padding:0;
  border:0;
  background:#eef2f7;
  cursor:zoom-in;
}
.demo-proof-grid img{
  display:block;
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
  object-position:top left;
}
.demo-proof-grid figcaption{
  display:grid;
  gap:4px;
  padding:16px 18px;
}
.demo-proof-grid figcaption b{
  font-size:15px;
}
.demo-proof-grid figcaption span{
  color:var(--muted);
  font-size:13px;
  line-height:1.45;
}
.hero h1 span{
  font-size:.54em;
  font-weight:750;
  color:var(--muted);
  letter-spacing:-.035em;
}
.hero-statement{
  margin:0 0 14px;
  font-size:22px;
  line-height:1.45;
  font-weight:850;
  letter-spacing:-.035em;
}
.hero-proof{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:0;
  margin:28px 0 0;
  padding:0;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  list-style:none;
}
.hero-proof li{
  min-width:0;
  padding:15px 14px;
  border-right:1px solid var(--line);
}
.hero-proof li:first-child{padding-left:0}
.hero-proof li:last-child{border-right:0}
.hero-proof strong,.hero-proof span{display:block}
.hero-proof strong{font-size:18px;letter-spacing:-.035em}
.hero-proof span{margin-top:2px;color:var(--muted);font-size:12px}
.fit-summary{background:#f0f4ff}
.fit-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border-top:2px solid var(--ink);
}
.fit-grid article{
  min-height:250px;
  padding:28px;
  border-right:1px solid var(--line);
  border-bottom:1px solid var(--line);
  background:#fff;
}
.fit-grid article:first-child{border-left:1px solid var(--line)}
.fit-grid span{color:var(--accent);font-size:11px;font-weight:900}
.fit-grid h3{margin:40px 0 10px;font-size:22px;letter-spacing:-.04em}
.fit-grid p{margin:0;color:var(--muted);font-size:15px;line-height:1.75}
.target-strip{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-top:22px}
.target-strip strong{margin-right:4px;font-size:13px}
.target-strip span{padding:8px 12px;border:1px solid #ccd6ec;background:#fff;font-size:13px;font-weight:800}
@media (max-width: 1050px){
  .hero-proof{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hero-proof li:nth-child(2){border-right:0}
  .hero-proof li:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .fit-grid{grid-template-columns:1fr}
  .fit-grid article,.fit-grid article:first-child{min-height:0;border-left:1px solid var(--line)}
}
@media (max-width: 760px){
  .demo-proof-grid{
    grid-template-columns:1fr;
  }
  .hero h1 span{font-size:.6em}
  .hero-statement{font-size:19px}
  .hero-proof li{padding:13px 10px}
  .hero-proof li:first-child{padding-left:10px}
  .hero-proof strong{font-size:16px}
  .fit-grid h3{margin-top:22px}
}
