
/* =========================================================
   ANTIBE INSIGHTS
   Minimum text size: 15px
   ========================================================= */

.insights-page {
  color: var(--ink);
  background: #fff;
}

.insights-page .section-shell {
  width: min(calc(100% - 56px), var(--content-max));
}

.insights-hero {
  position: relative;
  overflow: hidden;
  min-height: 780px;
  background: #eaf5fb;
}

.insights-hero__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 88%, rgba(255,103,48,.40), transparent 29%),
    radial-gradient(circle at 87% 13%, rgba(74,177,255,.58), transparent 31%),
    radial-gradient(circle at 72% 88%, rgba(31,170,160,.15), transparent 30%),
    linear-gradient(135deg,#e3f3fb,#f4f9fb 50%,#fff4ec);
}

.insights-hero__shell {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 56px), var(--page-max));
  min-height: 780px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
}

.insights-hero__content {
  width: min(calc(100% - 80px), 1440px);
  margin: auto;
  padding: 86px 0 74px;
}

.insights-hero h1 {
  max-width: 1180px;
  margin: 20px 0 0;
  color: #050505;
  font-size: clamp(58px, 5vw, 84px);
  line-height: 1.03;
  letter-spacing: -.055em;
  font-weight: 400;
}

.insights-hero__lead {
  max-width: 920px;
  margin: 26px 0 0;
  color: #405961;
  font-size: 19px;
  line-height: 1.64;
}

.insights-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.insights-feature {
  padding: 110px 0 120px;
  background: #fff;
}

.insights-feature__card {
  min-height: 590px;
  display: grid;
  grid-template-columns: 210px minmax(0, .9fr) minmax(460px, 1.1fr);
  gap: 46px;
  align-items: center;
  padding: 42px;
  overflow: hidden;
  border: 1px solid rgba(8,45,50,.08);
  border-radius: 28px;
  background:
    radial-gradient(circle at 85% 12%, rgba(74,177,255,.18), transparent 30%),
    linear-gradient(145deg,#f2f8fb,#fff 55%,#fff5ee);
  box-shadow: 0 28px 62px rgba(16,55,79,.09);
}

.insights-feature__meta {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 26px;
  border-right: 1px solid rgba(8,45,50,.08);
}

.insights-feature__meta span,
.insights-feature__meta strong {
  font-size: 15px;
}

.insights-feature__meta span {
  color: #687b80;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.insights-feature__meta strong {
  color: var(--ink);
  font-weight: 600;
}

.insights-feature__content h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(44px, 3.8vw, 64px);
  line-height: 1.06;
  letter-spacing: -.047em;
  font-weight: 400;
}

.insights-feature__content p {
  margin: 20px 0 0;
  color: #617378;
  font-size: 16px;
  line-height: 1.66;
}

.insights-feature__link {
  display: inline-block;
  margin-top: 30px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 600;
}

.insights-feature__visual {
  min-height: 440px;
  display: grid;
  place-items: center;
  padding: 32px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 80% 18%, rgba(74,177,255,.27), transparent 31%),
    radial-gradient(circle at 14% 86%, rgba(255,103,48,.20), transparent 30%),
    linear-gradient(145deg,#173148,#0d2130 68%,#07383a);
}

.insight-window {
  position: relative;
  width: 100%;
  max-width: 520px;
  aspect-ratio: 1.2 / 1;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 18px;
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(10px);
}

.insight-window > span {
  position: absolute;
  top: 18px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,.6);
}
.insight-window > span:nth-child(1){left:20px}
.insight-window > span:nth-child(2){left:38px}
.insight-window > span:nth-child(3){left:56px}

.insight-window::before {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  top: 65px;
  height: 22px;
  border-radius: 7px;
  background: rgba(255,255,255,.16);
  box-shadow:
    0 42px 0 rgba(255,255,255,.10),
    0 84px 0 rgba(255,255,255,.10),
    0 126px 0 rgba(255,255,255,.10),
    0 168px 0 rgba(255,255,255,.10);
}

.insight-window__heat {
  position: absolute;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  filter: blur(14px);
}
.insight-window__heat--one{left:18%;top:29%;background:rgba(255,89,45,.62)}
.insight-window__heat--two{right:14%;top:46%;background:rgba(74,177,255,.64)}
.insight-window__heat--three{left:42%;bottom:10%;background:rgba(255,190,71,.52)}

.insights-library {
  padding: 110px 0 120px;
  background: #f6f9fb;
}

.insights-section-head {
  max-width: 1080px;
}

.insights-section-head h2 {
  margin: 16px 0 0;
  color: var(--ink);
  font-size: clamp(45px, 3.8vw, 63px);
  line-height: 1.07;
  letter-spacing: -.047em;
  font-weight: 400;
}

.insights-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 42px;
}

.insights-filter button {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(8,45,50,.10);
  border-radius: 999px;
  color: #60747a;
  background: #fff;
  font: inherit;
  font-size: 15px;
  cursor: pointer;
}

