/* Official video showcase */
.tpm-video-showcase {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(5, 6, 10, 0.28);
}

.tpm-video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.tpm-video-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(10, 11, 18, 0.82);
  color: #ffffff;
  text-decoration: none !important;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.tpm-video-card:hover {
  border-color: rgba(64, 251, 255, 0.72);
  color: #ffffff;
  transform: translateY(-4px);
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.28);
}

.tpm-video-card figure {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
  background: #07080c;
}

.tpm-video-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 240ms ease;
}

.tpm-video-card:hover figure img {
  transform: scale(1.035);
}

.tpm-video-card figure::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 50%, rgba(5, 6, 10, 0.82));
  pointer-events: none;
}

.tpm-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: var(--button-gradient);
  color: #07080c;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.34);
  transform: translate(-50%, -50%);
}

.tpm-video-play i {
  margin-left: 3px;
  font-size: 16px;
}

.tpm-video-card figcaption {
  position: absolute;
  right: 14px;
  bottom: 12px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.86);
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tpm-video-card > div {
  min-height: 184px;
  padding: 24px;
}

.tpm-video-card small,
.tpm-social-video__body small {
  display: block;
  margin-bottom: 8px;
  color: #69f9ff;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tpm-video-card h3 {
  margin: 0 0 24px;
  color: #ffffff;
  font-size: 29px;
  line-height: 1.05;
  letter-spacing: 0;
}

.tpm-video-card > div > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: rgba(255, 255, 255, 0.68);
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.tpm-video-showcase__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 36px;
}

/* Official social hub */
.tpm-social-page,
.tpm-social-page h1,
.tpm-social-page h2,
.tpm-social-page h3,
.tpm-social-page p,
.tpm-social-page a,
.tpm-social-page span,
.tpm-social-page small,
.tpm-social-page strong {
  letter-spacing: 0;
}

.tpm-social-page {
  overflow-x: hidden;
}

.tpm-social-page a:focus-visible,
.tpm-social-page iframe:focus-visible {
  outline: 3px solid #40fbff;
  outline-offset: 4px;
}

.tpm-social-hero {
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(90deg, rgba(13, 14, 19, 0.98), rgba(29, 24, 80, 0.72)),
    url("../images/tpm-actual-game-banner-v6.png") center / cover no-repeat;
}

.tpm-social-hero__stage {
  min-height: 670px;
  padding: 92px 0 86px;
}

.tpm-social-hero__copy {
  max-width: 610px;
}

.tpm-social-hero__copy h1 {
  max-width: 590px;
  margin: 22px 0 20px;
  color: #ffffff;
  font-size: 72px;
  font-weight: 600;
  line-height: 0.94;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tpm-social-hero__copy > p {
  max-width: 570px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.78);
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 1.75;
}

.tpm-social-hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.tpm-social-hero__proof li {
  color: rgba(255, 255, 255, 0.72);
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.tpm-social-hero__proof i {
  margin-right: 7px;
  color: #69f9ff;
}

.tpm-social-hero__visual {
  position: relative;
  aspect-ratio: 16 / 10;
  margin: 0 0 0 30px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(4, 5, 8, 0.66);
  box-shadow: 0 32px 70px rgba(0, 0, 0, 0.42);
  transform: rotate(1.5deg);
}

.tpm-social-hero__visual img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.tpm-social-hero__visual figcaption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  background: rgba(7, 8, 12, 0.84);
  color: rgba(255, 255, 255, 0.86);
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 700;
  backdrop-filter: blur(12px);
}

.tpm-social-section {
  position: relative;
  padding: 108px 0;
}

