/* =========================================================================
   SECTION: INSIGHTS FOR THE FUTURE  (.sec-insights)
   Source: Figma fileKey lweOnfp23FBRWjuK2mQ7cw, node 1:447 "Frame 14"
           (+ children 1:450, 1:453-457, 1:458-481). Frame 1:300, 1280px
           content column. Coordinates are RAW frame-absolute px (NOT
           rebased to section-local 0), matching the sibling "services"/
           "trusted" sections. Fixed px only, no clamp/vw/vh/%/media
           (transform translateY(50%) used the same way sibling sections
           use translateY(-50%) for Figma's vertical-center constraint).
   Fonts referenced by family name only: 'Ailerons' (button micro-label),
   'Inter' (card body/date text) — assumed loaded/declared globally.
   ========================================================================= */

.sec-insights {
  position: relative;
  width: 1280px;
}

/* ---------- 1:450 "Group 53" — dark navy band with baked-in heading ----------
   Real design bleed (not artificial stretch): node x=-97 w=1432 vs the 1280
   content column, i.e. 97px bleed left / 55px bleed right. Kept exact. */
.sec-insights .ins-band-bg {
  position: absolute;
  left: -53.7px;
  top: 4104px;
  width: 1432px;
  height: 618px;
  display: block;
  z-index: 0;
}

/* ---------- 1:453 "SEE MORE" button ---------- */
.sec-insights .ins-seemore {
  position: absolute;
  left: 1028px;
  top: 4605px;
  width: 153px;
  height: 46px;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #002444;
  display: block;
  text-decoration: none;
  z-index: 1;
}

.sec-insights .ins-seemore-label {
  position: absolute;
  left: 15px;
  top: 13px;
  width: 90px;
  height: 19px;
  margin: 0;
  font-family: 'Ailerons', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
  color: #80121d;
}

.sec-insights .ins-seemore-icon-bg {
  position: absolute;
  left: 111px;
  top: 7px;
  width: 34px;
  height: 31px;
  background: #80121d;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec-insights .ins-seemore-icon {
  transform: rotate(-45deg);
  display: block;
}

/* ---------- Cards (1:458-465 / 1:466-472 / 1:474-480) ----------
   Light rounded card, cover photo, red circular arrow button, title + date. */
.sec-insights .ins-card {
  position: absolute;
  width: 373px;
  height: 342px;
  background: #ebebeb;
  border-radius: 13px;
  z-index: 1;
}

.sec-insights .ins-card--1 {
  left: 453px;
  top: 4612px;
}

.sec-insights .ins-card--2 {
  left: 453px;
  top: 4986px;
}

.sec-insights .ins-card--3 {
  left: 453px;
  top: 5359px;
}

.sec-insights .ins-card-arrow {
  position: absolute;
  width: 44px;
  height: 44px;
  background: #80121d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec-insights .ins-card--1 .ins-card-arrow {
  left: 316px;
  top: 271px;
}

.sec-insights .ins-card--2 .ins-card-arrow,
.sec-insights .ins-card--3 .ins-card-arrow {
  left: 313px;
  top: 270px;
}

.sec-insights .ins-card-image {
  position: absolute;
  left: 14px;
  width: 346px;
  height: 237px;
  overflow: hidden;
}

.sec-insights .ins-card--1 .ins-card-image {
  top: 12px;
  border-radius: 7px;
}

.sec-insights .ins-card--2 .ins-card-image,
.sec-insights .ins-card--3 .ins-card-image {
  top: 16px;
  border-radius: 8px;
}

.sec-insights .ins-card-image img {
  display: block;
  width: 346px;
  height: 237px;
}

.sec-insights .ins-card-text {
  position: absolute;
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.04;
  letter-spacing: -0.12px;
  color: #303030;
}

.sec-insights .ins-card--1 .ins-card-text {
  left: 14px;
  width: 245px;
  bottom: 49.5px;
  transform: translateY(50%);
}

.sec-insights .ins-card--2 .ins-card-text,
.sec-insights .ins-card--3 .ins-card-text {
  left: 26px;
  width: 261px;
  bottom: 50px;
  transform: translateY(50%);
}

.sec-insights .ins-card-date {
  display: block;
  margin-top: 12px;
  font-size: 10px;
  line-height: 1.04;
}

.sec-insights .ins-card--1 .ins-card-date {
  color: rgba(48, 48, 48, 0.67);
}

.sec-insights .ins-card--2 .ins-card-date,
.sec-insights .ins-card--3 .ins-card-date {
  color: rgba(48, 48, 48, 0.65);
}
