/* Technology card visuals: genuinely 20% smaller in both dimensions. */
.tech-page-preview .tech-overview-media{
  width:80%!important;
  max-width:80%!important;
  justify-self:center;
}
.tech-page-preview .tech-principle-card .tech-principle-media{padding:22px 0!important;background:#edf5fa}
.tech-page-preview .tech-principle-card .tech-principle-media img{
  display:block;
  width:80%!important;
  max-width:80%!important;
  aspect-ratio:16/9;
  height:auto;
  margin:0 auto;
  object-fit:cover;
  object-position:center;
  border-radius:14px;
}
@media(max-width:650px){
  .tech-page-preview .tech-overview-media{width:88%!important;max-width:88%!important}
  .tech-page-preview .tech-principle-card .tech-principle-media{padding:14px 0!important}
  .tech-page-preview .tech-principle-card .tech-principle-media img{width:88%!important;max-width:88%!important}
}

/* Full-page section rhythm: distinct transitions within the Spark palette. */
.tech-page-preview .tech-hero{
  background:linear-gradient(135deg,#eef8fd 0%,#e5f2f9 100%);
  border-bottom:1px solid #cee2ee;
}
.tech-page-preview .tech-overview{background:#fff}
.tech-page-preview .tech-principles{
  background:#edf5fa;
  border-top:1px solid #d9e8f1;
  border-bottom:1px solid #d9e8f1;
  padding:66px 0;
}
.tech-page-preview .tech-matching{
  background:#fff;
  border-bottom:1px solid #dbe8f0;
}
.tech-page-preview .tech-match-card{background:#f8fbfd}
.tech-page-preview .tech-selection{
  background:linear-gradient(135deg,#e8f4fa 0%,#dcecf5 100%);
  color:#172d47;
  border-top:1px solid #c9dfea;
  border-bottom:1px solid #bfd7e5;
}
.tech-page-preview .tech-selection h2{color:#071e36}
.tech-page-preview .tech-selection p{color:#375774}
.tech-page-preview .tech-selection .eyebrow{color:#087fcf!important}
.tech-page-preview .tech-selection-item{
  background:#fff;
  border:1px solid #c6dce8;
  box-shadow:0 12px 30px rgba(9,43,75,.07);
}
.tech-page-preview .tech-selection-item b{color:#071e36}
.tech-page-preview .tech-selection-item span{color:#587087}
.tech-page-preview .footer{border-top:0}
@media(max-width:600px){.tech-page-preview .tech-principles{padding:46px 0}}
