:root {
  --ind-hair: rgba(37, 64, 143, 0.14);
  --ind-muted: #5b6a78;
  --ind-faint: #8c98a4;
}

.ind-page {
  padding-top: 0;
  background: #fff;
}

.ind-heading {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.ind-heading__pill {
  font-family: var(--font-display);
  font-weight: 600;
  font-size:22px;
  line-height: 1.2;
  color: var(--brand-blue);
  margin: 0;
  padding:12px 30px;
  border: 1.5px solid var(--brand-blue);
  border-radius: 999px;
}

.ind-hero .ind-heading__pill {
  font-size: 35px;
  line-height: 1.08;
}

.ind-heading__accent {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.ind-heading__accent i {
  width: 30px;
  height: 6px;
  border-radius: 999px;
  background: #44c8f5;
}
.ind-heading__accent b {
  width: 7px;
  height: 6px;
  border-radius: 50%;
}
.ind-heading__accent b:nth-of-type(1) { background: #8bc751; }
.ind-heading__accent b:nth-of-type(2) { background: #ffcb05; }

.ind-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size:18px;
  line-height: 1.3;
  color: var(--brand-blue);
  margin: 0 0 1.2rem;
}

.ind-subtitle {
  font-family: var(--font-display);
  font-weight: 600;
  font-size:18px;
  line-height: 1.3;
  color: var(--brand-blue);
}

.ind-chip {
  display: inline-block;
  font-size:16px;
  font-weight: 600;
  line-height:22px;
  color:#000;
  background: linear-gradient(90deg, #f3da61, #89d7e7);
  padding:8px 20px;
  border-radius: 999px;
  margin: 0 0 1.15rem;
}

.ind-section { padding: clamp(1rem, 8vw, 1rem) 6vw; }

.ind-wrap { max-width: 1500px; margin: 0 auto; }

html.js .ind-segment p[data-reveal],
html.js .ind-split p[data-reveal] { transition-delay: 0.12s; }

.ind-cols p,
.ind-split p,
.ind-segment p {
  font-family: var(--font-body);
  font-size:16px;
  line-height:24px;
  color: #12224d;
  margin: 0 0 1.35rem;
}
.ind-cols p:last-child,
.ind-split p:last-child,
.ind-segment p:last-child { margin-bottom: 0; }

.ind-hero {
  position: relative;
  padding: max(calc(var(--nav-height, 141px) + clamp(1.5rem, 4vw, 3rem)), 150px) 6vw clamp(1.5rem, 4vw, 2.5rem);
}
.ind-hero__inner {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

.ind-cols { display: block; }

.ind-split { display: block; }

.ind-split p + .ind-subtitle { margin-top: clamp(2rem, 4vw, 3rem); }

.ind-segments__grid {
  display: block;
}
.ind-segment {
  padding-bottom: 30px;
}

.ind-figure {
  margin: clamp(2.2rem, 4vw, 3.2rem) 0 0;
}
.ind-figure1
{
  margin-top: 10px;
  margin-bottom: 40px;
}
.ind-figure__media {
  display: block;
  width: 100%;
  height: auto;
}
.ind-figure--placeholder .ind-figure__ph {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-height: clamp(220px, 30vw, 420px);
  padding: 2rem;
  text-align: center;
  color: var(--ind-faint);
  border: 2px dashed rgba(37, 64, 143, 0.28);
  background:
    repeating-linear-gradient(
      135deg,
      rgba(37, 64, 143, 0.035) 0 12px,
      rgba(37, 64, 143, 0) 12px 24px
    ),
    #f7f9fc;
    margin-bottom: 30px;
}

.ind-figure__ph-title {
  font-family: var(--font-display);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brand-blue);
  margin: 0.5rem 0 0;
}
.ind-figure__ph-meta {
  font-size: 0.78rem;
  line-height: 1.6;
  color: var(--ind-faint);
  margin: 0;
}

@media (max-width: 760px) {
  .ind-hero .ind-heading__pill { font-size: 32px; }
  .ind-section { padding: 3rem 6vw;
  padding-bottom: 0px;
  }
}
