/* =============================================================
   Insights-Uebersicht (/insights/, Page-ID 69)
   Hero = lp-Intro aus leistung-shared.css (Werte identisch zu 69.css),
   hier nur das Post-Grid (#blog) + leere Abschluss-Sektion.
   Referenz: 69.css + universal.css | Prefix: in-
   ============================================================= */

/* Hero-Bild traegt jetzt width/height-Attribute (CLS): height-Hint
   neutralisieren, sonst wuerde das Bild auf Attribut-Hoehe verzerrt —
   Geometrie bleibt exakt wie ohne Attribute (natuerliches Seitenverhaeltnis). */
.lp-intro-image {
  height: auto;
}

/* --- #blog (.first-section, ID-Overrides padding 154/20) --- */
.in-grid-section {
  width: 100%;
  padding-top: 154px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

/* div_block-10-69 */
.in-grid-row {
  display: flex;
  flex-direction: row-reverse;
  text-align: left;
  width: 100%;
  z-index: 3;
  position: relative;
}

/* div_block-12-69 (+ .border-radius-global) */
.in-grid-wrap {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

/* _dynamic_list-14-69 */
.in-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(200px, 1fr));
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: stretch;
  width: 100%;
}

/* div_block-15-69 */
.in-tile {
  position: relative;
  margin-right: 50px;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* div_block-16-69 (Overlay, hier OHNE eigenen Gradient) */
.in-tile-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: left;
  padding: 45px;
}

/* div_block-17-69 */
.in-tile-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  z-index: 5;
}

/* div_block-18-69 */
.in-tile-meta {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 7px;
  text-align: left;
}

/* text_block-19-69 */
.in-tile-date {
  color: #fdfeff;
  text-transform: uppercase;
  font-style: italic;
  font-size: 15px;
  letter-spacing: .5px;
}

/* text_block-21-69 / universal .category-link */
.in-tile-category {
  background-color: #32b4a2;
  color: #fdfeff;
  padding: 2px 10px;
  border-radius: 5px;
  font-style: italic;
  font-size: 12px;
  letter-spacing: .5px;
}

.in-tile-category a {
  color: white !important;
}

/* text_block-23-69 */
.in-tile-title {
  color: #fdfeff;
  font-size: 26px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 16px;
}

/* div_block-26-69 / universal .post-tile-wrapper */
.in-tile-shade {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(35, 37, 39, 0.00) 20%, #232527 100%);
}

/* image-27-69 */
.in-tile-image {
  width: 100%;
  height: 600px;
  object-fit: cover;
  z-index: 1;
  max-width: none;
}

/* link_button-25-69 (ct-link-button-Basis) */
.in-tile-btn {
  display: inline-block;
  text-align: center;
}

/* --- Leere Abschluss-Sektion (section-2-69) --- */
.in-tail > .section-inner {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  align-items: center;
}

/* =============================================================
   Breakpoints (69.css)
   ============================================================= */

@media (max-width: 1920px) {
  .in-grid-row {
    overflow: hidden;
  }

  .in-grid {
    grid-template-columns: repeat(3, minmax(200px, 1fr));
    grid-column-gap: 40px;
    grid-row-gap: 20px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .in-tile {
    margin-right: 0;
  }
}

@media (max-width: 1399px) {
  .in-grid {
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

@media (max-width: 767px) {
  .in-grid {
    grid-template-columns: repeat(1, minmax(200px, 1fr));
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