.insights-filter button.is-active {
  color: #fff;
  border-color: var(--ink);
  background: var(--ink);
}

.insights-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 20px;
  margin-top: 34px;
}

.insight-card {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid rgba(8,45,50,.08);
  border-radius: 22px;
  background: #fff;
  transition: transform .2s ease, box-shadow .2s ease;
}

.insight-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 45px rgba(18,58,82,.08);
}

.insight-card.is-hidden {
  display: none;
}

.insight-card__category {
  color: #74868a;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.insight-card h3 {
  margin: 36px 0 0;
  color: var(--ink);
  font-size: 29px;
  line-height: 1.15;
  font-weight: 400;
}

.insight-card h3 a {
  color: inherit;
}

.insight-card p {
  margin: 15px 0 0;
  color: #687a7f;
  font-size: 15px;
  line-height: 1.62;
}

.insight-card > a {
  margin-top: auto;
  padding-top: 26px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 600;
}

.insights-bridge {
  padding: 110px 0 120px;
  background: #fff;
}

.insights-bridge__card {
  min-height: 390px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
  padding: 50px;
  border-radius: 28px;
  color: #fff;
  background:
    radial-gradient(circle at 85% 14%,rgba(74,177,255,.26),transparent 29%),
    radial-gradient(circle at 9% 90%,rgba(255,103,48,.19),transparent 29%),
    linear-gradient(135deg,#151822,#102d3d 58%,#07383a);
}

.insights-bridge__card > div {
  max-width: 1040px;
}

.insights-bridge__card > div > span {
  color: #9bd5ff;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.insights-bridge__card h2 {
  margin: 14px 0 0;
  color: #fff;
  font-size: clamp(42px, 3.5vw, 58px);
  line-height: 1.06;
  letter-spacing: -.045em;
  font-weight: 400;
}

.insights-bridge__card p {
  max-width: 790px;
  margin: 18px 0 0;
  color: rgba(255,255,255,.65);
  font-size: 16px;
  line-height: 1.65;
}

.insights-final-cta h2 {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1120px) {
  .insights-feature__card {
    grid-template-columns: 1fr;
  }
  .insights-feature__meta {
    min-height: 70px;
    flex-direction: row;
    padding-right: 0;
    padding-bottom: 22px;
    border-right: 0;
    border-bottom: 1px solid rgba(8,45,50,.08);
  }
  .insights-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .insights-bridge__card {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 980px) {
  .insights-hero,
  .insights-hero__shell {
    min-height: auto;
  }
  .insights-hero__shell {
    width: calc(100% - 40px);
  }
  .insights-hero__content {
    width: 100%;
  }
  .insights-page .section-shell {
    width: calc(100% - 40px);
  }
}

@media (max-width: 720px) {
  .insights-hero__shell,
  .insights-page .section-shell {
    width: calc(100% - 30px);
  }
  .insights-hero__content {
    padding-top: 50px;
  }
  .insights-hero h1 {
    font-size: 8vw;
    line-height: 1.08;
  }
  .insights-hero__lead {
    font-size: 17px;
  }
  .insights-hero__actions {
    flex-direction: column;
  }
  .insights-hero__actions .btn {
    width: 100%;
  }
  .insights-grid {
    grid-template-columns: 1fr;
  }
  .insights-filter {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
  }
  .insights-filter button {
    flex: 0 0 auto;
  }
}

@media (max-width: 560px) {
  .insights-feature,
  .insights-library,
  .insights-bridge {
    padding-top: 80px;
    padding-bottom: 86px;
  }
  .insights-feature__card {
    min-height: 0;
    padding: 26px;
  }
  .insights-feature__visual {
    min-height: 330px;
  }
  .insights-section-head h2,
  .insights-feature__content h2,
  .insights-bridge__card h2 {
    font-size: 40px;
  }
  .insights-bridge__card {
    min-height: 0;
    padding: 36px 25px;
  }
}


/* =========================================================
   V40 — INSIGHTS CARD REFINEMENTS
   ========================================================= */

.insights-library {
  padding-top: 110px;
}

.insight-card {
  position: relative;
  overflow: hidden;
  border-color: rgba(8,45,50,.07);
  background:
    radial-gradient(circle at 88% 12%, rgba(74,177,255,.11), transparent 31%),
    linear-gradient(145deg, #ffffff 0%, #f7fbfd 58%, #fff8f3 100%);
}

.insight-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #4ab1ff 0%, #1462cf 52%, #ff6b38 100%);
  opacity: .88;
}

.insight-card:nth-child(2n) {
  background:
    radial-gradient(circle at 12% 88%, rgba(31,170,160,.10), transparent 31%),
    linear-gradient(145deg, #ffffff 0%, #f8fbfa 58%, #f2f8ff 100%);
}

.insight-card:nth-child(3n) {
  background:
    radial-gradient(circle at 88% 12%, rgba(255,103,48,.09), transparent 31%),
    linear-gradient(145deg, #ffffff 0%, #fff9f4 56%, #f5f9fc 100%);
}
