/* Lambortech Insights: editorial listing and reusable article layout. */
.insights-intro {
  padding: 72px 0 26px;
  text-align: center;
}

.insights-intro h2,
.insight-article h1,
.insight-article h2,
.insight-article h3 {
  color: #103b68;
}

.insights-intro h2 {
  margin: 0 0 12px;
  font-size: 36px;
}

.insights-intro p {
  margin: 0;
  color: #5e6872;
  font-size: 18px;
}

.insights-filter {
  margin: 10px 0 36px;
  padding: 0;
  text-align: center;
}

.insights-filter li {
  display: inline-block;
  margin: 4px;
}

.insights-filter button {
  padding: 9px 22px;
  border: 1px solid #cbd6e0;
  border-radius: 3px;
  background: #fff;
  color: #103b68;
  font-weight: 700;
}

.insights-filter button:hover,
.insights-filter button:focus,
.insights-filter button.active {
  border-color: #1f75bc;
  background: #1f75bc;
  color: #fff;
}

.insights-grid {
  padding-bottom: 76px;
}

.insight-card {
  height: 100%;
  margin-bottom: 30px;
  border: 1px solid #e1e7ed;
  background: #fff;
  box-shadow: 0 6px 20px rgba(16, 59, 104, 0.08);
}

.insight-card-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 2 / 1;
}

.insight-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.insight-card-body {
  padding: 25px;
}

.insight-category {
  display: inline-block;
  margin-bottom: 10px;
  color: #1f75bc;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.insight-card h3 {
  min-height: 58px;
  margin: 0 0 12px;
  color: #103b68;
  font-size: 22px;
  line-height: 1.3;
}

.insight-card p {
  color: #606b75;
  line-height: 1.7;
}

.insight-card-meta {
  margin: 18px 0 12px;
  color: #7b858e;
  font-size: 13px;
}

.insight-read-more {
  color: #1f75bc;
  font-weight: 700;
}

.insight-article {
  padding: 68px 0 80px;
}

.insight-article-header {
  max-width: 930px;
  margin: 0 auto 34px;
  text-align: center;
}

.insight-article-header h1 {
  margin: 8px 0 14px;
  font-size: 42px;
  line-height: 1.18;
}

.insight-subtitle {
  color: #596773;
  font-size: 20px;
  line-height: 1.55;
}

.insight-date {
  margin-top: 16px;
  color: #7b858e;
  font-size: 14px;
}

.insight-hero {
  width: 100%;
  margin-bottom: 45px;
  border-radius: 4px;
}

.insight-copy {
  max-width: 850px;
  margin: 0 auto;
}

.insight-copy h2 {
  margin: 48px 0 16px;
  font-size: 29px;
  line-height: 1.3;
}

.insight-copy h3 {
  margin: 30px 0 10px;
  font-size: 21px;
}

.insight-copy p {
  margin-bottom: 18px;
  color: #3f4b55;
  font-size: 17px;
  line-height: 1.85;
}

.related-product {
  display: flex;
  align-items: center;
  gap: 38px;
  margin-top: 58px;
  padding: 34px;
  border: 1px solid #dce4ec;
  background: #f7f9fb;
}

.related-product-image,
.related-product-copy {
  flex: 1;
}

.related-product-image img {
  width: 100%;
}

.related-product h2 {
  margin-top: 0;
}

.insight-cta {
  margin-top: 46px;
  padding: 38px;
  border-radius: 6px;
  background: #103b68;
  text-align: center;
}

.insight-cta h2,
.insight-cta p {
  color: #fff;
}

.insight-button {
  display: inline-block;
  margin-top: 12px;
  padding: 12px 24px;
  border-radius: 3px;
  background: #1f75bc;
  color: #fff;
  font-weight: 700;
}

.insight-button:hover,
.insight-button:focus {
  background: #fff;
  color: #103b68;
}

@media (max-width: 767px) {
  .insights-intro { padding-top: 50px; }
  .insights-intro h2 { font-size: 30px; }
  .insights-intro p { font-size: 16px; }
  .insight-card h3 { min-height: 0; }
  .insight-article { padding: 48px 0 60px; }
  .insight-article-header h1 { font-size: 31px; }
  .insight-subtitle { font-size: 17px; }
  .insight-copy h2 { font-size: 25px; }
  .related-product { display: block; padding: 24px; }
  .related-product-image { margin-bottom: 24px; }
  .insight-cta { padding: 28px 20px; }
}
