.insights-intro {
  background: linear-gradient(135deg, #eef5eb 0%, #f8fbf7 45%, #ebe7fb 100%);
  border-top: 1px solid #dce7dc;
  overflow: hidden;
}

.insights-hero {
  align-items: center;
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(0, .88fr) minmax(360px, 1.12fr);
}

.insights-copy h2 {
  font-size: clamp(38px, 4.15vw, 58px);
  letter-spacing: -3.35px;
  line-height: 1.05;
  margin: 0;
  max-width: 680px;
}

.insights-copy > p:not(.section-kicker) {
  color: #59675f;
  font-size: 16px;
  line-height: 1.75;
  margin: 27px 0 0;
  max-width: 600px;
}

.insight-stats {
  border-top: 1px solid #d3dfd5;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 34px;
  padding-top: 22px;
}

.insight-stats span {
  color: #59675f;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.45;
}

.insight-stats b {
  color: #17291f;
  display: block;
  font-size: 25px;
  letter-spacing: -1px;
  line-height: 1.1;
}

.insights-visual,
.insight-map-media {
  margin: 0;
}

.insights-visual {
  border: 1px solid #d6dfd8;
  border-radius: 12px;
  box-shadow: 0 28px 70px #253f612b;
  overflow: hidden;
  transform: rotate(1.2deg);
}

.insights-visual img,
.insight-map-media img {
  aspect-ratio: 1 / 1;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.insight-briefs {
  background: #fbfcfa;
  border-top: 1px solid #dfe7df;
  padding: 98px 0;
}

.brief-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

.brief-card {
  background: #fff;
  border: 1px solid #dfe7df;
  border-radius: 8px;
  min-height: 366px;
  padding: 28px;
  position: relative;
}

.brief-card-wide {
  background: linear-gradient(135deg, #ffffff 0%, #f2f7ef 100%);
  grid-column: span 2;
}

.brief-number {
  color: #6d9828;
  font-family: var(--font-geist-mono), monospace;
  font-size: 12px;
  font-weight: 800;
  position: absolute;
  right: 26px;
  top: 25px;
}

.brief-label {
  color: #66746c;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.2px;
  margin: 0 48px 28px 0;
  text-transform: uppercase;
}

.brief-card h3 {
  color: #17251d;
  font-size: clamp(22px, 2.2vw, 31px);
  letter-spacing: -1.4px;
  line-height: 1.1;
  margin: 0 0 18px;
  max-width: 620px;
}

.brief-card p:not(.brief-label) {
  color: #59675f;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
  max-width: 660px;
}

.brief-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
}

.brief-controls span {
  background: #eef5e7;
  border: 1px solid #d7e7c9;
  border-radius: 999px;
  color: #385145;
  font-size: 11px;
  font-weight: 800;
  padding: 8px 11px;
}

.insight-map {
  background: #17291f;
  color: #f5f8f3;
}

.insight-map-grid {
  align-items: center;
  display: grid;
  gap: 64px;
  grid-template-columns: minmax(360px, .95fr) minmax(0, 1.05fr);
}

.insight-map-media {
  border: 1px solid #ffffff24;
  border-radius: 12px;
  box-shadow: 18px 20px #70a25324;
  overflow: hidden;
}

.insight-map-copy h2 {
  font-size: clamp(38px, 4.15vw, 58px);
  letter-spacing: -3.35px;
  line-height: 1.05;
  margin: 0;
  max-width: 610px;
}

.insight-map-copy > p:not(.section-kicker) {
  color: #bdc9c0;
  font-size: 16px;
  line-height: 1.75;
  margin: 27px 0 0;
  max-width: 590px;
}

.map-points {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.map-points span {
  border-top: 1px solid #ffffff1f;
  color: #e0eadf;
  font-size: 14px;
  font-weight: 700;
  padding-top: 12px;
}

@media (width <= 950px) {
  .insights-hero,
  .insight-map-grid {
    grid-template-columns: 1fr;
  }

  .insights-visual {
    transform: none;
  }

  .brief-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (width <= 650px) {
  .insights-copy h2,
  .insight-map-copy h2 {
    font-size: 38px;
    letter-spacing: -2px;
  }

  .insight-stats,
  .brief-grid {
    grid-template-columns: 1fr;
  }

  .brief-card,
  .brief-card-wide {
    grid-column: auto;
    min-height: auto;
    padding: 24px;
  }

  .insight-briefs {
    padding: 74px 0;
  }
}
