.tpm-video-experience {
  position: relative;
  overflow: hidden;
  padding: 106px 0 122px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 253, 253, 0.94)),
    var(--tpm-white);
  isolation: isolate;
}

.tpm-video-experience::before {
  content: "";
  position: absolute;
  top: -42px;
  left: max(-80px, calc((100% - 1180px) / 2 - 150px));
  z-index: 0;
  width: min(520px, 72vw);
  height: min(460px, 64vw);
  background-image: radial-gradient(circle, rgba(239, 0, 67, 0.28) 1.6px, transparent 1.9px);
  background-size: 17px 17px;
  -webkit-mask-image: radial-gradient(circle at 20% 14%, #000 0%, rgba(0, 0, 0, 0.78) 30%, transparent 72%);
  mask-image: radial-gradient(circle at 20% 14%, #000 0%, rgba(0, 0, 0, 0.78) 30%, transparent 72%);
  pointer-events: none;
}

.tpm-video-experience::after {
  content: "";
  position: absolute;
  right: max(-120px, calc((100% - 1180px) / 2 - 190px));
  bottom: -120px;
  z-index: 0;
  width: min(620px, 74vw);
  height: min(520px, 62vw);
  background-image: radial-gradient(circle, rgba(239, 0, 67, 0.18) 1.5px, transparent 1.9px);
  background-size: 18px 18px;
  -webkit-mask-image: radial-gradient(circle at 76% 72%, #000 0%, rgba(0, 0, 0, 0.7) 28%, transparent 74%);
  mask-image: radial-gradient(circle at 76% 72%, #000 0%, rgba(0, 0, 0, 0.7) 28%, transparent 74%);
  pointer-events: none;
}

.tpm-video-experience .tpm-container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.08fr);
  gap: 56px;
  align-items: center;
}

.tpm-video-experience__heading {
  max-width: 520px;
  margin: 0;
  text-align: left;
}

.tpm-matriz .tpm-video-experience__kicker {
  margin: 0 0 10px;
  color: var(--tpm-pink) !important;
  font-family: var(--tpm-font-body);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.tpm-video-experience__heading h2,
.tpm-matriz .tpm-video-experience__title {
  margin: 0;
  color: var(--tpm-teal) !important;
  font-family: var(--tpm-font-body);
  font-size: clamp(34px, 4vw, 52px) !important;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.05 !important;
  text-transform: uppercase;
}

.tpm-matriz .tpm-video-experience__copy {
  max-width: 500px;
  margin: 20px 0 0;
  color: rgba(14, 33, 36, 0.76);
  font-size: 17px;
  font-weight: 650;
  line-height: 1.58;
}

.tpm-video-experience__bullets {
  display: grid;
  gap: 11px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.tpm-video-experience__bullets li {
  display: flex;
  align-items: center;
  gap: 11px;
  color: rgba(14, 33, 36, 0.78);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.tpm-video-experience__bullets i {
  display: inline-grid;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  place-items: center;
  border-radius: 50%;
  background: rgba(3, 139, 165, 0.12);
  color: var(--tpm-teal);
  font-size: 10px;
}

.tpm-video-experience__cta,
.tpm-matriz a.tpm-video-experience__cta {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
  padding: 0 26px;
  border: 2px solid var(--tpm-teal);
  border-radius: 999px;
  background: var(--tpm-teal);
  color: var(--tpm-white) !important;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: none;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.tpm-video-experience__cta:hover,
.tpm-video-experience__cta:focus-visible,
.tpm-matriz a.tpm-video-experience__cta:hover,
.tpm-matriz a.tpm-video-experience__cta:focus-visible {
  border-color: var(--tpm-pink);
  background: var(--tpm-pink);
  color: var(--tpm-white) !important;
  transform: translateY(-2px);
  outline: 0;
}

.tpm-video-experience__frame {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 10px;
  border: 2px solid rgba(239, 0, 67, 0.7);
  border-radius: 24px;
  background: var(--tpm-white);
  box-shadow: 0 18px 42px rgba(0, 38, 44, 0.12);
}

.tpm-video-experience__video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 16px;
  background: #071b1d;
  object-fit: cover;
}

@media (max-width: 1060px) {
  .tpm-video-experience .tpm-container {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
    gap: 34px;
  }
}

@media (max-width: 860px) {
  .tpm-video-experience {
    padding: 86px 0 96px;
  }

  .tpm-video-experience .tpm-container {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .tpm-video-experience__heading {
    max-width: 680px;
    margin: 0 auto;
    text-align: center;
  }

  .tpm-video-experience__heading h2 {
    font-size: clamp(34px, 7vw, 46px) !important;
  }

  .tpm-matriz .tpm-video-experience__copy,
  .tpm-video-experience__bullets {
    max-width: 620px;
    margin-right: auto;
    margin-left: auto;
  }

  .tpm-video-experience__bullets li {
    justify-content: center;
    text-align: left;
  }
}

@media (max-width: 560px) {
  .tpm-video-experience {
    padding: 68px 0 76px;
  }

  .tpm-video-experience::before {
    top: -48px;
    left: -180px;
    width: 430px;
    height: 380px;
  }

  .tpm-video-experience::after {
    right: -220px;
    bottom: -150px;
    width: 460px;
    height: 390px;
  }

  .tpm-matriz .tpm-video-experience__kicker {
    font-size: 13px;
  }

  .tpm-video-experience__heading h2 {
    font-size: 32px !important;
    line-height: 1.08 !important;
  }

  .tpm-matriz .tpm-video-experience__copy {
    font-size: 15px;
  }

  .tpm-video-experience__bullets {
    gap: 10px;
    margin-top: 18px;
  }

  .tpm-video-experience__bullets li {
    justify-content: flex-start;
    font-size: 14px;
  }

  .tpm-video-experience__cta,
  .tpm-matriz a.tpm-video-experience__cta {
    width: 100%;
    min-height: 50px;
    padding-right: 18px;
    padding-left: 18px;
    white-space: normal;
  }

  .tpm-video-experience__frame {
    padding: 7px;
    border-width: 2px;
    border-radius: 22px;
  }

  .tpm-video-experience__video {
    border-radius: 16px;
  }
}

