/* BP Eagles – Rólunk hero */

.bpe-about-hero,
.bpe-about-hero * {
  box-sizing: border-box;
}

.bpe-about-hero {
  --blue: #0097df;
  --blue-light: #12acf3;
  --black: #030609;
  --line: rgba(255, 255, 255, 0.11);
  --shell: 1380px;

  position: relative;
  overflow: hidden;
  min-height: 680px;
  color: #f5f7f9;
  background:
    radial-gradient(circle at 22% 42%, rgba(0, 151, 223, 0.07), transparent 31%),
    var(--black);
  font-family: "Rajdhani", "Arial Narrow", Arial, sans-serif;
}

.bpe-about-hero::before {
  position: absolute;
  top: 90px;
  left: -270px;
  width: 660px;
  height: 660px;
  border: 1px solid rgba(0, 151, 223, 0.1);
  border-radius: 50%;
  content: "";
  box-shadow:
    0 0 0 65px rgba(255, 255, 255, 0.012),
    0 0 0 130px rgba(0, 151, 223, 0.012);
}

.bpe-about-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--blue), transparent);
  opacity: 0.5;
}

.bpe-about-hero__shell {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 64px), var(--shell));
  margin-inline: auto;
  padding: 26px 0 64px;
}

.bpe-about-hero__breadcrumb {
  display: flex;
  margin-bottom: 28px;
  align-items: center;
  gap: 9px;
  color: #68747d;
  font-family: "Inter", Arial, sans-serif;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bpe-about-hero__breadcrumb a {
  color: #87929b;
  text-decoration: none;
}

.bpe-about-hero__breadcrumb a:hover {
  color: var(--blue-light);
}

.bpe-about-hero__breadcrumb span:last-child {
  color: var(--blue);
}

.bpe-about-hero__layout {
  display: grid;
  min-height: 540px;
  grid-template-columns: minmax(390px, 0.86fr) minmax(0, 1.45fr);
  align-items: stretch;
}

.bpe-about-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  padding: 65px 58px 45px 0;
  justify-content: center;
  flex-direction: column;
}

.bpe-about-hero__eyebrow {
  display: flex;
  margin-bottom: 19px;
  align-items: center;
  gap: 10px;
  color: var(--blue-light);
  font-family: "Inter", Arial, sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.bpe-about-hero__eyebrow i {
  width: 24px;
  height: 2px;
  background: var(--blue);
}

.bpe-about-hero .bpe-about-hero__content h1 {
  margin: 0;
  color: #fff !important;
  font-size: clamp(64px, 6.1vw, 92px);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 0.84;
  text-transform: uppercase;
}

.bpe-about-hero .bpe-about-hero__content h1 span {
  color: var(--blue) !important;
}

.bpe-about-hero__content > p {
  max-width: 510px;
  margin: 30px 0 0;
  padding-left: 18px;
  border-left: 2px solid var(--blue);
  color: #a1abb3;
  font-family: "Inter", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.72;
}

.bpe-about-hero__facts {
  display: grid;
  max-width: 540px;
  margin-top: 40px;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.bpe-about-hero__facts > div {
  display: flex;
  min-height: 82px;
  padding: 14px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.bpe-about-hero__facts > div + div {
  border-left: 1px solid var(--line);
}

.bpe-about-hero__facts strong {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.bpe-about-hero__facts > div:first-child strong {
  color: var(--blue-light);
  font-size: 34px;
}

.bpe-about-hero__facts span {
  margin-top: 7px;
  color: #64717a;
  font-family: "Inter", Arial, sans-serif;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.bpe-about-hero__visual {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  clip-path: polygon(88px 0, 100% 0, 100% 100%, 88px 100%, 0 50%);
  background: #071019;
}

.bpe-about-hero__visual::before {
  position: absolute;
  z-index: 2;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(3, 6, 9, 0.54), transparent 34%),
    linear-gradient(0deg, rgba(3, 6, 9, 0.5), transparent 35%);
  pointer-events: none;
}

.bpe-about-hero__visual::after {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 88px;
  width: 1px;
  content: "";
  background: var(--blue);
  box-shadow: 0 0 15px rgba(0, 151, 223, 0.55);
}

.bpe-about-hero__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bpe-about-hero__label {
  position: absolute;
  z-index: 4;
  right: 24px;
  bottom: 21px;
  padding: 7px 10px;
  border: 1px solid rgba(0, 151, 223, 0.35);
  color: #c3cbd0;
  background: rgba(3, 6, 9, 0.75);
  font-family: "Inter", Arial, sans-serif;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.bpe-about-hero a:focus-visible {
  outline: 2px solid var(--blue-light);
  outline-offset: 3px;
}

/* Kisebb laptop */
@media (max-width: 1180px) {
  .bpe-about-hero__shell {
    width: min(calc(100% - 40px), var(--shell));
  }

  .bpe-about-hero__layout {
    grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.2fr);
  }

  .bpe-about-hero__content {
    padding-right: 38px;
  }

  .bpe-about-hero .bpe-about-hero__content h1 {
    font-size: clamp(60px, 6.6vw, 78px);
  }
}

/* Tablet */
@media (max-width: 850px) {
  .bpe-about-hero__layout {
    grid-template-columns: 1fr;
  }

  .bpe-about-hero__content {
    padding: 45px 0 50px;
  }

  .bpe-about-hero__content > p {
    max-width: 620px;
  }

  .bpe-about-hero__facts {
    max-width: none;
  }

  .bpe-about-hero__visual {
    min-height: 430px;
    clip-path: polygon(0 42px, 50% 0, 100% 42px, 100% 100%, 0 100%);
  }

  .bpe-about-hero__visual::after {
    top: 42px;
    right: 0;
    bottom: auto;
    left: 0;
    width: auto;
    height: 1px;
  }
}

/* Telefon */
@media (max-width: 560px) {
  .bpe-about-hero__shell {
    width: min(calc(100% - 28px), var(--shell));
    padding-top: 20px;
  }

  .bpe-about-hero .bpe-about-hero__content h1 {
    font-size: clamp(49px, 14vw, 66px);
  }

  .bpe-about-hero__content > p {
    margin-top: 24px;
    font-size: 13px;
  }

  .bpe-about-hero__facts {
    margin-top: 31px;
  }

  .bpe-about-hero__facts > div {
    min-height: 72px;
    padding-inline: 7px;
  }

  .bpe-about-hero__facts strong {
    font-size: 18px;
  }

  .bpe-about-hero__facts > div:first-child strong {
    font-size: 28px;
  }

  .bpe-about-hero__facts span {
    font-size: 6px;
    text-align: center;
  }

  .bpe-about-hero__visual {
    min-height: 300px;
  }

  .bpe-about-hero__visual img {
    object-position: 62% center;
  }
}

@media (max-width: 380px) {
  .bpe-about-hero__visual {
    min-height: 260px;
  }
}
