.ind-page {
  background: var(--body-bg);
}

.ind-page .edge-lock-layer {
  z-index: 15;
  opacity: calc(var(--edge-opacity) * 1.2);
}

.ind-page main {
  margin-top: 62px;
  position: relative;
  z-index: 10;
}

.ind-page .hero-header,
.ind-page .site-footer {
  position: relative;
  z-index: 30;
}

.ind-page .site-footer {
  margin-top: 0;
}

.ind-header {
  z-index: 200;
}

.ind-shell {
  width: min(1320px, 92vw);
  margin: 0 auto;
}

.ind-section {
  position: relative;
  padding: clamp(54px, 6vw, 96px) 0;
  overflow: hidden;
}

.ind-section--light {
  background: transparent;
  color: #535962;
}

.ind-section--light h2,
.ind-section--light h3 {
  color: #515862;
}

.ind-section--dark {
  background: linear-gradient(98deg, #242628 0%, #1b1d20 56%, #242628 100%);
  color: #eef3f8;
}

.ind-media {
  position: relative;
  background: linear-gradient(145deg, rgb(226 232 239 / 0.9), rgb(201 210 220 / 0.96));
  border: 1px solid rgb(118 132 148 / 0.35);
  overflow: hidden;
}

.ind-section--dark .ind-media {
  background: linear-gradient(145deg, rgb(54 63 74 / 0.75), rgb(39 45 53 / 0.88));
  border-color: rgb(169 186 206 / 0.28);
}

.ind-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.ind-media--cover img {
  object-fit: cover;
}

.ind-media__placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  text-align: center;
  padding: 16px;
  font-family: "MyriadProBold", "Segoe UI", sans-serif;
  font-size: clamp(0.85rem, 1.1vw, 1.1rem);
  color: #31455f;
  line-height: 1.35;
  background:
    linear-gradient(135deg, rgb(255 255 255 / 0.36) 25%, transparent 25%) -16px 0 / 32px 32px,
    linear-gradient(225deg, rgb(255 255 255 / 0.36) 25%, transparent 25%) -16px 0 / 32px 32px,
    linear-gradient(315deg, rgb(255 255 255 / 0.36) 25%, transparent 25%) 0 0 / 32px 32px,
    linear-gradient(45deg, rgb(255 255 255 / 0.36) 25%, transparent 25%) 0 0 / 32px 32px;
}

.ind-media__placeholder code {
  display: inline-block;
  margin-top: 6px;
  color: #1f3b5b;
}

.ind-section--dark .ind-media__placeholder {
  color: #e9f2ff;
  background:
    linear-gradient(135deg, rgb(255 255 255 / 0.08) 25%, transparent 25%) -16px 0 / 32px 32px,
    linear-gradient(225deg, rgb(255 255 255 / 0.08) 25%, transparent 25%) -16px 0 / 32px 32px,
    linear-gradient(315deg, rgb(255 255 255 / 0.08) 25%, transparent 25%) 0 0 / 32px 32px,
    linear-gradient(45deg, rgb(255 255 255 / 0.08) 25%, transparent 25%) 0 0 / 32px 32px;
}

.ind-section--dark .ind-media__placeholder code {
  color: #ca0d00;
}

.ind-media.has-media .ind-media__placeholder {
  display: none;
}

.ind-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: "MyriadProBold", "Segoe UI", sans-serif;
  letter-spacing: 0.02em;
  border: 1px solid var(--accent-blue);
  padding: 12px 22px;
}

.ind-btn--solid {
  color: #ffffff;
  background: #ca0d00;
}

.ind-hero {
  position: relative;
  min-height: clamp(500px, 62vh, 700px);
  display: grid;
  align-items: center;
  color: #ffffff;
  background: #0e1218;
}

.ind-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.ind-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgb(6 10 16 / 0.78) 0%, rgb(6 10 16 / 0.56) 50%, rgb(6 10 16 / 0.76) 100%);
}

.ind-hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.ind-hero__content h1 {
  margin: 0 auto;
  width: min(940px, 94%);
  font-family: "MyriadProBold", "Segoe UI", sans-serif;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.08;
}

.ind-hero__content p {
  margin: 18px auto 0;
  width: min(940px, 94%);
  font-size: clamp(1rem, 1.16vw, 1.3rem);
  line-height: 1.5;
  color: rgb(243 248 253 / 0.94);
}

.ind-wave-divider {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 44px;
  z-index: 4;
  background: var(--story-bg);
  clip-path: polygon(0 30%, 10% 42%, 24% 34%, 35% 45%, 50% 32%, 65% 46%, 80% 35%, 92% 43%, 100% 32%, 100% 100%, 0 100%);
}

.ind-benefits {
  text-align: center;
}

.ind-benefits h2 {
  margin: 0 auto;
  width: min(1040px, 94%);
  font-family: "MyriadProBold", "Segoe UI", sans-serif;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.1;
}

.ind-benefits__lead {
  margin: 16px auto 0;
  width: min(980px, 94%);
  font-size: clamp(1rem, 1.1vw, 1.2rem);
  line-height: 1.5;
}

