@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');

.ypvv-private-video-viewer,
.ypvv-private-video-viewer * {
  box-sizing: border-box;
}

.ypvv-private-video-viewer {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #172026;
  font-family: inherit;
}

.ypvv-private-video-viewer .ypvv-section {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
}

.ypvv-private-video-viewer .ypvv-section-one,
.ypvv-private-video-viewer .ypvv-section-three {
  background: #ffffff;
}

.ypvv-private-video-viewer .ypvv-section-two {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 0, 51, 0.08), transparent 36%),
    linear-gradient(180deg, #fff7f8 0%, #f8fafc 100%);
}

.ypvv-private-video-viewer .ypvv-container {
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;
  min-width: 0;
}

.ypvv-private-video-viewer .ypvv-heading {
  margin: 0 auto;
  max-width: 1080px;
  text-align: center;
  color: #121820;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.ypvv-private-video-viewer .ypvv-intro {
  margin: 0 auto;
  max-width: 760px;
  text-align: center;
  color: #53606b;
  font-weight: 400;
  line-height: 1.7;
}

.ypvv-private-video-viewer .ypvv-grid {
  display: grid !important;
  align-items: stretch !important;
  width: 100% !important;
  min-width: 0;
}

.ypvv-private-video-viewer .ypvv-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100% !important;
  min-width: 0;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)) padding-box,
    linear-gradient(145deg, rgba(255, 0, 51, 0.22), rgba(22, 30, 38, 0.08), rgba(0, 168, 132, 0.16)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 18px 46px rgba(127, 20, 35, 0.10);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
  will-change: transform;
}

.ypvv-private-video-viewer .ypvv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 0, 51, 0.08), transparent 42%, rgba(0, 168, 132, 0.07));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.ypvv-private-video-viewer .ypvv-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 62px rgba(127, 20, 35, 0.16);
}

.ypvv-private-video-viewer .ypvv-card:hover::before {
  opacity: 1;
}