.tpm-social-channel-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.tpm-social-channel {
  --channel: #ffffff;
  display: grid;
  min-height: 106px;
  grid-template-columns: 54px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 16px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(8, 9, 14, 0.64);
  color: #ffffff;
  text-decoration: none !important;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.tpm-social-channel:hover {
  border-color: var(--channel);
  background: rgba(16, 17, 25, 0.9);
  color: #ffffff;
  transform: translateY(-3px);
}

.tpm-social-channel > i:first-child {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: var(--channel);
  font-size: 24px;
}

.tpm-social-channel > i:last-child {
  color: rgba(255, 255, 255, 0.46);
  font-size: 13px;
}

.tpm-social-channel span,
.tpm-social-channel strong,
.tpm-social-channel small {
  display: block;
  min-width: 0;
}

.tpm-social-channel strong {
  margin-bottom: 4px;
  color: #ffffff;
  font-family: "Teko", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
}

.tpm-social-channel small {
  color: rgba(255, 255, 255, 0.58);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 1.45;
}

.tpm-social-channel--youtube { --channel: #ff4242; }
.tpm-social-channel--instagram { --channel: #f55bc1; }
.tpm-social-channel--facebook { --channel: #6ea4ff; }
.tpm-social-channel--telegram { --channel: #53c4ff; }
.tpm-social-channel--whatsapp { --channel: #49df82; }

.tpm-social-videos {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(4, 5, 9, 0.28);
}

.tpm-social-video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.tpm-social-video {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(9, 10, 16, 0.9);
}

.tpm-social-video__player {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #050609;
}

.tpm-social-video__player iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.tpm-social-video__body {
  min-height: 224px;
  padding: 24px;
}

.tpm-social-video__body h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 28px;
  line-height: 1.08;
}

.tpm-social-video__body p {
  min-height: 52px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.64);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.65;
}

.tpm-social-video__body a {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.tpm-social-video__body a i {
  margin-left: 6px;
  color: #69f9ff;
}

.tpm-social-videos__action {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

.tpm-social-trust__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(310px, 0.7fr);
  gap: 50px;
  align-items: center;
}

.tpm-social-trust__copy h2 {
  max-width: 670px;
  margin: 18px 0;
  color: #ffffff;
  font-size: 52px;
  line-height: 1;
}

.tpm-social-trust__copy > p {
  max-width: 710px;
  color: rgba(255, 255, 255, 0.68);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.75;
}

.tpm-social-trust__links {
  display: grid;
  gap: 10px;
  margin-top: 30px;
}

.tpm-social-trust__links > a {
  display: grid;
  min-height: 76px;
  grid-template-columns: 38px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  background: rgba(9, 10, 16, 0.46);
  color: #ffffff;
  text-decoration: none !important;
}

.tpm-social-trust__links > a:hover {
  border-color: rgba(64, 251, 255, 0.66);
  color: #ffffff;
}

.tpm-social-trust__links > a > i:first-child {
  color: #69f9ff;
  font-size: 18px;
}

.tpm-social-trust__links > a > i:last-child {
  color: rgba(255, 255, 255, 0.46);
  font-size: 12px;
}

.tpm-social-trust__links strong,
.tpm-social-trust__links small {
  display: block;
}

.tpm-social-trust__links strong {
  margin-bottom: 2px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
}

.tpm-social-trust__links small {
  color: rgba(255, 255, 255, 0.54);
  font-family: "Inter", sans-serif;
  font-size: 12px;
}

.tpm-social-safety {
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(9, 10, 16, 0.74);
}

.tpm-social-safety > i {
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: 24px;
  place-items: center;
  border-radius: 50%;
  background: var(--button-gradient);
  color: #08090d;
  font-size: 21px;
}

.tpm-social-safety h3 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 31px;
  line-height: 1.05;
}

.tpm-social-safety p {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.66);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.7;
}

.tpm-social-safety a {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.tpm-social-safety a i {
  margin-left: 6px;
  color: #69f9ff;
}

@media (max-width: 991px) {
  .tpm-video-grid,
  .tpm-social-video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tpm-video-card:last-child,
  .tpm-social-video:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 11px);
  }

  .tpm-social-hero__stage {
    min-height: auto;
    padding: 78px 0;
  }

  .tpm-social-hero__copy h1 {
    font-size: 54px;
  }

  .tpm-social-hero__visual {
    margin: 50px 0 0;
    transform: none;
  }

  .tpm-social-section {
    padding: 84px 0;
  }

  .tpm-social-channel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tpm-social-trust__layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

@media (max-width: 767px) {
  .tpm-video-grid,
  .tpm-social-video-grid,
  .tpm-social-channel-grid {
    grid-template-columns: 1fr;
  }

  .tpm-video-card:last-child,
  .tpm-social-video:last-child {
    grid-column: auto;
    width: 100%;
  }

  .tpm-video-showcase__footer {
    align-items: stretch;
    flex-direction: column;
  }

  .tpm-video-showcase__footer .tpm-brand-button,
  .tpm-video-showcase__footer .tpm-text-link {
    justify-content: center;
    text-align: center;
  }

  .tpm-social-hero__copy h1 {
    font-size: 44px;
  }

  .tpm-social-hero__copy > p {
    font-size: 16px;
  }

  .tpm-social-section {
    padding: 70px 0;
  }

  .tpm-social-trust__copy h2 {
    font-size: 42px;
  }
}

@media (max-width: 575px) {
  .tpm-video-card > div,
  .tpm-social-video__body {
    min-height: 0;
    padding: 20px;
  }

  .tpm-video-card h3,
  .tpm-social-video__body h3 {
    font-size: 25px;
  }

  .tpm-social-video__body p {
    min-height: 0;
  }

  .tpm-video-play {
    width: 48px;
    height: 48px;
  }

  .tpm-social-hero__stage {
    padding: 58px 0 62px;
  }

  .tpm-social-hero__copy h1 {
    margin-top: 18px;
    font-size: 39px;
    line-height: 0.98;
  }

  .tpm-social-hero__proof {
    display: grid;
    grid-template-columns: 1fr;
  }

  .tpm-social-hero__visual {
    display: none;
  }

  .tpm-social-hero__visual figcaption {
    right: 10px;
    bottom: 10px;
    left: 10px;
    padding: 10px 12px;
    font-size: 11px;
  }

  .tpm-social-section {
    padding: 58px 0;
  }

  .tpm-social-channel {
    min-height: 96px;
    grid-template-columns: 46px minmax(0, 1fr) 16px;
    gap: 13px;
    padding: 18px;
  }

  .tpm-social-channel > i:first-child {
    width: 46px;
    height: 46px;
    font-size: 20px;
  }

  .tpm-social-channel strong {
    font-size: 25px;
  }

  .tpm-social-trust__copy h2 {
    font-size: 36px;
  }

  .tpm-social-safety {
    padding: 26px;
  }
}