.ind-benefits__grid {
  margin-top: clamp(30px, 3.2vw, 48px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 2.7vw, 42px);
}

.ind-benefits__grid article {
  max-width: 420px;
  margin: 0 auto;
}

.ind-icon {
  width: clamp(72px, 6.2vw, 92px);
  height: clamp(72px, 6.2vw, 92px);
  margin: 0 auto;
}

.ind-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ind-benefits__grid h3 {
  margin: 12px 0 0;
  font-family: "MyriadProBold", "Segoe UI", sans-serif;
  font-size: clamp(1.25rem, 1.6vw, 1.9rem);
  line-height: 1.25;
}

.ind-benefits__grid p {
  margin: 10px 0 0;
  font-size: clamp(0.95rem, 1.05vw, 1.13rem);
  line-height: 1.55;
}

.ind-types {
  padding-top: clamp(52px, 5.4vw, 88px);
}

.ind-types h2 {
  margin: 0;
  text-align: center;
  font-family: "MyriadProBold", "Segoe UI", sans-serif;
  font-size: clamp(2rem, 3vw, 3.3rem);
  line-height: 1.1;
}

.ind-types__lead {
  margin: 16px auto 0;
  width: min(1080px, 94%);
  text-align: center;
  font-size: clamp(1rem, 1.1vw, 1.18rem);
  line-height: 1.52;
}

.ind-types__stack {
  margin-top: clamp(28px, 3vw, 44px);
  display: grid;
  gap: clamp(26px, 3vw, 40px);
}

.ind-split {
  display: grid;
  grid-template-columns: minmax(320px, 48%) 1fr;
  gap: clamp(28px, 3vw, 48px);
  align-items: center;
}

.ind-split .ind-media {
  min-height: clamp(260px, 27vw, 390px);
}

.ind-split__copy h2,
.ind-split__copy h3 {
  margin: 0;
  font-family: "MyriadProBold", "Segoe UI", sans-serif;
  font-size: clamp(1.85rem, 2.6vw, 3.05rem);
  line-height: 1.12;
}

.ind-split__copy p {
  margin: 16px 0 0;
  font-size: clamp(1rem, 1.08vw, 1.17rem);
  line-height: 1.58;
}

.ind-split__copy .ind-btn {
  margin-top: 20px;
}

.ind-band {
  min-height: clamp(300px, 34vw, 460px);
  display: grid;
  align-items: center;
}

.ind-notch {
  position: absolute;
  top: -1px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 34px solid transparent;
  border-right: 34px solid transparent;
  border-bottom: 20px solid var(--story-bg);
  transform: translateX(-50%);
  z-index: 5;
}

.ind-band__bg {
  position: absolute;
  inset: 0;
}

.ind-band__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgb(5 9 14 / 0.78) 0%, rgb(5 9 14 / 0.56) 48%, rgb(5 9 14 / 0.76) 100%);
}

.ind-band__content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.ind-band__content h2 {
  margin: 0;
  color: #ffffff;
  font-family: "MyriadProBold", "Segoe UI", sans-serif;
  font-size: clamp(2rem, 3.1vw, 3.5rem);
  line-height: 1.1;
}

.ind-band__content p {
  margin: 16px auto 0;
  width: min(980px, 94%);
  color: rgb(238 245 253 / 0.9);
  font-size: clamp(1rem, 1.12vw, 1.2rem);
  line-height: 1.52;
}

.ind-split-block {
  padding-top: clamp(46px, 4.8vw, 78px);
}

.ind-split--copy-first {
  grid-template-columns: 1fr minmax(340px, 50%);
}

.ind-split--copy-first .ind-split__copy h2,
.ind-split-block .ind-split__copy h2 {
  font-size: clamp(2rem, 3vw, 3.25rem);
}

.ind-metal {
  padding-top: clamp(56px, 6vw, 90px);
}

.ind-metal .ind-split__copy h2,
.ind-metal .ind-split__copy p {
  color: #f2f7fd;
}

.ind-metal .ind-split__copy p {
  max-width: 760px;
}

@media (max-width: 1180px) {
  .ind-benefits__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ind-benefits__grid article:last-child {
    grid-column: 1 / -1;
    max-width: 560px;
  }
}

@media (max-width: 980px) {
  .ind-split,
  .ind-split--copy-first {
    grid-template-columns: 1fr;
  }

  .ind-split--copy-first .ind-media {
    order: -1;
  }

  .ind-split__copy {
    text-align: center;
  }

  .ind-split__copy .ind-btn {
    justify-self: center;
  }

  .ind-band__content p {
    width: min(820px, 94%);
  }
}

@media (max-width: 760px) {
  .ind-page main {
    margin-top: 54px;
  }

  .ind-hero {
    min-height: 450px;
  }

  .ind-wave-divider {
    height: 30px;
  }

  .ind-benefits__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ind-benefits__grid article:last-child {
    grid-column: auto;
    max-width: 460px;
  }

  .ind-types__stack {
    gap: 22px;
  }

  .ind-split .ind-media {
    min-height: 230px;
  }

  .ind-notch {
    border-left-width: 22px;
    border-right-width: 22px;
    border-bottom-width: 14px;
  }
}