.ypvv-private-video-viewer .ypvv-icon {
  position: relative;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(135deg, #ff0033 0%, #b8122f 54%, #00a884 100%);
  box-shadow: 0 14px 30px rgba(255, 0, 51, 0.24);
  transition: transform 260ms ease, box-shadow 260ms ease, background-position 260ms ease;
  background-size: 180% 180%;
}

.ypvv-private-video-viewer .ypvv-card:hover .ypvv-icon {
  transform: translateY(-4px) scale(1.04);
  background-position: 100% 50%;
  box-shadow: 0 18px 36px rgba(0, 168, 132, 0.22);
}

.ypvv-private-video-viewer .ypvv-i {
  display: block;
  color: #ffffff;
  line-height: 1;
  text-align: center;
}

.ypvv-private-video-viewer .ypvv-card-title {
  position: relative;
  z-index: 1;
  margin: 0;
  text-align: center;
  color: #151d25;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.ypvv-private-video-viewer .ypvv-card-text {
  position: relative;
  z-index: 1;
  margin: 0;
  text-align: center;
  color: #5a6671;
  font-weight: 400;
  line-height: 1.62;
}

.ypvv-private-video-viewer.ypvv-js .ypvv-card {
  opacity: 0;
  transform: translateY(22px);
}

.ypvv-private-video-viewer.ypvv-js .ypvv-card.ypvv-visible {
  opacity: 1;
  transform: translateY(0);
}

.ypvv-private-video-viewer.ypvv-js .ypvv-card.ypvv-visible:hover {
  transform: translateY(-8px);
}

@media (min-width: 1024px) {
  .ypvv-private-video-viewer .ypvv-section {
    padding: 96px 0;
  }

  .ypvv-private-video-viewer .ypvv-container {
    padding: 0 28px;
  }

  .ypvv-private-video-viewer .ypvv-heading {
    font-size: 42px;
    white-space: nowrap;
  }

  .ypvv-private-video-viewer .ypvv-intro {
    margin-top: 18px;
    font-size: 17px;
  }

  .ypvv-private-video-viewer .ypvv-grid {
    margin-top: 46px;
    gap: 26px;
  }

  .ypvv-private-video-viewer .ypvv-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ypvv-private-video-viewer .ypvv-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ypvv-private-video-viewer .ypvv-card {
    min-height: 300px;
    padding: 34px 26px 30px;
    border-radius: 22px;
  }

  .ypvv-private-video-viewer .ypvv-icon {
    width: 68px;
    height: 68px;
    border-radius: 20px;
    margin-bottom: 24px;
  }

  .ypvv-private-video-viewer .ypvv-i {
    font-size: 28px;
  }

  .ypvv-private-video-viewer .ypvv-card-title {
    font-size: 20px;
  }

  .ypvv-private-video-viewer .ypvv-card-text {
    margin-top: 13px;
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ypvv-private-video-viewer .ypvv-section {
    padding: 76px 0;
  }

  .ypvv-private-video-viewer .ypvv-container {
    padding: 0 24px;
  }

  .ypvv-private-video-viewer .ypvv-heading {
    max-width: 780px;
    font-size: 34px;
  }

  .ypvv-private-video-viewer .ypvv-intro {
    margin-top: 16px;
    font-size: 16px;
  }

  .ypvv-private-video-viewer .ypvv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 38px;
    gap: 22px;
  }

  .ypvv-private-video-viewer .ypvv-card {
    min-height: 270px;
    padding: 30px 24px 28px;
    border-radius: 20px;
  }

  .ypvv-private-video-viewer .ypvv-icon {
    width: 62px;
    height: 62px;
    border-radius: 18px;
    margin-bottom: 22px;
  }

  .ypvv-private-video-viewer .ypvv-i {
    font-size: 25px;
  }

  .ypvv-private-video-viewer .ypvv-card-title {
    font-size: 19px;
  }

  .ypvv-private-video-viewer .ypvv-card-text {
    margin-top: 12px;
    font-size: 14.5px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .ypvv-private-video-viewer .ypvv-section {
    padding: 58px 0;
  }

  .ypvv-private-video-viewer .ypvv-container {
    padding: 0 16px;
  }

  .ypvv-private-video-viewer .ypvv-heading {
    max-width: 420px;
    font-size: 27px;
  }

  .ypvv-private-video-viewer .ypvv-intro {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.58;
  }

  .ypvv-private-video-viewer .ypvv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 28px;
    gap: 14px;
  }

  .ypvv-private-video-viewer .ypvv-card {
    min-height: 230px;
    padding: 20px 14px 18px;
    border-radius: 16px;
  }

  .ypvv-private-video-viewer .ypvv-icon {
    width: 50px;
    height: 50px;
    border-radius: 15px;
    margin-bottom: 15px;
  }

  .ypvv-private-video-viewer .ypvv-i {
    font-size: 20px;
  }

  .ypvv-private-video-viewer .ypvv-card-title {
    font-size: 15.5px;
  }

  .ypvv-private-video-viewer .ypvv-card-text {
    margin-top: 9px;
    font-size: 12.5px;
    line-height: 1.5;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .ypvv-private-video-viewer .ypvv-section {
    padding: 50px 0;
  }

  .ypvv-private-video-viewer .ypvv-container {
    padding: 0 12px;
  }

  .ypvv-private-video-viewer .ypvv-heading {
    max-width: 360px;
    font-size: 24px;
  }

  .ypvv-private-video-viewer .ypvv-intro {
    margin-top: 11px;
    font-size: 13px;
    line-height: 1.55;
  }

  .ypvv-private-video-viewer .ypvv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 24px;
    gap: 12px;
  }

  .ypvv-private-video-viewer .ypvv-card {
    min-height: 222px;
    padding: 18px 11px 16px;
    border-radius: 15px;
  }

  .ypvv-private-video-viewer .ypvv-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    margin-bottom: 14px;
  }

  .ypvv-private-video-viewer .ypvv-i {
    font-size: 18px;
  }

  .ypvv-private-video-viewer .ypvv-card-title {
    font-size: 14.5px;
  }

  .ypvv-private-video-viewer .ypvv-card-text {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.45;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .ypvv-private-video-viewer .ypvv-section {
    padding: 44px 0;
  }

  .ypvv-private-video-viewer .ypvv-container {
    padding: 0 10px;
  }

  .ypvv-private-video-viewer .ypvv-heading {
    max-width: 300px;
    font-size: 21px;
  }

  .ypvv-private-video-viewer .ypvv-intro {
    margin-top: 10px;
    font-size: 12.5px;
    line-height: 1.5;
  }

  .ypvv-private-video-viewer .ypvv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 22px;
    gap: 10px;
  }

  .ypvv-private-video-viewer .ypvv-card {
    min-height: 214px;
    padding: 16px 9px 14px;
    border-radius: 14px;
  }

  .ypvv-private-video-viewer .ypvv-icon {
    width: 42px;
    height: 42px;
    border-radius: 13px;
    margin-bottom: 12px;
  }

  .ypvv-private-video-viewer .ypvv-i {
    font-size: 16px;
  }

  .ypvv-private-video-viewer .ypvv-card-title {
    font-size: 13.2px;
    line-height: 1.22;
  }

  .ypvv-private-video-viewer .ypvv-card-text {
    margin-top: 7px;
    font-size: 11.2px;
    line-height: 1.42;
  }
}

@media (max-width: 319px) {
  .ypvv-private-video-viewer .ypvv-section {
    padding: 40px 0;
  }

  .ypvv-private-video-viewer .ypvv-container {
    padding: 0 10px;
  }

  .ypvv-private-video-viewer .ypvv-heading {
    font-size: 20px;
  }

  .ypvv-private-video-viewer .ypvv-intro {
    margin-top: 10px;
    font-size: 12px;
  }

  .ypvv-private-video-viewer .ypvv-grid {
    grid-template-columns: 1fr;
    margin-top: 20px;
    gap: 10px;
  }

  .ypvv-private-video-viewer .ypvv-card {
    min-height: 210px;
    padding: 16px 12px;
    border-radius: 14px;
  }

  .ypvv-private-video-viewer .ypvv-icon {
    width: 42px;
    height: 42px;
    border-radius: 13px;
    margin-bottom: 12px;
  }

  .ypvv-private-video-viewer .ypvv-i {
    font-size: 16px;
  }

  .ypvv-private-video-viewer .ypvv-card-title {
    font-size: 14px;
  }

  .ypvv-private-video-viewer .ypvv-card-text {
    margin-top: 7px;
    font-size: 11.5px;
  }
}