.beyhla-product.beyhla-product--figma-v2 {
  background:
    radial-gradient(circle 489px at calc(50% - 811px) 100px, #5c2b0d 0%, rgb(92 43 13 / 0%) 72.5962%),
    radial-gradient(circle 489px at calc(50% + 1085px) 764px, #5c2b0d 0%, rgb(92 43 13 / 0%) 72.5962%),
    var(--beyhla-black);
  color: var(--beyhla-white);
  height: auto;
  min-height: 909px;
  overflow: hidden;
}

.beyhla-product-v2__inner {
  margin-inline: auto;
  padding: 104px 0 90px;
  width: 1370px;
}

.beyhla-product-v2__header {
  text-align: center;
}

.beyhla-product-v2__eyebrow {
  align-items: center;
  color: var(--beyhla-orange);
  display: flex;
  font-size: 18px;
  font-weight: 600;
  gap: 20px;
  justify-content: center;
  letter-spacing: 4px;
  line-height: 27px;
  margin: 0 auto 20px;
  text-transform: uppercase;
  width: 647px;
}

.beyhla-product-v2__eyebrow::before,
.beyhla-product-v2__eyebrow::after {
  background: var(--beyhla-orange);
  content: "";
  flex: 0 0 70px;
  height: 2px;
}

.beyhla-product-v2__heading {
  font-family: var(--beyhla-script-font);
  -webkit-font-smoothing: antialiased;
  font-size: 128px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 160px;
  margin: 0;
  min-height: 160px;
  text-rendering: geometricPrecision;
}

.beyhla-product-v2__heading .is-accent {
  color: var(--beyhla-orange);
}

.beyhla-product-v2__intro {
  color: var(--beyhla-white);
  font-size: 18px;
  line-height: 27px;
  margin: 40px auto 0;
  max-width: none;
  width: 810px;
}

.beyhla-product-v2__intro > :first-child {
  margin-top: 0;
}

.beyhla-product-v2__intro > :last-child {
  margin-bottom: 0;
}

.beyhla-product-v2__benefits {
  display: grid;
  gap: 48px 93px;
  grid-template-columns: repeat(5, 200px);
  list-style: none;
  margin: 56px 0 0;
  padding: 0;
  width: 1372px;
}

.beyhla-product-v2__benefit {
  align-content: start;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.beyhla-product-v2__icon {
  display: block;
  flex: 0 0 auto;
  height: 48px;
  margin-bottom: 13px;
  position: relative;
  width: 57px;
}

.beyhla-product-v2__icon img {
  height: auto;
  max-width: none;
}

.beyhla-product-v2__icon--custom {
  height: 53px;
  width: 57px;
}

.beyhla-product-v2__icon--custom > .beyhla-picture,
.beyhla-product-v2__icon--custom > img,
.beyhla-product-v2__icon--custom > .beyhla-picture > img {
  display: block;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  width: 100%;
}

.beyhla-product-v2__icon--feelings,
.beyhla-product-v2__icon--search {
  width: 48px;
}

.beyhla-product-v2__icon--competitive {
  width: 49px;
}

.beyhla-product-v2__icon--list {
  overflow: visible;
  width: 48px;
}

.beyhla-product-v2__icon--list img {
  height: 42px;
  width: 48px;
}

.beyhla-product-v2__icon--labels {
  height: 53px;
  margin-bottom: 13px;
  width: 57.3068px;
}

.beyhla-product-v2__icon--labels img {
  position: absolute;
}

.beyhla-product-v2__icon--labels img:nth-child(1) {
  height: 25.0959px;
  left: 34.6534px;
  top: 29.9px;
  width: 22.6534px;
}

.beyhla-product-v2__icon--labels img:nth-child(2) {
  height: 25.0959px;
  left: 0;
  top: 29.9px;
  width: 22.6534px;
}

.beyhla-product-v2__icon--labels img:nth-child(3) {
  height: 28.6852px;
  left: 14.3426px;
  top: 5px;
  width: 28.6852px;
}

@media (min-width: 1700px) {
  .beyhla-product-v2__eyebrow,
  .beyhla-product-v2__statement {
    transform: translateX(0.5px);
  }

  .beyhla-product-v2__eyebrow span {
    letter-spacing: 4px;
    white-space: nowrap;
  }

  .beyhla-product-v2__statement {
    white-space: nowrap;
  }
}

.beyhla-product-v2__benefit-title {
  color: var(--beyhla-white);
  display: block;
  font-family: var(--beyhla-body-font);
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  margin: 0;
  min-height: 54px;
}

.beyhla-product-v2__benefit-text {
  color: var(--beyhla-white);
  font-size: 16px;
  line-height: 24px;
  margin: 9px 0 0;
}

.beyhla-product-v2__statement {
  color: var(--beyhla-grey);
  font-family: var(--beyhla-heading-font, "Open Wellingtons", "Open Sans", Arial, sans-serif);
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  margin: 53px auto 0;
  min-height: 48px;
  text-align: center;
  width: 819px;
}

.beyhla-product-v2__cta.beyhla-button {
  box-shadow: 6px 6px 8px rgb(0 0 0 / 25%);
  display: flex;
  height: 59px;
  letter-spacing: 0;
  line-height: 27px;
  margin: 48px auto 0;
  min-height: 59px;
  padding: 16px 24px;
  white-space: nowrap;
  width: 330px;
}

@media (max-width: 1699px) {
  .beyhla-product.beyhla-product--figma-v2 {
    background:
      radial-gradient(circle 420px at -100px 60px, #5c2b0d 0%, rgb(92 43 13 / 0%) 72.5962%),
      radial-gradient(circle 420px at calc(100% + 180px) 78%, #5c2b0d 0%, rgb(92 43 13 / 0%) 72.5962%),
      var(--beyhla-black);
    min-height: 0;
  }

  .beyhla-product-v2__inner {
    padding: clamp(64px, 7vw, 104px) 0 clamp(64px, 7vw, 90px);
    width: min(1370px, calc(100% - 48px));
  }

  .beyhla-product-v2__eyebrow {
    max-width: 100%;
  }

  .beyhla-product-v2__heading {
    font-size: clamp(64px, 8vw, 128px);
    line-height: 1.25;
    min-height: 0;
    white-space: normal;
  }

  .beyhla-product-v2__intro {
    max-width: 810px;
    width: 100%;
  }

  .beyhla-product-v2__benefits {
    gap: 48px clamp(28px, 4vw, 72px);
    grid-template-columns: repeat(5, minmax(0, 1fr));
    width: 100%;
  }

  .beyhla-product-v2__statement {
    max-width: 819px;
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .beyhla-product-v2__benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .beyhla-product-v2__eyebrow {
    gap: 14px;
    letter-spacing: 2px;
  }

  .beyhla-product-v2__eyebrow::before,
  .beyhla-product-v2__eyebrow::after {
    flex-basis: 40px;
  }

  .beyhla-product-v2__benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Product and Sales share one responsive BlackBones display scale. */
@media (max-width: 700px) {
  .beyhla-product-v2__heading {
    font-size: clamp(42px, 12vw, 64px);
  }
}

@media (max-width: 640px) {
  .beyhla-product-v2__inner {
    padding-block: 48px 56px;
    width: calc(100% - 32px);
  }

  .beyhla-product-v2__eyebrow {
    font-size: 13px;
    gap: 10px;
    letter-spacing: 1.5px;
    line-height: 20px;
    margin-bottom: 28px;
  }

  .beyhla-product-v2__eyebrow::before,
  .beyhla-product-v2__eyebrow::after {
    flex-basis: 24px;
    height: 1px;
  }

  .beyhla-product-v2__heading {
    line-height: 1.12;
  }

  .beyhla-product-v2__heading-main,
  .beyhla-product-v2__heading-second {
    display: block;
    overflow-wrap: anywhere;
  }

  .beyhla-product-v2__intro {
    font-size: 16px;
    line-height: 24px;
    margin-top: 28px;
  }

  .beyhla-product-v2__benefits {
    gap: 40px;
    grid-template-columns: 1fr;
    margin-top: 48px;
  }

  .beyhla-product-v2__benefit {
    align-items: center;
    justify-self: center;
    max-width: 300px;
    text-align: center;
    width: 100%;
  }

  .beyhla-product-v2__benefit-title {
    min-height: 0;
  }

  .beyhla-product-v2__statement {
    font-size: clamp(22px, 5vw, 32px);
    line-height: 1.4;
    margin-top: 48px;
    min-height: 0;
    overflow-wrap: break-word;
    text-wrap: balance;
  }

  .beyhla-product-v2__cta.beyhla-button {
    margin-top: 40px;
    max-width: 330px;
    width: 100%;
  }
}

@media (max-width: 380px) {
  .beyhla-product-v2__cta.beyhla-button {
    font-size: 16px;
    padding-inline: 12px;
  }
}
