.intro {
  position: relative;
  min-height: 850px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(2, 15, 24, 0.98) 0%, rgba(2, 15, 24, 0.9) 38%, rgba(2, 15, 24, 0.25) 68%),
    url("images/experience-building.jpg") center / cover no-repeat;
}

.intro::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(55, 184, 236, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(55, 184, 236, 0.055) 1px, transparent 1px);
  background-size: 80px 80px;
  pointer-events: none;
}

.intro .intro-grid {
  position: relative;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 70px;
  min-height: 610px;
}

.intro .section-copy {
  align-self: center;
  max-width: 610px;
}

.intro .section-copy h2 {
  max-width: 600px;
  color: #fff;
  font-size: clamp(48px, 4.4vw, 72px);
  line-height: 1.04;
}

.intro .section-copy h2::first-line {
  color: #fff;
}

.intro .section-copy h2 em {
  color: var(--blue);
  font-style: normal;
}

.intro .section-copy p:not(.eyebrow) {
  max-width: 545px;
  color: #aebdc5;
  font-size: 15px;
}

.intro .section-copy .text-link {
  display: inline-block;
  margin-top: 20px;
  color: var(--blue2);
}

.intro-visual {
  height: 610px;
  position: relative;
}

.intro .intro-small {
  top: 245px;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 2;
  width: min(430px, 62%);
  height: 300px;
  object-fit: cover;
  border: 1px solid rgba(57, 184, 236, 0.8);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
}

.intro .year-seal {
  top: 18px;
  right: 18%;
  left: auto;
  width: 170px;
  height: 170px;
  color: var(--blue2);
  background: rgba(3, 20, 31, 0.88);
  border-color: var(--blue2);
  box-shadow: 0 0 0 10px rgba(21, 151, 208, 0.08), 0 20px 50px rgba(0, 0, 0, 0.35);
}

.intro .year-seal strong {
  font-size: 40px;
}

.intro .year-seal span {
  color: #fff;
  font-size: 10px;
}

.intro-benefits {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 55px;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 104px;
  background: rgba(3, 20, 31, 0.9);
  border: 1px solid rgba(57, 184, 236, 0.12);
  backdrop-filter: blur(12px);
}

.intro-benefits div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px 20px;
  border-inline-end: 1px solid rgba(255, 255, 255, 0.12);
}

.intro-benefits div:last-child {
  border: 0;
}

.intro-benefits strong {
  margin-bottom: 5px;
  color: var(--blue2);
  font-size: 15px;
}

.intro-benefits span {
  color: #c6d1d6;
  font-size: 11px;
  line-height: 1.45;
}

@media (max-width: 980px) {
  .intro {
    min-height: auto;
    background-position: 62% center;
  }

  .intro .intro-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .intro .section-copy {
    max-width: 650px;
  }

  .intro-visual {
    height: 570px;
  }

  .intro .intro-small {
    top: 180px;
  }
}

@media (max-width: 640px) {
  .intro {
    padding-top: 90px;
    background:
      linear-gradient(180deg, rgba(2, 15, 24, 0.96), rgba(2, 15, 24, 0.68)),
      url("images/experience-building.jpg") 64% center / cover no-repeat;
  }

  .intro .section-copy h2 {
    font-size: 44px;
  }

  .intro-visual {
    height: 650px;
  }

  .intro .intro-small {
    top: 155px;
    left: 0;
    width: 100%;
    height: 250px;
  }

  .intro .year-seal {
    top: 0;
    right: 0;
    width: 125px;
    height: 125px;
  }

  .intro .year-seal strong {
    font-size: 30px;
  }

  .intro-benefits {
    right: 0;
    bottom: 0;
    left: 0;
    grid-template-columns: 1fr 1fr;
  }
}
